Trace number 1126051

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-inc? 193.62 207.331

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.05/0.82	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.82	c 0	BEGIN Wed Jul 16 04:52:56 2008
0.05/0.82	c 0	PID 24611
0.05/0.83	c 0	HOST node73.alineos.net
0.05/0.83	c 0	CONVERTING HOME/instance-1126051-1216176775.xml TO HOME/temp.csp
0.05/0.83	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126051-1216176775.xml' 'HOME/temp.csp'
3.59/4.46	c 4	2 domains, 801 variables, 0 predicates, 2 relations, 112895 constraints
3.65/4.50	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.65/4.50	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.65/4.58	c 4	Parsing HOME/temp.csp
3.68/5.09	c 5	parsed 10000 expressions
3.68/5.28	c 5	parsed 20000 expressions
4.56/5.51	c 5	parsed 30000 expressions
4.75/5.67	c 5	parsed 40000 expressions
5.05/5.91	c 6	parsed 50000 expressions
5.14/6.08	c 6	parsed 60000 expressions
5.35/6.24	c 6	parsed 70000 expressions
5.64/6.54	c 6	parsed 80000 expressions
5.83/6.71	c 6	parsed 90000 expressions
5.94/6.88	c 7	parsed 100000 expressions
6.13/7.04	c 7	parsed 110000 expressions
6.23/7.10	c 7	parsed 113700 expressions
6.23/7.11	c 7	Heap : 30 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.32/8.29	c 8	MAX CSP: 112895 constraints
7.32/8.29	c 8	Converting to clausal form CSP
7.91/8.82	c 8	converted 22660 (10%) expressions
8.11/9.08	c 9	converted 45320 (20%) expressions
8.40/9.38	c 9	converted 67980 (30%) expressions
9.29/10.29	c 10	converted 90640 (40%) expressions
9.79/10.73	c 10	converted 113299 (50%) expressions
10.00/11.00	c 11	converted 135959 (60%) expressions
10.30/11.28	c 11	converted 158619 (70%) expressions
10.69/11.61	c 11	converted 181279 (80%) expressions
10.89/11.89	c 12	converted 203939 (90%) expressions
25.69/26.71	c 26	converted 226598 (100%) expressions
25.69/26.74	c 26	CSP : 226591 integers, 0 booleans, 338684 clauses, largest domain size 169343
25.69/26.74	c 26	Heap : 297 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.69/26.74	c 26	Propagation in CSP
29.97/31.02	c 31	112882 values, 0 unsatisfiable literals, and 0 valid clauses are removed
29.97/31.04	c 31	CSP : 226591 integers, 0 booleans, 338684 clauses, largest domain size 112896
29.97/31.04	c 31	Heap : 324 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
30.07/31.14	c 31	Simplifing CSP by introducing new Boolean variables
30.17/31.26	c 31	CSP : 226591 integers, 0 booleans, 338684 clauses, largest domain size 112896
30.17/31.26	c 31	Heap : 317 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.57/32.65	c 32	Encoding CSP to SAT : HOME/temp.cnf
31.66/32.73	c 32	22660 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
31.66/32.76	c 32	45319 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
31.66/32.79	c 32	67978 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
31.76/32.82	c 32	90637 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
31.76/32.85	c 33	113296 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
32.26/33.36	c 33	135955 (60%) CSP integer variables are encoded (386495 clauses, 6570479 bytes)
32.65/33.77	c 33	158614 (70%) CSP integer variables are encoded (707818 clauses, 12032970 bytes)
33.15/34.24	c 34	181273 (80%) CSP integer variables are encoded (1076223 clauses, 18786814 bytes)
33.55/34.68	c 34	203932 (90%) CSP integer variables are encoded (1398499 clauses, 24910058 bytes)
36.12/37.27	c 37	226591 (100%) CSP integer variables are encoded (3481582 clauses, 64488635 bytes)
36.81/37.94	c 38	33869 (10%) CSP clauses are encoded (3515451 clauses, 65024118 bytes)
37.41/38.56	c 38	67737 (20%) CSP clauses are encoded (3549319 clauses, 65599385 bytes)
38.10/39.23	c 39	101606 (30%) CSP clauses are encoded (3583188 clauses, 66176800 bytes)
147.92/154.58	c 154	135474 (40%) CSP clauses are encoded (66337866 clauses, 1601471718 bytes)
192.61/200.78	c 200	ERROR Exception Too large HOME/temp.cnf
192.61/200.78	c 200	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
192.61/200.78	c 200	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
192.61/200.78	c 200	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
192.61/200.78	s UNKNOWN
192.74/201.77	c 201	CPU 179.24 (0.06 0.02 179.18 13.5)
192.74/201.77	c 201	END Wed Jul 16 04:56:17 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-1126051-1216176775/watcher-1126051-1216176775 -o /tmp/evaluation-result-1126051-1216176775/solver-1126051-1216176775 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1126051-1216176775.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.00 2.00 2.02 3/88 24611
/proc/meminfo: memFree=1930512/2055920 swapFree=4176412/4192956
[pid=24611] ppid=24609 vsize=18572 CPUtime=0
/proc/24611/stat : 24611 (runsolver) R 24609 24611 23420 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 74375145 19017728 293 996147200 4194304 4296836 548682068192 18446744073709551615 210723466535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24611/statm: 4643 293 257 25 0 2626 0

[startup+0.0648759 s]
/proc/loadavg: 2.00 2.00 2.02 3/88 24611
/proc/meminfo: memFree=1930512/2055920 swapFree=4176412/4192956
[pid=24611] ppid=24609 vsize=18572 CPUtime=0
/proc/24611/stat : 24611 (runsolver) D 24609 24611 23420 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 74375145 19017728 293 996147200 4194304 4296836 548682068192 18446744073709551615 210723466535 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24611/statm: 4643 293 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101843 s]
/proc/loadavg: 2.00 2.00 2.02 3/88 24611
/proc/meminfo: memFree=1930512/2055920 swapFree=4176412/4192956
[pid=24611] ppid=24609 vsize=18572 CPUtime=0
/proc/24611/stat : 24611 (runsolver) D 24609 24611 23420 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 74375145 19017728 293 996147200 4194304 4296836 548682068192 18446744073709551615 210723466535 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24611/statm: 4643 293 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.301868 s]
/proc/loadavg: 2.00 2.00 2.02 3/88 24611
/proc/meminfo: memFree=1930512/2055920 swapFree=4176412/4192956
[pid=24611] ppid=24609 vsize=18572 CPUtime=0
/proc/24611/stat : 24611 (runsolver) D 24609 24611 23420 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 74375145 19017728 293 996147200 4194304 4296836 548682068192 18446744073709551615 210723466535 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24611/statm: 4643 293 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.701919 s]
/proc/loadavg: 2.00 2.00 2.02 3/88 24611
/proc/meminfo: memFree=1930512/2055920 swapFree=4176412/4192956
[pid=24611] ppid=24609 vsize=12676 CPUtime=0
/proc/24611/stat : 24611 (sugar++) D 24609 24611 23420 0 -1 4194304 533 0 0 0 0 0 0 0 18 0 1 0 74375145 12980224 501 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/24611/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12676

[startup+1.50302 s]
/proc/loadavg: 2.00 2.00 2.02 4/99 24623
/proc/meminfo: memFree=1921336/2055920 swapFree=4176412/4192956
[pid=24611] ppid=24609 vsize=16740 CPUtime=0.07
/proc/24611/stat : 24611 (sugar++) S 24609 24611 23420 0 -1 4194304 1219 128 0 0 5 2 0 0 18 0 1 0 74375145 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24611/statm: 4185 1104 409 3 0 764 0
[pid=24614] ppid=24611 vsize=5356 CPUtime=0
/proc/24614/stat : 24614 (sh) S 24611 24611 23420 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74375229 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24614/statm: 1339 233 193 169 0 50 0
[pid=24615] ppid=24614 vsize=865664 CPUtime=0.64
/proc/24615/stat : 24615 (java) S 24614 24611 23420 0 -1 0 9257 0 1 0 58 6 0 0 18 0 9 0 74375229 886439936 8037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24615/statm: 216416 8037 2529 9 0 210998 0
[pid=24615/tid=24616] ppid=24614 vsize=865664 CPUtime=0.33
/proc/24615/task/24616/stat : 24616 (java) R 24614 24611 23420 0 -1 64 2688 0 1 0 31 2 0 0 22 0 9 0 74375230 886439936 8037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24615/tid=24617] ppid=24614 vsize=865664 CPUtime=0.19
/proc/24615/task/24617/stat : 24617 (java) R 24614 24611 23420 0 -1 64 5385 0 0 0 17 2 0 0 16 0 9 0 74375231 886439936 8037 996147200 134512640 134550740 4294956000 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24615/tid=24618] ppid=24614 vsize=865664 CPUtime=0
/proc/24615/task/24618/stat : 24618 (java) S 24614 24611 23420 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74375231 886439936 8037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24615/tid=24619] ppid=24614 vsize=865664 CPUtime=0
/proc/24615/task/24619/stat : 24619 (java) S 24614 24611 23420 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 74375231 886439936 8037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24615/tid=24620] ppid=24614 vsize=865664 CPUtime=0
/proc/24615/task/24620/stat : 24620 (java) S 24614 24611 23420 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74375233 886439936 8037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24615/tid=24621] ppid=24614 vsize=865664 CPUtime=0.09
/proc/24615/task/24621/stat : 24621 (java) S 24614 24611 23420 0 -1 64 485 0 0 0 9 0 0 0 17 0 9 0 74375233 886439936 8037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24615/tid=24622] ppid=24614 vsize=865664 CPUtime=0
/proc/24615/task/24622/stat : 24622 (java) S 24614 24611 23420 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74375234 886439936 8037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24615/tid=24623] ppid=24614 vsize=865664 CPUtime=0
/proc/24615/task/24623/stat : 24623 (java) S 24614 24611 23420 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74375234 886439936 8037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 887760

[startup+3.10121 s]
/proc/loadavg: 2.00 2.00 2.02 3/99 24623
/proc/meminfo: memFree=1884600/2055920 swapFree=4176412/4192956
[pid=24611] ppid=24609 vsize=16740 CPUtime=0.07
/proc/24611/stat : 24611 (sugar++) S 24609 24611 23420 0 -1 4194304 1219 128 0 0 5 2 0 0 18 0 1 0 74375145 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24611/statm: 4185 1104 409 3 0 764 0
[pid=24614] ppid=24611 vsize=5356 CPUtime=0
/proc/24614/stat : 24614 (sh) S 24611 24611 23420 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74375229 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24614/statm: 1339 233 193 169 0 50 0
[pid=24615] ppid=24614 vsize=868684 CPUtime=2.22
/proc/24615/stat : 24615 (java) S 24614 24611 23420 0 -1 0 27865 0 1 0 208 14 0 0 18 0 9 0 74375229 889532416 23474 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24615/statm: 217171 23474 2529 9 0 211753 0
[pid=24615/tid=24616] ppid=24614 vsize=868684 CPUtime=1.04
/proc/24615/task/24616/stat : 24616 (java) R 24614 24611 23420 0 -1 64 3363 0 1 0 101 3 0 0 25 0 9 0 74375230 889532416 23474 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24615/tid=24617] ppid=24614 vsize=868684 CPUtime=1.04
/proc/24615/task/24617/stat : 24617 (java) R 24614 24611 23420 0 -1 64 23301 0 0 0 95 9 0 0 17 0 9 0 74375231 889532416 23474 996147200 134512640 134550740 4294956000 18446744073709551615 102478703 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24615/tid=24618] ppid=24614 vsize=868684 CPUtime=0
/proc/24615/task/24618/stat : 24618 (java) S 24614 24611 23420 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74375231 889532416 23474 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24615/tid=24619] ppid=24614 vsize=868684 CPUtime=0
/proc/24615/task/24619/stat : 24619 (java) S 24614 24611 23420 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 74375231 889532416 23474 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24615/tid=24620] ppid=24614 vsize=868684 CPUtime=0
/proc/24615/task/24620/stat : 24620 (java) S 24614 24611 23420 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74375233 889532416 23474 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24615/tid=24621] ppid=24614 vsize=868684 CPUtime=0.11
/proc/24615/task/24621/stat : 24621 (java) S 24614 24611 23420 0 -1 64 502 0 0 0 11 0 0 0 16 0 9 0 74375233 889532416 23474 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24615/tid=24622] ppid=24614 vsize=868684 CPUtime=0
/proc/24615/task/24622/stat : 24622 (java) S 24614 24611 23420 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74375234 889532416 23474 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24615/tid=24623] ppid=24614 vsize=868684 CPUtime=0
/proc/24615/task/24623/stat : 24623 (java) S 24614 24611 23420 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74375234 889532416 23474 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 890780

[startup+6.30258 s]
/proc/loadavg: 2.08 2.02 2.03 4/99 24633
/proc/meminfo: memFree=1910200/2055920 swapFree=4176412/4192956
[pid=24611] ppid=24609 vsize=16740 CPUtime=3.68
/proc/24611/stat : 24611 (sugar++) S 24609 24611 23420 0 -1 4194304 1297 33830 0 1 6 2 339 21 15 0 1 0 74375145 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24611/statm: 4185 1104 409 3 0 764 0
[pid=24624] ppid=24611 vsize=5356 CPUtime=0
/proc/24624/stat : 24624 (sh) S 24611 24611 23420 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74375596 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24624/statm: 1339 233 193 169 0 50 0
[pid=24625] ppid=24624 vsize=864104 CPUtime=1.76
/proc/24625/stat : 24625 (java) S 24624 24611 23420 0 -1 0 10179 0 1 0 169 7 0 0 18 0 9 0 74375596 884842496 8923 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24625/statm: 216026 8923 2532 9 0 210608 0
[pid=24625/tid=24626] ppid=24624 vsize=864104 CPUtime=1.23
/proc/24625/task/24626/stat : 24626 (java) R 24624 24611 23420 0 -1 64 2762 0 1 0 121 2 0 0 25 0 9 0 74375597 884842496 8923 996147200 134512640 134550740 4294955920 18446744073709551615 4126549220 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24627] ppid=24624 vsize=864104 CPUtime=0.43
/proc/24625/task/24627/stat : 24627 (java) S 24624 24611 23420 0 -1 64 6381 0 0 0 40 3 0 0 15 0 9 0 74375598 884842496 8923 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24628] ppid=24624 vsize=864104 CPUtime=0
/proc/24625/task/24628/stat : 24628 (java) S 24624 24611 23420 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74375598 884842496 8923 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24629] ppid=24624 vsize=864104 CPUtime=0
/proc/24625/task/24629/stat : 24629 (java) S 24624 24611 23420 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74375598 884842496 8923 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24630] ppid=24624 vsize=864104 CPUtime=0
/proc/24625/task/24630/stat : 24630 (java) S 24624 24611 23420 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74375600 884842496 8923 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24631] ppid=24624 vsize=864104 CPUtime=0.07
/proc/24625/task/24631/stat : 24631 (java) S 24624 24611 23420 0 -1 64 339 0 0 0 7 0 0 0 16 0 9 0 74375600 884842496 8923 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24632] ppid=24624 vsize=864104 CPUtime=0
/proc/24625/task/24632/stat : 24632 (java) S 24624 24611 23420 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74375600 884842496 8923 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24633] ppid=24624 vsize=864104 CPUtime=0
/proc/24625/task/24633/stat : 24633 (java) S 24624 24611 23420 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74375600 884842496 8923 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 886200

[startup+12.7011 s]
/proc/loadavg: 2.07 2.02 2.03 3/99 24633
/proc/meminfo: memFree=1751096/2055920 swapFree=4176412/4192956
[pid=24611] ppid=24609 vsize=16740 CPUtime=3.68
/proc/24611/stat : 24611 (sugar++) S 24609 24611 23420 0 -1 4194304 1297 33830 0 1 6 2 339 21 15 0 1 0 74375145 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24611/statm: 4185 1104 409 3 0 764 0
[pid=24624] ppid=24611 vsize=5356 CPUtime=0
/proc/24624/stat : 24624 (sh) S 24611 24611 23420 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74375596 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24624/statm: 1339 233 193 169 0 50 0
[pid=24625] ppid=24624 vsize=868424 CPUtime=8.1
/proc/24625/stat : 24625 (java) S 24624 24611 23420 0 -1 0 63250 0 1 0 779 31 0 0 18 0 9 0 74375596 889266176 47809 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24625/statm: 217106 47809 2540 9 0 211681 0
[pid=24625/tid=24626] ppid=24624 vsize=868424 CPUtime=4.17
/proc/24625/task/24626/stat : 24626 (java) R 24624 24611 23420 0 -1 64 4506 0 1 0 414 3 0 0 25 0 9 0 74375597 889266176 47809 996147200 134512640 134550740 4294955920 18446744073709551615 4126628941 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24627] ppid=24624 vsize=868424 CPUtime=3.69
/proc/24625/task/24627/stat : 24627 (java) S 24624 24611 23420 0 -1 64 56568 0 0 0 344 25 0 0 16 0 9 0 74375598 889266176 47809 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24628] ppid=24624 vsize=868424 CPUtime=0
/proc/24625/task/24628/stat : 24628 (java) S 24624 24611 23420 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74375598 889266176 47809 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24629] ppid=24624 vsize=868424 CPUtime=0
/proc/24625/task/24629/stat : 24629 (java) S 24624 24611 23420 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74375598 889266176 47809 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24630] ppid=24624 vsize=868424 CPUtime=0
/proc/24625/task/24630/stat : 24630 (java) S 24624 24611 23420 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74375600 889266176 47809 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24631] ppid=24624 vsize=868424 CPUtime=0.2
/proc/24625/task/24631/stat : 24631 (java) S 24624 24611 23420 0 -1 64 1479 0 0 0 20 0 0 0 16 0 9 0 74375600 889266176 47809 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24632] ppid=24624 vsize=868424 CPUtime=0
/proc/24625/task/24632/stat : 24632 (java) S 24624 24611 23420 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74375600 889266176 47809 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24633] ppid=24624 vsize=868424 CPUtime=0
/proc/24625/task/24633/stat : 24633 (java) S 24624 24611 23420 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74375600 889266176 47809 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.78
Current children cumulated vsize (KiB) 890520

[startup+25.5026 s]
/proc/loadavg: 2.21 2.05 2.04 3/99 24633
/proc/meminfo: memFree=1617080/2055920 swapFree=4176412/4192956
[pid=24611] ppid=24609 vsize=16740 CPUtime=3.68
/proc/24611/stat : 24611 (sugar++) S 24609 24611 23420 0 -1 4194304 1297 33830 0 1 6 2 339 21 15 0 1 0 74375145 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24611/statm: 4185 1104 409 3 0 764 0
[pid=24624] ppid=24611 vsize=5356 CPUtime=0
/proc/24624/stat : 24624 (sh) S 24611 24611 23420 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74375596 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24624/statm: 1339 233 193 169 0 50 0
[pid=24625] ppid=24624 vsize=868424 CPUtime=20.83
/proc/24625/stat : 24625 (java) S 24624 24611 23420 0 -1 0 115748 0 1 0 2030 53 0 0 18 0 9 0 74375596 889266176 80388 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24625/statm: 217106 80388 2540 9 0 211681 0
[pid=24625/tid=24626] ppid=24624 vsize=868424 CPUtime=12.51
/proc/24625/task/24626/stat : 24626 (java) R 24624 24611 23420 0 -1 64 7347 0 1 0 1245 6 0 0 25 0 9 0 74375597 889266176 80388 996147200 134512640 134550740 4294955920 18446744073709551615 4126936741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24627] ppid=24624 vsize=868424 CPUtime=8.07
/proc/24625/task/24627/stat : 24627 (java) S 24624 24611 23420 0 -1 64 106210 0 0 0 762 45 0 0 16 0 9 0 74375598 889266176 80388 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24628] ppid=24624 vsize=868424 CPUtime=0
/proc/24625/task/24628/stat : 24628 (java) S 24624 24611 23420 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74375598 889266176 80388 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24629] ppid=24624 vsize=868424 CPUtime=0
/proc/24625/task/24629/stat : 24629 (java) S 24624 24611 23420 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74375598 889266176 80388 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=24624] ppid=24611 vsize=5356 CPUtime=0
/proc/24624/stat : 24624 (sh) S 24611 24611 23420 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74375596 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24624/statm: 1339 233 193 169 0 50 0
[pid=24625] ppid=24624 vsize=868536 CPUtime=151.78
/proc/24625/stat : 24625 (java) S 24624 24611 23420 0 -1 0 126129 0 1 0 14157 1021 0 0 18 0 9 0 74375596 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24625/statm: 217134 88369 2567 9 0 211681 0
[pid=24625/tid=24626] ppid=24624 vsize=868536 CPUtime=139.77
/proc/24625/task/24626/stat : 24626 (java) R 24624 24611 23420 0 -1 64 8795 0 1 0 13016 961 0 0 25 0 9 0 74375597 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4126570775 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24627] ppid=24624 vsize=868536 CPUtime=11.64
/proc/24625/task/24627/stat : 24627 (java) S 24624 24611 23420 0 -1 64 115081 0 0 0 1107 57 0 0 16 0 9 0 74375598 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24628] ppid=24624 vsize=868536 CPUtime=0
/proc/24625/task/24628/stat : 24628 (java) S 24624 24611 23420 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74375598 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24629] ppid=24624 vsize=868536 CPUtime=0
/proc/24625/task/24629/stat : 24629 (java) S 24624 24611 23420 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74375598 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24630] ppid=24624 vsize=868536 CPUtime=0
/proc/24625/task/24630/stat : 24630 (java) S 24624 24611 23420 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74375600 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24631] ppid=24624 vsize=868536 CPUtime=0.33
/proc/24625/task/24631/stat : 24631 (java) S 24624 24611 23420 0 -1 64 1556 0 0 0 33 0 0 0 16 0 9 0 74375600 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24632] ppid=24624 vsize=868536 CPUtime=0
/proc/24625/task/24632/stat : 24632 (java) S 24624 24611 23420 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74375600 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24633] ppid=24624 vsize=868536 CPUtime=0
/proc/24625/task/24633/stat : 24633 (java) S 24624 24611 23420 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74375600 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 155.46
Current children cumulated vsize (KiB) 890632

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

[startup+179.103 s]
/proc/loadavg: 3.09 2.45 2.19 4/99 24633
/proc/meminfo: memFree=15672/2055920 swapFree=4176412/4192956
[pid=24611] ppid=24609 vsize=16740 CPUtime=3.68
/proc/24611/stat : 24611 (sugar++) S 24609 24611 23420 0 -1 4194304 1297 33830 0 1 6 2 339 21 16 0 1 0 74375145 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24611/statm: 4185 1104 409 3 0 764 0
[pid=24624] ppid=24611 vsize=5356 CPUtime=0
/proc/24624/stat : 24624 (sh) S 24611 24611 23420 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74375596 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24624/statm: 1339 233 193 169 0 50 0
[pid=24625] ppid=24624 vsize=868536 CPUtime=167.96
/proc/24625/stat : 24625 (java) S 24624 24611 23420 0 -1 0 126303 0 1 0 15645 1151 0 0 18 0 9 0 74375596 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24625/statm: 217134 88369 2567 9 0 211681 0
[pid=24625/tid=24626] ppid=24624 vsize=868536 CPUtime=155.77
/proc/24625/task/24626/stat : 24626 (java) R 24624 24611 23420 0 -1 64 8969 0 1 0 14487 1090 0 0 25 0 9 0 74375597 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24627] ppid=24624 vsize=868536 CPUtime=11.82
/proc/24625/task/24627/stat : 24627 (java) S 24624 24611 23420 0 -1 64 115081 0 0 0 1124 58 0 0 16 0 9 0 74375598 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24628] ppid=24624 vsize=868536 CPUtime=0
/proc/24625/task/24628/stat : 24628 (java) S 24624 24611 23420 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74375598 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24629] ppid=24624 vsize=868536 CPUtime=0
/proc/24625/task/24629/stat : 24629 (java) S 24624 24611 23420 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74375598 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24630] ppid=24624 vsize=868536 CPUtime=0
/proc/24625/task/24630/stat : 24630 (java) S 24624 24611 23420 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74375600 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24631] ppid=24624 vsize=868536 CPUtime=0.33
/proc/24625/task/24631/stat : 24631 (java) S 24624 24611 23420 0 -1 64 1556 0 0 0 33 0 0 0 16 0 9 0 74375600 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24632] ppid=24624 vsize=868536 CPUtime=0
/proc/24625/task/24632/stat : 24632 (java) S 24624 24611 23420 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74375600 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24633] ppid=24624 vsize=868536 CPUtime=0
/proc/24625/task/24633/stat : 24633 (java) S 24624 24611 23420 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74375600 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 171.64
Current children cumulated vsize (KiB) 890632

[startup+191.902 s]
/proc/loadavg: 3.07 2.48 2.20 3/99 24633
/proc/meminfo: memFree=15736/2055920 swapFree=4176412/4192956
[pid=24611] ppid=24609 vsize=16740 CPUtime=3.68
/proc/24611/stat : 24611 (sugar++) S 24609 24611 23420 0 -1 4194304 1297 33830 0 1 6 2 339 21 16 0 1 0 74375145 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24611/statm: 4185 1104 409 3 0 764 0
[pid=24624] ppid=24611 vsize=5356 CPUtime=0
/proc/24624/stat : 24624 (sh) S 24611 24611 23420 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74375596 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24624/statm: 1339 233 193 169 0 50 0
[pid=24625] ppid=24624 vsize=868536 CPUtime=180.39
/proc/24625/stat : 24625 (java) S 24624 24611 23420 0 -1 0 126437 0 1 0 16790 1249 0 0 18 0 9 0 74375596 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24625/statm: 217134 88369 2567 9 0 211681 0
[pid=24625/tid=24626] ppid=24624 vsize=868536 CPUtime=168.07
/proc/24625/task/24626/stat : 24626 (java) R 24624 24611 23420 0 -1 64 9103 0 1 0 15620 1187 0 0 25 0 9 0 74375597 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4127104176 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24627] ppid=24624 vsize=868536 CPUtime=11.97
/proc/24625/task/24627/stat : 24627 (java) S 24624 24611 23420 0 -1 64 115081 0 0 0 1137 60 0 0 16 0 9 0 74375598 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24628] ppid=24624 vsize=868536 CPUtime=0
/proc/24625/task/24628/stat : 24628 (java) S 24624 24611 23420 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74375598 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24629] ppid=24624 vsize=868536 CPUtime=0
/proc/24625/task/24629/stat : 24629 (java) S 24624 24611 23420 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74375598 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24630] ppid=24624 vsize=868536 CPUtime=0
/proc/24625/task/24630/stat : 24630 (java) S 24624 24611 23420 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74375600 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24631] ppid=24624 vsize=868536 CPUtime=0.33
/proc/24625/task/24631/stat : 24631 (java) S 24624 24611 23420 0 -1 64 1556 0 0 0 33 0 0 0 16 0 9 0 74375600 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24632] ppid=24624 vsize=868536 CPUtime=0
/proc/24625/task/24632/stat : 24632 (java) S 24624 24611 23420 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74375600 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24633] ppid=24624 vsize=868536 CPUtime=0
/proc/24625/task/24633/stat : 24633 (java) S 24624 24611 23420 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74375600 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 184.07
Current children cumulated vsize (KiB) 890632

[startup+198.303 s]
/proc/loadavg: 3.14 2.50 2.21 3/99 24633
/proc/meminfo: memFree=15544/2055920 swapFree=4176412/4192956
[pid=24611] ppid=24609 vsize=16740 CPUtime=3.68
/proc/24611/stat : 24611 (sugar++) S 24609 24611 23420 0 -1 4194304 1297 33830 0 1 6 2 339 21 16 0 1 0 74375145 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24611/statm: 4185 1104 409 3 0 764 0
[pid=24624] ppid=24611 vsize=5356 CPUtime=0
/proc/24624/stat : 24624 (sh) S 24611 24611 23420 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74375596 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24624/statm: 1339 233 193 169 0 50 0
[pid=24625] ppid=24624 vsize=868536 CPUtime=186.59
/proc/24625/stat : 24625 (java) S 24624 24611 23420 0 -1 0 126505 0 1 0 17358 1301 0 0 18 0 9 0 74375596 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24625/statm: 217134 88369 2567 9 0 211681 0
[pid=24625/tid=24626] ppid=24624 vsize=868536 CPUtime=174.2
/proc/24625/task/24626/stat : 24626 (java) R 24624 24611 23420 0 -1 64 9171 0 1 0 16181 1239 0 0 25 0 9 0 74375597 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4127102924 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24627] ppid=24624 vsize=868536 CPUtime=12.03
/proc/24625/task/24627/stat : 24627 (java) S 24624 24611 23420 0 -1 64 115081 0 0 0 1143 60 0 0 16 0 9 0 74375598 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24628] ppid=24624 vsize=868536 CPUtime=0
/proc/24625/task/24628/stat : 24628 (java) S 24624 24611 23420 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74375598 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24629] ppid=24624 vsize=868536 CPUtime=0
/proc/24625/task/24629/stat : 24629 (java) S 24624 24611 23420 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74375598 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24630] ppid=24624 vsize=868536 CPUtime=0
/proc/24625/task/24630/stat : 24630 (java) S 24624 24611 23420 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74375600 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24631] ppid=24624 vsize=868536 CPUtime=0.33
/proc/24625/task/24631/stat : 24631 (java) S 24624 24611 23420 0 -1 64 1556 0 0 0 33 0 0 0 16 0 9 0 74375600 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24632] ppid=24624 vsize=868536 CPUtime=0
/proc/24625/task/24632/stat : 24632 (java) S 24624 24611 23420 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74375600 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24625/tid=24633] ppid=24624 vsize=868536 CPUtime=0
/proc/24625/task/24633/stat : 24633 (java) S 24624 24611 23420 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74375600 889380864 88369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 190.27
Current children cumulated vsize (KiB) 890632

[startup+201.501 s]
/proc/loadavg: 3.29 2.54 2.22 2/98 24635
/proc/meminfo: memFree=15920/2055920 swapFree=4176412/4192956
[pid=24611] ppid=24609 vsize=16740 CPUtime=3.68
/proc/24611/stat : 24611 (sugar++) S 24609 24611 23420 0 -1 4194304 1298 33830 0 1 6 2 339 21 16 0 1 0 74375145 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24611/statm: 4185 1104 409 3 0 764 0
[pid=24624] ppid=24611 vsize=5356 CPUtime=0
/proc/24624/stat : 24624 (sh) S 24611 24611 23420 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74375596 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24624/statm: 1339 233 193 169 0 50 0
[pid=24625] ppid=24624 vsize=0 CPUtime=189.06
/proc/24625/stat : 24625 (java) Z 24624 24611 23420 0 -1 1036 126540 0 1 0 17578 1328 0 0 16 0 2 0 74375596 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24625/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 192.74
Current children cumulated vsize (KiB) 22096

[startup+204.702 s]
/proc/loadavg: 3.27 2.55 2.22 2/90 24635
/proc/meminfo: memFree=1925632/2055920 swapFree=4176412/4192956
[pid=24611] ppid=24609 vsize=16740 CPUtime=193.44
/proc/24611/stat : 24611 (sugar++) D 24609 24611 23420 0 -1 4194304 1320 160656 0 2 6 70 17918 1350 15 0 1 0 74375145 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 210723640361 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/24611/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 193.44
Current children cumulated vsize (KiB) 16740

[startup+206.302 s]
/proc/loadavg: 3.27 2.55 2.22 2/89 24635
/proc/meminfo: memFree=1939592/2055920 swapFree=4176412/4192956
[pid=24611] ppid=24609 vsize=16740 CPUtime=193.46
/proc/24611/stat : 24611 (sugar++) D 24609 24611 23420 0 -1 4194304 1320 160656 0 2 6 72 17918 1350 15 0 1 0 74375145 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 210723640361 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/24611/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 193.46
Current children cumulated vsize (KiB) 16740

[startup+207.102 s]
/proc/loadavg: 3.27 2.55 2.22 2/89 24635
/proc/meminfo: memFree=1952072/2055920 swapFree=4176412/4192956
[pid=24611] ppid=24609 vsize=16740 CPUtime=193.58
/proc/24611/stat : 24611 (sugar++) D 24609 24611 23420 0 -1 4194304 1320 160656 0 2 6 84 17918 1350 15 0 1 0 74375145 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 210723640361 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24611/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 193.58
Current children cumulated vsize (KiB) 16740

[startup+207.302 s]
/proc/loadavg: 3.27 2.55 2.22 2/89 24635
/proc/meminfo: memFree=1952072/2055920 swapFree=4176412/4192956
[pid=24611] ppid=24609 vsize=16740 CPUtime=193.6
/proc/24611/stat : 24611 (sugar++) D 24609 24611 23420 0 -1 4194304 1320 160656 0 2 6 86 17918 1350 15 0 1 0 74375145 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 210723640361 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24611/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 193.6
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 207.331
CPU time (s): 193.62
CPU user time (s): 179.25
CPU system time (s): 14.3698
CPU usage (%): 93.3865
Max. virtual memory (cumulated for all children) (KiB): 915016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 179.25
system time used= 14.3698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162032
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= 21334
involuntary context switches= 24215

runsolver used 0.279957 second user time and 0.773882 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-16 04:52:56
IDJOB=1126051
IDBENCH=64196
IDSOLVER=367
FILE ID=node73/1126051-1216176775
PBS_JOBID= 7905776
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-brock-800-1_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1126051-1216176775/watcher-1126051-1216176775 -o /tmp/evaluation-result-1126051-1216176775/solver-1126051-1216176775 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1126051-1216176775.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0430d97da15139054d75cd624f2d8da8
RANDOM SEED=1051579954

node73.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.239
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.239
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:       1931056 kB
Buffers:          3808 kB
Cached:          45768 kB
SwapCached:       5776 kB
Active:          60836 kB
Inactive:         9104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1931056 kB
SwapTotal:     4192956 kB
SwapFree:      4176412 kB
Dirty:            8772 kB
Writeback:           0 kB
Mapped:          36484 kB
Slab:            39412 kB
Committed_AS:   258504 kB
PageTables:       2516 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node73 at 2008-07-16 04:56:23