Trace number 1089509

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+picosatUNSAT 567.476 570.156

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-15/
normalized-lei450-15a-12.xml
MD5SUM3eb6672fe0851365aae53fc4c9482e61
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.305952
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8168
Maximum constraint arity2
Maximum domain size12
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8168
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 16:37:23 2008
0.00/0.04	c 0	PID 18678
0.00/0.04	c 0	HOST node82.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1089509-1215268643.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1089509-1215268643.xml' 'HOME/temp.csp'
0.03/0.76	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 8168 constraints
0.03/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.77	c 1	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'
0.73/0.85	c 1	Parsing HOME/temp.csp
1.04/1.12	c 1	parsed 8620 expressions
1.04/1.13	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.13	c 1	Converting to clausal form CSP
1.23/1.31	c 1	converted 862 (10%) expressions
1.23/1.35	c 1	converted 1724 (20%) expressions
1.23/1.38	c 1	converted 2586 (30%) expressions
1.34/1.40	c 1	converted 3448 (40%) expressions
1.34/1.47	c 1	converted 4310 (50%) expressions
1.34/1.49	c 1	converted 5172 (60%) expressions
1.43/1.51	c 1	converted 6034 (70%) expressions
1.43/1.53	c 1	converted 6896 (80%) expressions
1.43/1.55	c 1	converted 7758 (90%) expressions
1.53/1.62	c 2	converted 8620 (100%) expressions
1.53/1.62	c 2	CSP : 450 integers, 0 booleans, 8168 clauses, largest domain size 12
1.53/1.62	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.62	c 2	Propagation in CSP
1.64/1.70	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.64/1.70	c 2	CSP : 450 integers, 0 booleans, 8168 clauses, largest domain size 12
1.64/1.70	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.64/1.71	c 2	Simplifing CSP by introducing new Boolean variables
1.73/1.86	c 2	CSP : 450 integers, 16336 booleans, 24504 clauses, largest domain size 12
1.73/1.86	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.83/1.94	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.83/1.97	c 2	45 (10%) CSP integer variables are encoded (450 clauses, 4817 bytes)
1.83/1.97	c 2	90 (20%) CSP integer variables are encoded (900 clauses, 9767 bytes)
1.83/1.98	c 2	135 (30%) CSP integer variables are encoded (1350 clauses, 15600 bytes)
1.83/1.98	c 2	180 (40%) CSP integer variables are encoded (1800 clauses, 21450 bytes)
1.83/1.98	c 2	225 (50%) CSP integer variables are encoded (2250 clauses, 27300 bytes)
1.83/1.98	c 2	270 (60%) CSP integer variables are encoded (2700 clauses, 33150 bytes)
1.83/1.98	c 2	315 (70%) CSP integer variables are encoded (3150 clauses, 39000 bytes)
1.83/1.98	c 2	360 (80%) CSP integer variables are encoded (3600 clauses, 44850 bytes)
1.83/1.99	c 2	405 (90%) CSP integer variables are encoded (4050 clauses, 50700 bytes)
1.83/1.99	c 2	450 (100%) CSP integer variables are encoded (4500 clauses, 56550 bytes)
1.93/2.09	c 2	2451 (10%) CSP clauses are encoded (24925 clauses, 390954 bytes)
2.03/2.16	c 2	4901 (20%) CSP clauses are encoded (45349 clauses, 735018 bytes)
2.14/2.23	c 2	7352 (30%) CSP clauses are encoded (65774 clauses, 1080276 bytes)
2.14/2.29	c 2	9802 (40%) CSP clauses are encoded (86187 clauses, 1453214 bytes)
2.23/2.37	c 2	12252 (50%) CSP clauses are encoded (106600 clauses, 1838609 bytes)
2.32/2.43	c 2	14703 (60%) CSP clauses are encoded (127025 clauses, 2224233 bytes)
2.42/2.50	c 2	17153 (70%) CSP clauses are encoded (147449 clauses, 2609843 bytes)
2.42/2.57	c 2	19604 (80%) CSP clauses are encoded (167874 clauses, 2995467 bytes)
2.53/2.64	c 3	22054 (90%) CSP clauses are encoded (188287 clauses, 3380862 bytes)
2.62/2.71	c 3	24504 (100%) CSP clauses are encoded (208700 clauses, 3766257 bytes)
2.62/2.71	c 3	24504 CSP clauses encoded
2.62/2.71	c 3	Writing map file : HOME/temp.map
2.62/2.72	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.62/2.72	c 3	SAT : 21286 SAT variables, 208700 SAT clauses, 3766257 bytes
2.62/2.72	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.62/2.77	c 3	SOLVING HOME/temp.cnf
2.62/2.77	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
567.20/569.99	c 570	DECODING HOME/temp.out WITH HOME/temp.map
567.20/569.99	c 570	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
567.30/570.07	c 570	Decoding HOME/temp.out
567.30/570.13	s UNSATISFIABLE
567.30/570.14	c 570	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
567.30/570.15	c 570	CPU 566.35 (0.03 0 566.32 1.1)
567.30/570.15	c 570	END Sat Jul  5 16:46:53 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1089509-1215268643/watcher-1089509-1215268643 -o /tmp/evaluation-result-1089509-1215268643/solver-1089509-1215268643 -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-1089509-1215268643.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: 1.85 1.97 1.99 4/75 18678
/proc/meminfo: memFree=1625312/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=12268 CPUtime=0
/proc/18678/stat : 18678 (sugar) R 18676 18678 18641 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 261338106 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 224264944229 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18678/statm: 3067 316 241 3 0 167 0

[startup+0.101168 s]
/proc/loadavg: 1.85 1.97 1.99 4/75 18678
/proc/meminfo: memFree=1625312/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=0.03
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 261338106 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201176 s]
/proc/loadavg: 1.85 1.97 1.99 4/75 18678
/proc/meminfo: memFree=1625312/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=0.03
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 261338106 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301188 s]
/proc/loadavg: 1.85 1.97 1.99 4/75 18678
/proc/meminfo: memFree=1625312/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=0.03
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 261338106 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701231 s]
/proc/loadavg: 1.85 1.97 1.99 4/75 18678
/proc/meminfo: memFree=1625312/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=0.03
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 261338106 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50232 s]
/proc/loadavg: 1.85 1.97 1.99 3/86 18700
/proc/meminfo: memFree=1615752/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=0.73
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 973 8512 0 1 3 0 65 5 15 0 1 0 261338106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 797 370 3 0 500 0
[pid=18691] ppid=18678 vsize=5356 CPUtime=0
/proc/18691/stat : 18691 (sh) S 18678 18678 18641 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 261338183 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18691/statm: 1339 233 193 169 0 50 0
[pid=18692] ppid=18691 vsize=868392 CPUtime=0.7
/proc/18692/stat : 18692 (java) S 18691 18678 18641 0 -1 0 7312 0 1 0 66 4 0 0 18 0 9 0 261338184 889233408 6539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18692/statm: 217098 6539 2540 9 0 211673 0
[pid=18692/tid=18693] ppid=18691 vsize=868392 CPUtime=0.4
/proc/18692/task/18693/stat : 18693 (java) R 18691 18678 18641 0 -1 64 2678 0 1 0 39 1 0 0 22 0 9 0 261338185 889233408 6539 996147200 134512640 134550740 4294955952 18446744073709551615 4126401616 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18692/tid=18694] ppid=18691 vsize=868392 CPUtime=0.11
/proc/18692/task/18694/stat : 18694 (java) S 18691 18678 18641 0 -1 64 2492 0 0 0 10 1 0 0 16 0 9 0 261338186 889233408 6539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18692/tid=18695] ppid=18691 vsize=868392 CPUtime=0
/proc/18692/task/18695/stat : 18695 (java) S 18691 18678 18641 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 261338186 889233408 6539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18692/tid=18696] ppid=18691 vsize=868392 CPUtime=0
/proc/18692/task/18696/stat : 18696 (java) S 18691 18678 18641 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 261338186 889233408 6539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18692/tid=18697] ppid=18691 vsize=868392 CPUtime=0
/proc/18692/task/18697/stat : 18697 (java) S 18691 18678 18641 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 261338188 889233408 6539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18692/tid=18698] ppid=18691 vsize=868392 CPUtime=0.17
/proc/18692/task/18698/stat : 18698 (java) S 18691 18678 18641 0 -1 64 1450 0 0 0 16 1 0 0 16 0 9 0 261338188 889233408 6539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18692/tid=18699] ppid=18691 vsize=868392 CPUtime=0
/proc/18692/task/18699/stat : 18699 (java) S 18691 18678 18641 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 261338188 889233408 6539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18692/tid=18700] ppid=18691 vsize=868392 CPUtime=0
/proc/18692/task/18700/stat : 18700 (java) S 18691 18678 18641 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 261338188 889233408 6539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887348

[startup+3.10249 s]
/proc/loadavg: 1.85 1.97 1.99 3/86 18700
/proc/meminfo: memFree=1597512/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=2.68
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 1023 18360 0 2 3 0 250 15 16 0 1 0 261338106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 13600

[startup+6.30183 s]
/proc/loadavg: 1.86 1.97 1.99 3/78 18702
/proc/meminfo: memFree=1609680/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=2.68
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 1023 18360 0 2 3 0 250 15 16 0 1 0 261338106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 799 370 3 0 500 0
[pid=18701] ppid=18678 vsize=5356 CPUtime=0
/proc/18701/stat : 18701 (sh) S 18678 18678 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261338383 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18701/statm: 1339 232 193 169 0 50 0
[pid=18702] ppid=18701 vsize=11104 CPUtime=3.49
/proc/18702/stat : 18702 (picosat) R 18701 18678 18641 0 -1 4194304 2471 0 0 0 263 86 0 0 25 0 1 0 261338383 11370496 2457 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18702/statm: 2776 2457 42 102 0 2671 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 30060

[startup+12.7015 s]
/proc/loadavg: 1.87 1.97 1.99 3/78 18702
/proc/meminfo: memFree=1607696/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=2.68
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 1023 18360 0 2 3 0 250 15 16 0 1 0 261338106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 799 370 3 0 500 0
[pid=18701] ppid=18678 vsize=5356 CPUtime=0
/proc/18701/stat : 18701 (sh) S 18678 18678 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261338383 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18701/statm: 1339 232 193 169 0 50 0
[pid=18702] ppid=18701 vsize=12628 CPUtime=9.87
/proc/18702/stat : 18702 (picosat) R 18701 18678 18641 0 -1 4194304 2902 0 0 0 900 87 0 0 25 0 1 0 261338383 12931072 2820 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18702/statm: 3157 2820 48 102 0 3052 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 31584

[startup+25.5019 s]
/proc/loadavg: 1.97 1.99 1.99 3/78 18702
/proc/meminfo: memFree=1607376/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=2.68
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 1023 18360 0 2 3 0 250 15 16 0 1 0 261338106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 799 370 3 0 500 0
[pid=18701] ppid=18678 vsize=5356 CPUtime=0
/proc/18701/stat : 18701 (sh) S 18678 18678 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261338383 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18701/statm: 1339 232 193 169 0 50 0
[pid=18702] ppid=18701 vsize=12892 CPUtime=22.6
/proc/18702/stat : 18702 (picosat) R 18701 18678 18641 0 -1 4194304 3084 0 0 0 2173 87 0 0 25 0 1 0 261338383 13201408 2916 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18702/statm: 3223 2916 48 102 0 3118 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 31848

[startup+51.1016 s]
/proc/loadavg: 2.04 2.00 2.00 3/78 18702
/proc/meminfo: memFree=1606736/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=2.68
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 1023 18360 0 2 3 0 250 15 16 0 1 0 261338106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 799 370 3 0 500 0
[pid=18701] ppid=18678 vsize=5356 CPUtime=0
/proc/18701/stat : 18701 (sh) S 18678 18678 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261338383 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18701/statm: 1339 232 193 169 0 50 0
[pid=18702] ppid=18701 vsize=13420 CPUtime=48.07
/proc/18702/stat : 18702 (picosat) R 18701 18678 18641 0 -1 4194304 3374 0 0 0 4720 87 0 0 25 0 1 0 261338383 13742080 3059 996147200 134512640 134931368 4294956256 18446744073709551615 134525540 0 0 4096 0 0 0 0 17 1 0 0
/proc/18702/statm: 3355 3059 48 102 0 3250 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 32376

[startup+102.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/78 18702
/proc/meminfo: memFree=1606032/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=2.68
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 1023 18360 0 2 3 0 250 15 16 0 1 0 261338106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 799 370 3 0 500 0
[pid=18701] ppid=18678 vsize=5356 CPUtime=0
/proc/18701/stat : 18701 (sh) S 18678 18678 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261338383 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18701/statm: 1339 232 193 169 0 50 0
[pid=18702] ppid=18701 vsize=14080 CPUtime=99.05
/proc/18702/stat : 18702 (picosat) R 18701 18678 18641 0 -1 4194304 3709 0 0 0 9817 88 0 0 25 0 1 0 261338383 14417920 3224 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18702/statm: 3520 3224 48 102 0 3415 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 33036

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 18702
/proc/meminfo: memFree=1605328/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=2.68
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 1023 18360 0 2 3 0 250 15 16 0 1 0 261338106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 799 370 3 0 500 0
[pid=18701] ppid=18678 vsize=5356 CPUtime=0
/proc/18701/stat : 18701 (sh) S 18678 18678 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261338383 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18701/statm: 1339 232 193 169 0 50 0
[pid=18702] ppid=18701 vsize=14996 CPUtime=158.76
/proc/18702/stat : 18702 (picosat) R 18701 18678 18641 0 -1 4194304 4086 0 0 0 15788 88 0 0 25 0 1 0 261338383 15355904 3405 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18702/statm: 3749 3405 48 102 0 3644 0
Current children cumulated CPU time (s) 161.44
Current children cumulated vsize (KiB) 33952

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 18702
/proc/meminfo: memFree=1598608/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=2.68
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 1023 18360 0 2 3 0 250 15 16 0 1 0 261338106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 799 370 3 0 500 0
[pid=18701] ppid=18678 vsize=5356 CPUtime=0
/proc/18701/stat : 18701 (sh) S 18678 18678 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261338383 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18701/statm: 1339 232 193 169 0 50 0
[pid=18702] ppid=18701 vsize=15392 CPUtime=218.5
/proc/18702/stat : 18702 (picosat) R 18701 18678 18641 0 -1 4194304 4360 0 0 0 21761 89 0 0 25 0 1 0 261338383 15761408 3531 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18702/statm: 3848 3531 48 102 0 3743 0
Current children cumulated CPU time (s) 221.18
Current children cumulated vsize (KiB) 34348

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


[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 18702
/proc/meminfo: memFree=1588560/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=2.68
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 1023 18360 0 2 3 0 250 15 16 0 1 0 261338106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 799 370 3 0 500 0
[pid=18701] ppid=18678 vsize=5356 CPUtime=0
/proc/18701/stat : 18701 (sh) S 18678 18678 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261338383 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18701/statm: 1339 232 193 169 0 50 0
[pid=18702] ppid=18701 vsize=17604 CPUtime=397.67
/proc/18702/stat : 18702 (picosat) R 18701 18678 18641 0 -1 4194304 5131 0 0 0 39677 90 0 0 25 0 1 0 261338383 18026496 3864 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18702/statm: 4401 3864 48 102 0 4296 0
Current children cumulated CPU time (s) 400.35
Current children cumulated vsize (KiB) 36560

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 18702
/proc/meminfo: memFree=1588112/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=2.68
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 1023 18360 0 2 3 0 250 15 16 0 1 0 261338106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 799 370 3 0 500 0
[pid=18701] ppid=18678 vsize=5356 CPUtime=0
/proc/18701/stat : 18701 (sh) S 18678 18678 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261338383 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18701/statm: 1339 232 193 169 0 50 0
[pid=18702] ppid=18701 vsize=18000 CPUtime=457.4
/proc/18702/stat : 18702 (picosat) R 18701 18678 18641 0 -1 4194304 5337 0 0 0 45650 90 0 0 25 0 1 0 261338383 18432000 3969 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18702/statm: 4500 3969 48 102 0 4395 0
Current children cumulated CPU time (s) 460.08
Current children cumulated vsize (KiB) 36956

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 18702
/proc/meminfo: memFree=1588048/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=2.68
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 1023 18360 0 2 3 0 250 15 16 0 1 0 261338106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 799 370 3 0 500 0
[pid=18701] ppid=18678 vsize=5356 CPUtime=0
/proc/18701/stat : 18701 (sh) S 18678 18678 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261338383 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18701/statm: 1339 232 193 169 0 50 0
[pid=18702] ppid=18701 vsize=18264 CPUtime=517.13
/proc/18702/stat : 18702 (picosat) R 18701 18678 18641 0 -1 4194304 5399 0 0 0 51623 90 0 0 25 0 1 0 261338383 18702336 4031 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18702/statm: 4566 4031 48 102 0 4461 0
Current children cumulated CPU time (s) 519.81
Current children cumulated vsize (KiB) 37220

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

[startup+537.601 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 18702
/proc/meminfo: memFree=1587728/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=2.68
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 1023 18360 0 2 3 0 250 15 16 0 1 0 261338106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 799 370 3 0 500 0
[pid=18701] ppid=18678 vsize=5356 CPUtime=0
/proc/18701/stat : 18701 (sh) S 18678 18678 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261338383 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18701/statm: 1339 232 193 169 0 50 0
[pid=18702] ppid=18701 vsize=18264 CPUtime=532.36
/proc/18702/stat : 18702 (picosat) R 18701 18678 18641 0 -1 4194304 5530 0 0 0 53146 90 0 0 25 0 1 0 261338383 18702336 4056 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18702/statm: 4566 4056 48 102 0 4461 0
Current children cumulated CPU time (s) 535.04
Current children cumulated vsize (KiB) 37220

[startup+550.403 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 18702
/proc/meminfo: memFree=1587728/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=2.68
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 1023 18360 0 2 3 0 250 15 16 0 1 0 261338106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 799 370 3 0 500 0
[pid=18701] ppid=18678 vsize=5356 CPUtime=0
/proc/18701/stat : 18701 (sh) S 18678 18678 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261338383 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18701/statm: 1339 232 193 169 0 50 0
[pid=18702] ppid=18701 vsize=18264 CPUtime=545.1
/proc/18702/stat : 18702 (picosat) R 18701 18678 18641 0 -1 4194304 5530 0 0 0 54420 90 0 0 25 0 1 0 261338383 18702336 4056 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 1 0 0
/proc/18702/statm: 4566 4056 48 102 0 4461 0
Current children cumulated CPU time (s) 547.78
Current children cumulated vsize (KiB) 37220

[startup+563.202 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 18702
/proc/meminfo: memFree=1587728/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=2.68
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 1023 18360 0 2 3 0 250 15 16 0 1 0 261338106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 799 370 3 0 500 0
[pid=18701] ppid=18678 vsize=5356 CPUtime=0
/proc/18701/stat : 18701 (sh) S 18678 18678 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261338383 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18701/statm: 1339 232 193 169 0 50 0
[pid=18702] ppid=18701 vsize=18264 CPUtime=557.85
/proc/18702/stat : 18702 (picosat) R 18701 18678 18641 0 -1 4194304 5530 0 0 0 55695 90 0 0 25 0 1 0 261338383 18702336 4056 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/18702/statm: 4566 4056 48 102 0 4461 0
Current children cumulated CPU time (s) 560.53
Current children cumulated vsize (KiB) 37220

[startup+566.402 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 18702
/proc/meminfo: memFree=1587728/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=2.68
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 1023 18360 0 2 3 0 250 15 16 0 1 0 261338106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 799 370 3 0 500 0
[pid=18701] ppid=18678 vsize=5356 CPUtime=0
/proc/18701/stat : 18701 (sh) S 18678 18678 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261338383 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18701/statm: 1339 232 193 169 0 50 0
[pid=18702] ppid=18701 vsize=18264 CPUtime=561.03
/proc/18702/stat : 18702 (picosat) R 18701 18678 18641 0 -1 4194304 5530 0 0 0 56013 90 0 0 25 0 1 0 261338383 18702336 4056 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18702/statm: 4566 4056 48 102 0 4461 0
Current children cumulated CPU time (s) 563.71
Current children cumulated vsize (KiB) 37220

[startup+568.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 18702
/proc/meminfo: memFree=1587728/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=2.68
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 1023 18360 0 2 3 0 250 15 16 0 1 0 261338106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 799 370 3 0 500 0
[pid=18701] ppid=18678 vsize=5356 CPUtime=0
/proc/18701/stat : 18701 (sh) S 18678 18678 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261338383 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18701/statm: 1339 232 193 169 0 50 0
[pid=18702] ppid=18701 vsize=18264 CPUtime=562.62
/proc/18702/stat : 18702 (picosat) R 18701 18678 18641 0 -1 4194304 5530 0 0 0 56172 90 0 0 25 0 1 0 261338383 18702336 4056 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18702/statm: 4566 4056 48 102 0 4461 0
Current children cumulated CPU time (s) 565.3
Current children cumulated vsize (KiB) 37220

[startup+568.806 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 18702
/proc/meminfo: memFree=1587728/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=2.68
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 1023 18360 0 2 3 0 250 15 16 0 1 0 261338106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 799 370 3 0 500 0
[pid=18701] ppid=18678 vsize=5356 CPUtime=0
/proc/18701/stat : 18701 (sh) S 18678 18678 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261338383 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18701/statm: 1339 232 193 169 0 50 0
[pid=18702] ppid=18701 vsize=18264 CPUtime=563.43
/proc/18702/stat : 18702 (picosat) R 18701 18678 18641 0 -1 4194304 5530 0 0 0 56253 90 0 0 25 0 1 0 261338383 18702336 4056 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18702/statm: 4566 4056 48 102 0 4461 0
Current children cumulated CPU time (s) 566.11
Current children cumulated vsize (KiB) 37220

[startup+569.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 18702
/proc/meminfo: memFree=1587728/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=2.68
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 1023 18360 0 2 3 0 250 15 16 0 1 0 261338106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 799 370 3 0 500 0
[pid=18701] ppid=18678 vsize=5356 CPUtime=0
/proc/18701/stat : 18701 (sh) S 18678 18678 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261338383 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18701/statm: 1339 232 193 169 0 50 0
[pid=18702] ppid=18701 vsize=18264 CPUtime=564.22
/proc/18702/stat : 18702 (picosat) R 18701 18678 18641 0 -1 4194304 5530 0 0 0 56332 90 0 0 25 0 1 0 261338383 18702336 4056 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18702/statm: 4566 4056 48 102 0 4461 0
Current children cumulated CPU time (s) 566.9
Current children cumulated vsize (KiB) 37220

[startup+570.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 18702
/proc/meminfo: memFree=1587728/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=567.3
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 1072 24177 0 2 3 0 56620 107 16 0 1 0 261338106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18678/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 567.3
Current children cumulated vsize (KiB) 13600

[startup+570.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 18702
/proc/meminfo: memFree=1587728/2055920 swapFree=4180672/4192956
[pid=18678] ppid=18676 vsize=13600 CPUtime=567.3
/proc/18678/stat : 18678 (sugar) S 18676 18678 18641 0 -1 4194304 1090 24177 0 2 3 0 56620 107 15 0 1 0 261338106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18678/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 567.3
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 570.156
CPU time (s): 567.476
CPU user time (s): 566.361
CPU system time (s): 1.11483
CPU usage (%): 99.5299
Max. virtual memory (cumulated for all children) (KiB): 887536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 566.361
system time used= 1.11483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29133
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= 3269
involuntary context switches= 9926

runsolver used 0.736887 second user time and 1.67374 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-05 16:37:23
IDJOB=1089509
IDBENCH=58287
IDSOLVER=345
FILE ID=node82/1089509-1215268643
PBS_JOBID= 7882230
Free space on /tmp= 66472 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-15/normalized-lei450-15a-12.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-1089509-1215268643/watcher-1089509-1215268643 -o /tmp/evaluation-result-1089509-1215268643/solver-1089509-1215268643 -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-1089509-1215268643.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3eb6672fe0851365aae53fc4c9482e61
RANDOM SEED=1567854375

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1625728 kB
Buffers:         36996 kB
Cached:         241624 kB
SwapCached:       5892 kB
Active:         289820 kB
Inactive:        93420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1625728 kB
SwapTotal:     4192956 kB
SwapFree:      4180672 kB
Dirty:            2352 kB
Writeback:           0 kB
Mapped:         111264 kB
Slab:            31952 kB
Committed_AS:   744668 kB
PageTables:       1992 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66472 MiB
End job on node82 at 2008-07-05 16:46:53