Trace number 1126180

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? 261.36 272.841

General information on the benchmark

Namemaxcsp/maxclique/
normalized-c-fat500-5_ext.xml
MD5SUMcbaaefccddf667ee58cd5b0638a85e47
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints436
Best CPU time to get the best result obtained on this benchmark20.5469
Satisfiable
(Un)Satisfiability was proved
Number of variables501
Number of constraints102059
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension102059
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.13	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Wed Jul 16 05:28:18 2008
0.00/0.14	c 0	PID 31213
0.00/0.15	c 0	HOST node60.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1126180-1216178897.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126180-1216178897.xml' 'HOME/temp.csp'
3.43/3.72	c 3	2 domains, 501 variables, 0 predicates, 2 relations, 102059 constraints
3.43/3.75	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.43/3.75	c 4	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'
3.47/3.83	c 4	Parsing HOME/temp.csp
3.47/4.14	c 4	parsed 10000 expressions
3.99/4.36	c 4	parsed 20000 expressions
4.19/4.57	c 4	parsed 30000 expressions
4.39/4.74	c 5	parsed 40000 expressions
4.59/4.97	c 5	parsed 50000 expressions
4.79/5.14	c 5	parsed 60000 expressions
4.98/5.31	c 5	parsed 70000 expressions
5.27/5.62	c 5	parsed 80000 expressions
5.37/5.79	c 6	parsed 90000 expressions
5.58/5.95	c 6	parsed 100000 expressions
5.58/6.00	c 6	parsed 102564 expressions
5.67/6.00	c 6	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.65/7.06	c 7	MAX CSP: 102059 constraints
6.65/7.06	c 7	Converting to clausal form CSP
7.25/7.61	c 7	converted 20463 (10%) expressions
7.44/7.89	c 8	converted 40926 (20%) expressions
7.74/8.16	c 8	converted 61388 (30%) expressions
8.04/8.41	c 8	converted 81851 (40%) expressions
9.03/9.45	c 9	converted 102313 (50%) expressions
9.33/9.72	c 9	converted 122776 (60%) expressions
9.53/9.98	c 10	converted 143239 (70%) expressions
9.82/10.24	c 10	converted 163701 (80%) expressions
10.12/10.50	c 10	converted 184164 (90%) expressions
23.59/24.18	c 24	converted 204626 (100%) expressions
23.59/24.20	c 24	CSP : 204619 integers, 0 booleans, 306176 clauses, largest domain size 153089
23.59/24.20	c 24	Heap : 285 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
23.59/24.20	c 24	Propagation in CSP
27.55/28.15	c 28	102049 values, 0 unsatisfiable literals, and 0 valid clauses are removed
27.55/28.17	c 28	CSP : 204619 integers, 0 booleans, 306176 clauses, largest domain size 102060
27.55/28.17	c 28	Heap : 292 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.65/28.26	c 28	Simplifing CSP by introducing new Boolean variables
27.75/28.38	c 28	CSP : 204619 integers, 0 booleans, 306176 clauses, largest domain size 102060
27.75/28.38	c 28	Heap : 285 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.03/29.68	c 29	Encoding CSP to SAT : HOME/temp.cnf
29.13/29.75	c 30	20462 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
29.13/29.78	c 30	40924 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
29.23/29.81	c 30	61386 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
29.23/29.83	c 30	81848 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
29.23/29.86	c 30	102310 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
29.73/30.31	c 30	122772 (60%) CSP integer variables are encoded (347671 clauses, 5910471 bytes)
30.02/30.69	c 30	143234 (70%) CSP integer variables are encoded (636725 clauses, 10824389 bytes)
30.51/31.11	c 31	163696 (80%) CSP integer variables are encoded (965720 clauses, 16655923 bytes)
30.92/31.50	c 31	184158 (90%) CSP integer variables are encoded (1254296 clauses, 22138867 bytes)
33.19/33.90	c 34	204619 (100%) CSP integer variables are encoded (3134827 clauses, 57868956 bytes)
33.77/34.49	c 34	30618 (10%) CSP clauses are encoded (3165445 clauses, 58341080 bytes)
34.34/35.08	c 35	61236 (20%) CSP clauses are encoded (3196063 clauses, 58855445 bytes)
34.93/35.67	c 35	91853 (30%) CSP clauses are encoded (3226680 clauses, 59375460 bytes)
129.29/132.45	c 132	122471 (40%) CSP clauses are encoded (54541838 clauses, 1314616717 bytes)
260.26/268.95	c 269	ERROR Exception Too large HOME/temp.cnf
260.26/268.96	c 269	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
260.26/268.96	c 269	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
260.26/268.96	c 269	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
260.26/268.96	s UNKNOWN
260.33/269.04	c 269	CPU 241.82 (0.03 0.01 241.79 18.55)
260.33/269.04	c 269	END Wed Jul 16 05:32:47 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-1126180-1216178897/watcher-1126180-1216178897 -o /tmp/evaluation-result-1126180-1216178897/solver-1126180-1216178897 -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-1126180-1216178897.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.41 2.77 2.78 4/81 31213
/proc/meminfo: memFree=1918192/2055920 swapFree=4192812/4192956
[pid=31213] ppid=31211 vsize=18572 CPUtime=0
/proc/31213/stat : 31213 (runsolver) R 31211 31213 29009 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 74588106 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 271894244647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31213/statm: 4643 292 257 25 0 2626 0

[startup+0.0815301 s]
/proc/loadavg: 2.41 2.77 2.78 4/81 31213
/proc/meminfo: memFree=1918192/2055920 swapFree=4192812/4192956
[pid=31213] ppid=31211 vsize=12412 CPUtime=0
/proc/31213/stat : 31213 (sugar) D 31211 31213 29009 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 74588106 12709888 382 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/31213/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.102561 s]
/proc/loadavg: 2.41 2.77 2.78 4/81 31213
/proc/meminfo: memFree=1918192/2055920 swapFree=4192812/4192956
[pid=31213] ppid=31211 vsize=12676 CPUtime=0
/proc/31213/stat : 31213 (sugar) R 31211 31213 29009 0 -1 4194304 522 0 0 0 0 0 0 0 18 0 1 0 74588106 12980224 490 996147200 4194304 4206940 548682068592 18446744073709551615 271911866598 0 0 4224 0 0 0 0 17 1 0 0
/proc/31213/statm: 3169 490 314 3 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12676

[startup+0.302573 s]
/proc/loadavg: 2.41 2.77 2.78 4/81 31213
/proc/meminfo: memFree=1918192/2055920 swapFree=4192812/4192956
[pid=31213] ppid=31211 vsize=13600 CPUtime=0.04
/proc/31213/stat : 31213 (sugar) S 31211 31213 29009 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 74588106 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31213/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701644 s]
/proc/loadavg: 2.41 2.77 2.78 4/81 31213
/proc/meminfo: memFree=1918192/2055920 swapFree=4192812/4192956
[pid=31213] ppid=31211 vsize=13600 CPUtime=0.04
/proc/31213/stat : 31213 (sugar) S 31211 31213 29009 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 74588106 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31213/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50179 s]
/proc/loadavg: 2.37 2.76 2.77 3/92 31225
/proc/meminfo: memFree=1889560/2055920 swapFree=4192812/4192956
[pid=31213] ppid=31211 vsize=13600 CPUtime=0.04
/proc/31213/stat : 31213 (sugar) S 31211 31213 29009 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 74588106 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31213/statm: 3400 796 370 3 0 500 0
[pid=31216] ppid=31213 vsize=5356 CPUtime=0
/proc/31216/stat : 31216 (sh) S 31213 31213 29009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74588121 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31216/statm: 1339 233 193 169 0 50 0
[pid=31217] ppid=31216 vsize=864656 CPUtime=1.21
/proc/31217/stat : 31217 (java) S 31216 31213 29009 0 -1 0 15445 0 6 0 111 10 0 0 18 0 9 0 74588121 885407744 13003 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31217/statm: 216164 13003 2529 9 0 210746 0
[pid=31217/tid=31218] ppid=31216 vsize=864656 CPUtime=0.64
/proc/31217/task/31218/stat : 31218 (java) R 31216 31213 29009 0 -1 64 3017 0 5 0 61 3 0 0 21 0 9 0 74588125 885407744 13003 996147200 134512640 134550740 4294956000 18446744073709551615 4126440962 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31217/tid=31219] ppid=31216 vsize=864656 CPUtime=0.46
/proc/31217/task/31219/stat : 31219 (java) S 31216 31213 29009 0 -1 64 11243 0 1 0 41 5 0 0 16 0 9 0 74588132 885407744 13003 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31217/tid=31220] ppid=31216 vsize=864656 CPUtime=0
/proc/31217/task/31220/stat : 31220 (java) S 31216 31213 29009 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 74588133 885407744 13003 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31217/tid=31221] ppid=31216 vsize=864656 CPUtime=0
/proc/31217/task/31221/stat : 31221 (java) S 31216 31213 29009 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 74588133 885407744 13003 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31217/tid=31222] ppid=31216 vsize=864656 CPUtime=0
/proc/31217/task/31222/stat : 31222 (java) S 31216 31213 29009 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74588135 885407744 13003 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31217/tid=31223] ppid=31216 vsize=864656 CPUtime=0.08
/proc/31217/task/31223/stat : 31223 (java) S 31216 31213 29009 0 -1 64 485 0 0 0 8 0 0 0 16 0 9 0 74588135 885407744 13003 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31217/tid=31224] ppid=31216 vsize=864656 CPUtime=0
/proc/31217/task/31224/stat : 31224 (java) S 31216 31213 29009 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74588135 885407744 13003 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31217/tid=31225] ppid=31216 vsize=864656 CPUtime=0
/proc/31217/task/31225/stat : 31225 (java) S 31216 31213 29009 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74588135 885407744 13003 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 883612

[startup+3.10207 s]
/proc/loadavg: 2.37 2.76 2.77 3/92 31225
/proc/meminfo: memFree=1846360/2055920 swapFree=4192812/4192956
[pid=31213] ppid=31211 vsize=13600 CPUtime=0.04
/proc/31213/stat : 31213 (sugar) S 31211 31213 29009 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 74588106 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31213/statm: 3400 796 370 3 0 500 0
[pid=31216] ppid=31213 vsize=5356 CPUtime=0
/proc/31216/stat : 31216 (sh) S 31213 31213 29009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74588121 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31216/statm: 1339 233 193 169 0 50 0
[pid=31217] ppid=31216 vsize=864672 CPUtime=2.8
/proc/31217/stat : 31217 (java) S 31216 31213 29009 0 -1 0 29322 0 7 0 261 19 0 0 18 0 9 0 74588121 885424128 24928 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31217/statm: 216168 24928 2529 9 0 210750 0
[pid=31217/tid=31218] ppid=31216 vsize=864672 CPUtime=1.32
/proc/31217/task/31218/stat : 31218 (java) R 31216 31213 29009 0 -1 64 3872 0 6 0 128 4 0 0 25 0 9 0 74588125 885424128 24928 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31217/tid=31219] ppid=31216 vsize=864672 CPUtime=1.32
/proc/31217/task/31219/stat : 31219 (java) S 31216 31213 29009 0 -1 64 24240 0 1 0 120 12 0 0 17 0 9 0 74588132 885424128 24928 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31217/tid=31220] ppid=31216 vsize=864672 CPUtime=0
/proc/31217/task/31220/stat : 31220 (java) S 31216 31213 29009 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 74588133 885424128 24928 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31217/tid=31221] ppid=31216 vsize=864672 CPUtime=0
/proc/31217/task/31221/stat : 31221 (java) S 31216 31213 29009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74588133 885424128 24928 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31217/tid=31222] ppid=31216 vsize=864672 CPUtime=0
/proc/31217/task/31222/stat : 31222 (java) S 31216 31213 29009 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74588135 885424128 24928 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31217/tid=31223] ppid=31216 vsize=864672 CPUtime=0.12
/proc/31217/task/31223/stat : 31223 (java) R 31216 31213 29009 0 -1 64 510 0 0 0 12 0 0 0 16 0 9 0 74588135 885424128 24928 996147200 134512640 134550740 4294956000 18446744073709551615 101693832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31217/tid=31224] ppid=31216 vsize=864672 CPUtime=0
/proc/31217/task/31224/stat : 31224 (java) S 31216 31213 29009 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74588135 885424128 24928 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31217/tid=31225] ppid=31216 vsize=864672 CPUtime=0
/proc/31217/task/31225/stat : 31225 (java) S 31216 31213 29009 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74588135 885424128 24928 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 883628

[startup+6.30164 s]
/proc/loadavg: 2.37 2.76 2.77 3/92 31235
/proc/meminfo: memFree=1882784/2055920 swapFree=4192812/4192956
[pid=31213] ppid=31211 vsize=13600 CPUtime=3.47
/proc/31213/stat : 31213 (sugar) S 31211 31213 29009 0 -1 4194304 974 30752 0 7 3 1 320 23 15 0 1 0 74588106 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31213/statm: 3400 797 370 3 0 500 0
[pid=31226] ppid=31213 vsize=5356 CPUtime=0
/proc/31226/stat : 31226 (sh) S 31213 31213 29009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74588481 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31226/statm: 1339 233 193 169 0 50 0
[pid=31227] ppid=31226 vsize=865160 CPUtime=2.5
/proc/31227/stat : 31227 (java) S 31226 31213 29009 0 -1 0 14777 0 4 0 241 9 0 0 18 0 9 0 74588481 885923840 12791 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31227/statm: 216290 12791 2540 9 0 210865 0
[pid=31227/tid=31228] ppid=31226 vsize=865160 CPUtime=1.48
/proc/31227/task/31228/stat : 31228 (java) R 31226 31213 29009 0 -1 64 2975 0 4 0 146 2 0 0 22 0 9 0 74588482 885923840 12791 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31229] ppid=31226 vsize=865160 CPUtime=0.91
/proc/31227/task/31229/stat : 31229 (java) R 31226 31213 29009 0 -1 64 10758 0 0 0 85 6 0 0 16 0 9 0 74588483 885923840 12791 996147200 134512640 134550740 4294955936 18446744073709551615 102731819 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31230] ppid=31226 vsize=865160 CPUtime=0
/proc/31227/task/31230/stat : 31230 (java) S 31226 31213 29009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74588483 885923840 12791 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31231] ppid=31226 vsize=865160 CPUtime=0
/proc/31227/task/31231/stat : 31231 (java) S 31226 31213 29009 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74588483 885923840 12791 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31232] ppid=31226 vsize=865160 CPUtime=0
/proc/31227/task/31232/stat : 31232 (java) S 31226 31213 29009 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 74588485 885923840 12791 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31233] ppid=31226 vsize=865160 CPUtime=0.09
/proc/31227/task/31233/stat : 31233 (java) S 31226 31213 29009 0 -1 64 347 0 0 0 9 0 0 0 16 0 9 0 74588485 885923840 12791 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31234] ppid=31226 vsize=865160 CPUtime=0
/proc/31227/task/31234/stat : 31234 (java) S 31226 31213 29009 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74588485 885923840 12791 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31235] ppid=31226 vsize=865160 CPUtime=0
/proc/31227/task/31235/stat : 31235 (java) S 31226 31213 29009 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74588485 885923840 12791 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 884116

[startup+12.7028 s]
/proc/loadavg: 2.31 2.73 2.76 3/92 31235
/proc/meminfo: memFree=1739744/2055920 swapFree=4192812/4192956
[pid=31213] ppid=31211 vsize=13600 CPUtime=3.47
/proc/31213/stat : 31213 (sugar) S 31211 31213 29009 0 -1 4194304 974 30752 0 7 3 1 320 23 15 0 1 0 74588106 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31213/statm: 3400 797 370 3 0 500 0
[pid=31226] ppid=31213 vsize=5356 CPUtime=0
/proc/31226/stat : 31226 (sh) S 31213 31213 29009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74588481 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31226/statm: 1339 233 193 169 0 50 0
[pid=31227] ppid=31226 vsize=868432 CPUtime=8.83
/proc/31227/stat : 31227 (java) S 31226 31213 29009 0 -1 0 60536 0 5 0 853 30 0 0 18 0 9 0 74588481 889274368 46120 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31227/statm: 217108 46120 2540 9 0 211683 0
[pid=31227/tid=31228] ppid=31226 vsize=868432 CPUtime=4.96
/proc/31227/task/31228/stat : 31228 (java) R 31226 31213 29009 0 -1 64 4454 0 5 0 493 3 0 0 25 0 9 0 74588482 889274368 46120 996147200 134512640 134550740 4294955936 18446744073709551615 4126860484 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31229] ppid=31226 vsize=868432 CPUtime=3.62
/proc/31227/task/31229/stat : 31229 (java) S 31226 31213 29009 0 -1 64 53910 0 0 0 337 25 0 0 16 0 9 0 74588483 889274368 46120 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31230] ppid=31226 vsize=868432 CPUtime=0
/proc/31227/task/31230/stat : 31230 (java) S 31226 31213 29009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74588483 889274368 46120 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31231] ppid=31226 vsize=868432 CPUtime=0
/proc/31227/task/31231/stat : 31231 (java) S 31226 31213 29009 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74588483 889274368 46120 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31232] ppid=31226 vsize=868432 CPUtime=0
/proc/31227/task/31232/stat : 31232 (java) S 31226 31213 29009 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 74588485 889274368 46120 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31233] ppid=31226 vsize=868432 CPUtime=0.23
/proc/31227/task/31233/stat : 31233 (java) S 31226 31213 29009 0 -1 64 1475 0 0 0 22 1 0 0 16 0 9 0 74588485 889274368 46120 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31234] ppid=31226 vsize=868432 CPUtime=0
/proc/31227/task/31234/stat : 31234 (java) S 31226 31213 29009 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74588485 889274368 46120 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31235] ppid=31226 vsize=868432 CPUtime=0
/proc/31227/task/31235/stat : 31235 (java) S 31226 31213 29009 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74588485 889274368 46120 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 887388

[startup+25.5021 s]
/proc/loadavg: 2.35 2.72 2.76 3/92 31235
/proc/meminfo: memFree=1593440/2055920 swapFree=4192812/4192956
[pid=31213] ppid=31211 vsize=13600 CPUtime=3.47
/proc/31213/stat : 31213 (sugar) S 31211 31213 29009 0 -1 4194304 974 30752 0 7 3 1 320 23 16 0 1 0 74588106 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31213/statm: 3400 797 370 3 0 500 0
[pid=31226] ppid=31213 vsize=5356 CPUtime=0
/proc/31226/stat : 31226 (sh) S 31213 31213 29009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74588481 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31226/statm: 1339 233 193 169 0 50 0
[pid=31227] ppid=31226 vsize=868432 CPUtime=21.51
/proc/31227/stat : 31227 (java) S 31226 31213 29009 0 -1 0 115355 0 5 0 2098 53 0 0 18 0 9 0 74588481 889274368 81010 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31227/statm: 217108 81010 2540 9 0 211683 0
[pid=31227/tid=31228] ppid=31226 vsize=868432 CPUtime=13.1
/proc/31227/task/31228/stat : 31228 (java) R 31226 31213 29009 0 -1 64 7033 0 5 0 1306 4 0 0 25 0 9 0 74588482 889274368 81010 996147200 134512640 134550740 4294955936 18446744073709551615 4126622951 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31229] ppid=31226 vsize=868432 CPUtime=8.12
/proc/31227/task/31229/stat : 31229 (java) S 31226 31213 29009 0 -1 64 106142 0 0 0 766 46 0 0 16 0 9 0 74588483 889274368 81010 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31230] ppid=31226 vsize=868432 CPUtime=0
/proc/31227/task/31230/stat : 31230 (java) S 31226 31213 29009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74588483 889274368 81010 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31231] ppid=31226 vsize=868432 CPUtime=0
/proc/31227/task/31231/stat : 31231 (java) S 31226 31213 29009 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74588483 889274368 81010 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

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

[startup+230.301 s]
/proc/loadavg: 3.14 2.90 2.82 3/92 31235
/proc/meminfo: memFree=15520/2055920 swapFree=4192812/4192956
[pid=31213] ppid=31211 vsize=13600 CPUtime=3.47
/proc/31213/stat : 31213 (sugar) S 31211 31213 29009 0 -1 4194304 974 30752 0 7 3 1 320 23 16 0 1 0 74588106 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31213/statm: 3400 797 370 3 0 500 0
[pid=31226] ppid=31213 vsize=5356 CPUtime=0
/proc/31226/stat : 31226 (sh) S 31213 31213 29009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74588481 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31226/statm: 1339 233 193 169 0 50 0
[pid=31227] ppid=31226 vsize=868544 CPUtime=219.9
/proc/31227/stat : 31227 (java) S 31226 31213 29009 0 -1 0 118662 0 5 0 20440 1550 0 0 18 0 9 0 74588481 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31227/statm: 217136 81114 2567 9 0 211683 0
[pid=31227/tid=31228] ppid=31226 vsize=868544 CPUtime=207.65
/proc/31227/task/31228/stat : 31228 (java) R 31226 31213 29009 0 -1 64 9283 0 5 0 19280 1485 0 0 25 0 9 0 74588482 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31227/tid=31229] ppid=31226 vsize=868544 CPUtime=11.89
/proc/31227/task/31229/stat : 31229 (java) S 31226 31213 29009 0 -1 64 107144 0 0 0 1127 62 0 0 16 0 9 0 74588483 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31227/tid=31230] ppid=31226 vsize=868544 CPUtime=0
/proc/31227/task/31230/stat : 31230 (java) S 31226 31213 29009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74588483 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31231] ppid=31226 vsize=868544 CPUtime=0
/proc/31227/task/31231/stat : 31231 (java) S 31226 31213 29009 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74588483 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31232] ppid=31226 vsize=868544 CPUtime=0
/proc/31227/task/31232/stat : 31232 (java) S 31226 31213 29009 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 74588485 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31233] ppid=31226 vsize=868544 CPUtime=0.32
/proc/31227/task/31233/stat : 31233 (java) S 31226 31213 29009 0 -1 64 1538 0 0 0 31 1 0 0 16 0 9 0 74588485 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31234] ppid=31226 vsize=868544 CPUtime=0
/proc/31227/task/31234/stat : 31234 (java) S 31226 31213 29009 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74588485 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31235] ppid=31226 vsize=868544 CPUtime=0
/proc/31227/task/31235/stat : 31235 (java) S 31226 31213 29009 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74588485 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 223.37
Current children cumulated vsize (KiB) 887500

[startup+255.902 s]
/proc/loadavg: 2.83 2.84 2.80 3/92 31235
/proc/meminfo: memFree=16224/2055920 swapFree=4192812/4192956
[pid=31213] ppid=31211 vsize=13600 CPUtime=3.47
/proc/31213/stat : 31213 (sugar) S 31211 31213 29009 0 -1 4194304 974 30752 0 7 3 1 320 23 16 0 1 0 74588106 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31213/statm: 3400 797 370 3 0 500 0
[pid=31226] ppid=31213 vsize=5356 CPUtime=0
/proc/31226/stat : 31226 (sh) S 31213 31213 29009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74588481 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31226/statm: 1339 233 193 169 0 50 0
[pid=31227] ppid=31226 vsize=868544 CPUtime=244.18
/proc/31227/stat : 31227 (java) S 31226 31213 29009 0 -1 0 118936 0 5 0 22686 1732 0 0 18 0 9 0 74588481 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31227/statm: 217136 81114 2567 9 0 211683 0
[pid=31227/tid=31228] ppid=31226 vsize=868544 CPUtime=231.67
/proc/31227/task/31228/stat : 31228 (java) R 31226 31213 29009 0 -1 64 9557 0 5 0 21502 1665 0 0 25 0 9 0 74588482 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31229] ppid=31226 vsize=868544 CPUtime=12.14
/proc/31227/task/31229/stat : 31229 (java) S 31226 31213 29009 0 -1 64 107144 0 0 0 1151 63 0 0 16 0 9 0 74588483 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31230] ppid=31226 vsize=868544 CPUtime=0
/proc/31227/task/31230/stat : 31230 (java) S 31226 31213 29009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74588483 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31231] ppid=31226 vsize=868544 CPUtime=0
/proc/31227/task/31231/stat : 31231 (java) S 31226 31213 29009 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74588483 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31232] ppid=31226 vsize=868544 CPUtime=0
/proc/31227/task/31232/stat : 31232 (java) S 31226 31213 29009 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 74588485 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31233] ppid=31226 vsize=868544 CPUtime=0.32
/proc/31227/task/31233/stat : 31233 (java) S 31226 31213 29009 0 -1 64 1538 0 0 0 31 1 0 0 16 0 9 0 74588485 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31234] ppid=31226 vsize=868544 CPUtime=0
/proc/31227/task/31234/stat : 31234 (java) S 31226 31213 29009 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74588485 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31235] ppid=31226 vsize=868544 CPUtime=0
/proc/31227/task/31235/stat : 31235 (java) S 31226 31213 29009 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74588485 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 247.65
Current children cumulated vsize (KiB) 887500

[startup+262.302 s]
/proc/loadavg: 2.77 2.83 2.80 3/92 31235
/proc/meminfo: memFree=16288/2055920 swapFree=4192812/4192956
[pid=31213] ppid=31211 vsize=13600 CPUtime=3.47
/proc/31213/stat : 31213 (sugar) S 31211 31213 29009 0 -1 4194304 974 30752 0 7 3 1 320 23 16 0 1 0 74588106 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31213/statm: 3400 797 370 3 0 500 0
[pid=31226] ppid=31213 vsize=5356 CPUtime=0
/proc/31226/stat : 31226 (sh) S 31213 31213 29009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74588481 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31226/statm: 1339 233 193 169 0 50 0
[pid=31227] ppid=31226 vsize=868544 CPUtime=250.36
/proc/31227/stat : 31227 (java) S 31226 31213 29009 0 -1 0 119003 0 5 0 23258 1778 0 0 18 0 9 0 74588481 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31227/statm: 217136 81114 2567 9 0 211683 0
[pid=31227/tid=31228] ppid=31226 vsize=868544 CPUtime=237.79
/proc/31227/task/31228/stat : 31228 (java) R 31226 31213 29009 0 -1 64 9624 0 5 0 22068 1711 0 0 25 0 9 0 74588482 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4126623048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31229] ppid=31226 vsize=868544 CPUtime=12.21
/proc/31227/task/31229/stat : 31229 (java) S 31226 31213 29009 0 -1 64 107144 0 0 0 1157 64 0 0 16 0 9 0 74588483 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31230] ppid=31226 vsize=868544 CPUtime=0
/proc/31227/task/31230/stat : 31230 (java) S 31226 31213 29009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74588483 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31231] ppid=31226 vsize=868544 CPUtime=0
/proc/31227/task/31231/stat : 31231 (java) S 31226 31213 29009 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74588483 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31232] ppid=31226 vsize=868544 CPUtime=0
/proc/31227/task/31232/stat : 31232 (java) S 31226 31213 29009 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 74588485 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31233] ppid=31226 vsize=868544 CPUtime=0.32
/proc/31227/task/31233/stat : 31233 (java) S 31226 31213 29009 0 -1 64 1538 0 0 0 31 1 0 0 16 0 9 0 74588485 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31234] ppid=31226 vsize=868544 CPUtime=0
/proc/31227/task/31234/stat : 31234 (java) S 31226 31213 29009 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74588485 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31235] ppid=31226 vsize=868544 CPUtime=0
/proc/31227/task/31235/stat : 31235 (java) S 31226 31213 29009 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74588485 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 253.83
Current children cumulated vsize (KiB) 887500

[startup+268.702 s]
/proc/loadavg: 2.71 2.82 2.79 3/92 31235
/proc/meminfo: memFree=15712/2055920 swapFree=4192812/4192956
[pid=31213] ppid=31211 vsize=13600 CPUtime=3.47
/proc/31213/stat : 31213 (sugar) S 31211 31213 29009 0 -1 4194304 974 30752 0 7 3 1 320 23 16 0 1 0 74588106 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31213/statm: 3400 797 370 3 0 500 0
[pid=31226] ppid=31213 vsize=5356 CPUtime=0
/proc/31226/stat : 31226 (sh) S 31213 31213 29009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74588481 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31226/statm: 1339 233 193 169 0 50 0
[pid=31227] ppid=31226 vsize=868544 CPUtime=256.59
/proc/31227/stat : 31227 (java) S 31226 31213 29009 0 -1 0 119071 0 5 0 23834 1825 0 0 18 0 9 0 74588481 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31227/statm: 217136 81114 2567 9 0 211683 0
[pid=31227/tid=31228] ppid=31226 vsize=868544 CPUtime=243.96
/proc/31227/task/31228/stat : 31228 (java) R 31226 31213 29009 0 -1 64 9692 0 5 0 22638 1758 0 0 25 0 9 0 74588482 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31229] ppid=31226 vsize=868544 CPUtime=12.27
/proc/31227/task/31229/stat : 31229 (java) S 31226 31213 29009 0 -1 64 107144 0 0 0 1163 64 0 0 16 0 9 0 74588483 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31230] ppid=31226 vsize=868544 CPUtime=0
/proc/31227/task/31230/stat : 31230 (java) S 31226 31213 29009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74588483 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31231] ppid=31226 vsize=868544 CPUtime=0
/proc/31227/task/31231/stat : 31231 (java) S 31226 31213 29009 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74588483 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31232] ppid=31226 vsize=868544 CPUtime=0
/proc/31227/task/31232/stat : 31232 (java) S 31226 31213 29009 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 74588485 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31233] ppid=31226 vsize=868544 CPUtime=0.32
/proc/31227/task/31233/stat : 31233 (java) S 31226 31213 29009 0 -1 64 1538 0 0 0 31 1 0 0 16 0 9 0 74588485 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31234] ppid=31226 vsize=868544 CPUtime=0
/proc/31227/task/31234/stat : 31234 (java) S 31226 31213 29009 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74588485 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31227/tid=31235] ppid=31226 vsize=868544 CPUtime=0
/proc/31227/task/31235/stat : 31235 (java) S 31226 31213 29009 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74588485 889389056 81114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 260.06
Current children cumulated vsize (KiB) 887500

[startup+270.303 s]
/proc/loadavg: 2.71 2.82 2.79 3/82 31235
/proc/meminfo: memFree=1048304/2055920 swapFree=4192812/4192956
[pid=31213] ppid=31211 vsize=13600 CPUtime=261.24
/proc/31213/stat : 31213 (sugar) D 31211 31213 29009 0 -1 4194304 998 150121 0 12 3 87 24179 1855 15 0 1 0 74588106 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31213/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 261.24
Current children cumulated vsize (KiB) 13600

[startup+271.902 s]
/proc/loadavg: 2.65 2.80 2.79 2/82 31235
/proc/meminfo: memFree=1926064/2055920 swapFree=4192812/4192956
[pid=31213] ppid=31211 vsize=13600 CPUtime=261.31
/proc/31213/stat : 31213 (sugar) D 31211 31213 29009 0 -1 4194304 998 150121 0 12 3 94 24179 1855 15 0 1 0 74588106 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31213/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 261.31
Current children cumulated vsize (KiB) 13600

[startup+272.302 s]
/proc/loadavg: 2.65 2.80 2.79 2/82 31235
/proc/meminfo: memFree=1926064/2055920 swapFree=4192812/4192956
[pid=31213] ppid=31211 vsize=13600 CPUtime=261.32
/proc/31213/stat : 31213 (sugar) D 31211 31213 29009 0 -1 4194304 998 150121 0 12 3 95 24179 1855 15 0 1 0 74588106 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31213/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 261.32
Current children cumulated vsize (KiB) 13600

[startup+272.702 s]
/proc/loadavg: 2.65 2.80 2.79 2/82 31235
/proc/meminfo: memFree=1925552/2055920 swapFree=4192812/4192956
[pid=31213] ppid=31211 vsize=13600 CPUtime=261.34
/proc/31213/stat : 31213 (sugar) D 31211 31213 29009 0 -1 4194304 998 150121 0 12 3 97 24179 1855 15 0 1 0 74588106 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31213/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 261.34
Current children cumulated vsize (KiB) 13600

[startup+272.807 s]
/proc/loadavg: 2.65 2.80 2.79 2/82 31235
/proc/meminfo: memFree=1925552/2055920 swapFree=4192812/4192956
[pid=31213] ppid=31211 vsize=13600 CPUtime=261.35
/proc/31213/stat : 31213 (sugar) D 31211 31213 29009 0 -1 4194304 998 150121 0 12 3 98 24179 1855 15 0 1 0 74588106 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31213/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 261.35
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 272.841
CPU time (s): 261.36
CPU user time (s): 241.825
CPU system time (s): 19.535
CPU usage (%): 95.7922
Max. virtual memory (cumulated for all children) (KiB): 915004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 241.825
system time used= 19.535
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151149
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28792
involuntary context switches= 36219

runsolver used 0.347947 second user time and 0.951855 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-16 05:28:18
IDJOB=1126180
IDBENCH=64212
IDSOLVER=368
FILE ID=node60/1126180-1216178897
PBS_JOBID= 7905763
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-c-fat500-5_ext.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-1126180-1216178897/watcher-1126180-1216178897 -o /tmp/evaluation-result-1126180-1216178897/solver-1126180-1216178897 -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-1126180-1216178897.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cbaaefccddf667ee58cd5b0638a85e47
RANDOM SEED=638641212

node60.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.263
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.263
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:       1918800 kB
Buffers:          2632 kB
Cached:          39936 kB
SwapCached:          0 kB
Active:          82824 kB
Inactive:         4220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1918800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8700 kB
Writeback:           0 kB
Mapped:          64572 kB
Slab:            34960 kB
Committed_AS:   378608 kB
PageTables:       2120 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= 66552 MiB
End job on node60 at 2008-07-16 05:32:51