Trace number 1126364

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? 196.737 205.181

General information on the benchmark

Namemaxcsp/maxclique/
normalized-c-fat500-10_ext.xml
MD5SUM4814551271d4e26e76c02532078a0bf4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints374
Best CPU time to get the best result obtained on this benchmark14.0389
Satisfiable
(Un)Satisfiability was proved
Number of variables501
Number of constraints78623
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension78623
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 16 06:10:00 2008
0.00/0.04	c 0	PID 29381
0.04/0.05	c 0	HOST node41.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1126364-1216181400.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126364-1216181400.xml' 'HOME/temp.csp'
2.48/2.89	c 3	2 domains, 501 variables, 0 predicates, 2 relations, 78623 constraints
2.58/2.92	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.58/2.92	c 3	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'
2.58/2.99	c 3	Parsing HOME/temp.csp
2.86/3.29	c 4	parsed 10000 expressions
3.05/3.48	c 4	parsed 20000 expressions
3.25/3.68	c 4	parsed 30000 expressions
3.45/3.84	c 4	parsed 40000 expressions
3.65/4.06	c 4	parsed 50000 expressions
3.84/4.21	c 4	parsed 60000 expressions
3.95/4.36	c 5	parsed 70000 expressions
4.24/4.62	c 5	parsed 79128 expressions
4.24/4.63	c 5	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.84/5.23	c 5	MAX CSP: 78623 constraints
4.84/5.23	c 5	Converting to clausal form CSP
5.24/5.60	c 6	converted 15776 (10%) expressions
5.74/6.12	c 6	converted 31551 (20%) expressions
5.84/6.28	c 7	converted 47327 (30%) expressions
6.04/6.47	c 7	converted 63102 (40%) expressions
6.24/6.66	c 7	converted 78877 (50%) expressions
6.43/6.85	c 7	converted 94653 (60%) expressions
6.64/7.03	c 7	converted 110428 (70%) expressions
7.33/7.74	c 8	converted 126204 (80%) expressions
7.53/7.90	c 8	converted 141979 (90%) expressions
16.18/16.61	c 17	converted 157754 (100%) expressions
16.18/16.63	c 17	CSP : 157747 integers, 0 booleans, 235868 clauses, largest domain size 117935
16.18/16.63	c 17	Heap : 214 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.18/16.63	c 17	Propagation in CSP
18.96/19.45	c 20	78613 values, 0 unsatisfiable literals, and 0 valid clauses are removed
18.96/19.47	c 20	CSP : 157747 integers, 0 booleans, 235868 clauses, largest domain size 78624
18.96/19.47	c 20	Heap : 214 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.06/19.53	c 20	Simplifing CSP by introducing new Boolean variables
19.16/19.62	c 20	CSP : 157747 integers, 0 booleans, 235868 clauses, largest domain size 78624
19.16/19.62	c 20	Heap : 214 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.15/20.64	c 21	Encoding CSP to SAT : HOME/temp.cnf
20.21/20.78	c 21	15775 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
20.28/20.81	c 21	31550 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
20.28/20.83	c 21	47325 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
20.28/20.85	c 21	63099 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
20.28/20.87	c 21	78874 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
20.68/21.22	c 21	94649 (60%) CSP integer variables are encoded (261667 clauses, 4406652 bytes)
20.97/21.52	c 22	110423 (70%) CSP integer variables are encoded (477220 clauses, 8071053 bytes)
21.27/21.84	c 22	126198 (80%) CSP integer variables are encoded (725858 clauses, 12297899 bytes)
21.56/22.13	c 22	141973 (90%) CSP integer variables are encoded (942173 clauses, 16135003 bytes)
23.37/23.95	c 24	157747 (100%) CSP integer variables are encoded (2384875 clauses, 43546341 bytes)
23.86/24.45	c 25	23587 (10%) CSP clauses are encoded (2408462 clauses, 43907700 bytes)
24.34/24.94	c 25	47174 (20%) CSP clauses are encoded (2432049 clauses, 44303895 bytes)
24.83/25.44	c 26	70761 (30%) CSP clauses are encoded (2455636 clauses, 44704400 bytes)
78.24/80.51	c 81	94348 (40%) CSP clauses are encoded (32943551 clauses, 790176197 bytes)
195.68/202.64	c 203	ERROR Exception Too large HOME/temp.cnf
195.68/202.66	c 203	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
195.68/202.66	c 203	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
195.68/202.66	c 203	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
195.68/202.66	s UNKNOWN
195.74/202.73	c 203	CPU 180.87 (0.04 0.01 180.83 14.9)
195.74/202.73	c 203	END Wed Jul 16 06:13:23 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-1126364-1216181400/watcher-1126364-1216181400 -o /tmp/evaluation-result-1126364-1216181400/solver-1126364-1216181400 -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-1126364-1216181400.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.64 2.68 2.58 5/80 29381
/proc/meminfo: memFree=1824528/2055920 swapFree=4179832/4192956
[pid=29381] ppid=29379 vsize=12000 CPUtime=0
/proc/29381/stat : 29381 (sugar) R 29379 29381 27926 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 74839984 12288000 168 996147200 4194304 4206940 548682068592 18446744073709551615 209156371138 0 0 4224 0 0 0 0 17 1 0 0
/proc/29381/statm: 3000 168 129 3 0 100 0

[startup+0.050116 s]
/proc/loadavg: 2.64 2.68 2.58 5/80 29381
/proc/meminfo: memFree=1824528/2055920 swapFree=4179832/4192956
[pid=29381] ppid=29379 vsize=13600 CPUtime=0.04
/proc/29381/stat : 29381 (sugar) S 29379 29381 27926 0 -1 4194304 838 0 0 0 3 1 0 0 18 0 1 0 74839984 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29381/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101185 s]
/proc/loadavg: 2.64 2.68 2.58 5/80 29381
/proc/meminfo: memFree=1824528/2055920 swapFree=4179832/4192956
[pid=29381] ppid=29379 vsize=13600 CPUtime=0.04
/proc/29381/stat : 29381 (sugar) S 29379 29381 27926 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 74839984 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29381/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301192 s]
/proc/loadavg: 2.64 2.68 2.58 5/80 29381
/proc/meminfo: memFree=1824528/2055920 swapFree=4179832/4192956
[pid=29381] ppid=29379 vsize=13600 CPUtime=0.04
/proc/29381/stat : 29381 (sugar) S 29379 29381 27926 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 74839984 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29381/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701234 s]
/proc/loadavg: 2.64 2.68 2.58 5/80 29381
/proc/meminfo: memFree=1824528/2055920 swapFree=4179832/4192956
[pid=29381] ppid=29379 vsize=13600 CPUtime=0.04
/proc/29381/stat : 29381 (sugar) S 29379 29381 27926 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 74839984 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29381/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5023 s]
/proc/loadavg: 2.64 2.68 2.58 4/91 29393
/proc/meminfo: memFree=1800952/2055920 swapFree=4179832/4192956
[pid=29381] ppid=29379 vsize=13600 CPUtime=0.04
/proc/29381/stat : 29381 (sugar) S 29379 29381 27926 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 74839984 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29381/statm: 3400 796 370 3 0 500 0
[pid=29384] ppid=29381 vsize=5356 CPUtime=0
/proc/29384/stat : 29384 (sh) S 29381 29381 27926 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74839989 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29384/statm: 1339 233 193 169 0 50 0
[pid=29385] ppid=29384 vsize=864656 CPUtime=1.15
/proc/29385/stat : 29385 (java) S 29384 29381 27926 0 -1 0 14761 0 1 0 106 9 0 0 19 0 9 0 74839989 885407744 12315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29385/statm: 216164 12315 2529 9 0 210746 0
[pid=29385/tid=29386] ppid=29384 vsize=864656 CPUtime=0.6
/proc/29385/task/29386/stat : 29386 (java) R 29384 29381 27926 0 -1 64 3020 0 1 0 57 3 0 0 22 0 9 0 74839994 885407744 12315 996147200 134512640 134550740 4294956000 18446744073709551615 4126606448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29385/tid=29387] ppid=29384 vsize=864656 CPUtime=0.44
/proc/29385/task/29387/stat : 29387 (java) S 29384 29381 27926 0 -1 64 10556 0 0 0 40 4 0 0 16 0 9 0 74839995 885407744 12315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29385/tid=29388] ppid=29384 vsize=864656 CPUtime=0
/proc/29385/task/29388/stat : 29388 (java) S 29384 29381 27926 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 74839995 885407744 12315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29385/tid=29389] ppid=29384 vsize=864656 CPUtime=0
/proc/29385/task/29389/stat : 29389 (java) S 29384 29381 27926 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 74839995 885407744 12315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29385/tid=29390] ppid=29384 vsize=864656 CPUtime=0
/proc/29385/task/29390/stat : 29390 (java) S 29384 29381 27926 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 74839997 885407744 12315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29385/tid=29391] ppid=29384 vsize=864656 CPUtime=0.08
/proc/29385/task/29391/stat : 29391 (java) S 29384 29381 27926 0 -1 64 485 0 0 0 8 0 0 0 16 0 9 0 74839997 885407744 12315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29385/tid=29392] ppid=29384 vsize=864656 CPUtime=0
/proc/29385/task/29392/stat : 29392 (java) S 29384 29381 27926 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74839997 885407744 12315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29385/tid=29393] ppid=29384 vsize=864656 CPUtime=0
/proc/29385/task/29393/stat : 29393 (java) S 29384 29381 27926 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74839997 885407744 12315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 883612

[startup+3.10144 s]
/proc/loadavg: 2.64 2.68 2.58 3/91 29393
/proc/meminfo: memFree=1760504/2055920 swapFree=4179832/4192956
[pid=29381] ppid=29379 vsize=13600 CPUtime=2.59
/proc/29381/stat : 29381 (sugar) S 29379 29381 27926 0 -1 4194304 974 24364 0 1 3 1 238 17 15 0 1 0 74839984 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29381/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 13600

[startup+6.30272 s]
/proc/loadavg: 2.58 2.66 2.57 4/91 29403
/proc/meminfo: memFree=1763128/2055920 swapFree=4179832/4192956
[pid=29381] ppid=29379 vsize=13600 CPUtime=2.59
/proc/29381/stat : 29381 (sugar) S 29379 29381 27926 0 -1 4194304 974 24364 0 1 3 1 238 17 15 0 1 0 74839984 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29381/statm: 3400 797 370 3 0 500 0
[pid=29394] ppid=29381 vsize=5356 CPUtime=0
/proc/29394/stat : 29394 (sh) S 29381 29381 27926 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74840276 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29394/statm: 1339 233 193 169 0 50 0
[pid=29395] ppid=29394 vsize=868436 CPUtime=3.34
/proc/29395/stat : 29395 (java) S 29394 29381 27926 0 -1 0 25295 0 1 0 320 14 0 0 20 0 9 0 74840276 889278464 22076 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29395/statm: 217109 22076 2540 9 0 211684 0
[pid=29395/tid=29396] ppid=29394 vsize=868436 CPUtime=1.61
/proc/29395/task/29396/stat : 29396 (java) R 29394 29381 27926 0 -1 64 3672 0 1 0 157 4 0 0 25 0 9 0 74840277 889278464 22077 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29397] ppid=29394 vsize=868436 CPUtime=1.52
/proc/29395/task/29397/stat : 29397 (java) R 29394 29381 27926 0 -1 64 19466 0 0 0 144 8 0 0 15 0 9 0 74840278 889278464 22079 996147200 134512640 134550740 4294955936 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29398] ppid=29394 vsize=868436 CPUtime=0
/proc/29395/task/29398/stat : 29398 (java) S 29394 29381 27926 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74840278 889278464 22081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29399] ppid=29394 vsize=868436 CPUtime=0
/proc/29395/task/29399/stat : 29399 (java) S 29394 29381 27926 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74840278 889278464 22082 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29400] ppid=29394 vsize=868436 CPUtime=0
/proc/29395/task/29400/stat : 29400 (java) S 29394 29381 27926 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 74840280 889278464 22084 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29401] ppid=29394 vsize=868436 CPUtime=0.18
/proc/29395/task/29401/stat : 29401 (java) S 29394 29381 27926 0 -1 64 1463 0 0 0 18 0 0 0 16 0 9 0 74840280 889278464 22085 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29402] ppid=29394 vsize=868436 CPUtime=0
/proc/29395/task/29402/stat : 29402 (java) S 29394 29381 27926 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74840280 889278464 22087 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29403] ppid=29394 vsize=868436 CPUtime=0
/proc/29395/task/29403/stat : 29403 (java) S 29394 29381 27926 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74840280 889278464 22089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 887392

[startup+12.7023 s]
/proc/loadavg: 2.54 2.65 2.57 4/91 29403
/proc/meminfo: memFree=1639096/2055920 swapFree=4179832/4192956
[pid=29381] ppid=29379 vsize=13600 CPUtime=2.59
/proc/29381/stat : 29381 (sugar) S 29379 29381 27926 0 -1 4194304 974 24364 0 1 3 1 238 17 15 0 1 0 74839984 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29381/statm: 3400 797 370 3 0 500 0
[pid=29394] ppid=29381 vsize=5356 CPUtime=0
/proc/29394/stat : 29394 (sh) S 29381 29381 27926 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74840276 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29394/statm: 1339 233 193 169 0 50 0
[pid=29395] ppid=29394 vsize=890928 CPUtime=9.71
/proc/29395/stat : 29395 (java) S 29394 29381 27926 0 -1 0 60368 0 1 0 943 28 0 0 20 0 9 0 74840276 912310272 52002 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29395/statm: 222732 52002 2540 9 0 217307 0
[pid=29395/tid=29396] ppid=29394 vsize=890928 CPUtime=5.42
/proc/29395/task/29396/stat : 29396 (java) R 29394 29381 27926 0 -1 64 4385 0 1 0 537 5 0 0 25 0 9 0 74840277 912310272 52002 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29397] ppid=29394 vsize=890928 CPUtime=4.06
/proc/29395/task/29397/stat : 29397 (java) R 29394 29381 27926 0 -1 64 53806 0 0 0 385 21 0 0 16 0 9 0 74840278 912310272 52002 996147200 134512640 134550740 4294955936 18446744073709551615 104182533 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29398] ppid=29394 vsize=890928 CPUtime=0
/proc/29395/task/29398/stat : 29398 (java) S 29394 29381 27926 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74840278 912310272 52002 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29399] ppid=29394 vsize=890928 CPUtime=0
/proc/29395/task/29399/stat : 29399 (java) S 29394 29381 27926 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74840278 912310272 52002 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29400] ppid=29394 vsize=890928 CPUtime=0
/proc/29395/task/29400/stat : 29400 (java) S 29394 29381 27926 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 74840280 912310272 52002 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29401] ppid=29394 vsize=890928 CPUtime=0.21
/proc/29395/task/29401/stat : 29401 (java) S 29394 29381 27926 0 -1 64 1480 0 0 0 20 1 0 0 16 0 9 0 74840280 912310272 52002 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29402] ppid=29394 vsize=890928 CPUtime=0
/proc/29395/task/29402/stat : 29402 (java) S 29394 29381 27926 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74840280 912310272 52002 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29403] ppid=29394 vsize=890928 CPUtime=0
/proc/29395/task/29403/stat : 29403 (java) S 29394 29381 27926 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74840280 912310272 52002 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 909884

[startup+25.5074 s]
/proc/loadavg: 2.63 2.67 2.58 3/91 29403
/proc/meminfo: memFree=1540664/2055920 swapFree=4179832/4192956
[pid=29381] ppid=29379 vsize=13600 CPUtime=2.6
/proc/29381/stat : 29381 (sugar) S 29379 29381 27926 0 -1 4194304 974 24364 0 1 4 1 238 17 15 0 1 0 74839984 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29381/statm: 3400 797 370 3 0 500 0
[pid=29394] ppid=29381 vsize=5356 CPUtime=0
/proc/29394/stat : 29394 (sh) S 29381 29381 27926 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74840276 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29394/statm: 1339 233 193 169 0 50 0
[pid=29395] ppid=29394 vsize=868548 CPUtime=22.34
/proc/29395/stat : 29395 (java) S 29394 29381 27926 0 -1 0 80445 0 1 0 2169 65 0 0 20 0 9 0 74840276 889393152 60985 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29395/statm: 217137 60985 2567 9 0 211684 0
[pid=29395/tid=29396] ppid=29394 vsize=868548 CPUtime=15.68
/proc/29395/task/29396/stat : 29396 (java) R 29394 29381 27926 0 -1 64 5331 0 1 0 1535 33 0 0 25 0 9 0 74840277 889393152 60985 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29395/tid=29397] ppid=29394 vsize=868548 CPUtime=6.33
/proc/29395/task/29397/stat : 29397 (java) R 29394 29381 27926 0 -1 64 72883 0 0 0 604 29 0 0 16 0 9 0 74840278 889393152 60985 996147200 134512640 134550740 4294955936 18446744073709551615 102722865 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29395/tid=29398] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29398/stat : 29398 (java) S 29394 29381 27926 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74840278 889393152 60985 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29399] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29399/stat : 29399 (java) S 29394 29381 27926 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74840278 889393152 60985 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29400] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29400/stat : 29400 (java) S 29394 29381 27926 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 74840280 889393152 60985 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29401] ppid=29394 vsize=868548 CPUtime=0.29
/proc/29395/task/29401/stat : 29401 (java) S 29394 29381 27926 0 -1 64 1534 0 0 0 28 1 0 0 16 0 9 0 74840280 889393152 60985 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29395/tid=29402] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29402/stat : 29402 (java) S 29394 29381 27926 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74840280 889393152 60985 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29403] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29403/stat : 29403 (java) S 29394 29381 27926 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74840280 889393152 60985 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 887504

[startup+51.1017 s]
/proc/loadavg: 2.76 2.69 2.58 4/91 29403
/proc/meminfo: memFree=1203000/2055920 swapFree=4179832/4192956
[pid=29381] ppid=29379 vsize=13600 CPUtime=2.6
/proc/29381/stat : 29381 (sugar) S 29379 29381 27926 0 -1 4194304 974 24364 0 1 4 1 238 17 15 0 1 0 74839984 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29381/statm: 3400 797 370 3 0 500 0
[pid=29394] ppid=29381 vsize=5356 CPUtime=0
/proc/29394/stat : 29394 (sh) S 29381 29381 27926 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74840276 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29394/statm: 1339 233 193 169 0 50 0
[pid=29395] ppid=29394 vsize=868548 CPUtime=47.15
/proc/29395/stat : 29395 (java) S 29394 29381 27926 0 -1 0 80921 0 1 0 4443 272 0 0 20 0 9 0 74840276 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

[pid=29395/tid=29401] ppid=29394 vsize=868548 CPUtime=0.31
/proc/29395/task/29401/stat : 29401 (java) S 29394 29381 27926 0 -1 64 1541 0 0 0 30 1 0 0 16 0 9 0 74840280 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29395/tid=29402] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29402/stat : 29402 (java) S 29394 29381 27926 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74840280 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29403] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29403/stat : 29403 (java) S 29394 29381 27926 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74840280 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 156.61
Current children cumulated vsize (KiB) 887504

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

[startup+179.103 s]
/proc/loadavg: 3.56 2.99 2.70 3/91 29403
/proc/meminfo: memFree=15736/2055920 swapFree=4179840/4192956
[pid=29381] ppid=29379 vsize=13600 CPUtime=2.6
/proc/29381/stat : 29381 (sugar) S 29379 29381 27926 0 -1 4194304 974 24364 0 1 4 1 238 17 16 0 1 0 74839984 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29381/statm: 3400 797 370 3 0 500 0
[pid=29394] ppid=29381 vsize=5356 CPUtime=0
/proc/29394/stat : 29394 (sh) S 29381 29381 27926 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74840276 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29394/statm: 1339 233 193 169 0 50 0
[pid=29395] ppid=29394 vsize=868548 CPUtime=170.16
/proc/29395/stat : 29395 (java) S 29394 29381 27926 0 -1 0 83248 0 1 0 15739 1277 0 0 20 0 9 0 74840276 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29395/statm: 217137 60992 2567 9 0 211684 0
[pid=29395/tid=29396] ppid=29394 vsize=868548 CPUtime=161.08
/proc/29395/task/29396/stat : 29396 (java) R 29394 29381 27926 0 -1 64 8127 0 1 0 14884 1224 0 0 25 0 9 0 74840277 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29395/tid=29397] ppid=29394 vsize=868548 CPUtime=8.74
/proc/29395/task/29397/stat : 29397 (java) S 29394 29381 27926 0 -1 64 72883 0 0 0 824 50 0 0 16 0 9 0 74840278 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29395/tid=29398] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29398/stat : 29398 (java) S 29394 29381 27926 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74840278 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29399] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29399/stat : 29399 (java) S 29394 29381 27926 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74840278 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29400] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29400/stat : 29400 (java) S 29394 29381 27926 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 74840280 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29401] ppid=29394 vsize=868548 CPUtime=0.31
/proc/29395/task/29401/stat : 29401 (java) S 29394 29381 27926 0 -1 64 1541 0 0 0 30 1 0 0 16 0 9 0 74840280 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29395/tid=29402] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29402/stat : 29402 (java) S 29394 29381 27926 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74840280 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29403] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29403/stat : 29403 (java) S 29394 29381 27926 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74840280 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 172.76
Current children cumulated vsize (KiB) 887504

[startup+191.903 s]
/proc/loadavg: 3.50 3.00 2.71 5/91 29403
/proc/meminfo: memFree=15160/2055920 swapFree=4179840/4192956
[pid=29381] ppid=29379 vsize=13600 CPUtime=2.6
/proc/29381/stat : 29381 (sugar) S 29379 29381 27926 0 -1 4194304 974 24364 0 1 4 1 238 17 16 0 1 0 74839984 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29381/statm: 3400 797 370 3 0 500 0
[pid=29394] ppid=29381 vsize=5356 CPUtime=0
/proc/29394/stat : 29394 (sh) S 29381 29381 27926 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74840276 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29394/statm: 1339 233 193 169 0 50 0
[pid=29395] ppid=29394 vsize=868548 CPUtime=182.66
/proc/29395/stat : 29395 (java) S 29394 29381 27926 0 -1 0 83481 0 1 0 16885 1381 0 0 20 0 9 0 74840276 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29395/statm: 217137 60992 2567 9 0 211684 0
[pid=29395/tid=29396] ppid=29394 vsize=868548 CPUtime=173.39
/proc/29395/task/29396/stat : 29396 (java) R 29394 29381 27926 0 -1 64 8360 0 1 0 16013 1326 0 0 25 0 9 0 74840277 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4127098976 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29397] ppid=29394 vsize=868548 CPUtime=8.93
/proc/29395/task/29397/stat : 29397 (java) S 29394 29381 27926 0 -1 64 72883 0 0 0 841 52 0 0 16 0 9 0 74840278 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29398] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29398/stat : 29398 (java) S 29394 29381 27926 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74840278 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29399] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29399/stat : 29399 (java) S 29394 29381 27926 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74840278 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29400] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29400/stat : 29400 (java) S 29394 29381 27926 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 74840280 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29401] ppid=29394 vsize=868548 CPUtime=0.31
/proc/29395/task/29401/stat : 29401 (java) S 29394 29381 27926 0 -1 64 1541 0 0 0 30 1 0 0 16 0 9 0 74840280 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29395/tid=29402] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29402/stat : 29402 (java) S 29394 29381 27926 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74840280 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29403] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29403/stat : 29403 (java) S 29394 29381 27926 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74840280 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 185.26
Current children cumulated vsize (KiB) 887504

[startup+198.301 s]
/proc/loadavg: 3.38 2.98 2.70 3/91 29403
/proc/meminfo: memFree=15032/2055920 swapFree=4179840/4192956
[pid=29381] ppid=29379 vsize=13600 CPUtime=2.6
/proc/29381/stat : 29381 (sugar) S 29379 29381 27926 0 -1 4194304 974 24364 0 1 4 1 238 17 16 0 1 0 74839984 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29381/statm: 3400 797 370 3 0 500 0
[pid=29394] ppid=29381 vsize=5356 CPUtime=0
/proc/29394/stat : 29394 (sh) S 29381 29381 27926 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74840276 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29394/statm: 1339 233 193 169 0 50 0
[pid=29395] ppid=29394 vsize=868548 CPUtime=188.89
/proc/29395/stat : 29395 (java) S 29394 29381 27926 0 -1 0 83602 0 1 0 17456 1433 0 0 20 0 9 0 74840276 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29395/statm: 217137 60992 2567 9 0 211684 0
[pid=29395/tid=29396] ppid=29394 vsize=868548 CPUtime=179.53
/proc/29395/task/29396/stat : 29396 (java) R 29394 29381 27926 0 -1 64 8481 0 1 0 16575 1378 0 0 25 0 9 0 74840277 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 102064640 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29397] ppid=29394 vsize=868548 CPUtime=9.03
/proc/29395/task/29397/stat : 29397 (java) S 29394 29381 27926 0 -1 64 72883 0 0 0 850 53 0 0 16 0 9 0 74840278 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29398] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29398/stat : 29398 (java) S 29394 29381 27926 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74840278 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29399] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29399/stat : 29399 (java) S 29394 29381 27926 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74840278 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29400] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29400/stat : 29400 (java) S 29394 29381 27926 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 74840280 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29401] ppid=29394 vsize=868548 CPUtime=0.31
/proc/29395/task/29401/stat : 29401 (java) S 29394 29381 27926 0 -1 64 1541 0 0 0 30 1 0 0 16 0 9 0 74840280 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29395/tid=29402] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29402/stat : 29402 (java) S 29394 29381 27926 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74840280 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29403] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29403/stat : 29403 (java) S 29394 29381 27926 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74840280 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 191.49
Current children cumulated vsize (KiB) 887504

[startup+201.503 s]
/proc/loadavg: 3.35 2.98 2.71 4/91 29403
/proc/meminfo: memFree=14968/2055920 swapFree=4179840/4192956
[pid=29381] ppid=29379 vsize=13600 CPUtime=2.6
/proc/29381/stat : 29381 (sugar) S 29379 29381 27926 0 -1 4194304 974 24364 0 1 4 1 238 17 16 0 1 0 74839984 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29381/statm: 3400 797 370 3 0 500 0
[pid=29394] ppid=29381 vsize=5356 CPUtime=0
/proc/29394/stat : 29394 (sh) S 29381 29381 27926 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74840276 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29394/statm: 1339 233 193 169 0 50 0
[pid=29395] ppid=29394 vsize=868548 CPUtime=192.02
/proc/29395/stat : 29395 (java) S 29394 29381 27926 0 -1 0 83663 0 1 0 17742 1460 0 0 20 0 9 0 74840276 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29395/statm: 217137 60992 2567 9 0 211684 0
[pid=29395/tid=29396] ppid=29394 vsize=868548 CPUtime=182.6
/proc/29395/task/29396/stat : 29396 (java) R 29394 29381 27926 0 -1 64 8542 0 1 0 16856 1404 0 0 25 0 9 0 74840277 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4127097704 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29397] ppid=29394 vsize=868548 CPUtime=9.07
/proc/29395/task/29397/stat : 29397 (java) S 29394 29381 27926 0 -1 64 72883 0 0 0 854 53 0 0 16 0 9 0 74840278 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29398] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29398/stat : 29398 (java) S 29394 29381 27926 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74840278 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29399] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29399/stat : 29399 (java) S 29394 29381 27926 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74840278 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29400] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29400/stat : 29400 (java) S 29394 29381 27926 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 74840280 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29401] ppid=29394 vsize=868548 CPUtime=0.31
/proc/29395/task/29401/stat : 29401 (java) S 29394 29381 27926 0 -1 64 1541 0 0 0 30 1 0 0 16 0 9 0 74840280 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29395/tid=29402] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29402/stat : 29402 (java) S 29394 29381 27926 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74840280 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29395/tid=29403] ppid=29394 vsize=868548 CPUtime=0
/proc/29395/task/29403/stat : 29403 (java) S 29394 29381 27926 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74840280 889393152 60992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 194.62
Current children cumulated vsize (KiB) 887504

[startup+203.102 s]
/proc/loadavg: 3.35 2.98 2.71 4/91 29403
/proc/meminfo: memFree=15800/2055920 swapFree=4179840/4192956
[pid=29381] ppid=29379 vsize=13600 CPUtime=196.11
/proc/29381/stat : 29381 (sugar) R 29379 29381 27926 0 -1 4194304 998 108342 0 2 4 34 18083 1490 16 0 1 0 74839984 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 209136096297 0 0 4224 16386 0 0 0 17 1 0 0
/proc/29381/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 196.11
Current children cumulated vsize (KiB) 13600

[startup+203.902 s]
/proc/loadavg: 3.32 2.98 2.71 3/81 29403
/proc/meminfo: memFree=1593224/2055920 swapFree=4179840/4192956
[pid=29381] ppid=29379 vsize=13600 CPUtime=196.67
/proc/29381/stat : 29381 (sugar) D 29379 29381 27926 0 -1 4194304 998 108342 0 2 4 90 18083 1490 15 0 1 0 74839984 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/29381/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 196.67
Current children cumulated vsize (KiB) 13600

[startup+204.701 s]
/proc/loadavg: 3.32 2.98 2.71 3/81 29403
/proc/meminfo: memFree=1878408/2055920 swapFree=4179840/4192956
[pid=29381] ppid=29379 vsize=13600 CPUtime=196.7
/proc/29381/stat : 29381 (sugar) D 29379 29381 27926 0 -1 4194304 998 108342 0 2 4 93 18083 1490 15 0 1 0 74839984 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/29381/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 196.7
Current children cumulated vsize (KiB) 13600

[startup+205.103 s]
/proc/loadavg: 3.32 2.98 2.71 3/81 29403
/proc/meminfo: memFree=1878408/2055920 swapFree=4179840/4192956
[pid=29381] ppid=29379 vsize=13600 CPUtime=196.71
/proc/29381/stat : 29381 (sugar) D 29379 29381 27926 0 -1 4194304 998 108342 0 2 4 94 18083 1490 15 0 1 0 74839984 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/29381/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 196.71
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 205.181
CPU time (s): 196.737
CPU user time (s): 180.877
CPU system time (s): 15.8596
CPU usage (%): 95.8847
Max. virtual memory (cumulated for all children) (KiB): 909884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 180.878
system time used= 15.8596
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109370
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= 31951
involuntary context switches= 44842

runsolver used 0.272958 second user time and 0.731888 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-16 06:10:00
IDJOB=1126364
IDBENCH=64235
IDSOLVER=368
FILE ID=node41/1126364-1216181400
PBS_JOBID= 7905813
Free space on /tmp= 66208 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4814551271d4e26e76c02532078a0bf4
RANDOM SEED=650502822

node41.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.216
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.216
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:       1825008 kB
Buffers:         12536 kB
Cached:          62552 kB
SwapCached:       7056 kB
Active:         147524 kB
Inactive:        20432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825008 kB
SwapTotal:     4192956 kB
SwapFree:      4179832 kB
Dirty:            6792 kB
Writeback:           0 kB
Mapped:         109168 kB
Slab:            48192 kB
Committed_AS:  1098444 kB
PageTables:       1956 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= 66208 MiB
End job on node41 at 2008-07-16 06:13:25