Trace number 1126179

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? 242.058 249.827

General information on the benchmark

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

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Wed Jul 16 05:28:15 2008
0.00/0.07	c 0	PID 22654
0.06/0.07	c 0	HOST node75.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-1126179-1216178894.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126179-1216178894.xml' 'HOME/temp.csp'
3.16/3.26	c 3	2 domains, 501 variables, 0 predicates, 2 relations, 102059 constraints
3.21/3.32	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.21/3.32	c 3	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.21/3.40	c 3	Parsing HOME/temp.csp
3.24/3.80	c 3	parsed 10000 expressions
3.24/3.98	c 4	parsed 20000 expressions
3.24/4.17	c 4	parsed 30000 expressions
4.19/4.33	c 4	parsed 40000 expressions
4.40/4.54	c 4	parsed 50000 expressions
4.49/4.69	c 4	parsed 60000 expressions
4.69/4.85	c 5	parsed 70000 expressions
4.99/5.12	c 5	parsed 80000 expressions
5.09/5.27	c 5	parsed 90000 expressions
5.28/5.43	c 5	parsed 100000 expressions
5.28/5.46	c 5	parsed 102564 expressions
5.28/5.47	c 5	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.28/6.44	c 6	MAX CSP: 102059 constraints
6.28/6.44	c 6	Converting to clausal form CSP
6.77/6.94	c 7	converted 20463 (10%) expressions
6.98/7.19	c 7	converted 40926 (20%) expressions
7.28/7.44	c 7	converted 61388 (30%) expressions
7.48/7.67	c 7	converted 81851 (40%) expressions
8.47/8.66	c 8	converted 102313 (50%) expressions
8.77/8.91	c 9	converted 122776 (60%) expressions
8.97/9.15	c 9	converted 143239 (70%) expressions
9.16/9.39	c 9	converted 163701 (80%) expressions
9.47/9.63	c 9	converted 184164 (90%) expressions
22.10/22.35	c 22	converted 204626 (100%) expressions
22.10/22.37	c 22	CSP : 204619 integers, 0 booleans, 306176 clauses, largest domain size 153089
22.10/22.37	c 22	Heap : 285 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.10/22.37	c 22	Propagation in CSP
25.77/26.00	c 26	102049 values, 0 unsatisfiable literals, and 0 valid clauses are removed
25.77/26.02	c 26	CSP : 204619 integers, 0 booleans, 306176 clauses, largest domain size 102060
25.77/26.02	c 26	Heap : 292 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.87/26.10	c 26	Simplifing CSP by introducing new Boolean variables
25.97/26.21	c 26	CSP : 204619 integers, 0 booleans, 306176 clauses, largest domain size 102060
25.97/26.21	c 26	Heap : 285 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.17/27.49	c 27	Encoding CSP to SAT : HOME/temp.cnf
27.28/27.56	c 27	20462 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
27.28/27.59	c 27	40924 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
27.37/27.61	c 27	61386 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
27.37/27.64	c 27	81848 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
27.37/27.66	c 27	102310 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
27.77/28.09	c 28	122772 (60%) CSP integer variables are encoded (347671 clauses, 5910471 bytes)
28.17/28.44	c 28	143234 (70%) CSP integer variables are encoded (636725 clauses, 10824389 bytes)
28.57/28.84	c 29	163696 (80%) CSP integer variables are encoded (965720 clauses, 16655923 bytes)
28.96/29.20	c 29	184158 (90%) CSP integer variables are encoded (1254296 clauses, 22138867 bytes)
31.14/31.41	c 31	204619 (100%) CSP integer variables are encoded (3134827 clauses, 57868956 bytes)
31.62/31.98	c 32	30618 (10%) CSP clauses are encoded (3165445 clauses, 58341080 bytes)
32.22/32.53	c 32	61236 (20%) CSP clauses are encoded (3196063 clauses, 58855445 bytes)
32.71/33.09	c 33	91853 (30%) CSP clauses are encoded (3226680 clauses, 59375460 bytes)
118.65/121.05	c 121	122471 (40%) CSP clauses are encoded (54541838 clauses, 1314616717 bytes)
240.97/247.57	c 247	ERROR Exception Too large HOME/temp.cnf
240.97/247.58	c 247	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
240.97/247.58	c 247	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
240.97/247.58	c 247	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
240.97/247.58	s UNKNOWN
241.03/247.69	c 247	CPU 223.42 (0.05 0.01 223.37 17.66)
241.03/247.69	c 247	END Wed Jul 16 05:32:22 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-1126179-1216178894/watcher-1126179-1216178894 -o /tmp/evaluation-result-1126179-1216178894/solver-1126179-1216178894 -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-1126179-1216178894.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.37 2.59 2.61 4/73 22654
/proc/meminfo: memFree=1603160/2055920 swapFree=4181288/4192956
[pid=22654] ppid=22652 vsize=12268 CPUtime=0
/proc/22654/stat : 22654 (sugar++) R 22652 22654 22617 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 74586011 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 231891581950 0 0 4224 0 0 0 0 17 0 0 0
/proc/22654/statm: 3067 316 241 3 0 167 0

[startup+0.075072 s]
/proc/loadavg: 2.37 2.59 2.61 4/73 22654
/proc/meminfo: memFree=1603160/2055920 swapFree=4181288/4192956
[pid=22654] ppid=22652 vsize=16740 CPUtime=0.06
/proc/22654/stat : 22654 (sugar++) R 22652 22654 22617 0 -1 4194304 1189 128 0 0 5 1 0 0 16 0 1 0 74586011 17141760 1103 996147200 4194304 4206940 548682068528 18446744073709551615 231882680991 0 0 4224 16386 0 0 0 17 0 0 0
/proc/22654/statm: 4185 1103 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101076 s]
/proc/loadavg: 2.37 2.59 2.61 4/73 22654
/proc/meminfo: memFree=1603160/2055920 swapFree=4181288/4192956
[pid=22654] ppid=22652 vsize=16740 CPUtime=0.06
/proc/22654/stat : 22654 (sugar++) S 22652 22654 22617 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 74586011 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22654/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301114 s]
/proc/loadavg: 2.37 2.59 2.61 4/73 22654
/proc/meminfo: memFree=1603160/2055920 swapFree=4181288/4192956
[pid=22654] ppid=22652 vsize=16740 CPUtime=0.06
/proc/22654/stat : 22654 (sugar++) S 22652 22654 22617 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 74586011 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22654/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701193 s]
/proc/loadavg: 2.37 2.59 2.61 4/73 22654
/proc/meminfo: memFree=1603160/2055920 swapFree=4181288/4192956
[pid=22654] ppid=22652 vsize=16740 CPUtime=0.06
/proc/22654/stat : 22654 (sugar++) S 22652 22654 22617 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 74586011 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22654/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50135 s]
/proc/loadavg: 2.42 2.59 2.61 4/84 22666
/proc/meminfo: memFree=1564928/2055920 swapFree=4181288/4192956
[pid=22654] ppid=22652 vsize=16740 CPUtime=0.06
/proc/22654/stat : 22654 (sugar++) S 22652 22654 22617 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 74586011 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22654/statm: 4185 1104 409 3 0 764 0
[pid=22657] ppid=22654 vsize=5356 CPUtime=0
/proc/22657/stat : 22657 (sh) S 22654 22654 22617 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74586019 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22657/statm: 1339 233 193 169 0 50 0
[pid=22658] ppid=22657 vsize=866664 CPUtime=1.4
/proc/22658/stat : 22658 (java) S 22657 22654 22617 0 -1 0 18481 0 1 0 132 8 0 0 19 0 9 0 74586019 887463936 15564 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22658/statm: 216666 15564 2529 9 0 211248 0
[pid=22658/tid=22659] ppid=22657 vsize=866664 CPUtime=0.69
/proc/22658/task/22659/stat : 22659 (java) R 22657 22654 22617 0 -1 64 3025 0 1 0 67 2 0 0 25 0 9 0 74586020 887463936 15564 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22658/tid=22660] ppid=22657 vsize=866664 CPUtime=0.6
/proc/22658/task/22660/stat : 22660 (java) R 22657 22654 22617 0 -1 64 14271 0 0 0 56 4 0 0 17 0 9 0 74586021 887463936 15564 996147200 134512640 134550740 4294956000 18446744073709551615 104457011 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22658/tid=22661] ppid=22657 vsize=866664 CPUtime=0
/proc/22658/task/22661/stat : 22661 (java) S 22657 22654 22617 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74586021 887463936 15564 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22658/tid=22662] ppid=22657 vsize=866664 CPUtime=0
/proc/22658/task/22662/stat : 22662 (java) S 22657 22654 22617 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 74586021 887463936 15564 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22658/tid=22663] ppid=22657 vsize=866664 CPUtime=0
/proc/22658/task/22663/stat : 22663 (java) S 22657 22654 22617 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 74586023 887463936 15564 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22658/tid=22664] ppid=22657 vsize=866664 CPUtime=0.08
/proc/22658/task/22664/stat : 22664 (java) S 22657 22654 22617 0 -1 64 485 0 0 0 8 0 0 0 16 0 9 0 74586023 887463936 15564 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22658/tid=22665] ppid=22657 vsize=866664 CPUtime=0
/proc/22658/task/22665/stat : 22665 (java) S 22657 22654 22617 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74586023 887463936 15564 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22658/tid=22666] ppid=22657 vsize=866664 CPUtime=0
/proc/22658/task/22666/stat : 22666 (java) S 22657 22654 22617 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74586023 887463936 15564 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 888760

[startup+3.10267 s]
/proc/loadavg: 2.42 2.59 2.61 4/84 22666
/proc/meminfo: memFree=1519616/2055920 swapFree=4181288/4192956
[pid=22654] ppid=22652 vsize=16740 CPUtime=0.06
/proc/22654/stat : 22654 (sugar++) S 22652 22654 22617 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 74586011 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22654/statm: 4185 1104 409 3 0 764 0
[pid=22657] ppid=22654 vsize=5356 CPUtime=0
/proc/22657/stat : 22657 (sh) S 22654 22654 22617 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74586019 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22657/statm: 1339 233 193 169 0 50 0
[pid=22658] ppid=22657 vsize=864680 CPUtime=3
/proc/22658/stat : 22658 (java) S 22657 22654 22617 0 -1 0 30336 0 1 0 287 13 0 0 19 0 9 0 74586019 885432320 25933 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22658/statm: 216170 25933 2529 9 0 210752 0
[pid=22658/tid=22659] ppid=22657 vsize=864680 CPUtime=1.56
/proc/22658/task/22659/stat : 22659 (java) R 22657 22654 22617 0 -1 64 3881 0 1 0 153 3 0 0 25 0 9 0 74586020 885432320 25933 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22658/tid=22660] ppid=22657 vsize=864680 CPUtime=1.28
/proc/22658/task/22660/stat : 22660 (java) S 22657 22654 22617 0 -1 64 25239 0 0 0 119 9 0 0 16 0 9 0 74586021 885432320 25933 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22658/tid=22661] ppid=22657 vsize=864680 CPUtime=0
/proc/22658/task/22661/stat : 22661 (java) S 22657 22654 22617 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74586021 885432320 25933 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22658/tid=22662] ppid=22657 vsize=864680 CPUtime=0
/proc/22658/task/22662/stat : 22662 (java) S 22657 22654 22617 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74586021 885432320 25933 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22658/tid=22663] ppid=22657 vsize=864680 CPUtime=0
/proc/22658/task/22663/stat : 22663 (java) S 22657 22654 22617 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 74586023 885432320 25933 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22658/tid=22664] ppid=22657 vsize=864680 CPUtime=0.13
/proc/22658/task/22664/stat : 22664 (java) S 22657 22654 22617 0 -1 64 516 0 0 0 13 0 0 0 16 0 9 0 74586023 885432320 25933 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22658/tid=22665] ppid=22657 vsize=864680 CPUtime=0
/proc/22658/task/22665/stat : 22665 (java) S 22657 22654 22617 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74586023 885432320 25933 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22658/tid=22666] ppid=22657 vsize=864680 CPUtime=0
/proc/22658/task/22666/stat : 22666 (java) S 22657 22654 22617 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74586023 885432320 25933 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 886776

[startup+6.30131 s]
/proc/loadavg: 2.42 2.59 2.61 3/84 22676
/proc/meminfo: memFree=1564544/2055920 swapFree=4181288/4192956
[pid=22654] ppid=22652 vsize=16740 CPUtime=3.24
/proc/22654/stat : 22654 (sugar++) S 22652 22654 22617 0 -1 4194304 1297 30762 0 1 5 1 303 15 15 0 1 0 74586011 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22654/statm: 4185 1104 409 3 0 764 0
[pid=22667] ppid=22654 vsize=5356 CPUtime=0
/proc/22667/stat : 22667 (sh) S 22654 22654 22617 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74586344 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22667/statm: 1339 233 193 169 0 50 0
[pid=22668] ppid=22667 vsize=866184 CPUtime=2.94
/proc/22668/stat : 22668 (java) S 22667 22654 22617 0 -1 0 21896 0 1 0 282 12 0 0 18 0 9 0 74586344 886972416 19181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22668/statm: 216546 19181 2540 9 0 211121 0
[pid=22668/tid=22669] ppid=22667 vsize=866184 CPUtime=1.54
/proc/22668/task/22669/stat : 22669 (java) R 22667 22654 22617 0 -1 64 3213 0 1 0 151 3 0 0 25 0 9 0 74586345 886972416 19181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22670] ppid=22667 vsize=866184 CPUtime=1.31
/proc/22668/task/22670/stat : 22670 (java) R 22667 22654 22617 0 -1 64 17639 0 0 0 123 8 0 0 16 0 9 0 74586346 886972416 19181 996147200 134512640 134550740 4294955920 18446744073709551615 104180253 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22671] ppid=22667 vsize=866184 CPUtime=0
/proc/22668/task/22671/stat : 22671 (java) S 22667 22654 22617 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74586346 886972416 19181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22672] ppid=22667 vsize=866184 CPUtime=0
/proc/22668/task/22672/stat : 22672 (java) S 22667 22654 22617 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74586346 886972416 19181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22673] ppid=22667 vsize=866184 CPUtime=0
/proc/22668/task/22673/stat : 22673 (java) S 22667 22654 22617 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74586348 886972416 19181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22674] ppid=22667 vsize=866184 CPUtime=0.07
/proc/22668/task/22674/stat : 22674 (java) S 22667 22654 22617 0 -1 64 348 0 0 0 7 0 0 0 16 0 9 0 74586348 886972416 19181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22675] ppid=22667 vsize=866184 CPUtime=0
/proc/22668/task/22675/stat : 22675 (java) S 22667 22654 22617 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74586348 886972416 19181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22676] ppid=22667 vsize=866184 CPUtime=0
/proc/22668/task/22676/stat : 22676 (java) S 22667 22654 22617 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74586348 886972416 19181 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 888280

[startup+12.7026 s]
/proc/loadavg: 2.58 2.62 2.62 3/84 22676
/proc/meminfo: memFree=1417360/2055920 swapFree=4181288/4192956
[pid=22654] ppid=22652 vsize=16740 CPUtime=3.24
/proc/22654/stat : 22654 (sugar++) S 22652 22654 22617 0 -1 4194304 1297 30762 0 1 5 1 303 15 15 0 1 0 74586011 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22654/statm: 4185 1104 409 3 0 764 0
[pid=22667] ppid=22654 vsize=5356 CPUtime=0
/proc/22667/stat : 22667 (sh) S 22654 22654 22617 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74586344 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22667/statm: 1339 233 193 169 0 50 0
[pid=22668] ppid=22667 vsize=890912 CPUtime=9.31
/proc/22668/stat : 22668 (java) S 22667 22654 22617 0 -1 0 72119 0 1 0 900 31 0 0 18 0 9 0 74586344 912293888 53335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22668/statm: 222728 53335 2540 9 0 217303 0
[pid=22668/tid=22669] ppid=22667 vsize=890912 CPUtime=4.92
/proc/22668/task/22669/stat : 22669 (java) R 22667 22654 22617 0 -1 64 4464 0 1 0 489 3 0 0 25 0 9 0 74586345 912293888 53335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22670] ppid=22667 vsize=890912 CPUtime=4.15
/proc/22668/task/22670/stat : 22670 (java) R 22667 22654 22617 0 -1 64 65464 0 0 0 390 25 0 0 16 0 9 0 74586346 912293888 53335 996147200 134512640 134550740 4294955920 18446744073709551615 103736842 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22671] ppid=22667 vsize=890912 CPUtime=0
/proc/22668/task/22671/stat : 22671 (java) S 22667 22654 22617 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74586346 912293888 53335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22672] ppid=22667 vsize=890912 CPUtime=0
/proc/22668/task/22672/stat : 22672 (java) S 22667 22654 22617 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74586346 912293888 53335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22673] ppid=22667 vsize=890912 CPUtime=0
/proc/22668/task/22673/stat : 22673 (java) S 22667 22654 22617 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74586348 912293888 53335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22674] ppid=22667 vsize=890912 CPUtime=0.2
/proc/22668/task/22674/stat : 22674 (java) S 22667 22654 22617 0 -1 64 1495 0 0 0 20 0 0 0 16 0 9 0 74586348 912293888 53335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22675] ppid=22667 vsize=890912 CPUtime=0
/proc/22668/task/22675/stat : 22675 (java) S 22667 22654 22617 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74586348 912293888 53335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22676] ppid=22667 vsize=890912 CPUtime=0
/proc/22668/task/22676/stat : 22676 (java) S 22667 22654 22617 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74586348 912293888 53335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 913008

[startup+25.5011 s]
/proc/loadavg: 2.57 2.62 2.62 3/84 22676
/proc/meminfo: memFree=1282320/2055920 swapFree=4181288/4192956
[pid=22654] ppid=22652 vsize=16740 CPUtime=3.24
/proc/22654/stat : 22654 (sugar++) S 22652 22654 22617 0 -1 4194304 1297 30762 0 1 5 1 303 15 16 0 1 0 74586011 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22654/statm: 4185 1104 409 3 0 764 0
[pid=22667] ppid=22654 vsize=5356 CPUtime=0
/proc/22667/stat : 22667 (sh) S 22654 22654 22617 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74586344 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22667/statm: 1339 233 193 169 0 50 0
[pid=22668] ppid=22667 vsize=868420 CPUtime=22.03
/proc/22668/stat : 22668 (java) S 22667 22654 22617 0 -1 0 114615 0 1 0 2155 48 0 0 18 0 9 0 74586344 889262080 81006 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22668/statm: 217105 81006 2540 9 0 211680 0
[pid=22668/tid=22669] ppid=22667 vsize=868420 CPUtime=14.11
/proc/22668/task/22669/stat : 22669 (java) R 22667 22654 22617 0 -1 64 7047 0 1 0 1406 5 0 0 25 0 9 0 74586345 889262080 81006 996147200 134512640 134550740 4294955920 18446744073709551615 4127010436 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22670] ppid=22667 vsize=868420 CPUtime=7.69
/proc/22668/task/22670/stat : 22670 (java) S 22667 22654 22617 0 -1 64 105369 0 0 0 727 42 0 0 16 0 9 0 74586346 889262080 81006 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22671] ppid=22667 vsize=868420 CPUtime=0
/proc/22668/task/22671/stat : 22671 (java) S 22667 22654 22617 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74586346 889262080 81006 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22672] ppid=22667 vsize=868420 CPUtime=0
/proc/22668/task/22672/stat : 22672 (java) S 22667 22654 22617 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74586346 889262080 81006 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.46 2.50 2.56 3/84 22676
/proc/meminfo: memFree=15120/2055920 swapFree=4181292/4192956
[pid=22654] ppid=22652 vsize=16740 CPUtime=3.24
/proc/22654/stat : 22654 (sugar++) S 22652 22654 22617 0 -1 4194304 1297 30762 0 1 5 1 303 15 16 0 1 0 74586011 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22654/statm: 4185 1104 409 3 0 764 0
[pid=22667] ppid=22654 vsize=5356 CPUtime=0
/proc/22667/stat : 22667 (sh) S 22654 22654 22617 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74586344 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22667/statm: 1339 233 193 169 0 50 0
[pid=22668] ppid=22667 vsize=868532 CPUtime=213.36
/proc/22668/stat : 22668 (java) S 22667 22654 22617 0 -1 0 119318 0 2 0 19781 1555 0 0 18 0 9 0 74586344 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22668/statm: 217133 81111 2567 9 0 211680 0
[pid=22668/tid=22669] ppid=22667 vsize=868532 CPUtime=201.62
/proc/22668/task/22669/stat : 22669 (java) R 22667 22654 22617 0 -1 64 9412 0 2 0 18668 1494 0 0 25 0 9 0 74586345 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22670] ppid=22667 vsize=868532 CPUtime=11.42
/proc/22668/task/22670/stat : 22670 (java) S 22667 22654 22617 0 -1 64 107655 0 0 0 1083 59 0 0 15 0 9 0 74586346 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22671] ppid=22667 vsize=868532 CPUtime=0
/proc/22668/task/22671/stat : 22671 (java) S 22667 22654 22617 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74586346 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22672] ppid=22667 vsize=868532 CPUtime=0
/proc/22668/task/22672/stat : 22672 (java) S 22667 22654 22617 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74586346 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22673] ppid=22667 vsize=868532 CPUtime=0
/proc/22668/task/22673/stat : 22673 (java) S 22667 22654 22617 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74586348 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22674] ppid=22667 vsize=868532 CPUtime=0.3
/proc/22668/task/22674/stat : 22674 (java) S 22667 22654 22617 0 -1 64 1555 0 0 0 29 1 0 0 16 0 9 0 74586348 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22675] ppid=22667 vsize=868532 CPUtime=0
/proc/22668/task/22675/stat : 22675 (java) S 22667 22654 22617 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74586348 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22676] ppid=22667 vsize=868532 CPUtime=0
/proc/22668/task/22676/stat : 22676 (java) S 22667 22654 22617 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74586348 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 216.6
Current children cumulated vsize (KiB) 890628

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

[startup+230.303 s]
/proc/loadavg: 2.50 2.51 2.56 3/84 22676
/proc/meminfo: memFree=15888/2055920 swapFree=4181292/4192956
[pid=22654] ppid=22652 vsize=16740 CPUtime=3.24
/proc/22654/stat : 22654 (sugar++) S 22652 22654 22617 0 -1 4194304 1297 30762 0 1 5 1 303 15 16 0 1 0 74586011 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22654/statm: 4185 1104 409 3 0 764 0
[pid=22667] ppid=22654 vsize=5356 CPUtime=0
/proc/22667/stat : 22667 (sh) S 22654 22654 22617 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74586344 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22667/statm: 1339 233 193 169 0 50 0
[pid=22668] ppid=22667 vsize=868532 CPUtime=221.09
/proc/22668/stat : 22668 (java) S 22667 22654 22617 0 -1 0 119410 0 2 0 20493 1616 0 0 18 0 9 0 74586344 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22668/statm: 217133 81111 2567 9 0 211680 0
[pid=22668/tid=22669] ppid=22667 vsize=868532 CPUtime=209.26
/proc/22668/task/22669/stat : 22669 (java) R 22667 22654 22617 0 -1 64 9504 0 2 0 19372 1554 0 0 25 0 9 0 74586345 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4126478476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22670] ppid=22667 vsize=868532 CPUtime=11.51
/proc/22668/task/22670/stat : 22670 (java) S 22667 22654 22617 0 -1 64 107655 0 0 0 1091 60 0 0 16 0 9 0 74586346 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22671] ppid=22667 vsize=868532 CPUtime=0
/proc/22668/task/22671/stat : 22671 (java) S 22667 22654 22617 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74586346 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22672] ppid=22667 vsize=868532 CPUtime=0
/proc/22668/task/22672/stat : 22672 (java) S 22667 22654 22617 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74586346 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22673] ppid=22667 vsize=868532 CPUtime=0
/proc/22668/task/22673/stat : 22673 (java) S 22667 22654 22617 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74586348 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22674] ppid=22667 vsize=868532 CPUtime=0.3
/proc/22668/task/22674/stat : 22674 (java) S 22667 22654 22617 0 -1 64 1555 0 0 0 29 1 0 0 16 0 9 0 74586348 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22675] ppid=22667 vsize=868532 CPUtime=0
/proc/22668/task/22675/stat : 22675 (java) S 22667 22654 22617 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74586348 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22676] ppid=22667 vsize=868532 CPUtime=0
/proc/22668/task/22676/stat : 22676 (java) S 22667 22654 22617 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74586348 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 224.33
Current children cumulated vsize (KiB) 890628

[startup+243.107 s]
/proc/loadavg: 2.55 2.52 2.56 3/84 22676
/proc/meminfo: memFree=15184/2055920 swapFree=4181292/4192956
[pid=22654] ppid=22652 vsize=16740 CPUtime=3.24
/proc/22654/stat : 22654 (sugar++) S 22652 22654 22617 0 -1 4194304 1297 30762 0 1 5 1 303 15 16 0 1 0 74586011 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22654/statm: 4185 1104 409 3 0 764 0
[pid=22667] ppid=22654 vsize=5356 CPUtime=0
/proc/22667/stat : 22667 (sh) S 22654 22654 22617 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74586344 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22667/statm: 1339 233 193 169 0 50 0
[pid=22668] ppid=22667 vsize=868532 CPUtime=233.49
/proc/22668/stat : 22668 (java) S 22667 22654 22617 0 -1 0 119557 0 2 0 21638 1711 0 0 18 0 9 0 74586344 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22668/statm: 217133 81111 2567 9 0 211680 0
[pid=22668/tid=22669] ppid=22667 vsize=868532 CPUtime=221.52
/proc/22668/task/22669/stat : 22669 (java) R 22667 22654 22617 0 -1 64 9651 0 2 0 20504 1648 0 0 25 0 9 0 74586345 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 102064727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22670] ppid=22667 vsize=868532 CPUtime=11.65
/proc/22668/task/22670/stat : 22670 (java) S 22667 22654 22617 0 -1 64 107655 0 0 0 1104 61 0 0 16 0 9 0 74586346 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22671] ppid=22667 vsize=868532 CPUtime=0
/proc/22668/task/22671/stat : 22671 (java) S 22667 22654 22617 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74586346 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22672] ppid=22667 vsize=868532 CPUtime=0
/proc/22668/task/22672/stat : 22672 (java) S 22667 22654 22617 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74586346 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22673] ppid=22667 vsize=868532 CPUtime=0
/proc/22668/task/22673/stat : 22673 (java) S 22667 22654 22617 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74586348 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22674] ppid=22667 vsize=868532 CPUtime=0.3
/proc/22668/task/22674/stat : 22674 (java) S 22667 22654 22617 0 -1 64 1555 0 0 0 29 1 0 0 16 0 9 0 74586348 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22675] ppid=22667 vsize=868532 CPUtime=0
/proc/22668/task/22675/stat : 22675 (java) S 22667 22654 22617 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74586348 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22676] ppid=22667 vsize=868532 CPUtime=0
/proc/22668/task/22676/stat : 22676 (java) S 22667 22654 22617 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74586348 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 236.73
Current children cumulated vsize (KiB) 890628

[startup+246.303 s]
/proc/loadavg: 2.50 2.51 2.56 3/84 22676
/proc/meminfo: memFree=16016/2055920 swapFree=4181292/4192956
[pid=22654] ppid=22652 vsize=16740 CPUtime=3.24
/proc/22654/stat : 22654 (sugar++) S 22652 22654 22617 0 -1 4194304 1297 30762 0 1 5 1 303 15 16 0 1 0 74586011 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22654/statm: 4185 1104 409 3 0 764 0
[pid=22667] ppid=22654 vsize=5356 CPUtime=0
/proc/22667/stat : 22667 (sh) S 22654 22654 22617 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74586344 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22667/statm: 1339 233 193 169 0 50 0
[pid=22668] ppid=22667 vsize=868532 CPUtime=236.57
/proc/22668/stat : 22668 (java) S 22667 22654 22617 0 -1 0 119593 0 2 0 21921 1736 0 0 18 0 9 0 74586344 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22668/statm: 217133 81111 2567 9 0 211680 0
[pid=22668/tid=22669] ppid=22667 vsize=868532 CPUtime=224.56
/proc/22668/task/22669/stat : 22669 (java) R 22667 22654 22617 0 -1 64 9687 0 2 0 20784 1672 0 0 25 0 9 0 74586345 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4126928017 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22670] ppid=22667 vsize=868532 CPUtime=11.68
/proc/22668/task/22670/stat : 22670 (java) S 22667 22654 22617 0 -1 64 107655 0 0 0 1107 61 0 0 16 0 9 0 74586346 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22671] ppid=22667 vsize=868532 CPUtime=0
/proc/22668/task/22671/stat : 22671 (java) S 22667 22654 22617 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74586346 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22672] ppid=22667 vsize=868532 CPUtime=0
/proc/22668/task/22672/stat : 22672 (java) S 22667 22654 22617 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74586346 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22673] ppid=22667 vsize=868532 CPUtime=0
/proc/22668/task/22673/stat : 22673 (java) S 22667 22654 22617 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74586348 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22674] ppid=22667 vsize=868532 CPUtime=0.3
/proc/22668/task/22674/stat : 22674 (java) S 22667 22654 22617 0 -1 64 1555 0 0 0 29 1 0 0 16 0 9 0 74586348 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22675] ppid=22667 vsize=868532 CPUtime=0
/proc/22668/task/22675/stat : 22675 (java) S 22667 22654 22617 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74586348 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22668/tid=22676] ppid=22667 vsize=868532 CPUtime=0
/proc/22668/task/22676/stat : 22676 (java) S 22667 22654 22617 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74586348 889376768 81111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 239.81
Current children cumulated vsize (KiB) 890628

[startup+247.902 s]
/proc/loadavg: 2.50 2.51 2.56 3/84 22676
/proc/meminfo: memFree=15952/2055920 swapFree=4181292/4192956
[pid=22654] ppid=22652 vsize=16740 CPUtime=241.28
/proc/22654/stat : 22654 (sugar++) R 22652 22654 22617 0 -1 4194304 1320 150662 0 6 5 20 22337 1766 16 0 1 0 74586011 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 231882855465 0 0 4224 16386 0 0 0 17 1 0 0
/proc/22654/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 241.28
Current children cumulated vsize (KiB) 16740

[startup+248.701 s]
/proc/loadavg: 2.50 2.51 2.56 3/74 22676
/proc/meminfo: memFree=1961952/2055920 swapFree=4181292/4192956
[pid=22654] ppid=22652 vsize=16740 CPUtime=241.94
/proc/22654/stat : 22654 (sugar++) D 22652 22654 22617 0 -1 4194304 1320 150662 0 6 5 86 22337 1766 15 0 1 0 74586011 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 231882855465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22654/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 241.94
Current children cumulated vsize (KiB) 16740

[startup+249.501 s]
/proc/loadavg: 2.50 2.51 2.56 3/74 22676
/proc/meminfo: memFree=1961952/2055920 swapFree=4181292/4192956
[pid=22654] ppid=22652 vsize=16740 CPUtime=242.01
/proc/22654/stat : 22654 (sugar++) D 22652 22654 22617 0 -1 4194304 1320 150662 0 6 5 93 22337 1766 15 0 1 0 74586011 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 231882855465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22654/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 242.01
Current children cumulated vsize (KiB) 16740

[startup+249.705 s]
/proc/loadavg: 2.50 2.51 2.56 2/74 22676
/proc/meminfo: memFree=1960992/2055920 swapFree=4181292/4192956
[pid=22654] ppid=22652 vsize=16740 CPUtime=242.03
/proc/22654/stat : 22654 (sugar++) D 22652 22654 22617 0 -1 4194304 1320 150662 0 6 5 95 22337 1766 15 0 1 0 74586011 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 231882855465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22654/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 242.03
Current children cumulated vsize (KiB) 16740

[startup+249.802 s]
/proc/loadavg: 2.50 2.51 2.56 2/74 22676
/proc/meminfo: memFree=1960992/2055920 swapFree=4181292/4192956
[pid=22654] ppid=22652 vsize=16740 CPUtime=242.03
/proc/22654/stat : 22654 (sugar++) D 22652 22654 22617 0 -1 4194304 1320 150662 0 6 5 95 22337 1766 15 0 1 0 74586011 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 231882855465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22654/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 242.03
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 249.827
CPU time (s): 242.058
CPU user time (s): 223.428
CPU system time (s): 18.6302
CPU usage (%): 96.8904
Max. virtual memory (cumulated for all children) (KiB): 913012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 223.428
system time used= 18.6302
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152038
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27874
involuntary context switches= 33258

runsolver used 0.32795 second user time and 0.860869 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-16 05:28:15
IDJOB=1126179
IDBENCH=64212
IDSOLVER=367
FILE ID=node75/1126179-1216178894
PBS_JOBID= 7905898
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cbaaefccddf667ee58cd5b0638a85e47
RANDOM SEED=1555154138

node75.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.266
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.266
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1603640 kB
Buffers:         79692 kB
Cached:         290280 kB
SwapCached:       5524 kB
Active:         215216 kB
Inactive:       167652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1603640 kB
SwapTotal:     4192956 kB
SwapFree:      4181288 kB
Dirty:            8172 kB
Writeback:           0 kB
Mapped:          19748 kB
Slab:            54736 kB
Committed_AS:   201712 kB
PageTables:       1788 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= 66544 MiB
End job on node75 at 2008-07-16 05:32:25