Trace number 1085772

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? 346.959 356.548

General information on the benchmark

Namecsp/fapp/fapp15/
normalized-fapp15-3000-0.xml
MD5SUMdb919c043cbe2ccf39dda4a6ced1254b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.6993
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/minisat
0.00/0.15	c 0	BEGIN Sat Jul  5 07:24:44 2008
0.00/0.15	c 0	PID 30116
0.00/0.16	c 0	HOST node70.alineos.net
0.00/0.16	c 0	CONVERTING HOME/instance-1085772-1215235483.xml TO HOME/temp.csp
0.00/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085772-1215235483.xml' 'HOME/temp.csp'
2.24/2.47	c 2	23 domains, 3000 variables, 8 predicates, 0 relations, 33021 constraints
2.31/2.53	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.31/2.53	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.32/2.61	c 2	Parsing HOME/temp.csp
2.32/2.99	c 2	parsed 10000 expressions
3.07/3.36	c 3	parsed 20000 expressions
3.47/3.71	c 3	parsed 30000 expressions
3.56/3.87	c 3	parsed 36052 expressions
3.56/3.87	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.56/3.87	c 3	Converting to clausal form CSP
4.37/4.63	c 4	converted 3606 (10%) expressions
7.25/7.54	c 7	converted 7211 (20%) expressions
10.14/10.44	c 10	converted 10816 (30%) expressions
13.02/13.39	c 13	converted 14421 (40%) expressions
15.50/15.89	c 15	converted 18026 (50%) expressions
18.09/18.43	c 18	converted 21632 (60%) expressions
21.18/21.55	c 21	converted 25237 (70%) expressions
23.56/23.98	c 23	converted 28842 (80%) expressions
25.84/26.26	c 26	converted 32447 (90%) expressions
28.03/28.46	c 28	converted 36052 (100%) expressions
28.03/28.46	c 28	CSP : 13207 integers, 92784 booleans, 220760 clauses, largest domain size 2641
28.03/28.46	c 28	Heap : 143 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.03/28.46	c 28	Propagation in CSP
32.21/32.63	c 32	254148 values, 0 unsatisfiable literals, and 0 valid clauses are removed
32.21/32.64	c 32	CSP : 13207 integers, 92784 booleans, 220760 clauses, largest domain size 2641
32.21/32.64	c 32	Heap : 158 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.31/32.70	c 32	Simplifing CSP by introducing new Boolean variables
33.80/34.29	c 34	CSP : 13207 integers, 177688 booleans, 305664 clauses, largest domain size 2641
33.80/34.29	c 34	Heap : 177 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.90/35.35	c 35	Encoding CSP to SAT : HOME/temp.cnf
39.07/39.52	c 39	1321 (10%) CSP integer variables are encoded (223625 clauses, 3580804 bytes)
43.15/43.69	c 43	2642 (20%) CSP integer variables are encoded (449604 clauses, 7422447 bytes)
47.12/47.67	c 47	3963 (30%) CSP integer variables are encoded (2828753 clauses, 51531893 bytes)
51.19/51.73	c 51	5283 (40%) CSP integer variables are encoded (6097095 clauses, 113630391 bytes)
55.31/55.95	c 55	6604 (50%) CSP integer variables are encoded (9335870 clauses, 175167116 bytes)
59.61/60.39	c 60	7925 (60%) CSP integer variables are encoded (12591501 clauses, 242220856 bytes)
63.99/64.86	c 64	9245 (70%) CSP integer variables are encoded (15833941 clauses, 310312096 bytes)
68.36/69.44	c 69	10566 (80%) CSP integer variables are encoded (19082142 clauses, 378524317 bytes)
72.69/73.97	c 73	11887 (90%) CSP integer variables are encoded (22347705 clauses, 447101140 bytes)
76.98/78.58	c 78	13207 (100%) CSP integer variables are encoded (25553793 clauses, 514428988 bytes)
166.55/172.11	c 171	30567 (10%) CSP clauses are encoded (46046672 clauses, 1015913252 bytes)
247.06/254.01	c 253	61133 (20%) CSP clauses are encoded (66253183 clauses, 1518807961 bytes)
326.21/334.20	c 334	91700 (30%) CSP clauses are encoded (86209442 clauses, 2017747740 bytes)
346.08/354.37	c 354	ERROR Exception Too large HOME/temp.cnf
346.08/354.37	c 354	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
346.08/354.37	c 354	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
346.08/354.37	c 354	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
346.08/354.37	s UNKNOWN
346.16/354.43	c 354	CPU 332.81 (0.04 0 332.77 13.39)
346.16/354.43	c 354	END Sat Jul  5 07:30:38 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085772-1215235483/watcher-1085772-1215235483 -o /tmp/evaluation-result-1085772-1215235483/solver-1085772-1215235483 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1085772-1215235483.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.29 2.41 2.21 4/74 30116
/proc/meminfo: memFree=786760/2055920 swapFree=4111052/4192956
[pid=30116] ppid=30114 vsize=18572 CPUtime=0
/proc/30116/stat : 30116 (runsolver) R 30114 30116 29288 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2002517192 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30116/statm: 4643 292 257 25 0 2626 0

[startup+0.0705821 s]
/proc/loadavg: 2.29 2.41 2.21 4/74 30116
/proc/meminfo: memFree=786760/2055920 swapFree=4111052/4192956
[pid=30116] ppid=30114 vsize=12268 CPUtime=0
/proc/30116/stat : 30116 (sugar) D 30114 30116 29288 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 2002517192 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/30116/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101624 s]
/proc/loadavg: 2.29 2.41 2.21 4/74 30116
/proc/meminfo: memFree=786760/2055920 swapFree=4111052/4192956
[pid=30116] ppid=30114 vsize=12412 CPUtime=0
/proc/30116/stat : 30116 (sugar) D 30114 30116 29288 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 2002517192 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/30116/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301668 s]
/proc/loadavg: 2.29 2.41 2.21 4/74 30116
/proc/meminfo: memFree=786760/2055920 swapFree=4111052/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=0.03
/proc/30116/stat : 30116 (sugar) S 30114 30116 29288 0 -1 4194304 900 126 0 1 3 0 0 0 18 0 1 0 2002517192 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30116/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70174 s]
/proc/loadavg: 2.29 2.41 2.21 4/74 30116
/proc/meminfo: memFree=786760/2055920 swapFree=4111052/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=0.03
/proc/30116/stat : 30116 (sugar) S 30114 30116 29288 0 -1 4194304 900 126 0 1 3 0 0 0 18 0 1 0 2002517192 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30116/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50285 s]
/proc/loadavg: 2.29 2.41 2.21 5/85 30128
/proc/meminfo: memFree=758832/2055920 swapFree=4111052/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=0.03
/proc/30116/stat : 30116 (sugar) S 30114 30116 29288 0 -1 4194304 900 126 0 1 3 0 0 0 18 0 1 0 2002517192 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30116/statm: 3400 796 370 3 0 500 0
[pid=30119] ppid=30116 vsize=5356 CPUtime=0
/proc/30119/stat : 30119 (sh) S 30116 30116 29288 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002517208 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30119/statm: 1339 233 193 169 0 50 0
[pid=30120] ppid=30119 vsize=864672 CPUtime=1.31
/proc/30120/stat : 30120 (java) S 30119 30116 29288 0 -1 0 13818 0 1 0 125 6 0 0 18 0 9 0 2002517208 885424128 11869 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30120/statm: 216168 11869 2529 9 0 210750 0
[pid=30120/tid=30121] ppid=30119 vsize=864672 CPUtime=0.75
/proc/30120/task/30121/stat : 30121 (java) R 30119 30116 29288 0 -1 64 3002 0 1 0 73 2 0 0 24 0 9 0 2002517210 885424128 11869 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30120/tid=30122] ppid=30119 vsize=864672 CPUtime=0.42
/proc/30120/task/30122/stat : 30122 (java) S 30119 30116 29288 0 -1 64 9616 0 0 0 40 2 0 0 16 0 9 0 2002517211 885424128 11869 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30120/tid=30123] ppid=30119 vsize=864672 CPUtime=0
/proc/30120/task/30123/stat : 30123 (java) S 30119 30116 29288 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002517211 885424128 11869 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30120/tid=30124] ppid=30119 vsize=864672 CPUtime=0
/proc/30120/task/30124/stat : 30124 (java) S 30119 30116 29288 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 2002517211 885424128 11869 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30120/tid=30125] ppid=30119 vsize=864672 CPUtime=0
/proc/30120/task/30125/stat : 30125 (java) S 30119 30116 29288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002517213 885424128 11869 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30120/tid=30126] ppid=30119 vsize=864672 CPUtime=0.1
/proc/30120/task/30126/stat : 30126 (java) R 30119 30116 29288 0 -1 64 498 0 0 0 10 0 0 0 16 0 9 0 2002517213 885424128 11869 996147200 134512640 134550740 4294956000 18446744073709551615 102047342 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30120/tid=30127] ppid=30119 vsize=864672 CPUtime=0
/proc/30120/task/30127/stat : 30127 (java) S 30119 30116 29288 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002517213 885424128 11869 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30120/tid=30128] ppid=30119 vsize=864672 CPUtime=0
/proc/30120/task/30128/stat : 30128 (java) S 30119 30116 29288 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002517213 885424128 11869 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 883628

[startup+3.10217 s]
/proc/loadavg: 2.29 2.41 2.21 4/85 30128
/proc/meminfo: memFree=725424/2055920 swapFree=4111052/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=2.32
/proc/30116/stat : 30116 (sugar) S 30114 30116 29288 0 -1 4194304 973 19462 0 2 3 0 217 12 15 0 1 0 2002517192 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30116/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 13600

[startup+6.30275 s]
/proc/loadavg: 2.27 2.41 2.21 3/85 30138
/proc/meminfo: memFree=728176/2055920 swapFree=4111052/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=2.33
/proc/30116/stat : 30116 (sugar) S 30114 30116 29288 0 -1 4194304 974 19462 0 2 4 0 217 12 15 0 1 0 2002517192 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30116/statm: 3400 797 370 3 0 500 0
[pid=30129] ppid=30116 vsize=5356 CPUtime=0
/proc/30129/stat : 30129 (sh) S 30116 30116 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002517445 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30129/statm: 1339 233 193 169 0 50 0
[pid=30130] ppid=30129 vsize=868416 CPUtime=3.73
/proc/30130/stat : 30130 (java) S 30129 30116 29288 0 -1 0 13543 0 1 0 365 8 0 0 18 0 9 0 2002517446 889257984 12079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30130/statm: 217104 12079 2541 9 0 211679 0
[pid=30130/tid=30131] ppid=30129 vsize=868416 CPUtime=2.73
/proc/30130/task/30131/stat : 30131 (java) R 30129 30116 29288 0 -1 64 3095 0 1 0 270 3 0 0 25 0 9 0 2002517447 889257984 12079 996147200 134512640 134550740 4294955952 18446744073709551615 4126639684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30132] ppid=30129 vsize=868416 CPUtime=0.78
/proc/30130/task/30132/stat : 30132 (java) S 30129 30116 29288 0 -1 64 8265 0 0 0 74 4 0 0 16 0 9 0 2002517448 889257984 12079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30133] ppid=30129 vsize=868416 CPUtime=0
/proc/30130/task/30133/stat : 30133 (java) S 30129 30116 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002517448 889257984 12079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30134] ppid=30129 vsize=868416 CPUtime=0
/proc/30130/task/30134/stat : 30134 (java) S 30129 30116 29288 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002517448 889257984 12079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30135] ppid=30129 vsize=868416 CPUtime=0
/proc/30130/task/30135/stat : 30135 (java) S 30129 30116 29288 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002517450 889257984 12079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30136] ppid=30129 vsize=868416 CPUtime=0.21
/proc/30130/task/30136/stat : 30136 (java) S 30129 30116 29288 0 -1 64 1486 0 0 0 21 0 0 0 15 0 9 0 2002517450 889257984 12079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30137] ppid=30129 vsize=868416 CPUtime=0
/proc/30130/task/30137/stat : 30137 (java) S 30129 30116 29288 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002517450 889257984 12079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30138] ppid=30129 vsize=868416 CPUtime=0
/proc/30130/task/30138/stat : 30138 (java) S 30129 30116 29288 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002517450 889257984 12079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 887372

[startup+12.7029 s]
/proc/loadavg: 2.33 2.42 2.21 3/85 30138
/proc/meminfo: memFree=668592/2055920 swapFree=4111052/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=2.33
/proc/30116/stat : 30116 (sugar) S 30114 30116 29288 0 -1 4194304 974 19462 0 2 4 0 217 12 16 0 1 0 2002517192 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30116/statm: 3400 797 370 3 0 500 0
[pid=30129] ppid=30116 vsize=5356 CPUtime=0
/proc/30129/stat : 30129 (sh) S 30116 30116 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002517445 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30129/statm: 1339 233 193 169 0 50 0
[pid=30130] ppid=30129 vsize=868416 CPUtime=10.09
/proc/30130/stat : 30130 (java) S 30129 30116 29288 0 -1 0 31889 0 1 0 991 18 0 0 18 0 9 0 2002517446 889257984 20452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30130/statm: 217104 20452 2541 9 0 211679 0
[pid=30130/tid=30131] ppid=30129 vsize=868416 CPUtime=7.72
/proc/30130/task/30131/stat : 30131 (java) R 30129 30116 29288 0 -1 64 3936 0 1 0 769 3 0 0 25 0 9 0 2002517447 889257984 20452 996147200 134512640 134550740 4294955952 18446744073709551615 4126639328 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30132] ppid=30129 vsize=868416 CPUtime=2.12
/proc/30130/task/30132/stat : 30132 (java) S 30129 30116 29288 0 -1 64 25759 0 0 0 199 13 0 0 16 0 9 0 2002517448 889257984 20452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30133] ppid=30129 vsize=868416 CPUtime=0
/proc/30130/task/30133/stat : 30133 (java) S 30129 30116 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002517448 889257984 20452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30134] ppid=30129 vsize=868416 CPUtime=0
/proc/30130/task/30134/stat : 30134 (java) S 30129 30116 29288 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002517448 889257984 20452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30135] ppid=30129 vsize=868416 CPUtime=0
/proc/30130/task/30135/stat : 30135 (java) S 30129 30116 29288 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002517450 889257984 20452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30136] ppid=30129 vsize=868416 CPUtime=0.22
/proc/30130/task/30136/stat : 30136 (java) S 30129 30116 29288 0 -1 64 1497 0 0 0 22 0 0 0 15 0 9 0 2002517450 889257984 20452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30137] ppid=30129 vsize=868416 CPUtime=0
/proc/30130/task/30137/stat : 30137 (java) S 30129 30116 29288 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002517450 889257984 20452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30138] ppid=30129 vsize=868416 CPUtime=0
/proc/30130/task/30138/stat : 30138 (java) S 30129 30116 29288 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002517450 889257984 20452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 887372

[startup+25.5022 s]
/proc/loadavg: 2.25 2.40 2.21 3/85 30138
/proc/meminfo: memFree=548080/2055920 swapFree=4111052/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=2.33
/proc/30116/stat : 30116 (sugar) S 30114 30116 29288 0 -1 4194304 974 19462 0 2 4 0 217 12 16 0 1 0 2002517192 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30116/statm: 3400 797 370 3 0 500 0
[pid=30129] ppid=30116 vsize=5356 CPUtime=0
/proc/30129/stat : 30129 (sh) S 30116 30116 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002517445 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30129/statm: 1339 233 193 169 0 50 0
[pid=30130] ppid=30129 vsize=868416 CPUtime=22.82
/proc/30130/stat : 30130 (java) S 30129 30116 29288 0 -1 0 53614 0 1 0 2251 31 0 0 18 0 9 0 2002517446 889257984 37508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30130/statm: 217104 37508 2541 9 0 211679 0
[pid=30130/tid=30131] ppid=30129 vsize=868416 CPUtime=18.52
/proc/30130/task/30131/stat : 30131 (java) R 30129 30116 29288 0 -1 64 4775 0 1 0 1847 5 0 0 25 0 9 0 2002517447 889257984 37508 996147200 134512640 134550740 4294955952 18446744073709551615 4126644319 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30132] ppid=30129 vsize=868416 CPUtime=4.04
/proc/30130/task/30132/stat : 30132 (java) S 30129 30116 29288 0 -1 64 46643 0 0 0 381 23 0 0 16 0 9 0 2002517448 889257984 37508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30133] ppid=30129 vsize=868416 CPUtime=0
/proc/30130/task/30133/stat : 30133 (java) S 30129 30116 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002517448 889257984 37508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30134] ppid=30129 vsize=868416 CPUtime=0
/proc/30130/task/30134/stat : 30134 (java) S 30129 30116 29288 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002517448 889257984 37508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30135] ppid=30129 vsize=868416 CPUtime=0
/proc/30130/task/30135/stat : 30135 (java) S 30129 30116 29288 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002517450 889257984 37508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30136] ppid=30129 vsize=868416 CPUtime=0.22
/proc/30130/task/30136/stat : 30136 (java) S 30129 30116 29288 0 -1 64 1499 0 0 0 22 0 0 0 16 0 9 0 2002517450 889257984 37508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30137] ppid=30129 vsize=868416 CPUtime=0
/proc/30130/task/30137/stat : 30137 (java) S 30129 30116 29288 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002517450 889257984 37508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30138] ppid=30129 vsize=868416 CPUtime=0
/proc/30130/task/30138/stat : 30138 (java) S 30129 30116 29288 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002517450 889257984 37508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 887372

[startup+51.1018 s]
/proc/loadavg: 2.31 2.39 2.21 3/85 30138
/proc/meminfo: memFree=295536/2055920 swapFree=4111052/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=2.33
/proc/30116/stat : 30116 (sugar) S 30114 30116 29288 0 -1 4194304 974 19462 0 2 4 0 217 12 16 0 1 0 2002517192 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30116/statm: 3400 797 370 3 0 500 0
[pid=30129] ppid=30116 vsize=5356 CPUtime=0
/proc/30129/stat : 30129 (sh) S 30116 30116 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002517445 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30129/statm: 1339 233 193 169 0 50 0
[pid=30130] ppid=30129 vsize=868528 CPUtime=48.25
/proc/30130/stat : 30130 (java) S 30129 30116 29288 0 -1 0 75299 0 1 0 4728 97 0 0 18 0 9 0 2002517446 889372672 52815 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

################
# More data... #
################

[pid=30130/tid=30136] ppid=30129 vsize=868528 CPUtime=0.32
/proc/30130/task/30136/stat : 30136 (java) S 30129 30116 29288 0 -1 64 1549 0 0 0 32 0 0 0 16 0 9 0 2002517450 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30137] ppid=30129 vsize=868528 CPUtime=0
/proc/30130/task/30137/stat : 30137 (java) S 30129 30116 29288 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002517450 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30138] ppid=30129 vsize=868528 CPUtime=0
/proc/30130/task/30138/stat : 30138 (java) S 30129 30116 29288 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002517450 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 215.85
Current children cumulated vsize (KiB) 887484

[startup+282.302 s]
/proc/loadavg: 2.50 2.65 2.36 3/83 30301
/proc/meminfo: memFree=732280/2055920 swapFree=4111052/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=2.33
/proc/30116/stat : 30116 (sugar) S 30114 30116 29288 0 -1 4194304 974 19462 0 2 4 0 217 12 16 0 1 0 2002517192 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30116/statm: 3400 797 370 3 0 500 0
[pid=30129] ppid=30116 vsize=5356 CPUtime=0
/proc/30129/stat : 30129 (sh) S 30116 30116 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002517445 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30129/statm: 1339 233 193 169 0 50 0
[pid=30130] ppid=30129 vsize=868528 CPUtime=272.76
/proc/30130/stat : 30130 (java) S 30129 30116 29288 0 -1 0 77443 0 1 0 26228 1048 0 0 18 0 9 0 2002517446 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30130/statm: 217132 52829 2566 9 0 211679 0
[pid=30130/tid=30131] ppid=30129 vsize=868528 CPUtime=263.48
/proc/30130/task/30131/stat : 30131 (java) R 30129 30116 29288 0 -1 64 8255 0 1 0 25352 996 0 0 25 0 9 0 2002517447 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30130/tid=30132] ppid=30129 vsize=868528 CPUtime=8.93
/proc/30130/task/30132/stat : 30132 (java) S 30129 30116 29288 0 -1 64 66942 0 0 0 843 50 0 0 16 0 9 0 2002517448 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30130/tid=30133] ppid=30129 vsize=868528 CPUtime=0
/proc/30130/task/30133/stat : 30133 (java) S 30129 30116 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002517448 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30134] ppid=30129 vsize=868528 CPUtime=0
/proc/30130/task/30134/stat : 30134 (java) S 30129 30116 29288 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002517448 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30135] ppid=30129 vsize=868528 CPUtime=0
/proc/30130/task/30135/stat : 30135 (java) S 30129 30116 29288 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002517450 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30136] ppid=30129 vsize=868528 CPUtime=0.32
/proc/30130/task/30136/stat : 30136 (java) S 30129 30116 29288 0 -1 64 1549 0 0 0 32 0 0 0 16 0 9 0 2002517450 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30137] ppid=30129 vsize=868528 CPUtime=0
/proc/30130/task/30137/stat : 30137 (java) S 30129 30116 29288 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002517450 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30138] ppid=30129 vsize=868528 CPUtime=0
/proc/30130/task/30138/stat : 30138 (java) S 30129 30116 29288 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002517450 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 275.09
Current children cumulated vsize (KiB) 887484

[startup+342.302 s]
/proc/loadavg: 2.13 2.51 2.33 3/92 30418
/proc/meminfo: memFree=301440/2055920 swapFree=4111052/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=2.33
/proc/30116/stat : 30116 (sugar) S 30114 30116 29288 0 -1 4194304 974 19462 0 2 4 0 217 12 16 0 1 0 2002517192 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30116/statm: 3400 797 370 3 0 500 0
[pid=30129] ppid=30116 vsize=5356 CPUtime=0
/proc/30129/stat : 30129 (sh) S 30116 30116 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002517445 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30129/statm: 1339 233 193 169 0 50 0
[pid=30130] ppid=30129 vsize=868528 CPUtime=332.01
/proc/30130/stat : 30130 (java) S 30129 30116 29288 0 -1 0 77966 0 1 0 31925 1276 0 0 18 0 9 0 2002517446 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30130/statm: 217132 52829 2566 9 0 211679 0
[pid=30130/tid=30131] ppid=30129 vsize=868528 CPUtime=322.32
/proc/30130/task/30131/stat : 30131 (java) R 30129 30116 29288 0 -1 64 8778 0 1 0 31012 1220 0 0 25 0 9 0 2002517447 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30130/tid=30132] ppid=30129 vsize=868528 CPUtime=9.34
/proc/30130/task/30132/stat : 30132 (java) S 30129 30116 29288 0 -1 64 66942 0 0 0 880 54 0 0 16 0 9 0 2002517448 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30130/tid=30133] ppid=30129 vsize=868528 CPUtime=0
/proc/30130/task/30133/stat : 30133 (java) S 30129 30116 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002517448 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30134] ppid=30129 vsize=868528 CPUtime=0
/proc/30130/task/30134/stat : 30134 (java) S 30129 30116 29288 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002517448 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30135] ppid=30129 vsize=868528 CPUtime=0
/proc/30130/task/30135/stat : 30135 (java) S 30129 30116 29288 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002517450 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30136] ppid=30129 vsize=868528 CPUtime=0.32
/proc/30130/task/30136/stat : 30136 (java) S 30129 30116 29288 0 -1 64 1549 0 0 0 32 0 0 0 16 0 9 0 2002517450 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30137] ppid=30129 vsize=868528 CPUtime=0
/proc/30130/task/30137/stat : 30137 (java) S 30129 30116 29288 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002517450 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30138] ppid=30129 vsize=868528 CPUtime=0
/proc/30130/task/30138/stat : 30138 (java) S 30129 30116 29288 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002517450 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 334.34
Current children cumulated vsize (KiB) 887484

Solver just ended. Dumping a history of the last processes samples

[startup+345.502 s]
/proc/loadavg: 2.20 2.52 2.34 3/104 30430
/proc/meminfo: memFree=262096/2055920 swapFree=4111052/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=2.33
/proc/30116/stat : 30116 (sugar) S 30114 30116 29288 0 -1 4194304 974 19462 0 2 4 0 217 12 16 0 1 0 2002517192 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30116/statm: 3400 797 370 3 0 500 0
[pid=30129] ppid=30116 vsize=5356 CPUtime=0
/proc/30129/stat : 30129 (sh) S 30116 30116 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002517445 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30129/statm: 1339 233 193 169 0 50 0
[pid=30130] ppid=30129 vsize=868528 CPUtime=335.03
/proc/30130/stat : 30130 (java) S 30129 30116 29288 0 -1 0 77992 0 1 0 32215 1288 0 0 18 0 9 0 2002517446 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30130/statm: 217132 52829 2566 9 0 211679 0
[pid=30130/tid=30131] ppid=30129 vsize=868528 CPUtime=325.31
/proc/30130/task/30131/stat : 30131 (java) R 30129 30116 29288 0 -1 64 8804 0 1 0 31299 1232 0 0 25 0 9 0 2002517447 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30130/tid=30132] ppid=30129 vsize=868528 CPUtime=9.36
/proc/30130/task/30132/stat : 30132 (java) S 30129 30116 29288 0 -1 64 66942 0 0 0 882 54 0 0 16 0 9 0 2002517448 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30130/tid=30133] ppid=30129 vsize=868528 CPUtime=0
/proc/30130/task/30133/stat : 30133 (java) S 30129 30116 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002517448 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30134] ppid=30129 vsize=868528 CPUtime=0
/proc/30130/task/30134/stat : 30134 (java) S 30129 30116 29288 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002517448 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30135] ppid=30129 vsize=868528 CPUtime=0
/proc/30130/task/30135/stat : 30135 (java) S 30129 30116 29288 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002517450 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30136] ppid=30129 vsize=868528 CPUtime=0.32
/proc/30130/task/30136/stat : 30136 (java) S 30129 30116 29288 0 -1 64 1549 0 0 0 32 0 0 0 16 0 9 0 2002517450 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30137] ppid=30129 vsize=868528 CPUtime=0
/proc/30130/task/30137/stat : 30137 (java) S 30129 30116 29288 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002517450 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30138] ppid=30129 vsize=868528 CPUtime=0
/proc/30130/task/30138/stat : 30138 (java) S 30129 30116 29288 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002517450 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 337.36
Current children cumulated vsize (KiB) 887484

[startup+351.902 s]
/proc/loadavg: 2.27 2.53 2.34 3/104 30430
/proc/meminfo: memFree=171792/2055920 swapFree=4111052/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=2.33
/proc/30116/stat : 30116 (sugar) S 30114 30116 29288 0 -1 4194304 974 19462 0 2 4 0 217 12 16 0 1 0 2002517192 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30116/statm: 3400 797 370 3 0 500 0
[pid=30129] ppid=30116 vsize=5356 CPUtime=0
/proc/30129/stat : 30129 (sh) S 30116 30116 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002517445 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30129/statm: 1339 233 193 169 0 50 0
[pid=30130] ppid=30129 vsize=868528 CPUtime=341.38
/proc/30130/stat : 30130 (java) S 30129 30116 29288 0 -1 0 78050 0 1 0 32824 1314 0 0 18 0 9 0 2002517446 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30130/statm: 217132 52829 2566 9 0 211679 0
[pid=30130/tid=30131] ppid=30129 vsize=868528 CPUtime=331.62
/proc/30130/task/30131/stat : 30131 (java) R 30129 30116 29288 0 -1 64 8862 0 1 0 31905 1257 0 0 25 0 9 0 2002517447 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30130/tid=30132] ppid=30129 vsize=868528 CPUtime=9.41
/proc/30130/task/30132/stat : 30132 (java) S 30129 30116 29288 0 -1 64 66942 0 0 0 886 55 0 0 16 0 9 0 2002517448 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30130/tid=30133] ppid=30129 vsize=868528 CPUtime=0
/proc/30130/task/30133/stat : 30133 (java) S 30129 30116 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002517448 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30134] ppid=30129 vsize=868528 CPUtime=0
/proc/30130/task/30134/stat : 30134 (java) S 30129 30116 29288 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002517448 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30135] ppid=30129 vsize=868528 CPUtime=0
/proc/30130/task/30135/stat : 30135 (java) S 30129 30116 29288 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002517450 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30136] ppid=30129 vsize=868528 CPUtime=0.32
/proc/30130/task/30136/stat : 30136 (java) S 30129 30116 29288 0 -1 64 1549 0 0 0 32 0 0 0 16 0 9 0 2002517450 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30137] ppid=30129 vsize=868528 CPUtime=0
/proc/30130/task/30137/stat : 30137 (java) S 30129 30116 29288 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002517450 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30138] ppid=30129 vsize=868528 CPUtime=0
/proc/30130/task/30138/stat : 30138 (java) R 30129 30116 29288 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002517450 889372672 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 343.71
Current children cumulated vsize (KiB) 887484

[startup+355.102 s]
/proc/loadavg: 2.25 2.52 2.34 3/104 30430
/proc/meminfo: memFree=158480/2055920 swapFree=4111052/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=346.83
/proc/30116/stat : 30116 (sugar) R 30114 30116 29288 0 -1 4194304 996 97832 0 3 4 63 33277 1339 21 0 1 0 2002517192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 0 0 0
/proc/30116/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 346.83
Current children cumulated vsize (KiB) 13600

[startup+355.902 s]
/proc/loadavg: 2.25 2.52 2.34 2/94 30430
/proc/meminfo: memFree=1717856/2055920 swapFree=4111052/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=346.9
/proc/30116/stat : 30116 (sugar) D 30114 30116 29288 0 -1 4194304 996 97832 0 3 4 70 33277 1339 18 0 1 0 2002517192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/30116/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 346.9
Current children cumulated vsize (KiB) 13600

[startup+356.302 s]
/proc/loadavg: 2.25 2.52 2.34 2/94 30430
/proc/meminfo: memFree=1706656/2055920 swapFree=4111052/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=346.93
/proc/30116/stat : 30116 (sugar) D 30114 30116 29288 0 -1 4194304 996 97832 0 3 4 73 33277 1339 18 0 1 0 2002517192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/30116/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 346.93
Current children cumulated vsize (KiB) 13600

[startup+356.502 s]
/proc/loadavg: 2.25 2.52 2.34 2/94 30430
/proc/meminfo: memFree=1706656/2055920 swapFree=4111052/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=346.94
/proc/30116/stat : 30116 (sugar) D 30114 30116 29288 0 -1 4194304 996 97832 0 3 4 74 33277 1339 18 0 1 0 2002517192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/30116/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 346.94
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 356.548
CPU time (s): 346.959
CPU user time (s): 332.819
CPU system time (s): 14.1398
CPU usage (%): 97.3107
Max. virtual memory (cumulated for all children) (KiB): 899624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 332.819
system time used= 14.1398
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98858
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34905
involuntary context switches= 38105

runsolver used 0.477927 second user time and 1.22481 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-05 07:24:43
IDJOB=1085772
IDBENCH=57698
IDSOLVER=346
FILE ID=node70/1085772-1215235483
PBS_JOBID= 7881925
Free space on /tmp= 65736 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp15/normalized-fapp15-3000-0.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085772-1215235483/watcher-1085772-1215235483 -o /tmp/evaluation-result-1085772-1215235483/solver-1085772-1215235483 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1085772-1215235483.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= db919c043cbe2ccf39dda4a6ced1254b
RANDOM SEED=1388888033

node70.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        787304 kB
Buffers:          3748 kB
Cached:         663436 kB
SwapCached:      74764 kB
Active:        1090940 kB
Inactive:       103232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        787304 kB
SwapTotal:     4192956 kB
SwapFree:      4111052 kB
Dirty:           65268 kB
Writeback:           0 kB
Mapped:         535084 kB
Slab:            58756 kB
Committed_AS:  4637656 kB
PageTables:       2916 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66312 MiB
End job on node70 at 2008-07-05 07:30:40