Trace number 1088291

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 811.677 828.04

General information on the benchmark

Namecsp/graphColoring/
myciel/normalized-myciel7-5.xml
MD5SUMdb0f93b84b1192e2e8f64726b7d53b32
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 benchmark41.9686
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of constraints2360
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2360
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.16	c 0	Sugar v1-13 + HOME/picosat
0.00/0.16	c 0	BEGIN Sat Jul  5 10:29:21 2008
0.00/0.16	c 0	PID 7976
0.00/0.17	c 0	HOST node19.alineos.net
0.00/0.17	c 0	CONVERTING HOME/instance-1088291-1215246561.xml TO HOME/temp.csp
0.00/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1088291-1215246561.xml' 'HOME/temp.csp'
0.04/0.82	c 1	1 domains, 191 variables, 1 predicates, 0 relations, 2360 constraints
0.04/0.85	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.85	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.67/0.93	c 1	Parsing HOME/temp.csp
0.90/1.12	c 1	parsed 2553 expressions
0.90/1.13	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.90/1.13	c 1	Converting to clausal form CSP
0.90/1.19	c 1	converted 256 (10%) expressions
1.08/1.30	c 1	converted 511 (20%) expressions
1.08/1.33	c 1	converted 766 (30%) expressions
1.08/1.35	c 1	converted 1022 (40%) expressions
1.08/1.36	c 1	converted 1277 (50%) expressions
1.08/1.37	c 1	converted 1532 (60%) expressions
1.08/1.38	c 1	converted 1788 (70%) expressions
1.08/1.38	c 1	converted 2043 (80%) expressions
1.08/1.39	c 1	converted 2298 (90%) expressions
1.08/1.40	c 1	converted 2553 (100%) expressions
1.08/1.40	c 1	CSP : 191 integers, 0 booleans, 2360 clauses, largest domain size 5
1.08/1.40	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.18/1.40	c 1	Propagation in CSP
1.18/1.44	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.18/1.44	c 1	CSP : 191 integers, 0 booleans, 2360 clauses, largest domain size 5
1.18/1.44	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.18/1.44	c 1	Simplifing CSP by introducing new Boolean variables
1.18/1.48	c 1	CSP : 191 integers, 4720 booleans, 7080 clauses, largest domain size 5
1.18/1.48	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.28/1.52	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.28/1.53	c 1	20 (10%) CSP integer variables are encoded (60 clauses, 591 bytes)
1.28/1.54	c 1	39 (20%) CSP integer variables are encoded (117 clauses, 1189 bytes)
1.28/1.54	c 1	58 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.28/1.54	c 1	77 (40%) CSP integer variables are encoded (231 clauses, 2443 bytes)
1.28/1.54	c 1	96 (50%) CSP integer variables are encoded (288 clauses, 3070 bytes)
1.28/1.54	c 1	115 (60%) CSP integer variables are encoded (345 clauses, 3697 bytes)
1.28/1.54	c 1	134 (70%) CSP integer variables are encoded (402 clauses, 4324 bytes)
1.28/1.54	c 1	153 (80%) CSP integer variables are encoded (459 clauses, 4951 bytes)
1.28/1.54	c 1	172 (90%) CSP integer variables are encoded (516 clauses, 5578 bytes)
1.28/1.54	c 1	191 (100%) CSP integer variables are encoded (573 clauses, 6205 bytes)
1.28/1.58	c 1	708 (10%) CSP clauses are encoded (3169 clauses, 40199 bytes)
1.37/1.61	c 1	1416 (20%) CSP clauses are encoded (5765 clauses, 76811 bytes)
1.37/1.62	c 1	2124 (30%) CSP clauses are encoded (8361 clauses, 113511 bytes)
1.37/1.63	c 1	2832 (40%) CSP clauses are encoded (10957 clauses, 150235 bytes)
1.37/1.64	c 1	3540 (50%) CSP clauses are encoded (13553 clauses, 187571 bytes)
1.37/1.66	c 2	4248 (60%) CSP clauses are encoded (16149 clauses, 226275 bytes)
1.37/1.67	c 2	4956 (70%) CSP clauses are encoded (18745 clauses, 264979 bytes)
1.37/1.67	c 2	5664 (80%) CSP clauses are encoded (21341 clauses, 303683 bytes)
1.37/1.68	c 2	6372 (90%) CSP clauses are encoded (23937 clauses, 342387 bytes)
1.37/1.69	c 2	7080 (100%) CSP clauses are encoded (26533 clauses, 381091 bytes)
1.37/1.69	c 2	7080 CSP clauses encoded
1.37/1.69	c 2	Writing map file : HOME/temp.map
1.47/1.70	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.47/1.70	c 2	SAT : 5484 SAT variables, 26533 SAT clauses, 381091 bytes
1.47/1.70	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.47/1.75	c 2	SOLVING HOME/temp.cnf
1.47/1.75	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
811.45/827.85	c 828	DECODING HOME/temp.out WITH HOME/temp.map
811.45/827.85	c 828	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
811.53/827.94	c 828	Decoding HOME/temp.out
811.53/827.98	s UNSATISFIABLE
811.53/827.99	c 828	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
811.53/828.04	c 828	CPU 811.4 (0.03 0.01 811.37 0.25)
811.53/828.04	c 828	END Sat Jul  5 10:43:09 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-1088291-1215246561/watcher-1088291-1215246561 -o /tmp/evaluation-result-1088291-1215246561/solver-1088291-1215246561 -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-1088291-1215246561.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.08 1.09 1.33 4/93 7976
/proc/meminfo: memFree=1748928/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=18572 CPUtime=0
/proc/7976/stat : 7976 (runsolver) D 7974 7976 5925 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 2003630452 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 255236566311 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/7976/statm: 4643 292 257 25 0 2626 0

[startup+0.0573861 s]
/proc/loadavg: 1.08 1.09 1.33 4/93 7976
/proc/meminfo: memFree=1748928/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=124 CPUtime=0
/proc/7976/stat : 7976 (sugar) D 7974 7976 5925 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 2003630452 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 255233947113 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/7976/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.10137 s]
/proc/loadavg: 1.08 1.09 1.33 4/93 7976
/proc/meminfo: memFree=1748928/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=12272 CPUtime=0
/proc/7976/stat : 7976 (sugar) D 7974 7976 5925 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 2003630452 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 255236733541 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/7976/statm: 3068 328 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301415 s]
/proc/loadavg: 1.08 1.09 1.33 4/93 7976
/proc/meminfo: memFree=1748928/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=13600 CPUtime=0.04
/proc/7976/stat : 7976 (sugar) S 7974 7976 5925 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003630452 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7976/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701488 s]
/proc/loadavg: 1.08 1.09 1.33 4/93 7976
/proc/meminfo: memFree=1748928/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=13600 CPUtime=0.04
/proc/7976/stat : 7976 (sugar) S 7974 7976 5925 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003630452 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7976/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50264 s]
/proc/loadavg: 1.08 1.09 1.33 3/104 7998
/proc/meminfo: memFree=1741032/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=13600 CPUtime=0.67
/proc/7976/stat : 7976 (sugar) S 7974 7976 5925 0 -1 4194304 974 5224 0 1 3 1 60 3 15 0 1 0 2003630452 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7976/statm: 3400 797 370 3 0 500 0
[pid=7989] ppid=7976 vsize=5356 CPUtime=0
/proc/7989/stat : 7989 (sh) S 7976 7976 5925 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003630537 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7989/statm: 1339 233 193 169 0 50 0
[pid=7990] ppid=7989 vsize=868348 CPUtime=0.61
/proc/7990/stat : 7990 (java) S 7989 7976 5925 0 -1 0 5945 0 1 0 58 3 0 0 18 0 9 0 2003630538 889188352 5328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7990/statm: 217087 5328 1840 9 0 211662 0
[pid=7990/tid=7991] ppid=7989 vsize=868348 CPUtime=0.34
/proc/7990/task/7991/stat : 7991 (java) R 7989 7976 5925 0 -1 64 2651 0 1 0 33 1 0 0 19 0 9 0 2003630538 889188352 5328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7990/tid=7992] ppid=7989 vsize=868348 CPUtime=0.06
/proc/7990/task/7992/stat : 7992 (java) R 7989 7976 5925 0 -1 64 1165 0 0 0 6 0 0 0 16 0 9 0 2003630540 889188352 5328 996147200 134512640 134550740 4294955952 18446744073709551615 104180246 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7990/tid=7993] ppid=7989 vsize=868348 CPUtime=0
/proc/7990/task/7993/stat : 7993 (java) S 7989 7976 5925 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003630540 889188352 5328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7990/tid=7994] ppid=7989 vsize=868348 CPUtime=0
/proc/7990/task/7994/stat : 7994 (java) S 7989 7976 5925 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003630540 889188352 5328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7990/tid=7995] ppid=7989 vsize=868348 CPUtime=0
/proc/7990/task/7995/stat : 7995 (java) S 7989 7976 5925 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003630542 889188352 5328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7990/tid=7996] ppid=7989 vsize=868348 CPUtime=0.18
/proc/7990/task/7996/stat : 7996 (java) S 7989 7976 5925 0 -1 64 1438 0 0 0 18 0 0 0 16 0 9 0 2003630542 889188352 5328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7990/tid=7997] ppid=7989 vsize=868348 CPUtime=0
/proc/7990/task/7997/stat : 7997 (java) S 7989 7976 5925 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003630542 889188352 5328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7990/tid=7998] ppid=7989 vsize=868348 CPUtime=0
/proc/7990/task/7998/stat : 7998 (java) S 7989 7976 5925 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003630542 889188352 5328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 887304

[startup+3.10194 s]
/proc/loadavg: 1.08 1.09 1.33 3/96 8000
/proc/meminfo: memFree=1744424/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=13600 CPUtime=1.49
/proc/7976/stat : 7976 (sugar) S 7974 7976 5925 0 -1 4194304 1022 12530 0 2 3 1 137 8 16 0 1 0 2003630452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7976/statm: 3400 798 370 3 0 500 0
[pid=7999] ppid=7976 vsize=5356 CPUtime=0
/proc/7999/stat : 7999 (sh) S 7976 7976 5925 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003630627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7999/statm: 1339 232 193 169 0 50 0
[pid=8000] ppid=7999 vsize=2240 CPUtime=1.32
/proc/8000/stat : 8000 (picosat) R 7999 7976 5925 0 -1 4194304 472 0 0 0 120 12 0 0 25 0 1 0 2003630627 2293760 453 996147200 134512640 134931368 4294956256 18446744073709551615 134522834 0 0 4096 0 0 0 0 17 1 0 0
/proc/8000/statm: 560 453 48 102 0 455 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 21196

[startup+6.30254 s]
/proc/loadavg: 1.15 1.10 1.33 3/96 8000
/proc/meminfo: memFree=1743976/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=13600 CPUtime=1.49
/proc/7976/stat : 7976 (sugar) S 7974 7976 5925 0 -1 4194304 1022 12530 0 2 3 1 137 8 16 0 1 0 2003630452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7976/statm: 3400 798 370 3 0 500 0
[pid=7999] ppid=7976 vsize=5356 CPUtime=0
/proc/7999/stat : 7999 (sh) S 7976 7976 5925 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003630627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7999/statm: 1339 232 193 169 0 50 0
[pid=8000] ppid=7999 vsize=2356 CPUtime=4.45
/proc/8000/stat : 8000 (picosat) R 7999 7976 5925 0 -1 4194304 489 0 0 0 433 12 0 0 25 0 1 0 2003630627 2412544 470 996147200 134512640 134931368 4294956256 18446744073709551615 134522694 0 0 4096 0 0 0 0 17 1 0 0
/proc/8000/statm: 589 470 48 102 0 484 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 21312

[startup+12.7017 s]
/proc/loadavg: 1.22 1.12 1.34 3/96 8000
/proc/meminfo: memFree=1743720/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=13600 CPUtime=1.49
/proc/7976/stat : 7976 (sugar) S 7974 7976 5925 0 -1 4194304 1022 12530 0 2 3 1 137 8 16 0 1 0 2003630452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7976/statm: 3400 798 370 3 0 500 0
[pid=7999] ppid=7976 vsize=5356 CPUtime=0
/proc/7999/stat : 7999 (sh) S 7976 7976 5925 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003630627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7999/statm: 1339 232 193 169 0 50 0
[pid=8000] ppid=7999 vsize=2488 CPUtime=10.73
/proc/8000/stat : 8000 (picosat) R 7999 7976 5925 0 -1 4194304 525 0 0 0 1061 12 0 0 25 0 1 0 2003630627 2547712 506 996147200 134512640 134931368 4294956256 18446744073709551615 134529344 0 0 4096 0 0 0 0 17 1 0 0
/proc/8000/statm: 622 506 48 102 0 517 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 21444

[startup+25.5011 s]
/proc/loadavg: 1.39 1.16 1.35 3/96 8000
/proc/meminfo: memFree=1743528/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=13600 CPUtime=1.49
/proc/7976/stat : 7976 (sugar) S 7974 7976 5925 0 -1 4194304 1022 12530 0 2 3 1 137 8 16 0 1 0 2003630452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7976/statm: 3400 798 370 3 0 500 0
[pid=7999] ppid=7976 vsize=5356 CPUtime=0
/proc/7999/stat : 7999 (sh) S 7976 7976 5925 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003630627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7999/statm: 1339 232 193 169 0 50 0
[pid=8000] ppid=7999 vsize=2728 CPUtime=23.27
/proc/8000/stat : 8000 (picosat) R 7999 7976 5925 0 -1 4194304 590 0 0 0 2315 12 0 0 25 0 1 0 2003630627 2793472 571 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 1 0 0
/proc/8000/statm: 682 571 48 102 0 577 0
Current children cumulated CPU time (s) 24.76
Current children cumulated vsize (KiB) 21684

[startup+51.103 s]
/proc/loadavg: 1.60 1.23 1.36 3/96 8000
/proc/meminfo: memFree=1743272/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=13600 CPUtime=1.49
/proc/7976/stat : 7976 (sugar) S 7974 7976 5925 0 -1 4194304 1022 12530 0 2 3 1 137 8 16 0 1 0 2003630452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7976/statm: 3400 798 370 3 0 500 0
[pid=7999] ppid=7976 vsize=5356 CPUtime=0
/proc/7999/stat : 7999 (sh) S 7976 7976 5925 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003630627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7999/statm: 1339 232 193 169 0 50 0
[pid=8000] ppid=7999 vsize=3076 CPUtime=48.38
/proc/8000/stat : 8000 (picosat) R 7999 7976 5925 0 -1 4194304 664 0 0 0 4826 12 0 0 25 0 1 0 2003630627 3149824 645 996147200 134512640 134931368 4294956256 18446744073709551615 134529479 0 0 4096 0 0 0 0 17 1 0 0
/proc/8000/statm: 769 645 48 102 0 664 0
Current children cumulated CPU time (s) 49.87
Current children cumulated vsize (KiB) 22032

[startup+102.308 s]
/proc/loadavg: 1.82 1.34 1.39 3/96 8000
/proc/meminfo: memFree=1742632/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=13600 CPUtime=1.49
/proc/7976/stat : 7976 (sugar) S 7974 7976 5925 0 -1 4194304 1022 12530 0 2 3 1 137 8 16 0 1 0 2003630452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7976/statm: 3400 798 370 3 0 500 0
[pid=7999] ppid=7976 vsize=5356 CPUtime=0
/proc/7999/stat : 7999 (sh) S 7976 7976 5925 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003630627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7999/statm: 1339 232 193 169 0 50 0
[pid=8000] ppid=7999 vsize=3484 CPUtime=98.58
/proc/8000/stat : 8000 (picosat) R 7999 7976 5925 0 -1 4194304 778 0 0 0 9846 12 0 0 25 0 1 0 2003630627 3567616 759 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/8000/statm: 871 759 48 102 0 766 0
Current children cumulated CPU time (s) 100.07
Current children cumulated vsize (KiB) 22440

[startup+162.302 s]
/proc/loadavg: 1.93 1.46 1.43 3/96 8000
/proc/meminfo: memFree=1742248/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=13600 CPUtime=1.49
/proc/7976/stat : 7976 (sugar) S 7974 7976 5925 0 -1 4194304 1022 12530 0 2 3 1 137 8 16 0 1 0 2003630452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7976/statm: 3400 798 370 3 0 500 0
[pid=7999] ppid=7976 vsize=5356 CPUtime=0
/proc/7999/stat : 7999 (sh) S 7976 7976 5925 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003630627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7999/statm: 1339 232 193 169 0 50 0
[pid=8000] ppid=7999 vsize=3756 CPUtime=157.41
/proc/8000/stat : 8000 (picosat) R 7999 7976 5925 0 -1 4194304 853 0 0 0 15729 12 0 0 25 0 1 0 2003630627 3846144 834 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/8000/statm: 939 834 48 102 0 834 0
Current children cumulated CPU time (s) 158.9
Current children cumulated vsize (KiB) 22712

[startup+222.301 s]
/proc/loadavg: 1.97 1.56 1.46 3/96 8000
/proc/meminfo: memFree=1741992/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=13600 CPUtime=1.49
/proc/7976/stat : 7976 (sugar) S 7974 7976 5925 0 -1 4194304 1022 12530 0 2 3 1 137 8 16 0 1 0 2003630452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7976/statm: 3400 798 370 3 0 500 0
[pid=7999] ppid=7976 vsize=5356 CPUtime=0
/proc/7999/stat : 7999 (sh) S 7976 7976 5925 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003630627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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


[startup+462.301 s]
/proc/loadavg: 2.00 1.80 1.58 3/96 8000
/proc/meminfo: memFree=1740840/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=13600 CPUtime=1.49
/proc/7976/stat : 7976 (sugar) S 7974 7976 5925 0 -1 4194304 1022 12530 0 2 3 1 137 8 16 0 1 0 2003630452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7976/statm: 3400 798 370 3 0 500 0
[pid=7999] ppid=7976 vsize=5356 CPUtime=0
/proc/7999/stat : 7999 (sh) S 7976 7976 5925 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003630627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7999/statm: 1339 232 193 169 0 50 0
[pid=8000] ppid=7999 vsize=4884 CPUtime=451.57
/proc/8000/stat : 8000 (picosat) R 7999 7976 5925 0 -1 4194304 1112 0 0 0 45145 12 0 0 25 0 1 0 2003630627 5001216 1093 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/8000/statm: 1221 1093 48 102 0 1116 0
Current children cumulated CPU time (s) 453.06
Current children cumulated vsize (KiB) 23840

[startup+522.301 s]
/proc/loadavg: 2.00 1.84 1.60 3/96 8000
/proc/meminfo: memFree=1740712/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=13600 CPUtime=1.49
/proc/7976/stat : 7976 (sugar) S 7974 7976 5925 0 -1 4194304 1022 12530 0 2 3 1 137 8 16 0 1 0 2003630452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7976/statm: 3400 798 370 3 0 500 0
[pid=7999] ppid=7976 vsize=5356 CPUtime=0
/proc/7999/stat : 7999 (sh) S 7976 7976 5925 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003630627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7999/statm: 1339 232 193 169 0 50 0
[pid=8000] ppid=7999 vsize=5016 CPUtime=510.41
/proc/8000/stat : 8000 (picosat) R 7999 7976 5925 0 -1 4194304 1151 0 0 0 51029 12 0 0 25 0 1 0 2003630627 5136384 1132 996147200 134512640 134931368 4294956256 18446744073709551615 134529486 0 0 4096 0 0 0 0 17 1 0 0
/proc/8000/statm: 1254 1132 48 102 0 1149 0
Current children cumulated CPU time (s) 511.9
Current children cumulated vsize (KiB) 23972

[startup+582.302 s]
/proc/loadavg: 2.00 1.86 1.62 3/96 8000
/proc/meminfo: memFree=1740328/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=13600 CPUtime=1.49
/proc/7976/stat : 7976 (sugar) S 7974 7976 5925 0 -1 4194304 1022 12530 0 2 3 1 137 8 16 0 1 0 2003630452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7976/statm: 3400 798 370 3 0 500 0
[pid=7999] ppid=7976 vsize=5356 CPUtime=0
/proc/7999/stat : 7999 (sh) S 7976 7976 5925 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003630627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7999/statm: 1339 232 193 169 0 50 0
[pid=8000] ppid=7999 vsize=5308 CPUtime=569.23
/proc/8000/stat : 8000 (picosat) R 7999 7976 5925 0 -1 4194304 1226 0 0 0 56911 12 0 0 25 0 1 0 2003630627 5435392 1207 996147200 134512640 134931368 4294956256 18446744073709551615 134525875 0 0 4096 0 0 0 0 17 1 0 0
/proc/8000/statm: 1327 1207 48 102 0 1222 0
Current children cumulated CPU time (s) 570.72
Current children cumulated vsize (KiB) 24264

[startup+642.302 s]
/proc/loadavg: 2.00 1.89 1.65 3/96 8000
/proc/meminfo: memFree=1740264/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=13600 CPUtime=1.49
/proc/7976/stat : 7976 (sugar) S 7974 7976 5925 0 -1 4194304 1022 12530 0 2 3 1 137 8 16 0 1 0 2003630452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7976/statm: 3400 798 370 3 0 500 0
[pid=7999] ppid=7976 vsize=5356 CPUtime=0
/proc/7999/stat : 7999 (sh) S 7976 7976 5925 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003630627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7999/statm: 1339 232 193 169 0 50 0
[pid=8000] ppid=7999 vsize=5308 CPUtime=628.07
/proc/8000/stat : 8000 (picosat) R 7999 7976 5925 0 -1 4194304 1238 0 0 0 62795 12 0 0 25 0 1 0 2003630627 5435392 1211 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 1 0 0
/proc/8000/statm: 1327 1211 48 102 0 1222 0
Current children cumulated CPU time (s) 629.56
Current children cumulated vsize (KiB) 24264

[startup+702.302 s]
/proc/loadavg: 2.00 1.90 1.66 3/96 8002
/proc/meminfo: memFree=1740008/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=13600 CPUtime=1.49
/proc/7976/stat : 7976 (sugar) S 7974 7976 5925 0 -1 4194304 1022 12530 0 2 3 1 137 8 16 0 1 0 2003630452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7976/statm: 3400 798 370 3 0 500 0
[pid=7999] ppid=7976 vsize=5356 CPUtime=0
/proc/7999/stat : 7999 (sh) S 7976 7976 5925 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003630627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7999/statm: 1339 232 193 169 0 50 0
[pid=8000] ppid=7999 vsize=5404 CPUtime=686.9
/proc/8000/stat : 8000 (picosat) R 7999 7976 5925 0 -1 4194304 1262 0 0 0 68678 12 0 0 25 0 1 0 2003630627 5533696 1235 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8000/statm: 1351 1235 48 102 0 1246 0
Current children cumulated CPU time (s) 688.39
Current children cumulated vsize (KiB) 24360

[startup+762.307 s]
/proc/loadavg: 2.00 1.92 1.68 3/96 8002
/proc/meminfo: memFree=1739624/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=13600 CPUtime=1.49
/proc/7976/stat : 7976 (sugar) S 7974 7976 5925 0 -1 4194304 1022 12530 0 2 3 1 137 8 16 0 1 0 2003630452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7976/statm: 3400 798 370 3 0 500 0
[pid=7999] ppid=7976 vsize=5356 CPUtime=0
/proc/7999/stat : 7999 (sh) S 7976 7976 5925 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003630627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7999/statm: 1339 232 193 169 0 50 0
[pid=8000] ppid=7999 vsize=5776 CPUtime=745.74
/proc/8000/stat : 8000 (picosat) R 7999 7976 5925 0 -1 4194304 1357 0 0 0 74561 13 0 0 25 0 1 0 2003630627 5914624 1330 996147200 134512640 134931368 4294956256 18446744073709551615 134522712 0 0 4096 0 0 0 0 17 1 0 0
/proc/8000/statm: 1444 1330 48 102 0 1339 0
Current children cumulated CPU time (s) 747.23
Current children cumulated vsize (KiB) 24732

[startup+822.302 s]
/proc/loadavg: 2.00 1.93 1.70 3/96 8002
/proc/meminfo: memFree=1739560/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=13600 CPUtime=1.49
/proc/7976/stat : 7976 (sugar) S 7974 7976 5925 0 -1 4194304 1022 12530 0 2 3 1 137 8 16 0 1 0 2003630452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7976/statm: 3400 798 370 3 0 500 0
[pid=7999] ppid=7976 vsize=5356 CPUtime=0
/proc/7999/stat : 7999 (sh) S 7976 7976 5925 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003630627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7999/statm: 1339 232 193 169 0 50 0
[pid=8000] ppid=7999 vsize=5776 CPUtime=804.57
/proc/8000/stat : 8000 (picosat) R 7999 7976 5925 0 -1 4194304 1357 0 0 0 80444 13 0 0 25 0 1 0 2003630627 5914624 1330 996147200 134512640 134931368 4294956256 18446744073709551615 134522784 0 0 4096 0 0 0 0 17 1 0 0
/proc/8000/statm: 1444 1330 48 102 0 1339 0
Current children cumulated CPU time (s) 806.06
Current children cumulated vsize (KiB) 24732

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

[startup+825.501 s]
/proc/loadavg: 2.00 1.93 1.70 3/96 8002
/proc/meminfo: memFree=1739560/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=13600 CPUtime=1.49
/proc/7976/stat : 7976 (sugar) S 7974 7976 5925 0 -1 4194304 1022 12530 0 2 3 1 137 8 16 0 1 0 2003630452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7976/statm: 3400 798 370 3 0 500 0
[pid=7999] ppid=7976 vsize=5356 CPUtime=0
/proc/7999/stat : 7999 (sh) S 7976 7976 5925 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003630627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7999/statm: 1339 232 193 169 0 50 0
[pid=8000] ppid=7999 vsize=5776 CPUtime=807.71
/proc/8000/stat : 8000 (picosat) R 7999 7976 5925 0 -1 4194304 1357 0 0 0 80758 13 0 0 25 0 1 0 2003630627 5914624 1330 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8000/statm: 1444 1330 48 102 0 1339 0
Current children cumulated CPU time (s) 809.2
Current children cumulated vsize (KiB) 24732

[startup+827.102 s]
/proc/loadavg: 2.00 1.93 1.70 3/96 8002
/proc/meminfo: memFree=1739560/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=13600 CPUtime=1.49
/proc/7976/stat : 7976 (sugar) S 7974 7976 5925 0 -1 4194304 1022 12530 0 2 3 1 137 8 16 0 1 0 2003630452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7976/statm: 3400 798 370 3 0 500 0
[pid=7999] ppid=7976 vsize=5356 CPUtime=0
/proc/7999/stat : 7999 (sh) S 7976 7976 5925 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003630627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7999/statm: 1339 232 193 169 0 50 0
[pid=8000] ppid=7999 vsize=5776 CPUtime=809.28
/proc/8000/stat : 8000 (picosat) R 7999 7976 5925 0 -1 4194304 1357 0 0 0 80915 13 0 0 25 0 1 0 2003630627 5914624 1330 996147200 134512640 134931368 4294956256 18446744073709551615 134524239 0 0 4096 0 0 0 0 17 1 0 0
/proc/8000/statm: 1444 1330 48 102 0 1339 0
Current children cumulated CPU time (s) 810.77
Current children cumulated vsize (KiB) 24732

[startup+827.502 s]
/proc/loadavg: 2.00 1.93 1.70 3/96 8002
/proc/meminfo: memFree=1739560/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=13600 CPUtime=1.49
/proc/7976/stat : 7976 (sugar) S 7974 7976 5925 0 -1 4194304 1022 12530 0 2 3 1 137 8 16 0 1 0 2003630452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7976/statm: 3400 798 370 3 0 500 0
[pid=7999] ppid=7976 vsize=5356 CPUtime=0
/proc/7999/stat : 7999 (sh) S 7976 7976 5925 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003630627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7999/statm: 1339 232 193 169 0 50 0
[pid=8000] ppid=7999 vsize=5776 CPUtime=809.67
/proc/8000/stat : 8000 (picosat) R 7999 7976 5925 0 -1 4194304 1357 0 0 0 80954 13 0 0 25 0 1 0 2003630627 5914624 1330 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8000/statm: 1444 1330 48 102 0 1339 0
Current children cumulated CPU time (s) 811.16
Current children cumulated vsize (KiB) 24732

[startup+827.902 s]
/proc/loadavg: 2.00 1.93 1.70 3/96 8002
/proc/meminfo: memFree=1739560/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=13600 CPUtime=811.53
/proc/7976/stat : 7976 (sugar) S 7974 7976 5925 0 -1 4194304 1070 14174 0 2 3 1 81127 22 17 0 1 0 2003630452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7976/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 811.53
Current children cumulated vsize (KiB) 13600

[startup+828.002 s]
/proc/loadavg: 2.00 1.93 1.70 3/96 8002
/proc/meminfo: memFree=1739560/2055920 swapFree=4180456/4192956
[pid=7976] ppid=7974 vsize=13600 CPUtime=811.53
/proc/7976/stat : 7976 (sugar) S 7974 7976 5925 0 -1 4194304 1088 14174 0 2 3 1 81127 22 15 0 1 0 2003630452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7976/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 811.53
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 828.04
CPU time (s): 811.677
CPU user time (s): 811.41
CPU system time (s): 0.266959
CPU usage (%): 98.0238
Max. virtual memory (cumulated for all children) (KiB): 887416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 811.41
system time used= 0.266959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18987
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= 2146
involuntary context switches= 21268

runsolver used 0.881865 second user time and 2.89256 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-05 10:29:21
IDJOB=1088291
IDBENCH=58076
IDSOLVER=345
FILE ID=node19/1088291-1215246561
PBS_JOBID= 7881910
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/graphColoring/myciel/normalized-myciel7-5.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-1088291-1215246561/watcher-1088291-1215246561 -o /tmp/evaluation-result-1088291-1215246561/solver-1088291-1215246561 -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-1088291-1215246561.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= db0f93b84b1192e2e8f64726b7d53b32
RANDOM SEED=1920567148

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1749408 kB
Buffers:          8272 kB
Cached:         142380 kB
SwapCached:       6496 kB
Active:         185828 kB
Inactive:        67224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1749408 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:         118896 kB
Slab:            38192 kB
Committed_AS:  4128052 kB
PageTables:       2268 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= 66536 MiB
End job on node19 at 2008-07-05 10:43:09