Trace number 1090349

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+picosatSAT 41.4017 41.9175

General information on the benchmark

Namecsp/graphColoring/hos/
normalized-abb313GPIA-9.xml
MD5SUMa8b8f3df512533f785ada5db6742b7bf
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.0165
Satisfiable
(Un)Satisfiability was proved
Number of variables1557
Number of constraints65390
Maximum constraint arity2
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65390
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 17:19:45 2008
0.00/0.04	c 0	PID 2268
0.00/0.05	c 0	HOST node70.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1090349-1215271185.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1090349-1215271185.xml' 'HOME/temp.csp'
3.34/3.44	c 3	1 domains, 1557 variables, 1 predicates, 0 relations, 65390 constraints
3.40/3.51	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.40/3.51	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.40/3.59	c 4	Parsing HOME/temp.csp
3.41/4.09	c 4	parsed 10000 expressions
3.41/4.30	c 4	parsed 20000 expressions
4.37/4.51	c 5	parsed 30000 expressions
4.47/4.68	c 5	parsed 40000 expressions
4.77/4.92	c 5	parsed 50000 expressions
4.87/5.09	c 5	parsed 60000 expressions
5.06/5.20	c 5	parsed 66949 expressions
5.06/5.21	c 5	Heap : 17 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.06/5.21	c 5	Converting to clausal form CSP
5.56/5.71	c 6	converted 6695 (10%) expressions
5.76/5.90	c 6	converted 13390 (20%) expressions
5.85/6.09	c 6	converted 20085 (30%) expressions
6.06/6.27	c 6	converted 26780 (40%) expressions
6.44/6.69	c 7	converted 33475 (50%) expressions
6.63/6.88	c 7	converted 40170 (60%) expressions
6.84/7.07	c 7	converted 46865 (70%) expressions
7.04/7.26	c 7	converted 53560 (80%) expressions
7.23/7.46	c 7	converted 60255 (90%) expressions
7.43/7.66	c 8	converted 66949 (100%) expressions
7.43/7.66	c 8	CSP : 1557 integers, 0 booleans, 65390 clauses, largest domain size 9
7.43/7.66	c 8	Heap : 54 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.43/7.66	c 8	Propagation in CSP
8.22/8.48	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.22/8.48	c 8	CSP : 1557 integers, 0 booleans, 65390 clauses, largest domain size 9
8.22/8.48	c 8	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.33/8.51	c 9	Simplifing CSP by introducing new Boolean variables
9.70/9.95	c 10	CSP : 1557 integers, 130780 booleans, 196170 clauses, largest domain size 9
9.70/9.95	c 10	Heap : 107 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.20/10.48	c 10	Encoding CSP to SAT : HOME/temp.cnf
10.29/10.53	c 11	156 (10%) CSP integer variables are encoded (1092 clauses, 12323 bytes)
10.29/10.53	c 11	312 (20%) CSP integer variables are encoded (2184 clauses, 26519 bytes)
10.29/10.53	c 11	468 (30%) CSP integer variables are encoded (3276 clauses, 40715 bytes)
10.29/10.54	c 11	623 (40%) CSP integer variables are encoded (4361 clauses, 54820 bytes)
10.29/10.54	c 11	779 (50%) CSP integer variables are encoded (5453 clauses, 69016 bytes)
10.29/10.54	c 11	935 (60%) CSP integer variables are encoded (6545 clauses, 83212 bytes)
10.29/10.54	c 11	1090 (70%) CSP integer variables are encoded (7630 clauses, 97317 bytes)
10.29/10.54	c 11	1246 (80%) CSP integer variables are encoded (8722 clauses, 111513 bytes)
10.29/10.55	c 11	1402 (90%) CSP integer variables are encoded (9814 clauses, 127838 bytes)
10.29/10.55	c 11	1557 (100%) CSP integer variables are encoded (10899 clauses, 144113 bytes)
10.69/10.95	c 11	19617 (10%) CSP clauses are encoded (135140 clauses, 2324327 bytes)
10.98/11.29	c 11	39234 (20%) CSP clauses are encoded (259381 clauses, 4626055 bytes)
11.38/11.64	c 12	58851 (30%) CSP clauses are encoded (383622 clauses, 6927783 bytes)
11.68/11.99	c 12	78468 (40%) CSP clauses are encoded (507863 clauses, 9229511 bytes)
12.07/12.34	c 12	98085 (50%) CSP clauses are encoded (632104 clauses, 11531239 bytes)
12.37/12.68	c 13	117702 (60%) CSP clauses are encoded (756345 clauses, 13832967 bytes)
12.76/13.03	c 13	137319 (70%) CSP clauses are encoded (880586 clauses, 16174725 bytes)
13.06/13.38	c 13	156936 (80%) CSP clauses are encoded (1004827 clauses, 18610661 bytes)
13.45/13.73	c 14	176553 (90%) CSP clauses are encoded (1129068 clauses, 21185535 bytes)
13.77/14.08	c 14	196170 (100%) CSP clauses are encoded (1253309 clauses, 23827291 bytes)
13.77/14.09	c 14	196170 CSP clauses encoded
13.77/14.09	c 14	Writing map file : HOME/temp.map
13.86/14.14	c 14	Heap : 71 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.86/14.14	c 14	SAT : 143236 SAT variables, 1253309 SAT clauses, 23827291 bytes
13.86/14.14	c 14	Heap : 71 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.86/14.18	c 14	SOLVING HOME/temp.cnf
13.86/14.18	c 14	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
40.69/41.21	c 41	DECODING HOME/temp.out WITH HOME/temp.map
40.69/41.21	c 41	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
40.69/41.29	c 41	Decoding HOME/temp.out
41.27/41.81	s SATISFIABLE
41.27/41.89	v 7 7 7 0 2 7 1 0 6 7 7 0 2 7 1 0 6 0 2 5 0 2 5 8 6 1 7 5 0 6 3 4 5 0 2 3 4 5 1 0 5 1 7 5 8 6 1 7 5 1 0 3 4 5 1 0 3 4 5 0 6 3 4 5 1 0 3 4 5 8 2 6 7 5 3 4 0 7 5 3 4 1 0 5 0 2 3 4 5 1 2 3 4 5 8 2 6 7 5 3 4 0 2 5 3 4 1 0 5 3 4 0 7 5 3 4 0 2 5 6 7 1 8 5 0 2 4 3 8 5 0 2 3 8 5 3 4 1 0 5 3 4 1 0 5 6 7 1 8 5 1 0 4 3 7 5 1 0 3 7 5 0 2 4 3 8 5 1 0 4 3 7 5 4 8 5 4 3 8 1 2 5 6 3 8 2 0 5 0 2 3 8 5 1 2 3 7 5 8 6 3 8 1 2 5 3 8 2 0 6 4 3 8 1 2 5 3 8 1 2 5 1 6 4 0 5 7 6 8 3 0 5 7 6 3 0 5 7 2 4 8 5 6 3 8 2 0 5 3 8 2 0 5 1 6 4 0 5 4 7 8 3 1 5 4 7 3 1 5 2 7 1 6 5 7 6 8 3 0 5 4 7 8 3 1 5 2 3 0 4 6 5 8 3 5 8 3 1 4 7 5 7 6 3 0 5 4 7 3 1 5 8 3 5 3 0 4 6 5 3 1 4 7 5 7 2 4 8 5 2 7 1 6 5 2 3 0 4 6 5 3 0 4 6 5 1 6 0 7 5 4 6 0 7 5 4 8 0 3 5 8 3 1 4 7 6 3 1 4 7 6 1 8 0 7 5 4 2 1 3 6 4 7 1 3 5 4 6 0 7 5 4 2 1 3 5 8 7 6 2 5 0 3 4 2 5 1 7 6 4 5 4 8 0 3 5 4 7 1 3 5 8 7 6 2 5 0 3 4 7 5 1 3 8 4 5 0 3 4 2 5 0 3 4 7 5 1 2 6 0 5 4 2 3 0 8 1 7 3 6 5 1 3 6 4 5 1 3 8 4 5 1 2 6 0 5 6 4 3 7 5 8 0 3 2 5 4 2 3 0 5 6 4 3 7 5 1 7 4 6 5 3 0 4 2 8 5 3 7 2 8 5 1 7 3 6 5 8 0 3 2 5 1 7 4 2 5 3 6 7 1 8 5 3 6 1 8 5 3 0 4 2 8 5 3 6 7 1 8 5 7 8 5 4 1 8 0 3 5 7 2 8 6 3 5 3 7 2 8 5 3 6 1 8 5 8 4 1 8 0 3 5 2 8 6 3 5 4 1 8 0 3 5 1 8 0 3 5 0 2 6 4 5 0 3 8 4 5 0 2 7 1 5 7 2 8 6 3 5 2 8 6 3 5 0 2 6 4 5 6 3 8 7 5 6 4 7 8 5 6 4 2 0 5 1 3 0 2 5 6 3 2 7 8 5 0 3 8 4 5 6 3 8 7 5 2 4 3 1 5 0 2 7 1 5 6 4 7 8 5 2 4 3 1 5 7 8 2 0 5 7 1 4 2 5 6 4 2 0 5 7 8 2 0 5 3 1 4 6 5 3 0 4 7 8 5 1 3 0 2 5 7 1 4 2 5 3 1 4 6 5 0 6 1 7 8 5 0 2 7 8 5 4 6 3 1 5 6 3 2 7 8 5 3 0 4 7 8 5 0 6 1 7 8 5 4 7 8 5 4 7 8 3 0 5 4 2 7 8 1 2 7 8 5 7 8 3 0 5 7 8 4 2 5 7 8 6 5 4 6 3 1 5 4 7 8 3 0 5 7 8 3 1 5 3 1 4 6 5 7 8 3 2 6 5 7 8 4 2 5 3 1 4 6 5 7 8 4 2 1 5 0 2 3 1 5 4 6 3 1 5 0 6 7 8 5 7 8 1 5 7 8 3 2 6 5 7 8 4 2 1 5 7 8 0 3 4 5 7 8 6 3 2 5 0 2 3 1 5 7 8 0 3 4 5 6 4 0 2 5 3 1 7 2 5 3 1 2 0 5 6 4 0 2 5 4 6 3 1 5 7 8 6 3 2 5 6 4 0 2 5 0 1 7 8 5 0 6 7 8 3 6 1 7 2 5 0 1 7 8 5 7 8 6 0 5 4 8 0 1 5 7 2 6 1 3 4 2 1 6 5 3 1 2 0 5 7 8 6 0 5 6 4 7 1 5 6 4 0 2 5 4 8 0 1 5 6 4 7 1 3 7 2 6 4 3 0 2 8 6 3 7 2 5 1 3 7 2 5 4 3 5 4 8 7 3 0 1 8 2 3 0 4 7 2 3 4 2 1 6 3 0 2 8 6 3 5 4 8 7 3 1 7 4 2 3 8 6 5 2 3 0 1 8 2 3 1 7 4 2 5 4 6 7 1 3 8 2 1 0 5 4 2 0 1 5 6 4 7 2 3 8 6 5 2 0 4 6 5 1 3 7 2 4 6 3 5 2 8 6 0 8 2 1 0 5 7 2 4 0 3 4 0 8 7 3 1 6 7 8 5 1 6 7 8 2 5 4 2 1 7 3 5 2 8 6 3 4 0 8 7 3 1 6 4 0 3 1 6 4 0 2 3 8 7 4 0 3 1 6 7 8 3 1 6 4 0 3 2 3 7 8 6 5 3 1 6 7 8 2 3 1 6 4 0 2 3 2 3 7 8 2 6 5 3 4 0 2 6 5 3 4 8 2 6 1 3 8 7 4 0 3 7 8 6 5 3 7 8 2 6 5 3 4 0 8 7 3 4 5 7 1 3 4 0 2 6 5 3 4 0 8 7 3 8 5 0 1 3 6 5 0 2 3 8 7 4 0 3 4 8 2 6 1 3 4 5 7 1 3 8 5 0 1 3 6 1 4 2 3 7 1 2 5 3 7 1 4 5 3 6 5 4 2 3 6 1 4 2 3 4 7 6 5 3 8 7 6 5 3 0 1 2 5 3 4 7 6 5 3 2 8 4 0 3 2 8 7 1 3 6 5 1 7 3 8 7 4 0 3 7 1 4 5 3 8 7 6 5 3 2 8 4 0 3 6 0 7 1 3 6 0 8 7 3 2 8 7 1 3 6 0 7 1 3 5 4 8 2 3 5 1 0 6 3 7 1 6 2 3 6 5 1 7 0 6 5 8 7 3 5 4 8 2 0 1 2 4 6 3 8 7 6 4 3 5 1 0 6 3 1 2 4 6 3 0 7 5 2 3 0 7 8 1 3 4 6 5 1 3 7 1 6 2 3 8 7 6 4 3 0 7 5 2 3 5 2 8 1 3 6 2 0 1 3 0 7 8 1 3 5 2 8 1 3 4 6 5 7 3 4 6 5 7 2 3 4 1 5 7 3 4 6 5 1 3 6 2 0 1 3 4 6 5 7 3 5 1 2 3 0 1 8 6 3 4 6 0 7 2 3 5 1 2 3 0 1 2 8 6 3 4 1 5 7 3 0 1 8 6 3 0 1 2 8 6 3
41.27/41.89	c 42	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
41.27/41.91	c 42	CPU 35.03 (0.04 0.02 34.99 6.32)
41.27/41.91	c 42	END Sat Jul  5 17:20:27 2008

Verifier Data (download as text)

OK

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-1090349-1215271185/watcher-1090349-1215271185 -o /tmp/evaluation-result-1090349-1215271185/solver-1090349-1215271185 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1090349-1215271185.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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.22 2.05 2.01 4/81 2268
/proc/meminfo: memFree=1624536/2055920 swapFree=4111096/4192956
[pid=2268] ppid=2266 vsize=18572 CPUtime=0
/proc/2268/stat : 2268 (runsolver) R 2266 2268 1950 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2006087354 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2268/statm: 4643 292 257 25 0 2626 0

[startup+0.0971891 s]
/proc/loadavg: 2.22 2.05 2.01 4/81 2268
/proc/meminfo: memFree=1624536/2055920 swapFree=4111096/4192956
[pid=2268] ppid=2266 vsize=13600 CPUtime=0.04
/proc/2268/stat : 2268 (sugar) S 2266 2268 1950 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006087354 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2268/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101185 s]
/proc/loadavg: 2.22 2.05 2.01 4/81 2268
/proc/meminfo: memFree=1624536/2055920 swapFree=4111096/4192956
[pid=2268] ppid=2266 vsize=13600 CPUtime=0.04
/proc/2268/stat : 2268 (sugar) S 2266 2268 1950 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006087354 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2268/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301227 s]
/proc/loadavg: 2.22 2.05 2.01 4/81 2268
/proc/meminfo: memFree=1624536/2055920 swapFree=4111096/4192956
[pid=2268] ppid=2266 vsize=13600 CPUtime=0.04
/proc/2268/stat : 2268 (sugar) S 2266 2268 1950 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006087354 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2268/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701299 s]
/proc/loadavg: 2.22 2.05 2.01 4/81 2268
/proc/meminfo: memFree=1624536/2055920 swapFree=4111096/4192956
[pid=2268] ppid=2266 vsize=13600 CPUtime=0.04
/proc/2268/stat : 2268 (sugar) S 2266 2268 1950 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006087354 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2268/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50244 s]
/proc/loadavg: 2.20 2.05 2.01 4/92 2280
/proc/meminfo: memFree=1587520/2055920 swapFree=4111096/4192956
[pid=2268] ppid=2266 vsize=13600 CPUtime=0.04
/proc/2268/stat : 2268 (sugar) S 2266 2268 1950 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006087354 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2268/statm: 3400 796 370 3 0 500 0
[pid=2271] ppid=2268 vsize=5356 CPUtime=0
/proc/2271/stat : 2271 (sh) S 2268 2268 1950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006087359 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2271/statm: 1339 233 193 169 0 50 0
[pid=2272] ppid=2271 vsize=866660 CPUtime=1.42
/proc/2272/stat : 2272 (java) S 2271 2268 1950 0 -1 0 18487 0 1 0 134 8 0 0 18 0 9 0 2006087360 887459840 15570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2272/statm: 216665 15570 2529 9 0 211247 0
[pid=2272/tid=2273] ppid=2271 vsize=866660 CPUtime=0.7
/proc/2272/task/2273/stat : 2273 (java) R 2271 2268 1950 0 -1 64 3022 0 1 0 68 2 0 0 25 0 9 0 2006087361 887459840 15570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2272/tid=2274] ppid=2271 vsize=866660 CPUtime=0.61
/proc/2272/task/2274/stat : 2274 (java) R 2271 2268 1950 0 -1 64 14278 0 0 0 56 5 0 0 16 0 9 0 2006087362 887459840 15570 996147200 134512640 134550740 4294956000 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2272/tid=2275] ppid=2271 vsize=866660 CPUtime=0
/proc/2272/task/2275/stat : 2275 (java) S 2271 2268 1950 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006087362 887459840 15570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2272/tid=2276] ppid=2271 vsize=866660 CPUtime=0
/proc/2272/task/2276/stat : 2276 (java) S 2271 2268 1950 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2006087362 887459840 15570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2272/tid=2277] ppid=2271 vsize=866660 CPUtime=0
/proc/2272/task/2277/stat : 2277 (java) S 2271 2268 1950 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006087364 887459840 15570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2272/tid=2278] ppid=2271 vsize=866660 CPUtime=0.09
/proc/2272/task/2278/stat : 2278 (java) S 2271 2268 1950 0 -1 64 486 0 0 0 9 0 0 0 16 0 9 0 2006087364 887459840 15570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2272/tid=2279] ppid=2271 vsize=866660 CPUtime=0
/proc/2272/task/2279/stat : 2279 (java) S 2271 2268 1950 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006087364 887459840 15570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2272/tid=2280] ppid=2271 vsize=866660 CPUtime=0
/proc/2272/task/2280/stat : 2280 (java) S 2271 2268 1950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006087364 887459840 15570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 885616

[startup+3.10273 s]
/proc/loadavg: 2.20 2.05 2.01 4/92 2280
/proc/meminfo: memFree=1542400/2055920 swapFree=4111096/4192956
[pid=2268] ppid=2266 vsize=13600 CPUtime=0.04
/proc/2268/stat : 2268 (sugar) S 2266 2268 1950 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006087354 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2268/statm: 3400 796 370 3 0 500 0
[pid=2271] ppid=2268 vsize=5356 CPUtime=0
/proc/2271/stat : 2271 (sh) S 2268 2268 1950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006087359 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2271/statm: 1339 233 193 169 0 50 0
[pid=2272] ppid=2271 vsize=864672 CPUtime=3
/proc/2272/stat : 2272 (java) S 2271 2268 1950 0 -1 0 31716 0 1 0 286 14 0 0 18 0 9 0 2006087360 885424128 26313 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2272/statm: 216168 26313 2529 9 0 210750 0
[pid=2272/tid=2273] ppid=2271 vsize=864672 CPUtime=1.5
/proc/2272/task/2273/stat : 2273 (java) R 2271 2268 1950 0 -1 64 3877 0 1 0 147 3 0 0 25 0 9 0 2006087361 885424128 26313 996147200 134512640 134550740 4294956000 18446744073709551615 4126701213 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2272/tid=2274] ppid=2271 vsize=864672 CPUtime=1.34
/proc/2272/task/2274/stat : 2274 (java) S 2271 2268 1950 0 -1 64 26618 0 0 0 124 10 0 0 16 0 9 0 2006087362 885424128 26313 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2272/tid=2275] ppid=2271 vsize=864672 CPUtime=0
/proc/2272/task/2275/stat : 2275 (java) S 2271 2268 1950 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006087362 885424128 26313 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2272/tid=2276] ppid=2271 vsize=864672 CPUtime=0
/proc/2272/task/2276/stat : 2276 (java) S 2271 2268 1950 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006087362 885424128 26313 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2272/tid=2277] ppid=2271 vsize=864672 CPUtime=0
/proc/2272/task/2277/stat : 2277 (java) S 2271 2268 1950 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006087364 885424128 26313 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2272/tid=2278] ppid=2271 vsize=864672 CPUtime=0.14
/proc/2272/task/2278/stat : 2278 (java) S 2271 2268 1950 0 -1 64 520 0 0 0 14 0 0 0 16 0 9 0 2006087364 885424128 26313 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2272/tid=2279] ppid=2271 vsize=864672 CPUtime=0
/proc/2272/task/2279/stat : 2279 (java) S 2271 2268 1950 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006087364 885424128 26313 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2272/tid=2280] ppid=2271 vsize=864672 CPUtime=0
/proc/2272/task/2280/stat : 2280 (java) S 2271 2268 1950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006087364 885424128 26313 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883628

[startup+6.30231 s]
/proc/loadavg: 2.20 2.05 2.01 3/92 2290
/proc/meminfo: memFree=1590976/2055920 swapFree=4111096/4192956
[pid=2268] ppid=2266 vsize=13600 CPUtime=3.41
/proc/2268/stat : 2268 (sugar) S 2266 2268 1950 0 -1 4194304 974 32366 0 1 3 1 320 17 15 0 1 0 2006087354 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2268/statm: 3400 797 370 3 0 500 0
[pid=2281] ppid=2268 vsize=5356 CPUtime=0
/proc/2281/stat : 2281 (sh) S 2268 2268 1950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006087705 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2281/statm: 1339 233 193 169 0 50 0
[pid=2282] ppid=2281 vsize=868436 CPUtime=2.74
/proc/2282/stat : 2282 (java) S 2281 2268 1950 0 -1 0 15191 0 1 0 265 9 0 0 18 0 9 0 2006087706 889278464 13399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2282/statm: 217109 13399 2540 9 0 211684 0
[pid=2282/tid=2283] ppid=2281 vsize=868436 CPUtime=1.78
/proc/2282/task/2283/stat : 2283 (java) R 2281 2268 1950 0 -1 64 3042 0 1 0 177 1 0 0 25 0 9 0 2006087706 889278464 13399 996147200 134512640 134550740 4294955952 18446744073709551615 4126852428 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2282/tid=2284] ppid=2281 vsize=868436 CPUtime=0.73
/proc/2282/task/2284/stat : 2284 (java) S 2281 2268 1950 0 -1 64 9980 0 0 0 68 5 0 0 16 0 9 0 2006087708 889278464 13399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2282/tid=2285] ppid=2281 vsize=868436 CPUtime=0
/proc/2282/task/2285/stat : 2285 (java) S 2281 2268 1950 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006087708 889278464 13399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2282/tid=2286] ppid=2281 vsize=868436 CPUtime=0
/proc/2282/task/2286/stat : 2286 (java) S 2281 2268 1950 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2006087708 889278464 13399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2282/tid=2287] ppid=2281 vsize=868436 CPUtime=0
/proc/2282/task/2287/stat : 2287 (java) S 2281 2268 1950 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006087710 889278464 13399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2282/tid=2288] ppid=2281 vsize=868436 CPUtime=0.19
/proc/2282/task/2288/stat : 2288 (java) S 2281 2268 1950 0 -1 64 1472 0 0 0 18 1 0 0 16 0 9 0 2006087710 889278464 13399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2282/tid=2289] ppid=2281 vsize=868436 CPUtime=0
/proc/2282/task/2289/stat : 2289 (java) S 2281 2268 1950 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006087710 889278464 13399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2282/tid=2290] ppid=2281 vsize=868436 CPUtime=0
/proc/2282/task/2290/stat : 2290 (java) S 2281 2268 1950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006087710 889278464 13399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887392

[startup+12.7025 s]
/proc/loadavg: 2.24 2.06 2.02 3/92 2290
/proc/meminfo: memFree=1486464/2055920 swapFree=4111096/4192956
[pid=2268] ppid=2266 vsize=13600 CPUtime=3.41
/proc/2268/stat : 2268 (sugar) S 2266 2268 1950 0 -1 4194304 974 32366 0 1 3 1 320 17 15 0 1 0 2006087354 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2268/statm: 3400 797 370 3 0 500 0
[pid=2281] ppid=2268 vsize=5356 CPUtime=0
/proc/2281/stat : 2281 (sh) S 2268 2268 1950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006087705 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2281/statm: 1339 233 193 169 0 50 0
[pid=2282] ppid=2281 vsize=868548 CPUtime=9.06
/proc/2282/stat : 2282 (java) S 2281 2268 1950 0 -1 0 50592 0 1 0 876 30 0 0 18 0 9 0 2006087706 889393152 33579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2282/statm: 217137 33579 2565 9 0 211684 0
[pid=2282/tid=2283] ppid=2281 vsize=868548 CPUtime=5.25
/proc/2282/task/2283/stat : 2283 (java) R 2281 2268 1950 0 -1 64 4544 0 1 0 516 9 0 0 25 0 9 0 2006087706 889393152 33579 996147200 134512640 134550740 4294955952 18446744073709551615 4126626077 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2282/tid=2284] ppid=2281 vsize=868548 CPUtime=3.51
/proc/2282/task/2284/stat : 2284 (java) S 2281 2268 1950 0 -1 64 43833 0 0 0 332 19 0 0 16 0 9 0 2006087708 889393152 33579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2282/tid=2285] ppid=2281 vsize=868548 CPUtime=0
/proc/2282/task/2285/stat : 2285 (java) S 2281 2268 1950 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006087708 889393152 33579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2282/tid=2286] ppid=2281 vsize=868548 CPUtime=0
/proc/2282/task/2286/stat : 2286 (java) S 2281 2268 1950 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2006087708 889393152 33579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2282/tid=2287] ppid=2281 vsize=868548 CPUtime=0
/proc/2282/task/2287/stat : 2287 (java) S 2281 2268 1950 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006087710 889393152 33579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2282/tid=2288] ppid=2281 vsize=868548 CPUtime=0.27
/proc/2282/task/2288/stat : 2288 (java) S 2281 2268 1950 0 -1 64 1518 0 0 0 26 1 0 0 16 0 9 0 2006087710 889393152 33579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2282/tid=2289] ppid=2281 vsize=868548 CPUtime=0
/proc/2282/task/2289/stat : 2289 (java) S 2281 2268 1950 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006087710 889393152 33579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2282/tid=2290] ppid=2281 vsize=868548 CPUtime=0
/proc/2282/task/2290/stat : 2290 (java) S 2281 2268 1950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006087710 889393152 33579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887504

[startup+25.5018 s]
/proc/loadavg: 2.36 2.09 2.03 3/84 2292
/proc/meminfo: memFree=1549120/2055920 swapFree=4111096/4192956
[pid=2268] ppid=2266 vsize=13600 CPUtime=13.95
/proc/2268/stat : 2268 (sugar) S 2266 2268 1950 0 -1 4194304 1022 83305 0 2 4 1 1334 56 16 0 1 0 2006087354 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2268/statm: 3400 799 370 3 0 500 0
[pid=2291] ppid=2268 vsize=5356 CPUtime=0
/proc/2291/stat : 2291 (sh) S 2268 2268 1950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006088773 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2291/statm: 1339 232 193 169 0 50 0
[pid=2292] ppid=2291 vsize=57356 CPUtime=11.18
/proc/2292/stat : 2292 (picosat) R 2291 2268 1950 0 -1 4194304 12041 0 0 0 549 569 0 0 25 0 1 0 2006088773 58732544 11981 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/2292/statm: 14339 11981 42 102 0 14234 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 76312

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

[startup+31.9069 s]
/proc/loadavg: 2.30 2.09 2.03 3/84 2292
/proc/meminfo: memFree=1548544/2055920 swapFree=4111096/4192956
[pid=2268] ppid=2266 vsize=13600 CPUtime=13.95
/proc/2268/stat : 2268 (sugar) S 2266 2268 1950 0 -1 4194304 1022 83305 0 2 4 1 1334 56 16 0 1 0 2006087354 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2268/statm: 3400 799 370 3 0 500 0
[pid=2291] ppid=2268 vsize=5356 CPUtime=0
/proc/2291/stat : 2291 (sh) S 2268 2268 1950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006088773 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2291/statm: 1339 232 193 169 0 50 0
[pid=2292] ppid=2291 vsize=57884 CPUtime=17.52
/proc/2292/stat : 2292 (picosat) R 2291 2268 1950 0 -1 4194304 12164 0 0 0 1183 569 0 0 25 0 1 0 2006088773 59273216 12104 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/2292/statm: 14471 12104 42 102 0 14366 0
Current children cumulated CPU time (s) 31.47
Current children cumulated vsize (KiB) 76840

[startup+38.3021 s]
/proc/loadavg: 2.28 2.09 2.03 3/84 2292
/proc/meminfo: memFree=1547968/2055920 swapFree=4111096/4192956
[pid=2268] ppid=2266 vsize=13600 CPUtime=13.95
/proc/2268/stat : 2268 (sugar) S 2266 2268 1950 0 -1 4194304 1022 83305 0 2 4 1 1334 56 16 0 1 0 2006087354 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2268/statm: 3400 799 370 3 0 500 0
[pid=2291] ppid=2268 vsize=5356 CPUtime=0
/proc/2291/stat : 2291 (sh) S 2268 2268 1950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006088773 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2291/statm: 1339 232 193 169 0 50 0
[pid=2292] ppid=2291 vsize=58544 CPUtime=23.87
/proc/2292/stat : 2292 (picosat) R 2291 2268 1950 0 -1 4194304 12371 0 0 0 1817 570 0 0 25 0 1 0 2006088773 59949056 12311 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/2292/statm: 14636 12311 42 102 0 14531 0
Current children cumulated CPU time (s) 37.82
Current children cumulated vsize (KiB) 77500

[startup+39.9013 s]
/proc/loadavg: 2.28 2.09 2.03 3/84 2292
/proc/meminfo: memFree=1547712/2055920 swapFree=4111096/4192956
[pid=2268] ppid=2266 vsize=13600 CPUtime=13.95
/proc/2268/stat : 2268 (sugar) S 2266 2268 1950 0 -1 4194304 1022 83305 0 2 4 1 1334 56 16 0 1 0 2006087354 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2268/statm: 3400 799 370 3 0 500 0
[pid=2291] ppid=2268 vsize=5356 CPUtime=0
/proc/2291/stat : 2291 (sh) S 2268 2268 1950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006088773 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2291/statm: 1339 232 193 169 0 50 0
[pid=2292] ppid=2291 vsize=58676 CPUtime=25.45
/proc/2292/stat : 2292 (picosat) R 2291 2268 1950 0 -1 4194304 12417 0 0 0 1975 570 0 0 25 0 1 0 2006088773 60084224 12357 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/2292/statm: 14669 12357 42 102 0 14564 0
Current children cumulated CPU time (s) 39.4
Current children cumulated vsize (KiB) 77632

[startup+40.7065 s]
/proc/loadavg: 2.28 2.09 2.03 3/84 2292
/proc/meminfo: memFree=1547584/2055920 swapFree=4111096/4192956
[pid=2268] ppid=2266 vsize=13600 CPUtime=13.95
/proc/2268/stat : 2268 (sugar) S 2266 2268 1950 0 -1 4194304 1022 83305 0 2 4 1 1334 56 16 0 1 0 2006087354 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2268/statm: 3400 799 370 3 0 500 0
[pid=2291] ppid=2268 vsize=5356 CPUtime=0
/proc/2291/stat : 2291 (sh) S 2268 2268 1950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006088773 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2291/statm: 1339 232 193 169 0 50 0
[pid=2292] ppid=2291 vsize=58808 CPUtime=26.24
/proc/2292/stat : 2292 (picosat) R 2291 2268 1950 0 -1 4194304 12435 0 0 0 2054 570 0 0 25 0 1 0 2006088773 60219392 12375 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 1 0 0
/proc/2292/statm: 14702 12375 42 102 0 14597 0
Current children cumulated CPU time (s) 40.19
Current children cumulated vsize (KiB) 77764

[startup+41.5016 s]
/proc/loadavg: 2.28 2.09 2.03 3/84 2292
/proc/meminfo: memFree=1547584/2055920 swapFree=4111096/4192956
[pid=2268] ppid=2266 vsize=13600 CPUtime=40.71
/proc/2268/stat : 2268 (sugar) S 2266 2268 1950 0 -1 4194304 1091 96062 0 2 4 1 3438 628 16 0 1 0 2006087354 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2268/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 40.71
Current children cumulated vsize (KiB) 13600

[startup+41.9108 s]
/proc/loadavg: 2.26 2.08 2.02 4/92 2302
/proc/meminfo: memFree=1590144/2055920 swapFree=4111096/4192956
[pid=2268] ppid=2266 vsize=13600 CPUtime=41.38
/proc/2268/stat : 2268 (sugar) R 2266 2268 1950 0 -1 4194304 1120 100071 0 3 4 3 3499 632 16 0 1 0 2006087354 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 1 0 0
/proc/2268/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 41.38
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 41.9175
CPU time (s): 41.4017
CPU user time (s): 35.0437
CPU system time (s): 6.35803
CPU usage (%): 98.7695
Max. virtual memory (cumulated for all children) (KiB): 908884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.0437
system time used= 6.35803
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101221
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6812
involuntary context switches= 7583

runsolver used 0.06099 second user time and 0.151976 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-05 17:19:45
IDJOB=1090349
IDBENCH=58439
IDSOLVER=345
FILE ID=node70/1090349-1215271185
PBS_JOBID= 7882246
Free space on /tmp= 66336 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/graphColoring/hos/normalized-abb313GPIA-9.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1090349-1215271185/watcher-1090349-1215271185 -o /tmp/evaluation-result-1090349-1215271185/solver-1090349-1215271185 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1090349-1215271185.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a8b8f3df512533f785ada5db6742b7bf
RANDOM SEED=1646543361

node70.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.256
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.256
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:       1625016 kB
Buffers:         44220 kB
Cached:         203656 kB
SwapCached:      76280 kB
Active:         272624 kB
Inactive:       102892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1625016 kB
SwapTotal:     4192956 kB
SwapFree:      4111096 kB
Dirty:            9252 kB
Writeback:           0 kB
Mapped:         143436 kB
Slab:            40452 kB
Committed_AS:  4283556 kB
PageTables:       2040 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= 66332 MiB
End job on node70 at 2008-07-05 17:20:27