Trace number 1126052

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? 191.109 199.307

General information on the benchmark

Namemaxcsp/maxclique/
normalized-brock-800-1_ext.xml
MD5SUM0430d97da15139054d75cd624f2d8da8
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints784
Best CPU time to get the best result obtained on this benchmark1677.86
Satisfiable
(Un)Satisfiability was proved
Number of variables801
Number of constraints112895
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension112895
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 04:53:19 2008
0.00/0.04	c 0	PID 31492
0.00/0.05	c 0	HOST node50.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1126052-1216176798.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126052-1216176798.xml' 'HOME/temp.csp'
3.31/3.56	c 3	2 domains, 801 variables, 0 predicates, 2 relations, 112895 constraints
3.39/3.69	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.39/3.69	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'
3.41/3.82	c 3	Parsing HOME/temp.csp
3.41/4.15	c 4	parsed 10000 expressions
3.94/4.33	c 4	parsed 20000 expressions
4.14/4.54	c 4	parsed 30000 expressions
4.24/4.69	c 4	parsed 40000 expressions
4.55/4.90	c 4	parsed 50000 expressions
4.64/5.05	c 5	parsed 60000 expressions
4.84/5.20	c 5	parsed 70000 expressions
5.04/5.48	c 5	parsed 80000 expressions
5.24/5.63	c 5	parsed 90000 expressions
5.33/5.78	c 5	parsed 100000 expressions
5.54/5.93	c 5	parsed 110000 expressions
5.54/5.98	c 6	parsed 113700 expressions
5.54/5.98	c 6	Heap : 30 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.63/7.03	c 7	MAX CSP: 112895 constraints
6.63/7.03	c 7	Converting to clausal form CSP
7.12/7.52	c 7	converted 22660 (10%) expressions
7.33/7.79	c 7	converted 45320 (20%) expressions
7.63/8.07	c 8	converted 67980 (30%) expressions
8.61/9.07	c 9	converted 90640 (40%) expressions
8.91/9.35	c 9	converted 113299 (50%) expressions
9.21/9.66	c 9	converted 135959 (60%) expressions
9.51/9.92	c 9	converted 158619 (70%) expressions
9.71/10.17	c 10	converted 181279 (80%) expressions
10.01/10.49	c 10	converted 203939 (90%) expressions
23.95/24.43	c 24	converted 226598 (100%) expressions
23.95/24.45	c 24	CSP : 226591 integers, 0 booleans, 338684 clauses, largest domain size 169343
23.95/24.45	c 24	Heap : 306 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
23.95/24.45	c 24	Propagation in CSP
28.03/28.52	c 28	112882 values, 0 unsatisfiable literals, and 0 valid clauses are removed
28.03/28.54	c 28	CSP : 226591 integers, 0 booleans, 338684 clauses, largest domain size 112896
28.03/28.54	c 28	Heap : 322 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.13/28.63	c 28	Simplifing CSP by introducing new Boolean variables
28.22/28.75	c 28	CSP : 226591 integers, 0 booleans, 338684 clauses, largest domain size 112896
28.22/28.75	c 28	Heap : 316 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.52/30.10	c 30	Encoding CSP to SAT : HOME/temp.cnf
29.62/30.17	c 30	22660 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
29.72/30.20	c 30	45319 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
29.72/30.23	c 30	67978 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
29.72/30.25	c 30	90637 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
29.72/30.28	c 30	113296 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
30.22/30.77	c 30	135955 (60%) CSP integer variables are encoded (386495 clauses, 6570479 bytes)
30.61/31.15	c 31	158614 (70%) CSP integer variables are encoded (707818 clauses, 12032970 bytes)
31.11/31.60	c 31	181273 (80%) CSP integer variables are encoded (1076223 clauses, 18786814 bytes)
31.51/32.02	c 32	203932 (90%) CSP integer variables are encoded (1398499 clauses, 24910058 bytes)
33.89/34.47	c 34	226591 (100%) CSP integer variables are encoded (3481582 clauses, 64488635 bytes)
34.49/35.08	c 35	33869 (10%) CSP clauses are encoded (3515451 clauses, 65024118 bytes)
35.16/35.70	c 35	67737 (20%) CSP clauses are encoded (3549319 clauses, 65599385 bytes)
35.76/36.32	c 36	101606 (30%) CSP clauses are encoded (3583188 clauses, 66176800 bytes)
146.52/151.66	c 151	135474 (40%) CSP clauses are encoded (66337866 clauses, 1601471718 bytes)
190.12/197.43	c 197	ERROR Exception Too large HOME/temp.cnf
190.12/197.43	c 197	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
190.12/197.43	c 197	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
190.12/197.43	c 197	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
190.12/197.43	s UNKNOWN
190.21/197.77	c 197	CPU 177.03 (0.03 0.01 177 13.19)
190.21/197.77	c 197	END Wed Jul 16 04:56:36 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-1126052-1216176798/watcher-1126052-1216176798 -o /tmp/evaluation-result-1126052-1216176798/solver-1126052-1216176798 -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-1126052-1216176798.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: 3.02 3.21 3.23 5/80 31492
/proc/meminfo: memFree=1812392/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=18572 CPUtime=0
/proc/31492/stat : 31492 (runsolver) R 31490 31492 31455 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 74378760 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 240577473831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31492/statm: 4643 292 257 25 0 2626 0

[startup+0.061803 s]
/proc/loadavg: 3.02 3.21 3.23 5/80 31492
/proc/meminfo: memFree=1812392/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=13600 CPUtime=0.03
/proc/31492/stat : 31492 (sugar) S 31490 31492 31455 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 74378760 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31492/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.104566 s]
/proc/loadavg: 3.02 3.21 3.23 5/80 31492
/proc/meminfo: memFree=1812392/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=13600 CPUtime=0.03
/proc/31492/stat : 31492 (sugar) S 31490 31492 31455 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 74378760 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31492/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301599 s]
/proc/loadavg: 3.02 3.21 3.23 5/80 31492
/proc/meminfo: memFree=1812392/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=13600 CPUtime=0.03
/proc/31492/stat : 31492 (sugar) S 31490 31492 31455 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 74378760 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31492/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701668 s]
/proc/loadavg: 3.02 3.21 3.23 5/80 31492
/proc/meminfo: memFree=1812392/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=13600 CPUtime=0.03
/proc/31492/stat : 31492 (sugar) S 31490 31492 31455 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 74378760 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31492/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50281 s]
/proc/loadavg: 3.02 3.21 3.23 5/91 31504
/proc/meminfo: memFree=1779216/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=13600 CPUtime=0.03
/proc/31492/stat : 31492 (sugar) S 31490 31492 31455 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 74378760 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31492/statm: 3400 796 370 3 0 500 0
[pid=31495] ppid=31492 vsize=5356 CPUtime=0
/proc/31495/stat : 31495 (sh) S 31492 31492 31455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74378765 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31495/statm: 1339 233 193 169 0 50 0
[pid=31496] ppid=31495 vsize=865664 CPUtime=1.3
/proc/31496/stat : 31496 (java) S 31495 31492 31455 0 -1 0 17980 0 1 0 122 8 0 0 18 0 9 0 74378766 886439936 15315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31496/statm: 216416 15315 2529 9 0 210998 0
[pid=31496/tid=31497] ppid=31495 vsize=865664 CPUtime=0.7
/proc/31496/task/31497/stat : 31497 (java) R 31495 31492 31455 0 -1 64 3025 0 1 0 68 2 0 0 25 0 9 0 74378771 886439936 15315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31496/tid=31498] ppid=31495 vsize=865664 CPUtime=0.49
/proc/31496/task/31498/stat : 31498 (java) R 31495 31492 31455 0 -1 64 13768 0 0 0 44 5 0 0 16 0 9 0 74378780 886439936 15315 996147200 134512640 134550740 4294956000 18446744073709551615 102469652 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31496/tid=31499] ppid=31495 vsize=865664 CPUtime=0
/proc/31496/task/31499/stat : 31499 (java) S 31495 31492 31455 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74378781 886439936 15315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31496/tid=31500] ppid=31495 vsize=865664 CPUtime=0
/proc/31496/task/31500/stat : 31500 (java) S 31495 31492 31455 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 74378781 886439936 15315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31496/tid=31501] ppid=31495 vsize=865664 CPUtime=0
/proc/31496/task/31501/stat : 31501 (java) S 31495 31492 31455 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 74378783 886439936 15315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31496/tid=31502] ppid=31495 vsize=865664 CPUtime=0.08
/proc/31496/task/31502/stat : 31502 (java) S 31495 31492 31455 0 -1 64 486 0 0 0 8 0 0 0 16 0 9 0 74378783 886439936 15315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31496/tid=31503] ppid=31495 vsize=865664 CPUtime=0
/proc/31496/task/31503/stat : 31503 (java) S 31495 31492 31455 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 74378783 886439936 15315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31496/tid=31504] ppid=31495 vsize=865664 CPUtime=0
/proc/31496/task/31504/stat : 31504 (java) S 31495 31492 31455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74378783 886439936 15315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 884620

[startup+3.10207 s]
/proc/loadavg: 3.02 3.21 3.23 4/91 31504
/proc/meminfo: memFree=1734480/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=13600 CPUtime=0.03
/proc/31492/stat : 31492 (sugar) S 31490 31492 31455 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 74378760 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31492/statm: 3400 796 370 3 0 500 0
[pid=31495] ppid=31492 vsize=5356 CPUtime=0
/proc/31495/stat : 31495 (sh) S 31492 31492 31455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74378765 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31495/statm: 1339 233 193 169 0 50 0
[pid=31496] ppid=31495 vsize=864676 CPUtime=2.89
/proc/31496/stat : 31496 (java) S 31495 31492 31455 0 -1 0 33183 0 1 0 273 16 0 0 18 0 9 0 74378766 885428224 27780 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31496/statm: 216169 27780 2529 9 0 210751 0
[pid=31496/tid=31497] ppid=31495 vsize=864676 CPUtime=1.44
/proc/31496/task/31497/stat : 31497 (java) R 31495 31492 31455 0 -1 64 3880 0 1 0 141 3 0 0 25 0 9 0 74378771 885428224 27780 996147200 134512640 134550740 4294956000 18446744073709551615 4126691028 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31496/tid=31498] ppid=31495 vsize=864676 CPUtime=1.31
/proc/31496/task/31498/stat : 31498 (java) S 31495 31492 31455 0 -1 64 28085 0 0 0 119 12 0 0 16 0 9 0 74378780 885428224 27780 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31496/tid=31499] ppid=31495 vsize=864676 CPUtime=0
/proc/31496/task/31499/stat : 31499 (java) S 31495 31492 31455 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74378781 885428224 27780 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31496/tid=31500] ppid=31495 vsize=864676 CPUtime=0
/proc/31496/task/31500/stat : 31500 (java) S 31495 31492 31455 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74378781 885428224 27780 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31496/tid=31501] ppid=31495 vsize=864676 CPUtime=0
/proc/31496/task/31501/stat : 31501 (java) S 31495 31492 31455 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 74378783 885428224 27780 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31496/tid=31502] ppid=31495 vsize=864676 CPUtime=0.12
/proc/31496/task/31502/stat : 31502 (java) S 31495 31492 31455 0 -1 64 517 0 0 0 12 0 0 0 16 0 9 0 74378783 885428224 27780 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31496/tid=31503] ppid=31495 vsize=864676 CPUtime=0
/proc/31496/task/31503/stat : 31503 (java) S 31495 31492 31455 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 74378783 885428224 27780 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31496/tid=31504] ppid=31495 vsize=864676 CPUtime=0
/proc/31496/task/31504/stat : 31504 (java) S 31495 31492 31455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74378783 885428224 27780 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 883632

[startup+6.30261 s]
/proc/loadavg: 3.02 3.21 3.23 6/91 31514
/proc/meminfo: memFree=1779408/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=13600 CPUtime=3.41
/proc/31492/stat : 31492 (sugar) S 31490 31492 31455 0 -1 4194304 974 33834 0 1 2 1 319 19 15 0 1 0 74378760 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31492/statm: 3400 797 370 3 0 500 0
[pid=31505] ppid=31492 vsize=5356 CPUtime=0
/proc/31505/stat : 31505 (sh) S 31492 31492 31455 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 74379130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31505/statm: 1339 233 193 169 0 50 0
[pid=31506] ppid=31505 vsize=864156 CPUtime=2.52
/proc/31506/stat : 31506 (java) S 31505 31492 31455 0 -1 0 15528 0 1 0 242 10 0 0 18 0 9 0 74379131 884895744 13276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31506/statm: 216039 13276 2540 9 0 210614 0
[pid=31506/tid=31507] ppid=31505 vsize=864156 CPUtime=1.5
/proc/31506/task/31507/stat : 31507 (java) R 31505 31492 31455 0 -1 64 3237 0 1 0 147 3 0 0 25 0 9 0 74379131 884895744 13276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31508] ppid=31505 vsize=864156 CPUtime=0.93
/proc/31506/task/31508/stat : 31508 (java) R 31505 31492 31455 0 -1 64 11250 0 0 0 87 6 0 0 16 0 9 0 74379133 884895744 13276 996147200 134512640 134550740 4294955936 18446744073709551615 104185412 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31509] ppid=31505 vsize=864156 CPUtime=0
/proc/31506/task/31509/stat : 31509 (java) S 31505 31492 31455 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74379133 884895744 13276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31510] ppid=31505 vsize=864156 CPUtime=0
/proc/31506/task/31510/stat : 31510 (java) S 31505 31492 31455 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74379133 884895744 13276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31511] ppid=31505 vsize=864156 CPUtime=0
/proc/31506/task/31511/stat : 31511 (java) S 31505 31492 31455 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 74379140 884895744 13276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31512] ppid=31505 vsize=864156 CPUtime=0.08
/proc/31506/task/31512/stat : 31512 (java) S 31505 31492 31455 0 -1 64 344 0 0 0 8 0 0 0 16 0 9 0 74379140 884895744 13276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31513] ppid=31505 vsize=864156 CPUtime=0
/proc/31506/task/31513/stat : 31513 (java) S 31505 31492 31455 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 74379140 884895744 13276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31514] ppid=31505 vsize=864156 CPUtime=0
/proc/31506/task/31514/stat : 31514 (java) S 31505 31492 31455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74379140 884895744 13276 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) 883112

[startup+12.7027 s]
/proc/loadavg: 3.09 3.22 3.23 4/91 31514
/proc/meminfo: memFree=1602512/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=13600 CPUtime=3.42
/proc/31492/stat : 31492 (sugar) S 31490 31492 31455 0 -1 4194304 974 33834 0 1 3 1 319 19 15 0 1 0 74378760 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31492/statm: 3400 797 370 3 0 500 0
[pid=31505] ppid=31492 vsize=5356 CPUtime=0
/proc/31505/stat : 31505 (sh) S 31492 31492 31455 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 74379130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31505/statm: 1339 233 193 169 0 50 0
[pid=31506] ppid=31505 vsize=868432 CPUtime=8.89
/proc/31506/stat : 31506 (java) S 31505 31492 31455 0 -1 0 73158 0 1 0 855 34 0 0 18 0 9 0 74379131 889274368 47940 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31506/statm: 217108 47940 2540 9 0 211683 0
[pid=31506/tid=31507] ppid=31505 vsize=868432 CPUtime=4.16
/proc/31506/task/31507/stat : 31507 (java) R 31505 31492 31455 0 -1 64 4525 0 1 0 413 3 0 0 25 0 9 0 74379131 889274368 47940 996147200 134512640 134550740 4294955936 18446744073709551615 4126625534 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31508] ppid=31505 vsize=868432 CPUtime=4.5
/proc/31506/task/31508/stat : 31508 (java) S 31505 31492 31455 0 -1 64 66477 0 0 0 422 28 0 0 17 0 9 0 74379133 889274368 47940 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31509] ppid=31505 vsize=868432 CPUtime=0
/proc/31506/task/31509/stat : 31509 (java) S 31505 31492 31455 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74379133 889274368 47940 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31510] ppid=31505 vsize=868432 CPUtime=0
/proc/31506/task/31510/stat : 31510 (java) S 31505 31492 31455 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74379133 889274368 47940 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31511] ppid=31505 vsize=868432 CPUtime=0
/proc/31506/task/31511/stat : 31511 (java) S 31505 31492 31455 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 74379140 889274368 47940 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31512] ppid=31505 vsize=868432 CPUtime=0.19
/proc/31506/task/31512/stat : 31512 (java) S 31505 31492 31455 0 -1 64 1459 0 0 0 18 1 0 0 16 0 9 0 74379140 889274368 47940 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31513] ppid=31505 vsize=868432 CPUtime=0
/proc/31506/task/31513/stat : 31513 (java) S 31505 31492 31455 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 74379140 889274368 47940 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31514] ppid=31505 vsize=868432 CPUtime=0
/proc/31506/task/31514/stat : 31514 (java) S 31505 31492 31455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74379140 889274368 47940 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 887388

[startup+25.5028 s]
/proc/loadavg: 3.07 3.21 3.23 4/91 31514
/proc/meminfo: memFree=1461200/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=13600 CPUtime=3.42
/proc/31492/stat : 31492 (sugar) S 31490 31492 31455 0 -1 4194304 974 33834 0 1 3 1 319 19 16 0 1 0 74378760 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31492/statm: 3400 797 370 3 0 500 0
[pid=31505] ppid=31492 vsize=5356 CPUtime=0
/proc/31505/stat : 31505 (sh) S 31492 31492 31455 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 74379130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31505/statm: 1339 233 193 169 0 50 0
[pid=31506] ppid=31505 vsize=868432 CPUtime=21.62
/proc/31506/stat : 31506 (java) S 31505 31492 31455 0 -1 0 123868 0 1 0 2107 55 0 0 18 0 9 0 74379131 889274368 88832 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31506/statm: 217108 88832 2540 9 0 211683 0
[pid=31506/tid=31507] ppid=31505 vsize=868432 CPUtime=13.32
/proc/31506/task/31507/stat : 31507 (java) R 31505 31492 31455 0 -1 64 7214 0 1 0 1327 5 0 0 25 0 9 0 74379131 889274368 88832 996147200 134512640 134550740 4294955936 18446744073709551615 4126933669 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31508] ppid=31505 vsize=868432 CPUtime=8.05
/proc/31506/task/31508/stat : 31508 (java) S 31505 31492 31455 0 -1 64 114476 0 0 0 758 47 0 0 16 0 9 0 74379133 889274368 88832 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31509] ppid=31505 vsize=868432 CPUtime=0
/proc/31506/task/31509/stat : 31509 (java) S 31505 31492 31455 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74379133 889274368 88832 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31510] ppid=31505 vsize=868432 CPUtime=0
/proc/31506/task/31510/stat : 31510 (java) S 31505 31492 31455 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74379133 889274368 88832 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=31506/tid=31512] ppid=31505 vsize=868544 CPUtime=0.3
/proc/31506/task/31512/stat : 31512 (java) S 31505 31492 31455 0 -1 64 1536 0 0 0 29 1 0 0 16 0 9 0 74379140 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31513] ppid=31505 vsize=868544 CPUtime=0
/proc/31506/task/31513/stat : 31513 (java) S 31505 31492 31455 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 74379140 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31514] ppid=31505 vsize=868544 CPUtime=0
/proc/31506/task/31514/stat : 31514 (java) S 31505 31492 31455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74379140 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.91
Current children cumulated vsize (KiB) 887500

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

[startup+179.203 s]
/proc/loadavg: 4.03 3.52 3.33 4/91 31514
/proc/meminfo: memFree=15440/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=13600 CPUtime=3.42
/proc/31492/stat : 31492 (sugar) S 31490 31492 31455 0 -1 4194304 974 33834 0 1 3 1 319 19 16 0 1 0 74378760 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31492/statm: 3400 797 370 3 0 500 0
[pid=31505] ppid=31492 vsize=5356 CPUtime=0
/proc/31505/stat : 31505 (sh) S 31492 31492 31455 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 74379130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31505/statm: 1339 233 193 169 0 50 0
[pid=31506] ppid=31505 vsize=868544 CPUtime=169.51
/proc/31506/stat : 31506 (java) S 31505 31492 31455 0 -1 0 126950 0 1 0 15793 1158 0 0 18 0 9 0 74379131 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31506/statm: 217136 88936 2567 9 0 211683 0
[pid=31506/tid=31507] ppid=31505 vsize=868544 CPUtime=157.81
/proc/31506/task/31507/stat : 31507 (java) R 31505 31492 31455 0 -1 64 8918 0 1 0 14686 1095 0 0 25 0 9 0 74379131 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4127099748 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31506/tid=31508] ppid=31505 vsize=868544 CPUtime=11.37
/proc/31506/task/31508/stat : 31508 (java) S 31505 31492 31455 0 -1 64 115799 0 0 0 1077 60 0 0 16 0 9 0 74379133 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31506/tid=31509] ppid=31505 vsize=868544 CPUtime=0
/proc/31506/task/31509/stat : 31509 (java) S 31505 31492 31455 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74379133 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31510] ppid=31505 vsize=868544 CPUtime=0
/proc/31506/task/31510/stat : 31510 (java) S 31505 31492 31455 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74379133 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31511] ppid=31505 vsize=868544 CPUtime=0
/proc/31506/task/31511/stat : 31511 (java) S 31505 31492 31455 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 74379140 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31512] ppid=31505 vsize=868544 CPUtime=0.3
/proc/31506/task/31512/stat : 31512 (java) S 31505 31492 31455 0 -1 64 1536 0 0 0 29 1 0 0 16 0 9 0 74379140 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31513] ppid=31505 vsize=868544 CPUtime=0
/proc/31506/task/31513/stat : 31513 (java) S 31505 31492 31455 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 74379140 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31514] ppid=31505 vsize=868544 CPUtime=0
/proc/31506/task/31514/stat : 31514 (java) S 31505 31492 31455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74379140 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 172.93
Current children cumulated vsize (KiB) 887500

[startup+192.002 s]
/proc/loadavg: 3.89 3.51 3.33 3/91 31514
/proc/meminfo: memFree=15760/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=13600 CPUtime=3.42
/proc/31492/stat : 31492 (sugar) S 31490 31492 31455 0 -1 4194304 974 33834 0 1 3 1 319 19 16 0 1 0 74378760 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31492/statm: 3400 797 370 3 0 500 0
[pid=31505] ppid=31492 vsize=5356 CPUtime=0
/proc/31505/stat : 31505 (sh) S 31492 31492 31455 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 74379130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31505/statm: 1339 233 193 169 0 50 0
[pid=31506] ppid=31505 vsize=868544 CPUtime=181.83
/proc/31506/stat : 31506 (java) S 31505 31492 31455 0 -1 0 127089 0 1 0 16929 1254 0 0 18 0 9 0 74379131 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31506/statm: 217136 88936 2567 9 0 211683 0
[pid=31506/tid=31507] ppid=31505 vsize=868544 CPUtime=169.99
/proc/31506/task/31507/stat : 31507 (java) R 31505 31492 31455 0 -1 64 9057 0 1 0 15809 1190 0 0 25 0 9 0 74379131 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31508] ppid=31505 vsize=868544 CPUtime=11.51
/proc/31506/task/31508/stat : 31508 (java) S 31505 31492 31455 0 -1 64 115799 0 0 0 1090 61 0 0 16 0 9 0 74379133 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31509] ppid=31505 vsize=868544 CPUtime=0
/proc/31506/task/31509/stat : 31509 (java) S 31505 31492 31455 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74379133 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31510] ppid=31505 vsize=868544 CPUtime=0
/proc/31506/task/31510/stat : 31510 (java) S 31505 31492 31455 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74379133 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31511] ppid=31505 vsize=868544 CPUtime=0
/proc/31506/task/31511/stat : 31511 (java) S 31505 31492 31455 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 74379140 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31512] ppid=31505 vsize=868544 CPUtime=0.3
/proc/31506/task/31512/stat : 31512 (java) S 31505 31492 31455 0 -1 64 1536 0 0 0 29 1 0 0 16 0 9 0 74379140 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31513] ppid=31505 vsize=868544 CPUtime=0
/proc/31506/task/31513/stat : 31513 (java) S 31505 31492 31455 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 74379140 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31514] ppid=31505 vsize=868544 CPUtime=0
/proc/31506/task/31514/stat : 31514 (java) S 31505 31492 31455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74379140 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 185.25
Current children cumulated vsize (KiB) 887500

[startup+195.203 s]
/proc/loadavg: 3.89 3.51 3.33 4/91 31514
/proc/meminfo: memFree=14864/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=13600 CPUtime=3.42
/proc/31492/stat : 31492 (sugar) S 31490 31492 31455 0 -1 4194304 974 33834 0 1 3 1 319 19 16 0 1 0 74378760 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31492/statm: 3400 797 370 3 0 500 0
[pid=31505] ppid=31492 vsize=5356 CPUtime=0
/proc/31505/stat : 31505 (sh) S 31492 31492 31455 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 74379130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31505/statm: 1339 233 193 169 0 50 0
[pid=31506] ppid=31505 vsize=868544 CPUtime=185
/proc/31506/stat : 31506 (java) S 31505 31492 31455 0 -1 0 127127 0 1 0 17222 1278 0 0 18 0 9 0 74379131 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31506/statm: 217136 88936 2567 9 0 211683 0
[pid=31506/tid=31507] ppid=31505 vsize=868544 CPUtime=173.11
/proc/31506/task/31507/stat : 31507 (java) R 31505 31492 31455 0 -1 64 9095 0 1 0 16098 1213 0 0 25 0 9 0 74379131 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31508] ppid=31505 vsize=868544 CPUtime=11.54
/proc/31506/task/31508/stat : 31508 (java) S 31505 31492 31455 0 -1 64 115799 0 0 0 1093 61 0 0 16 0 9 0 74379133 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31509] ppid=31505 vsize=868544 CPUtime=0
/proc/31506/task/31509/stat : 31509 (java) S 31505 31492 31455 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74379133 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31510] ppid=31505 vsize=868544 CPUtime=0
/proc/31506/task/31510/stat : 31510 (java) S 31505 31492 31455 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74379133 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31511] ppid=31505 vsize=868544 CPUtime=0
/proc/31506/task/31511/stat : 31511 (java) S 31505 31492 31455 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 74379140 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31512] ppid=31505 vsize=868544 CPUtime=0.3
/proc/31506/task/31512/stat : 31512 (java) S 31505 31492 31455 0 -1 64 1536 0 0 0 29 1 0 0 16 0 9 0 74379140 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31513] ppid=31505 vsize=868544 CPUtime=0
/proc/31506/task/31513/stat : 31513 (java) S 31505 31492 31455 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 74379140 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31514] ppid=31505 vsize=868544 CPUtime=0
/proc/31506/task/31514/stat : 31514 (java) S 31505 31492 31455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74379140 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 188.42
Current children cumulated vsize (KiB) 887500

[startup+196.802 s]
/proc/loadavg: 3.89 3.51 3.33 3/91 31514
/proc/meminfo: memFree=15504/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=13600 CPUtime=3.42
/proc/31492/stat : 31492 (sugar) S 31490 31492 31455 0 -1 4194304 974 33834 0 1 3 1 319 19 16 0 1 0 74378760 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31492/statm: 3400 797 370 3 0 500 0
[pid=31505] ppid=31492 vsize=5356 CPUtime=0
/proc/31505/stat : 31505 (sh) S 31492 31492 31455 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 74379130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31505/statm: 1339 233 193 169 0 50 0
[pid=31506] ppid=31505 vsize=868544 CPUtime=186.21
/proc/31506/stat : 31506 (java) S 31505 31492 31455 0 -1 0 127141 0 1 0 17332 1289 0 0 18 0 9 0 74379131 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31506/statm: 217136 88936 2567 9 0 211683 0
[pid=31506/tid=31507] ppid=31505 vsize=868544 CPUtime=174.31
/proc/31506/task/31507/stat : 31507 (java) R 31505 31492 31455 0 -1 64 9109 0 1 0 16207 1224 0 0 24 0 9 0 74379131 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31506/tid=31508] ppid=31505 vsize=868544 CPUtime=11.56
/proc/31506/task/31508/stat : 31508 (java) S 31505 31492 31455 0 -1 64 115799 0 0 0 1095 61 0 0 16 0 9 0 74379133 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31509] ppid=31505 vsize=868544 CPUtime=0
/proc/31506/task/31509/stat : 31509 (java) S 31505 31492 31455 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74379133 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31510] ppid=31505 vsize=868544 CPUtime=0
/proc/31506/task/31510/stat : 31510 (java) S 31505 31492 31455 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74379133 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31511] ppid=31505 vsize=868544 CPUtime=0
/proc/31506/task/31511/stat : 31511 (java) S 31505 31492 31455 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 74379140 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31512] ppid=31505 vsize=868544 CPUtime=0.3
/proc/31506/task/31512/stat : 31512 (java) S 31505 31492 31455 0 -1 64 1536 0 0 0 29 1 0 0 16 0 9 0 74379140 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31513] ppid=31505 vsize=868544 CPUtime=0
/proc/31506/task/31513/stat : 31513 (java) S 31505 31492 31455 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 74379140 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31506/tid=31514] ppid=31505 vsize=868544 CPUtime=0
/proc/31506/task/31514/stat : 31514 (java) S 31505 31492 31455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74379140 889389056 88936 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 189.63
Current children cumulated vsize (KiB) 887500

[startup+198.401 s]
/proc/loadavg: 3.81 3.50 3.33 4/81 31514
/proc/meminfo: memFree=475872/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=13600 CPUtime=190.68
/proc/31492/stat : 31492 (sugar) R 31490 31492 31455 0 -1 4194304 998 161277 0 2 3 46 17700 1319 16 0 1 0 74378760 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240577647657 0 0 4224 16386 0 0 0 17 1 0 0
/proc/31492/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 190.68
Current children cumulated vsize (KiB) 13600

[startup+198.801 s]
/proc/loadavg: 3.81 3.50 3.33 4/81 31514
/proc/meminfo: memFree=475872/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=13600 CPUtime=191.04
/proc/31492/stat : 31492 (sugar) D 31490 31492 31455 0 -1 4194304 998 161277 0 2 3 82 17700 1319 16 0 1 0 74378760 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240577647657 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31492/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 191.04
Current children cumulated vsize (KiB) 13600

[startup+199.206 s]
/proc/loadavg: 3.81 3.50 3.33 2/81 31514
/proc/meminfo: memFree=1869920/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=13600 CPUtime=191.08
/proc/31492/stat : 31492 (sugar) D 31490 31492 31455 0 -1 4194304 998 161277 0 2 3 86 17700 1319 15 0 1 0 74378760 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240577647657 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31492/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 191.08
Current children cumulated vsize (KiB) 13600

[startup+199.301 s]
/proc/loadavg: 3.81 3.50 3.33 2/81 31514
/proc/meminfo: memFree=1869920/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=13600 CPUtime=191.09
/proc/31492/stat : 31492 (sugar) D 31490 31492 31455 0 -1 4194304 998 161277 0 2 3 87 17700 1319 15 0 1 0 74378760 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240577647657 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31492/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 191.09
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 199.307
CPU time (s): 191.109
CPU user time (s): 177.038
CPU system time (s): 14.0709
CPU usage (%): 95.8867
Max. virtual memory (cumulated for all children) (KiB): 911884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 177.038
system time used= 14.0709
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162305
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= 21623
involuntary context switches= 29792

runsolver used 0.240963 second user time and 0.701893 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-16 04:53:18
IDJOB=1126052
IDBENCH=64196
IDSOLVER=368
FILE ID=node50/1126052-1216176798
PBS_JOBID= 7905886
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-brock-800-1_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-1126052-1216176798/watcher-1126052-1216176798 -o /tmp/evaluation-result-1126052-1216176798/solver-1126052-1216176798 -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-1126052-1216176798.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0430d97da15139054d75cd624f2d8da8
RANDOM SEED=116674416

node50.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.281
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.281
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:       1812872 kB
Buffers:          8168 kB
Cached:          80300 kB
SwapCached:          0 kB
Active:         154392 kB
Inactive:        34248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1812872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9468 kB
Writeback:           0 kB
Mapped:         120520 kB
Slab:            39424 kB
Committed_AS:  1069120 kB
PageTables:       2132 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= 66548 MiB
End job on node50 at 2008-07-16 04:56:38