Trace number 1126411

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? 243.216 252.078

General information on the benchmark

Namemaxcsp/maxclique/
normalized-p-hat1000-2_ext.xml
MD5SUM895597e2a64fd89ed5d55b46f7240b4a
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints960
Best CPU time to get the best result obtained on this benchmark1700.82
Satisfiable
(Un)Satisfiability was proved
Number of variables1001
Number of constraints255701
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension255701
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.24	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.24	c 0	BEGIN Wed Jul 16 06:22:05 2008
0.05/0.24	c 0	PID 31310
0.05/0.24	c 0	HOST node60.alineos.net
0.05/0.24	c 0	CONVERTING HOME/instance-1126411-1216182123.xml TO HOME/temp.csp
0.05/0.24	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126411-1216182123.xml' 'HOME/temp.csp'
6.63/6.91	c 6	2 domains, 1001 variables, 0 predicates, 2 relations, 255701 constraints
6.63/6.96	c 6	ENCODING HOME/temp.csp TO HOME/temp.cnf
6.63/6.96	c 6	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'
6.68/7.04	c 7	Parsing HOME/temp.csp
6.68/7.35	c 7	parsed 10000 expressions
6.68/7.56	c 7	parsed 20000 expressions
7.40/7.77	c 7	parsed 30000 expressions
7.60/7.94	c 7	parsed 40000 expressions
7.79/8.18	c 8	parsed 50000 expressions
7.99/8.34	c 8	parsed 60000 expressions
8.18/8.51	c 8	parsed 70000 expressions
8.48/8.81	c 8	parsed 80000 expressions
8.58/8.98	c 8	parsed 90000 expressions
8.78/9.14	c 9	parsed 100000 expressions
8.97/9.31	c 9	parsed 110000 expressions
9.07/9.48	c 9	parsed 120000 expressions
9.46/9.86	c 9	parsed 130000 expressions
9.67/10.03	c 10	parsed 140000 expressions
9.76/10.19	c 10	parsed 150000 expressions
9.97/10.36	c 10	parsed 160000 expressions
10.16/10.52	c 10	parsed 170000 expressions
10.26/10.69	c 10	parsed 180000 expressions
10.46/10.85	c 10	parsed 190000 expressions
10.65/11.03	c 11	parsed 200000 expressions
11.14/11.54	c 11	parsed 210000 expressions
11.34/11.70	c 11	parsed 220000 expressions
11.44/11.87	c 11	parsed 230000 expressions
11.64/12.04	c 12	parsed 240000 expressions
11.84/12.21	c 12	parsed 250000 expressions
11.93/12.32	c 12	parsed 256706 expressions
11.93/12.33	c 12	Heap : 66 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
13.91/14.34	c 14	MAX CSP: 255701 constraints
13.91/14.34	c 14	Converting to clausal form CSP
15.80/16.27	c 16	converted 51241 (10%) expressions
16.49/16.98	c 16	converted 102482 (20%) expressions
17.18/17.62	c 17	converted 153723 (30%) expressions
17.88/18.35	c 18	converted 204964 (40%) expressions
18.57/19.06	c 19	converted 256205 (50%) expressions
20.74/21.28	c 21	converted 307446 (60%) expressions
21.44/21.95	c 21	converted 358687 (70%) expressions
22.23/22.78	c 22	converted 409928 (80%) expressions
22.92/23.42	c 23	converted 461169 (90%) expressions
60.07/60.93	c 60	converted 512410 (100%) expressions
60.07/60.98	c 60	CSP : 512403 integers, 0 booleans, 767102 clauses, largest domain size 383552
60.07/60.98	c 60	Heap : 672 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
60.07/60.98	c 60	Propagation in CSP
73.64/74.66	c 74	255689 values, 0 unsatisfiable literals, and 0 valid clauses are removed
73.74/74.71	c 74	CSP : 512403 integers, 0 booleans, 767102 clauses, largest domain size 255702
73.74/74.71	c 74	Heap : 639 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
73.94/74.91	c 74	Simplifing CSP by introducing new Boolean variables
74.24/75.21	c 75	CSP : 512403 integers, 0 booleans, 767102 clauses, largest domain size 255702
74.24/75.21	c 75	Heap : 645 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
77.30/78.38	c 78	Encoding CSP to SAT : HOME/temp.cnf
77.50/78.53	c 78	51241 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
77.50/78.60	c 78	102481 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
77.59/78.66	c 78	153721 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
77.69/78.73	c 78	204962 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
77.69/78.79	c 78	256202 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
78.98/80.03	c 80	307442 (60%) CSP integer variables are encoded (935593 clauses, 16355654 bytes)
80.05/81.11	c 81	358683 (70%) CSP integer variables are encoded (1723905 clauses, 31333582 bytes)
81.24/82.31	c 82	409923 (80%) CSP integer variables are encoded (2612689 clauses, 48220478 bytes)
87.25/88.45	c 88	461163 (90%) CSP integer variables are encoded (7363388 clauses, 138483759 bytes)
88.70/90.04	c 90	512403 (100%) CSP integer variables are encoded (8431703 clauses, 158781744 bytes)
90.08/91.49	c 91	76711 (10%) CSP clauses are encoded (8508414 clauses, 160020582 bytes)
91.65/93.03	c 93	153421 (20%) CSP clauses are encoded (8585124 clauses, 161378539 bytes)
93.24/94.68	c 94	230131 (30%) CSP clauses are encoded (8661834 clauses, 162758474 bytes)
242.32/249.32	c 249	ERROR Exception Too large HOME/temp.cnf
242.32/249.33	c 249	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
242.32/249.33	c 249	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
242.32/249.33	c 249	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
242.32/249.33	s UNKNOWN
242.38/249.49	c 249	CPU 228.49 (0.06 0.01 228.43 13.97)
242.38/249.49	c 249	END Wed Jul 16 06:26:14 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-1126411-1216182123/watcher-1126411-1216182123 -o /tmp/evaluation-result-1126411-1216182123/solver-1126411-1216182123 -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-1126411-1216182123.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.00 4/81 31310
/proc/meminfo: memFree=1890424/2055920 swapFree=4192812/4192956
[pid=31310] ppid=31308 vsize=18572 CPUtime=0
/proc/31310/stat : 31310 (runsolver) R 31308 31310 30752 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 74910776 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 271894244647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31310/statm: 4643 292 257 25 0 2626 0

[startup+0.085439 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 31310
/proc/meminfo: memFree=1890424/2055920 swapFree=4192812/4192956
[pid=31310] ppid=31308 vsize=12272 CPUtime=0
/proc/31310/stat : 31310 (sugar++) D 31308 31310 30752 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 74910776 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/31310/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101439 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 31310
/proc/meminfo: memFree=1890424/2055920 swapFree=4192812/4192956
[pid=31310] ppid=31308 vsize=12412 CPUtime=0
/proc/31310/stat : 31310 (sugar++) D 31308 31310 30752 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 74910776 12709888 382 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/31310/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.30148 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 31310
/proc/meminfo: memFree=1890424/2055920 swapFree=4192812/4192956
[pid=31310] ppid=31308 vsize=16740 CPUtime=0.07
/proc/31310/stat : 31310 (sugar++) S 31308 31310 30752 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 74910776 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31310/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701552 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 31310
/proc/meminfo: memFree=1890424/2055920 swapFree=4192812/4192956
[pid=31310] ppid=31308 vsize=16740 CPUtime=0.07
/proc/31310/stat : 31310 (sugar++) S 31308 31310 30752 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 74910776 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31310/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.5027 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 31322
/proc/meminfo: memFree=1862688/2055920 swapFree=4192812/4192956
[pid=31310] ppid=31308 vsize=16740 CPUtime=0.07
/proc/31310/stat : 31310 (sugar++) S 31308 31310 30752 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 74910776 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31310/statm: 4185 1104 409 3 0 764 0
[pid=31313] ppid=31310 vsize=5356 CPUtime=0
/proc/31313/stat : 31313 (sh) S 31310 31310 30752 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74910800 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31313/statm: 1339 233 193 169 0 50 0
[pid=31314] ppid=31313 vsize=864656 CPUtime=1.22
/proc/31314/stat : 31314 (java) S 31313 31310 30752 0 -1 0 15564 0 1 0 114 8 0 0 18 0 9 0 74910801 885407744 13117 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31314/statm: 216164 13117 2529 9 0 210746 0
[pid=31314/tid=31315] ppid=31313 vsize=864656 CPUtime=0.64
/proc/31314/task/31315/stat : 31315 (java) R 31313 31310 30752 0 -1 64 2986 0 1 0 62 2 0 0 23 0 9 0 74910802 885407744 13117 996147200 134512640 134550740 4294956000 18446744073709551615 4126519680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31314/tid=31316] ppid=31313 vsize=864656 CPUtime=0.46
/proc/31314/task/31316/stat : 31316 (java) S 31313 31310 30752 0 -1 64 11394 0 0 0 43 3 0 0 16 0 9 0 74910803 885407744 13117 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31314/tid=31317] ppid=31313 vsize=864656 CPUtime=0
/proc/31314/task/31317/stat : 31317 (java) S 31313 31310 30752 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74910803 885407744 13117 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31314/tid=31318] ppid=31313 vsize=864656 CPUtime=0
/proc/31314/task/31318/stat : 31318 (java) S 31313 31310 30752 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 74910803 885407744 13117 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31314/tid=31319] ppid=31313 vsize=864656 CPUtime=0
/proc/31314/task/31319/stat : 31319 (java) S 31313 31310 30752 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 74910805 885407744 13117 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31314/tid=31320] ppid=31313 vsize=864656 CPUtime=0.08
/proc/31314/task/31320/stat : 31320 (java) S 31313 31310 30752 0 -1 64 484 0 0 0 8 0 0 0 16 0 9 0 74910805 885407744 13117 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31314/tid=31321] ppid=31313 vsize=864656 CPUtime=0
/proc/31314/task/31321/stat : 31321 (java) S 31313 31310 30752 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74910805 885407744 13117 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31314/tid=31322] ppid=31313 vsize=864656 CPUtime=0
/proc/31314/task/31322/stat : 31322 (java) S 31313 31310 30752 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74910805 885407744 13117 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 886752

[startup+3.10298 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 31322
/proc/meminfo: memFree=1823968/2055920 swapFree=4192812/4192956
[pid=31310] ppid=31308 vsize=16740 CPUtime=0.07
/proc/31310/stat : 31310 (sugar++) S 31308 31310 30752 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 74910776 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31310/statm: 4185 1104 409 3 0 764 0
[pid=31313] ppid=31310 vsize=5356 CPUtime=0
/proc/31313/stat : 31313 (sh) S 31310 31310 30752 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74910800 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31313/statm: 1339 233 193 169 0 50 0
[pid=31314] ppid=31313 vsize=864656 CPUtime=2.8
/proc/31314/stat : 31314 (java) S 31313 31310 30752 0 -1 0 32635 0 1 0 263 17 0 0 18 0 9 0 74910801 885407744 27242 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31314/statm: 216164 27242 2529 9 0 210746 0
[pid=31314/tid=31315] ppid=31313 vsize=864656 CPUtime=1.51
/proc/31314/task/31315/stat : 31315 (java) R 31313 31310 30752 0 -1 64 3862 0 1 0 147 4 0 0 25 0 9 0 74910802 885407744 27242 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31314/tid=31316] ppid=31313 vsize=864656 CPUtime=1.17
/proc/31314/task/31316/stat : 31316 (java) R 31313 31310 30752 0 -1 64 27587 0 0 0 106 11 0 0 16 0 9 0 74910803 885407744 27242 996147200 134512640 134550740 4294956000 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31314/tid=31317] ppid=31313 vsize=864656 CPUtime=0
/proc/31314/task/31317/stat : 31317 (java) S 31313 31310 30752 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74910803 885407744 27242 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31314/tid=31318] ppid=31313 vsize=864656 CPUtime=0
/proc/31314/task/31318/stat : 31318 (java) S 31313 31310 30752 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 74910803 885407744 27242 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31314/tid=31319] ppid=31313 vsize=864656 CPUtime=0
/proc/31314/task/31319/stat : 31319 (java) S 31313 31310 30752 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 74910805 885407744 27242 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31314/tid=31320] ppid=31313 vsize=864656 CPUtime=0.08
/proc/31314/task/31320/stat : 31320 (java) S 31313 31310 30752 0 -1 64 486 0 0 0 8 0 0 0 16 0 9 0 74910805 885407744 27242 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31314/tid=31321] ppid=31313 vsize=864656 CPUtime=0
/proc/31314/task/31321/stat : 31321 (java) S 31313 31310 30752 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74910805 885407744 27242 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31314/tid=31322] ppid=31313 vsize=864656 CPUtime=0
/proc/31314/task/31322/stat : 31322 (java) S 31313 31310 30752 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74910805 885407744 27242 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 886752

[startup+6.30255 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 31322
/proc/meminfo: memFree=1688480/2055920 swapFree=4192812/4192956
[pid=31310] ppid=31308 vsize=16740 CPUtime=0.07
/proc/31310/stat : 31310 (sugar++) S 31308 31310 30752 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 74910776 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31310/statm: 4185 1104 409 3 0 764 0
[pid=31313] ppid=31310 vsize=5356 CPUtime=0
/proc/31313/stat : 31313 (sh) S 31310 31310 30752 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74910800 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31313/statm: 1339 233 193 169 0 50 0
[pid=31314] ppid=31313 vsize=864672 CPUtime=5.96
/proc/31314/stat : 31314 (java) S 31313 31310 30752 0 -1 0 66300 0 1 0 562 34 0 0 18 0 9 0 74910801 885424128 56917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31314/statm: 216168 56917 2529 9 0 210750 0
[pid=31314/tid=31315] ppid=31313 vsize=864672 CPUtime=3.16
/proc/31314/task/31315/stat : 31315 (java) R 31313 31310 30752 0 -1 64 4912 0 1 0 310 6 0 0 25 0 9 0 74910802 885424128 56917 996147200 134512640 134550740 4294956000 18446744073709551615 4126375703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31314/tid=31316] ppid=31313 vsize=864672 CPUtime=2.64
/proc/31314/task/31316/stat : 31316 (java) S 31313 31310 30752 0 -1 64 60169 0 0 0 238 26 0 0 16 0 9 0 74910803 885424128 56917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31314/tid=31317] ppid=31313 vsize=864672 CPUtime=0
/proc/31314/task/31317/stat : 31317 (java) S 31313 31310 30752 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74910803 885424128 56917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31314/tid=31318] ppid=31313 vsize=864672 CPUtime=0
/proc/31314/task/31318/stat : 31318 (java) S 31313 31310 30752 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74910803 885424128 56917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31314/tid=31319] ppid=31313 vsize=864672 CPUtime=0
/proc/31314/task/31319/stat : 31319 (java) S 31313 31310 30752 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 74910805 885424128 56917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31314/tid=31320] ppid=31313 vsize=864672 CPUtime=0.13
/proc/31314/task/31320/stat : 31320 (java) S 31313 31310 30752 0 -1 64 519 0 0 0 13 0 0 0 16 0 9 0 74910805 885424128 56917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31314/tid=31321] ppid=31313 vsize=864672 CPUtime=0
/proc/31314/task/31321/stat : 31321 (java) S 31313 31310 30752 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74910805 885424128 56917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31314/tid=31322] ppid=31313 vsize=864672 CPUtime=0
/proc/31314/task/31322/stat : 31322 (java) S 31313 31310 30752 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74910805 885424128 56917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 886768

[startup+12.7027 s]
/proc/loadavg: 2.23 2.05 2.02 3/92 31332
/proc/meminfo: memFree=1807520/2055920 swapFree=4192812/4192956
[pid=31310] ppid=31308 vsize=16740 CPUtime=6.68
/proc/31310/stat : 31310 (sugar++) S 31308 31310 30752 0 -1 4194304 1297 66732 0 1 6 1 621 40 15 0 1 0 74910776 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31310/statm: 4185 1104 409 3 0 764 0
[pid=31323] ppid=31310 vsize=5356 CPUtime=0
/proc/31323/stat : 31323 (sh) S 31310 31310 30752 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74911472 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31323/statm: 1339 233 193 169 0 50 0
[pid=31324] ppid=31323 vsize=864112 CPUtime=5.65
/proc/31324/stat : 31324 (java) S 31323 31310 30752 0 -1 0 29978 0 1 0 547 18 0 0 18 0 9 0 74911472 884850688 26634 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31324/statm: 216028 26634 2540 9 0 210603 0
[pid=31324/tid=31325] ppid=31323 vsize=864112 CPUtime=3.44
/proc/31324/task/31325/stat : 31325 (java) R 31323 31310 30752 0 -1 64 3747 0 1 0 341 3 0 0 25 0 9 0 74911473 884850688 26634 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31326] ppid=31323 vsize=864112 CPUtime=2.09
/proc/31324/task/31326/stat : 31326 (java) R 31323 31310 30752 0 -1 64 25186 0 0 0 195 14 0 0 16 0 9 0 74911474 884850688 26634 996147200 134512640 134550740 4294955920 18446744073709551615 103829557 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31327] ppid=31323 vsize=864112 CPUtime=0
/proc/31324/task/31327/stat : 31327 (java) S 31323 31310 30752 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74911475 884850688 26634 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31328] ppid=31323 vsize=864112 CPUtime=0
/proc/31324/task/31328/stat : 31328 (java) S 31323 31310 30752 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74911475 884850688 26634 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31329] ppid=31323 vsize=864112 CPUtime=0
/proc/31324/task/31329/stat : 31329 (java) S 31323 31310 30752 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74911477 884850688 26634 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31330] ppid=31323 vsize=864112 CPUtime=0.09
/proc/31324/task/31330/stat : 31330 (java) S 31323 31310 30752 0 -1 64 349 0 0 0 9 0 0 0 16 0 9 0 74911477 884850688 26634 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31331] ppid=31323 vsize=864112 CPUtime=0
/proc/31324/task/31331/stat : 31331 (java) S 31323 31310 30752 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74911477 884850688 26634 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31332] ppid=31323 vsize=864112 CPUtime=0
/proc/31324/task/31332/stat : 31332 (java) S 31323 31310 30752 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74911477 884850688 26634 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 886208

[startup+25.502 s]
/proc/loadavg: 2.32 2.08 2.02 3/92 31332
/proc/meminfo: memFree=1489248/2055920 swapFree=4192812/4192956
[pid=31310] ppid=31308 vsize=16740 CPUtime=6.68
/proc/31310/stat : 31310 (sugar++) S 31308 31310 30752 0 -1 4194304 1297 66732 0 1 6 1 621 40 15 0 1 0 74910776 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31310/statm: 4185 1104 409 3 0 764 0
[pid=31323] ppid=31310 vsize=5356 CPUtime=0
/proc/31323/stat : 31323 (sh) S 31310 31310 30752 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74911472 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31323/statm: 1339 233 193 169 0 50 0
[pid=31324] ppid=31323 vsize=868468 CPUtime=18.32
/proc/31324/stat : 31324 (java) S 31323 31310 30752 0 -1 0 140833 0 1 0 1764 68 0 0 18 0 9 0 74911472 889311232 100021 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31324/statm: 217117 100021 2540 9 0 211692 0
[pid=31324/tid=31325] ppid=31323 vsize=868468 CPUtime=8.99
/proc/31324/task/31325/stat : 31325 (java) R 31323 31310 30752 0 -1 64 7173 0 1 0 894 5 0 0 25 0 9 0 74911473 889311232 100021 996147200 134512640 134550740 4294955920 18446744073709551615 4126942091 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31326] ppid=31323 vsize=868468 CPUtime=9.09
/proc/31324/task/31326/stat : 31326 (java) S 31323 31310 30752 0 -1 64 131461 0 0 0 848 61 0 0 16 0 9 0 74911474 889311232 100021 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31327] ppid=31323 vsize=868468 CPUtime=0
/proc/31324/task/31327/stat : 31327 (java) S 31323 31310 30752 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74911475 889311232 100021 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31328] ppid=31323 vsize=868468 CPUtime=0
/proc/31324/task/31328/stat : 31328 (java) S 31323 31310 30752 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74911475 889311232 100021 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+222.302 s]
/proc/loadavg: 2.48 2.24 2.09 3/92 31332
/proc/meminfo: memFree=15264/2055920 swapFree=4192812/4192956
[pid=31310] ppid=31308 vsize=16740 CPUtime=6.68
/proc/31310/stat : 31310 (sugar++) S 31308 31310 30752 0 -1 4194304 1297 66732 0 1 6 1 621 40 16 0 1 0 74910776 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31310/statm: 4185 1104 409 3 0 764 0
[pid=31323] ppid=31310 vsize=5356 CPUtime=0
/proc/31323/stat : 31323 (sh) S 31310 31310 30752 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74911472 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31323/statm: 1339 233 193 169 0 50 0
[pid=31324] ppid=31323 vsize=868580 CPUtime=209.46
/proc/31324/stat : 31324 (java) S 31323 31310 30752 0 -1 0 248246 0 1 0 19792 1154 0 0 18 0 9 0 74911472 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31324/statm: 217145 183812 2567 9 0 211692 0
[pid=31324/tid=31325] ppid=31323 vsize=868580 CPUtime=179.31
/proc/31324/task/31325/stat : 31325 (java) R 31323 31310 30752 0 -1 64 10854 0 1 0 16892 1039 0 0 25 0 9 0 74911473 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31326] ppid=31323 vsize=868580 CPUtime=29.78
/proc/31324/task/31326/stat : 31326 (java) S 31323 31310 30752 0 -1 64 235115 0 0 0 2866 112 0 0 16 0 9 0 74911474 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31327] ppid=31323 vsize=868580 CPUtime=0
/proc/31324/task/31327/stat : 31327 (java) S 31323 31310 30752 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74911475 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31328] ppid=31323 vsize=868580 CPUtime=0
/proc/31324/task/31328/stat : 31328 (java) S 31323 31310 30752 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74911475 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31329] ppid=31323 vsize=868580 CPUtime=0
/proc/31324/task/31329/stat : 31329 (java) S 31323 31310 30752 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74911477 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31330] ppid=31323 vsize=868580 CPUtime=0.34
/proc/31324/task/31330/stat : 31330 (java) S 31323 31310 30752 0 -1 64 1581 0 0 0 33 1 0 0 16 0 9 0 74911477 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31331] ppid=31323 vsize=868580 CPUtime=0
/proc/31324/task/31331/stat : 31331 (java) S 31323 31310 30752 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74911477 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31332] ppid=31323 vsize=868580 CPUtime=0
/proc/31324/task/31332/stat : 31332 (java) S 31323 31310 30752 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74911477 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 216.14
Current children cumulated vsize (KiB) 890676

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

[startup+230.301 s]
/proc/loadavg: 2.41 2.23 2.09 3/92 31332
/proc/meminfo: memFree=15712/2055920 swapFree=4192812/4192956
[pid=31310] ppid=31308 vsize=16740 CPUtime=6.68
/proc/31310/stat : 31310 (sugar++) S 31308 31310 30752 0 -1 4194304 1297 66732 0 1 6 1 621 40 16 0 1 0 74910776 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31310/statm: 4185 1104 409 3 0 764 0
[pid=31323] ppid=31310 vsize=5356 CPUtime=0
/proc/31323/stat : 31323 (sh) S 31310 31310 30752 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74911472 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31323/statm: 1339 233 193 169 0 50 0
[pid=31324] ppid=31323 vsize=868580 CPUtime=217.22
/proc/31324/stat : 31324 (java) S 31323 31310 30752 0 -1 0 248299 0 1 0 20508 1214 0 0 18 0 9 0 74911472 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31324/statm: 217145 183812 2567 9 0 211692 0
[pid=31324/tid=31325] ppid=31323 vsize=868580 CPUtime=186.98
/proc/31324/task/31325/stat : 31325 (java) R 31323 31310 30752 0 -1 64 10907 0 1 0 17599 1099 0 0 25 0 9 0 74911473 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31326] ppid=31323 vsize=868580 CPUtime=29.88
/proc/31324/task/31326/stat : 31326 (java) S 31323 31310 30752 0 -1 64 235115 0 0 0 2875 113 0 0 16 0 9 0 74911474 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31327] ppid=31323 vsize=868580 CPUtime=0
/proc/31324/task/31327/stat : 31327 (java) S 31323 31310 30752 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74911475 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31328] ppid=31323 vsize=868580 CPUtime=0
/proc/31324/task/31328/stat : 31328 (java) S 31323 31310 30752 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74911475 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31329] ppid=31323 vsize=868580 CPUtime=0
/proc/31324/task/31329/stat : 31329 (java) S 31323 31310 30752 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74911477 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31330] ppid=31323 vsize=868580 CPUtime=0.34
/proc/31324/task/31330/stat : 31330 (java) S 31323 31310 30752 0 -1 64 1581 0 0 0 33 1 0 0 16 0 9 0 74911477 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31331] ppid=31323 vsize=868580 CPUtime=0
/proc/31324/task/31331/stat : 31331 (java) S 31323 31310 30752 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74911477 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31332] ppid=31323 vsize=868580 CPUtime=0
/proc/31324/task/31332/stat : 31332 (java) S 31323 31310 30752 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74911477 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 223.9
Current children cumulated vsize (KiB) 890676

[startup+243.108 s]
/proc/loadavg: 2.42 2.24 2.09 3/92 31332
/proc/meminfo: memFree=16288/2055920 swapFree=4192812/4192956
[pid=31310] ppid=31308 vsize=16740 CPUtime=6.68
/proc/31310/stat : 31310 (sugar++) S 31308 31310 30752 0 -1 4194304 1297 66732 0 1 6 1 621 40 16 0 1 0 74910776 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31310/statm: 4185 1104 409 3 0 764 0
[pid=31323] ppid=31310 vsize=5356 CPUtime=0
/proc/31323/stat : 31323 (sh) S 31310 31310 30752 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74911472 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31323/statm: 1339 233 193 169 0 50 0
[pid=31324] ppid=31323 vsize=868580 CPUtime=229.63
/proc/31324/stat : 31324 (java) S 31323 31310 30752 0 -1 0 248383 0 1 0 21663 1300 0 0 18 0 9 0 74911472 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31324/statm: 217145 183812 2567 9 0 211692 0
[pid=31324/tid=31325] ppid=31323 vsize=868580 CPUtime=199.22
/proc/31324/task/31325/stat : 31325 (java) R 31323 31310 30752 0 -1 64 10991 0 1 0 18738 1184 0 0 25 0 9 0 74911473 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31326] ppid=31323 vsize=868580 CPUtime=30.04
/proc/31324/task/31326/stat : 31326 (java) S 31323 31310 30752 0 -1 64 235115 0 0 0 2891 113 0 0 16 0 9 0 74911474 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31327] ppid=31323 vsize=868580 CPUtime=0
/proc/31324/task/31327/stat : 31327 (java) S 31323 31310 30752 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74911475 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31328] ppid=31323 vsize=868580 CPUtime=0
/proc/31324/task/31328/stat : 31328 (java) S 31323 31310 30752 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74911475 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31329] ppid=31323 vsize=868580 CPUtime=0
/proc/31324/task/31329/stat : 31329 (java) S 31323 31310 30752 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74911477 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31330] ppid=31323 vsize=868580 CPUtime=0.34
/proc/31324/task/31330/stat : 31330 (java) S 31323 31310 30752 0 -1 64 1581 0 0 0 33 1 0 0 16 0 9 0 74911477 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31331] ppid=31323 vsize=868580 CPUtime=0
/proc/31324/task/31331/stat : 31331 (java) S 31323 31310 30752 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74911477 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31332] ppid=31323 vsize=868580 CPUtime=0
/proc/31324/task/31332/stat : 31332 (java) S 31323 31310 30752 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74911477 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 236.31
Current children cumulated vsize (KiB) 890676

[startup+246.302 s]
/proc/loadavg: 2.39 2.24 2.09 3/92 31332
/proc/meminfo: memFree=16096/2055920 swapFree=4192812/4192956
[pid=31310] ppid=31308 vsize=16740 CPUtime=6.68
/proc/31310/stat : 31310 (sugar++) S 31308 31310 30752 0 -1 4194304 1297 66732 0 1 6 1 621 40 16 0 1 0 74910776 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31310/statm: 4185 1104 409 3 0 764 0
[pid=31323] ppid=31310 vsize=5356 CPUtime=0
/proc/31323/stat : 31323 (sh) S 31310 31310 30752 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74911472 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31323/statm: 1339 233 193 169 0 50 0
[pid=31324] ppid=31323 vsize=868580 CPUtime=232.73
/proc/31324/stat : 31324 (java) S 31323 31310 30752 0 -1 0 248404 0 1 0 21950 1323 0 0 18 0 9 0 74911472 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31324/statm: 217145 183812 2567 9 0 211692 0
[pid=31324/tid=31325] ppid=31323 vsize=868580 CPUtime=202.28
/proc/31324/task/31325/stat : 31325 (java) R 31323 31310 30752 0 -1 64 11012 0 1 0 19021 1207 0 0 25 0 9 0 74911473 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31326] ppid=31323 vsize=868580 CPUtime=30.08
/proc/31324/task/31326/stat : 31326 (java) S 31323 31310 30752 0 -1 64 235115 0 0 0 2895 113 0 0 16 0 9 0 74911474 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31327] ppid=31323 vsize=868580 CPUtime=0
/proc/31324/task/31327/stat : 31327 (java) S 31323 31310 30752 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74911475 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31328] ppid=31323 vsize=868580 CPUtime=0
/proc/31324/task/31328/stat : 31328 (java) S 31323 31310 30752 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74911475 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31329] ppid=31323 vsize=868580 CPUtime=0
/proc/31324/task/31329/stat : 31329 (java) S 31323 31310 30752 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74911477 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31330] ppid=31323 vsize=868580 CPUtime=0.34
/proc/31324/task/31330/stat : 31330 (java) S 31323 31310 30752 0 -1 64 1581 0 0 0 33 1 0 0 16 0 9 0 74911477 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31331] ppid=31323 vsize=868580 CPUtime=0
/proc/31324/task/31331/stat : 31331 (java) S 31323 31310 30752 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74911477 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31324/tid=31332] ppid=31323 vsize=868580 CPUtime=0
/proc/31324/task/31332/stat : 31332 (java) S 31323 31310 30752 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74911477 889425920 183812 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 239.41
Current children cumulated vsize (KiB) 890676

[startup+249.502 s]
/proc/loadavg: 2.39 2.24 2.09 3/92 31332
/proc/meminfo: memFree=15968/2055920 swapFree=4192812/4192956
[pid=31310] ppid=31308 vsize=16740 CPUtime=242.47
/proc/31310/stat : 31310 (sugar++) D 31308 31310 30752 0 -1 4194304 1320 315451 0 2 6 1 22843 1397 15 0 1 0 74910776 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31310/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 242.47
Current children cumulated vsize (KiB) 16740

[startup+251.102 s]
/proc/loadavg: 2.36 2.23 2.09 2/82 31332
/proc/meminfo: memFree=1922672/2055920 swapFree=4192812/4192956
[pid=31310] ppid=31308 vsize=16740 CPUtime=243.15
/proc/31310/stat : 31310 (sugar++) D 31308 31310 30752 0 -1 4194304 1320 315451 0 2 6 69 22843 1397 15 0 1 0 74910776 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31310/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 243.15
Current children cumulated vsize (KiB) 16740

[startup+251.501 s]
/proc/loadavg: 2.36 2.23 2.09 2/82 31332
/proc/meminfo: memFree=1922672/2055920 swapFree=4192812/4192956
[pid=31310] ppid=31308 vsize=16740 CPUtime=243.16
/proc/31310/stat : 31310 (sugar++) D 31308 31310 30752 0 -1 4194304 1320 315451 0 2 6 70 22843 1397 15 0 1 0 74910776 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31310/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 243.16
Current children cumulated vsize (KiB) 16740

[startup+251.906 s]
/proc/loadavg: 2.36 2.23 2.09 2/82 31332
/proc/meminfo: memFree=1922224/2055920 swapFree=4192812/4192956
[pid=31310] ppid=31308 vsize=16740 CPUtime=243.18
/proc/31310/stat : 31310 (sugar++) D 31308 31310 30752 0 -1 4194304 1320 315451 0 2 6 72 22843 1397 15 0 1 0 74910776 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31310/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 243.18
Current children cumulated vsize (KiB) 16740

[startup+252.001 s]
/proc/loadavg: 2.36 2.23 2.09 2/82 31332
/proc/meminfo: memFree=1922224/2055920 swapFree=4192812/4192956
[pid=31310] ppid=31308 vsize=16740 CPUtime=243.18
/proc/31310/stat : 31310 (sugar++) D 31308 31310 30752 0 -1 4194304 1320 315451 0 2 6 72 22843 1397 15 0 1 0 74910776 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31310/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 243.18
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 252.078
CPU time (s): 243.216
CPU user time (s): 228.505
CPU system time (s): 14.7108
CPU usage (%): 96.4846
Max. virtual memory (cumulated for all children) (KiB): 919056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 228.505
system time used= 14.7108
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 316827
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= 19205
involuntary context switches= 26681

runsolver used 0.303953 second user time and 0.897863 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-16 06:22:04
IDJOB=1126411
IDBENCH=64241
IDSOLVER=367
FILE ID=node60/1126411-1216182123
PBS_JOBID= 7905852
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-p-hat1000-2_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-1126411-1216182123/watcher-1126411-1216182123 -o /tmp/evaluation-result-1126411-1216182123/solver-1126411-1216182123 -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-1126411-1216182123.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 895597e2a64fd89ed5d55b46f7240b4a
RANDOM SEED=972963621

node60.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1890904 kB
Buffers:          5960 kB
Cached:          58504 kB
SwapCached:          0 kB
Active:          96248 kB
Inactive:        19120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1890904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           18920 kB
Writeback:           0 kB
Mapped:          71000 kB
Slab:            34656 kB
Committed_AS:   383792 kB
PageTables:       2136 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= 66540 MiB
End job on node60 at 2008-07-16 06:26:17