Trace number 1112412

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? 189.717 196.458

General information on the benchmark

Namecsp/super-os/super-os-taillard-15/
normalized-super-os-taillard-15-27.xml
MD5SUM29eeeb4fa472c212f46109214960e651
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints56
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Maximum constraint arity2
Maximum domain size884
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9675
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar v1-13 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 12 14:59:24 2008
0.00/0.07	c 0	PID 19218
0.00/0.08	c 0	HOST node31.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1112412-1215867564.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112412-1215867564.xml' 'HOME/temp.csp'
0.94/1.09	c 1	87 domains, 450 variables, 3 predicates, 0 relations, 9675 constraints
1.02/1.13	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.02/1.13	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.03/1.21	c 2	Parsing HOME/temp.csp
1.03/1.53	c 2	parsed 10000 expressions
1.03/1.54	c 2	parsed 10215 expressions
1.03/1.54	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.64	c 2	MAX CSP: 9675 constraints
1.04/1.64	c 2	Converting to clausal form CSP
1.04/1.86	c 2	converted 1990 (10%) expressions
1.04/1.96	c 2	converted 3979 (20%) expressions
1.04/2.01	c 2	converted 5968 (30%) expressions
1.04/2.06	c 2	converted 7958 (40%) expressions
1.98/2.10	c 2	converted 9947 (50%) expressions
1.98/2.15	c 2	converted 11936 (60%) expressions
1.98/2.19	c 2	converted 13926 (70%) expressions
2.17/2.31	c 3	converted 15915 (80%) expressions
2.17/2.35	c 3	converted 17904 (90%) expressions
3.07/3.24	c 4	converted 19893 (100%) expressions
3.07/3.24	c 4	CSP : 19800 integers, 0 booleans, 29024 clauses, largest domain size 14513
3.07/3.24	c 4	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.07/3.24	c 4	Propagation in CSP
3.46/3.61	c 4	9667 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.46/3.62	c 4	CSP : 19800 integers, 0 booleans, 29024 clauses, largest domain size 9676
3.46/3.62	c 4	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.46/3.63	c 4	Simplifing CSP by introducing new Boolean variables
3.66/3.89	c 4	CSP : 19800 integers, 19350 booleans, 48374 clauses, largest domain size 9676
3.66/3.89	c 4	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.86/4.05	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.35/4.54	c 5	1980 (10%) CSP integer variables are encoded (375222 clauses, 6156897 bytes)
4.35/4.54	c 5	3960 (20%) CSP integer variables are encoded (375222 clauses, 6156897 bytes)
4.35/4.55	c 5	5940 (30%) CSP integer variables are encoded (375222 clauses, 6156897 bytes)
4.35/4.55	c 5	7920 (40%) CSP integer variables are encoded (375222 clauses, 6156897 bytes)
4.35/4.55	c 5	9900 (50%) CSP integer variables are encoded (375222 clauses, 6156897 bytes)
4.35/4.58	c 5	11880 (60%) CSP integer variables are encoded (399797 clauses, 6574672 bytes)
4.45/4.61	c 5	13860 (70%) CSP integer variables are encoded (421595 clauses, 6945238 bytes)
4.45/4.64	c 5	15840 (80%) CSP integer variables are encoded (446183 clauses, 7363234 bytes)
4.45/4.67	c 5	17820 (90%) CSP integer variables are encoded (467395 clauses, 7723838 bytes)
4.65/4.83	c 5	19800 (100%) CSP integer variables are encoded (610397 clauses, 10154872 bytes)
9.09/9.35	c 10	4838 (10%) CSP clauses are encoded (3148483 clauses, 68827244 bytes)
13.53/13.95	c 14	9675 (20%) CSP clauses are encoded (5704672 clauses, 129030369 bytes)
18.21/18.67	c 19	14513 (30%) CSP clauses are encoded (8266468 clauses, 192373828 bytes)
22.83/23.38	c 24	19350 (40%) CSP clauses are encoded (10810281 clauses, 255919180 bytes)
27.56/28.16	c 28	24187 (50%) CSP clauses are encoded (13361096 clauses, 319639568 bytes)
32.27/33.03	c 33	29025 (60%) CSP clauses are encoded (15882842 clauses, 382633230 bytes)
43.00/44.01	c 44	33862 (70%) CSP clauses are encoded (21786689 clauses, 526867202 bytes)
75.30/77.89	c 78	38700 (80%) CSP clauses are encoded (39403331 clauses, 957992096 bytes)
86.54/89.28	c 90	43537 (90%) CSP clauses are encoded (45307178 clauses, 1102226067 bytes)
188.70/193.98	c 194	ERROR Exception Too large HOME/temp.cnf
188.70/193.98	c 194	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
188.70/193.98	c 194	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
188.70/193.98	c 194	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
188.70/193.98	s UNKNOWN
188.79/194.50	c 195	CPU 174.66 (0.03 0.01 174.63 14.13)
188.79/194.50	c 195	END Sat Jul 12 15:02:39 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1112412-1215867564/watcher-1112412-1215867564 -o /tmp/evaluation-result-1112412-1215867564/solver-1112412-1215867564 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112412-1215867564.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.59 2.61 2.44 3/80 19218
/proc/meminfo: memFree=1490728/2055920 swapFree=4177576/4192956
[pid=19218] ppid=19216 vsize=0 CPUtime=0
/proc/19218/stat : 19218 (runsolver) R 19216 19218 17954 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 43458507 0 0 996147200 0 0 0 18446744073709551615 225612197159 0 0 4096 24578 0 0 0 17 0 0 0
/proc/19218/statm: 0 0 0 0 0 0 0

[startup+0.096464 s]
/proc/loadavg: 2.59 2.61 2.44 3/80 19218
/proc/meminfo: memFree=1490728/2055920 swapFree=4177576/4192956
[pid=19218] ppid=19216 vsize=13600 CPUtime=0.03
/proc/19218/stat : 19218 (sugar) S 19216 19218 17954 0 -1 4194304 898 127 0 0 2 1 0 0 22 0 1 0 43458507 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19218/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102459 s]
/proc/loadavg: 2.59 2.61 2.44 3/80 19218
/proc/meminfo: memFree=1490728/2055920 swapFree=4177576/4192956
[pid=19218] ppid=19216 vsize=13600 CPUtime=0.03
/proc/19218/stat : 19218 (sugar) S 19216 19218 17954 0 -1 4194304 898 127 0 0 2 1 0 0 22 0 1 0 43458507 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19218/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302479 s]
/proc/loadavg: 2.59 2.61 2.44 3/80 19218
/proc/meminfo: memFree=1490728/2055920 swapFree=4177576/4192956
[pid=19218] ppid=19216 vsize=13600 CPUtime=0.03
/proc/19218/stat : 19218 (sugar) S 19216 19218 17954 0 -1 4194304 898 127 0 0 2 1 0 0 22 0 1 0 43458507 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19218/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702522 s]
/proc/loadavg: 2.59 2.61 2.44 3/80 19218
/proc/meminfo: memFree=1490728/2055920 swapFree=4177576/4192956
[pid=19218] ppid=19216 vsize=13600 CPUtime=0.03
/proc/19218/stat : 19218 (sugar) S 19216 19218 17954 0 -1 4194304 898 127 0 0 2 1 0 0 22 0 1 0 43458507 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19218/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50159 s]
/proc/loadavg: 2.59 2.61 2.44 3/91 19230
/proc/meminfo: memFree=1468432/2055920 swapFree=4177576/4192956
[pid=19218] ppid=19216 vsize=13600 CPUtime=1.03
/proc/19218/stat : 19218 (sugar) S 19216 19218 17954 0 -1 4194304 974 9021 0 1 2 1 94 6 16 0 1 0 43458507 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19218/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 13600

[startup+3.10263 s]
/proc/loadavg: 2.62 2.62 2.44 4/91 19240
/proc/meminfo: memFree=1466704/2055920 swapFree=4177576/4192956
[pid=19218] ppid=19216 vsize=13600 CPUtime=1.04
/proc/19218/stat : 19218 (sugar) S 19216 19218 17954 0 -1 4194304 974 9021 0 1 3 1 94 6 15 0 1 0 43458507 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19218/statm: 3400 797 370 3 0 500 0
[pid=19231] ppid=19218 vsize=5356 CPUtime=0
/proc/19231/stat : 19231 (sh) S 19218 19218 17954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43458620 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19231/statm: 1339 233 193 169 0 50 0
[pid=19232] ppid=19231 vsize=868404 CPUtime=1.94
/proc/19232/stat : 19232 (java) S 19231 19218 17954 0 -1 0 12453 0 1 0 188 6 0 0 20 0 9 0 43458621 889245696 11348 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19232/statm: 217101 11348 2540 9 0 211676 0
[pid=19232/tid=19233] ppid=19231 vsize=868404 CPUtime=1.16
/proc/19232/task/19233/stat : 19233 (java) R 19231 19218 17954 0 -1 64 2907 0 1 0 115 1 0 0 25 0 9 0 43458622 889245696 11348 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19234] ppid=19231 vsize=868404 CPUtime=0.54
/proc/19232/task/19234/stat : 19234 (java) S 19231 19218 17954 0 -1 64 7372 0 0 0 52 2 0 0 15 0 9 0 43458623 889245696 11348 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19235] ppid=19231 vsize=868404 CPUtime=0
/proc/19232/task/19235/stat : 19235 (java) S 19231 19218 17954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43458623 889245696 11348 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19236] ppid=19231 vsize=868404 CPUtime=0
/proc/19232/task/19236/stat : 19236 (java) S 19231 19218 17954 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 43458623 889245696 11348 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19237] ppid=19231 vsize=868404 CPUtime=0
/proc/19232/task/19237/stat : 19237 (java) S 19231 19218 17954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43458625 889245696 11348 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19238] ppid=19231 vsize=868404 CPUtime=0.19
/proc/19232/task/19238/stat : 19238 (java) S 19231 19218 17954 0 -1 64 1476 0 0 0 19 0 0 0 16 0 9 0 43458625 889245696 11348 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19239] ppid=19231 vsize=868404 CPUtime=0
/proc/19232/task/19239/stat : 19239 (java) S 19231 19218 17954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43458625 889245696 11348 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19240] ppid=19231 vsize=868404 CPUtime=0
/proc/19232/task/19240/stat : 19240 (java) S 19231 19218 17954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43458625 889245696 11348 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887360

[startup+6.303 s]
/proc/loadavg: 2.62 2.62 2.44 3/91 19240
/proc/meminfo: memFree=1424656/2055920 swapFree=4177576/4192956
[pid=19218] ppid=19216 vsize=13600 CPUtime=1.04
/proc/19218/stat : 19218 (sugar) S 19216 19218 17954 0 -1 4194304 974 9021 0 1 3 1 94 6 15 0 1 0 43458507 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19218/statm: 3400 797 370 3 0 500 0
[pid=19231] ppid=19218 vsize=5356 CPUtime=0
/proc/19231/stat : 19231 (sh) S 19218 19218 17954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43458620 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19231/statm: 1339 233 193 169 0 50 0
[pid=19232] ppid=19231 vsize=868516 CPUtime=5.1
/proc/19232/stat : 19232 (java) S 19231 19218 17954 0 -1 0 15792 0 1 0 484 26 0 0 20 0 9 0 43458621 889360384 14045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19232/statm: 217129 14045 2565 9 0 211676 0
[pid=19232/tid=19233] ppid=19231 vsize=868516 CPUtime=3.76
/proc/19232/task/19233/stat : 19233 (java) R 19231 19218 17954 0 -1 64 3423 0 1 0 358 18 0 0 25 0 9 0 43458622 889360384 14045 996147200 134512640 134550740 4294955936 18446744073709551615 4127125159 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19234] ppid=19231 vsize=868516 CPUtime=1.03
/proc/19232/task/19234/stat : 19234 (java) S 19231 19218 17954 0 -1 64 10151 0 0 0 98 5 0 0 16 0 9 0 43458623 889360384 14045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19235] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19235/stat : 19235 (java) S 19231 19218 17954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43458623 889360384 14045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19236] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19236/stat : 19236 (java) S 19231 19218 17954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43458623 889360384 14045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19237] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19237/stat : 19237 (java) S 19231 19218 17954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43458625 889360384 14045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19238] ppid=19231 vsize=868516 CPUtime=0.27
/proc/19232/task/19238/stat : 19238 (java) S 19231 19218 17954 0 -1 64 1520 0 0 0 26 1 0 0 15 0 9 0 43458625 889360384 14045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19239] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19239/stat : 19239 (java) S 19231 19218 17954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43458625 889360384 14045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19240] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19240/stat : 19240 (java) S 19231 19218 17954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43458625 889360384 14045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887472

[startup+12.7026 s]
/proc/loadavg: 2.68 2.63 2.45 4/91 19240
/proc/meminfo: memFree=1337880/2055920 swapFree=4177576/4192956
[pid=19218] ppid=19216 vsize=13600 CPUtime=1.04
/proc/19218/stat : 19218 (sugar) S 19216 19218 17954 0 -1 4194304 974 9021 0 1 3 1 94 6 16 0 1 0 43458507 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19218/statm: 3400 797 370 3 0 500 0
[pid=19231] ppid=19218 vsize=5356 CPUtime=0
/proc/19231/stat : 19231 (sh) S 19218 19218 17954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43458620 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19231/statm: 1339 233 193 169 0 50 0
[pid=19232] ppid=19231 vsize=868516 CPUtime=11.39
/proc/19232/stat : 19232 (java) S 19231 19218 17954 0 -1 0 16336 0 1 0 1064 75 0 0 20 0 9 0 43458621 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19232/statm: 217129 14049 2565 9 0 211676 0
[pid=19232/tid=19233] ppid=19231 vsize=868516 CPUtime=9.84
/proc/19232/task/19233/stat : 19233 (java) R 19231 19218 17954 0 -1 64 3963 0 1 0 920 64 0 0 25 0 9 0 43458622 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19234] ppid=19231 vsize=868516 CPUtime=1.25
/proc/19232/task/19234/stat : 19234 (java) S 19231 19218 17954 0 -1 64 10151 0 0 0 117 8 0 0 15 0 9 0 43458623 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19235] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19235/stat : 19235 (java) S 19231 19218 17954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43458623 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19236] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19236/stat : 19236 (java) S 19231 19218 17954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43458623 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19237] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19237/stat : 19237 (java) S 19231 19218 17954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19238] ppid=19231 vsize=868516 CPUtime=0.27
/proc/19232/task/19238/stat : 19238 (java) S 19231 19218 17954 0 -1 64 1524 0 0 0 26 1 0 0 16 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19239] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19239/stat : 19239 (java) S 19231 19218 17954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19240] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19240/stat : 19240 (java) S 19231 19218 17954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 887472

[startup+25.5027 s]
/proc/loadavg: 2.81 2.66 2.46 3/91 19240
/proc/meminfo: memFree=1161880/2055920 swapFree=4177576/4192956
[pid=19218] ppid=19216 vsize=13600 CPUtime=1.04
/proc/19218/stat : 19218 (sugar) S 19216 19218 17954 0 -1 4194304 974 9021 0 1 3 1 94 6 16 0 1 0 43458507 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19218/statm: 3400 797 370 3 0 500 0
[pid=19231] ppid=19218 vsize=5356 CPUtime=0
/proc/19231/stat : 19231 (sh) S 19218 19218 17954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43458620 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19231/statm: 1339 233 193 169 0 50 0
[pid=19232] ppid=19231 vsize=868516 CPUtime=23.98
/proc/19232/stat : 19232 (java) S 19231 19218 17954 0 -1 0 17393 0 1 0 2216 182 0 0 20 0 9 0 43458621 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19232/statm: 217129 14049 2565 9 0 211676 0
[pid=19232/tid=19233] ppid=19231 vsize=868516 CPUtime=21.99
/proc/19232/task/19233/stat : 19233 (java) R 19231 19218 17954 0 -1 64 5020 0 1 0 2034 165 0 0 25 0 9 0 43458622 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4126567549 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19232/tid=19234] ppid=19231 vsize=868516 CPUtime=1.69
/proc/19232/task/19234/stat : 19234 (java) S 19231 19218 17954 0 -1 64 10151 0 0 0 154 15 0 0 16 0 9 0 43458623 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19232/tid=19235] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19235/stat : 19235 (java) S 19231 19218 17954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43458623 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19236] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19236/stat : 19236 (java) S 19231 19218 17954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43458623 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19237] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19237/stat : 19237 (java) S 19231 19218 17954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19238] ppid=19231 vsize=868516 CPUtime=0.27
/proc/19232/task/19238/stat : 19238 (java) S 19231 19218 17954 0 -1 64 1524 0 0 0 26 1 0 0 16 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19239] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19239/stat : 19239 (java) S 19231 19218 17954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19240] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19240/stat : 19240 (java) S 19231 19218 17954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 887472

[startup+51.1029 s]
/proc/loadavg: 2.80 2.67 2.47 4/91 19240
/proc/meminfo: memFree=828696/2055920 swapFree=4177576/4192956
[pid=19218] ppid=19216 vsize=13600 CPUtime=1.04
/proc/19218/stat : 19218 (sugar) S 19216 19218 17954 0 -1 4194304 974 9021 0 1 3 1 94 6 16 0 1 0 43458507 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19218/statm: 3400 797 370 3 0 500 0
[pid=19231] ppid=19218 vsize=5356 CPUtime=0
/proc/19231/stat : 19231 (sh) S 19218 19218 17954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43458620 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19231/statm: 1339 233 193 169 0 50 0
[pid=19232] ppid=19231 vsize=868516 CPUtime=48.88
/proc/19232/stat : 19232 (java) S 19231 19218 17954 0 -1 0 19472 0 1 0 4504 384 0 0 20 0 9 0 43458621 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

[pid=19232/tid=19238] ppid=19231 vsize=868516 CPUtime=0.27
/proc/19232/task/19238/stat : 19238 (java) S 19231 19218 17954 0 -1 64 1524 0 0 0 26 1 0 0 16 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19239] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19239/stat : 19239 (java) S 19231 19218 17954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19240] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19240/stat : 19240 (java) S 19231 19218 17954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.15
Current children cumulated vsize (KiB) 887472

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

[startup+179.103 s]
/proc/loadavg: 3.03 2.79 2.53 4/91 19246
/proc/meminfo: memFree=15320/2055920 swapFree=4178212/4192956
[pid=19218] ppid=19216 vsize=13600 CPUtime=1.04
/proc/19218/stat : 19218 (sugar) S 19216 19218 17954 0 -1 4194304 974 9021 0 1 3 1 94 6 16 0 1 0 43458507 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19218/statm: 3400 797 370 3 0 500 0
[pid=19231] ppid=19218 vsize=5356 CPUtime=0
/proc/19231/stat : 19231 (sh) S 19218 19218 17954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43458620 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19231/statm: 1339 233 193 169 0 50 0
[pid=19232] ppid=19231 vsize=868516 CPUtime=173.35
/proc/19232/stat : 19232 (java) S 19231 19218 17954 0 -1 0 28804 0 1 0 16044 1291 0 0 20 0 9 0 43458621 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19232/statm: 217129 14049 2565 9 0 211676 0
[pid=19232/tid=19233] ppid=19231 vsize=868516 CPUtime=166.66
/proc/19232/task/19233/stat : 19233 (java) R 19231 19218 17954 0 -1 64 16431 0 1 0 15466 1200 0 0 25 0 9 0 43458622 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4126476087 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19234] ppid=19231 vsize=868516 CPUtime=6.39
/proc/19232/task/19234/stat : 19234 (java) S 19231 19218 17954 0 -1 64 10151 0 0 0 550 89 0 0 16 0 9 0 43458623 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19235] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19235/stat : 19235 (java) S 19231 19218 17954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43458623 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19236] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19236/stat : 19236 (java) S 19231 19218 17954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43458623 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19237] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19237/stat : 19237 (java) S 19231 19218 17954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19238] ppid=19231 vsize=868516 CPUtime=0.27
/proc/19232/task/19238/stat : 19238 (java) S 19231 19218 17954 0 -1 64 1524 0 0 0 26 1 0 0 16 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19239] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19239/stat : 19239 (java) S 19231 19218 17954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19240] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19240/stat : 19240 (java) S 19231 19218 17954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 174.39
Current children cumulated vsize (KiB) 887472

[startup+185.502 s]
/proc/loadavg: 3.11 2.81 2.54 3/91 19246
/proc/meminfo: memFree=15256/2055920 swapFree=4178212/4192956
[pid=19218] ppid=19216 vsize=13600 CPUtime=1.04
/proc/19218/stat : 19218 (sugar) S 19216 19218 17954 0 -1 4194304 974 9021 0 1 3 1 94 6 16 0 1 0 43458507 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19218/statm: 3400 797 370 3 0 500 0
[pid=19231] ppid=19218 vsize=5356 CPUtime=0
/proc/19231/stat : 19231 (sh) S 19218 19218 17954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43458620 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19231/statm: 1339 233 193 169 0 50 0
[pid=19232] ppid=19231 vsize=868516 CPUtime=179.45
/proc/19232/stat : 19232 (java) S 19231 19218 17954 0 -1 0 29293 0 1 0 16606 1339 0 0 20 0 9 0 43458621 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19232/statm: 217129 14049 2565 9 0 211676 0
[pid=19232/tid=19233] ppid=19231 vsize=868516 CPUtime=172.57
/proc/19232/task/19233/stat : 19233 (java) R 19231 19218 17954 0 -1 64 16920 0 1 0 16012 1245 0 0 25 0 9 0 43458622 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4127062508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19232/tid=19234] ppid=19231 vsize=868516 CPUtime=6.59
/proc/19232/task/19234/stat : 19234 (java) S 19231 19218 17954 0 -1 64 10151 0 0 0 567 92 0 0 16 0 9 0 43458623 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19232/tid=19235] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19235/stat : 19235 (java) S 19231 19218 17954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43458623 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19236] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19236/stat : 19236 (java) S 19231 19218 17954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43458623 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19237] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19237/stat : 19237 (java) S 19231 19218 17954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19238] ppid=19231 vsize=868516 CPUtime=0.27
/proc/19232/task/19238/stat : 19238 (java) S 19231 19218 17954 0 -1 64 1524 0 0 0 26 1 0 0 16 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19239] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19239/stat : 19239 (java) S 19231 19218 17954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19240] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19240/stat : 19240 (java) S 19231 19218 17954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 180.49
Current children cumulated vsize (KiB) 887472

[startup+191.901 s]
/proc/loadavg: 3.02 2.79 2.54 4/91 19246
/proc/meminfo: memFree=15448/2055920 swapFree=4178212/4192956
[pid=19218] ppid=19216 vsize=13600 CPUtime=1.04
/proc/19218/stat : 19218 (sugar) S 19216 19218 17954 0 -1 4194304 974 9021 0 1 3 1 94 6 16 0 1 0 43458507 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19218/statm: 3400 797 370 3 0 500 0
[pid=19231] ppid=19218 vsize=5356 CPUtime=0
/proc/19231/stat : 19231 (sh) S 19218 19218 17954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43458620 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19231/statm: 1339 233 193 169 0 50 0
[pid=19232] ppid=19231 vsize=868516 CPUtime=185.72
/proc/19232/stat : 19232 (java) S 19231 19218 17954 0 -1 0 29794 0 1 0 17182 1390 0 0 20 0 9 0 43458621 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19232/statm: 217129 14049 2565 9 0 211676 0
[pid=19232/tid=19233] ppid=19231 vsize=868516 CPUtime=178.63
/proc/19232/task/19233/stat : 19233 (java) R 19231 19218 17954 0 -1 64 17421 0 1 0 16570 1293 0 0 25 0 9 0 43458622 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4126574535 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19234] ppid=19231 vsize=868516 CPUtime=6.78
/proc/19232/task/19234/stat : 19234 (java) S 19231 19218 17954 0 -1 64 10151 0 0 0 584 94 0 0 16 0 9 0 43458623 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19235] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19235/stat : 19235 (java) S 19231 19218 17954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43458623 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19236] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19236/stat : 19236 (java) S 19231 19218 17954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43458623 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19237] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19237/stat : 19237 (java) S 19231 19218 17954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19238] ppid=19231 vsize=868516 CPUtime=0.27
/proc/19232/task/19238/stat : 19238 (java) S 19231 19218 17954 0 -1 64 1524 0 0 0 26 1 0 0 16 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19239] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19239/stat : 19239 (java) S 19231 19218 17954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19240] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19240/stat : 19240 (java) S 19231 19218 17954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 186.76
Current children cumulated vsize (KiB) 887472

[startup+193.502 s]
/proc/loadavg: 3.10 2.81 2.54 3/91 19246
/proc/meminfo: memFree=16088/2055920 swapFree=4178212/4192956
[pid=19218] ppid=19216 vsize=13600 CPUtime=1.04
/proc/19218/stat : 19218 (sugar) S 19216 19218 17954 0 -1 4194304 974 9021 0 1 3 1 94 6 16 0 1 0 43458507 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19218/statm: 3400 797 370 3 0 500 0
[pid=19231] ppid=19218 vsize=5356 CPUtime=0
/proc/19231/stat : 19231 (sh) S 19218 19218 17954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43458620 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19231/statm: 1339 233 193 169 0 50 0
[pid=19232] ppid=19231 vsize=868516 CPUtime=187.27
/proc/19232/stat : 19232 (java) S 19231 19218 17954 0 -1 0 29923 0 1 0 17324 1403 0 0 20 0 9 0 43458621 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19232/statm: 217129 14049 2565 9 0 211676 0
[pid=19232/tid=19233] ppid=19231 vsize=868516 CPUtime=180.13
/proc/19232/task/19233/stat : 19233 (java) R 19231 19218 17954 0 -1 64 17550 0 1 0 16708 1305 0 0 25 0 9 0 43458622 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4127066239 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19234] ppid=19231 vsize=868516 CPUtime=6.83
/proc/19232/task/19234/stat : 19234 (java) S 19231 19218 17954 0 -1 64 10151 0 0 0 588 95 0 0 16 0 9 0 43458623 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19235] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19235/stat : 19235 (java) S 19231 19218 17954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43458623 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19236] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19236/stat : 19236 (java) S 19231 19218 17954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43458623 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19237] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19237/stat : 19237 (java) S 19231 19218 17954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19238] ppid=19231 vsize=868516 CPUtime=0.27
/proc/19232/task/19238/stat : 19238 (java) S 19231 19218 17954 0 -1 64 1524 0 0 0 26 1 0 0 16 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19239] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19239/stat : 19239 (java) S 19231 19218 17954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19232/tid=19240] ppid=19231 vsize=868516 CPUtime=0
/proc/19232/task/19240/stat : 19240 (java) S 19231 19218 17954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43458625 889360384 14049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 188.31
Current children cumulated vsize (KiB) 887472

[startup+195.103 s]
/proc/loadavg: 3.10 2.81 2.54 2/81 19246
/proc/meminfo: memFree=63016/2055920 swapFree=4178212/4192956
[pid=19218] ppid=19216 vsize=13600 CPUtime=189.14
/proc/19218/stat : 19218 (sugar) R 19216 19218 17954 0 -1 4194304 998 39281 0 2 3 35 17463 1413 16 0 1 0 43458507 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 225612370985 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19218/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 189.14
Current children cumulated vsize (KiB) 13600

[startup+195.901 s]
/proc/loadavg: 3.10 2.81 2.54 3/81 19246
/proc/meminfo: memFree=1617000/2055920 swapFree=4178212/4192956
[pid=19218] ppid=19216 vsize=13600 CPUtime=189.65
/proc/19218/stat : 19218 (sugar) D 19216 19218 17954 0 -1 4194304 998 39281 0 2 3 86 17463 1413 15 0 1 0 43458507 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19218/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 189.65
Current children cumulated vsize (KiB) 13600

[startup+196.301 s]
/proc/loadavg: 3.10 2.81 2.54 3/81 19246
/proc/meminfo: memFree=1617000/2055920 swapFree=4178212/4192956
[pid=19218] ppid=19216 vsize=13600 CPUtime=189.68
/proc/19218/stat : 19218 (sugar) D 19216 19218 17954 0 -1 4194304 998 39281 0 2 3 89 17463 1413 15 0 1 0 43458507 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19218/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 189.68
Current children cumulated vsize (KiB) 13600

[startup+196.401 s]
/proc/loadavg: 3.10 2.81 2.54 3/81 19246
/proc/meminfo: memFree=1617000/2055920 swapFree=4178212/4192956
[pid=19218] ppid=19216 vsize=13600 CPUtime=189.69
/proc/19218/stat : 19218 (sugar) D 19216 19218 17954 0 -1 4194304 998 39281 0 2 3 90 17463 1413 15 0 1 0 43458507 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19218/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 189.69
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 196.458
CPU time (s): 189.717
CPU user time (s): 174.67
CPU system time (s): 15.0467
CPU usage (%): 96.569
Max. virtual memory (cumulated for all children) (KiB): 887864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 174.67
system time used= 15.0467
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40309
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107211
involuntary context switches= 113266

runsolver used 0.243962 second user time and 0.668898 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-12 14:59:24
IDJOB=1112412
IDBENCH=61413
IDSOLVER=368
FILE ID=node31/1112412-1215867564
PBS_JOBID= 7903464
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-15/normalized-super-os-taillard-15-27.xml
COMMAND LINE= DIR/sugar -max -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-1112412-1215867564/watcher-1112412-1215867564 -o /tmp/evaluation-result-1112412-1215867564/solver-1112412-1215867564 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112412-1215867564.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 29eeeb4fa472c212f46109214960e651
RANDOM SEED=107353011

node31.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.236
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.236
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:       1491280 kB
Buffers:         57792 kB
Cached:          98104 kB
SwapCached:       8392 kB
Active:         445536 kB
Inactive:        73648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1491280 kB
SwapTotal:     4192956 kB
SwapFree:      4177576 kB
Dirty:            2508 kB
Writeback:           0 kB
Mapped:         378892 kB
Slab:            29876 kB
Committed_AS:  1047764 kB
PageTables:       2576 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66484 MiB
End job on node31 at 2008-07-12 15:02:41