Trace number 1079954

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 1150.55 1152.63

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-49_ext.xml
MD5SUM25720c36732239b7436c9971631f16ab
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark23.1615
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.27	c 0	Sugar v1-13 + HOME/picosat
0.00/0.27	c 0	BEGIN Sat Jul  5 00:42:26 2008
0.00/0.27	c 0	PID 26970
0.00/0.27	c 0	HOST node52.alineos.net
0.00/0.27	c 0	CONVERTING HOME/instance-1079954-1215211345.xml TO HOME/temp.csp
0.00/0.27	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1079954-1215211345.xml' 'HOME/temp.csp'
0.04/0.93	c 0	1 domains, 20 variables, 0 predicates, 57 relations, 57 constraints
0.04/0.95	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.95	c 0	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.72/1.04	c 0	Parsing HOME/temp.csp
1.71/2.08	c 1	parsed 135 expressions
1.71/2.09	c 1	Heap : 19 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.71/2.09	c 1	Converting to clausal form CSP
1.81/2.11	c 2	converted 14 (10%) expressions
1.81/2.13	c 2	converted 27 (20%) expressions
1.81/2.14	c 2	converted 41 (30%) expressions
2.00/2.30	c 2	converted 54 (40%) expressions
2.00/2.30	c 2	converted 68 (50%) expressions
2.00/2.38	c 2	converted 81 (60%) expressions
2.10/2.49	c 2	converted 95 (70%) expressions
2.30/2.60	c 2	converted 108 (80%) expressions
2.40/2.71	c 2	converted 122 (90%) expressions
2.70/3.00	c 2	converted 135 (100%) expressions
2.70/3.00	c 2	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.70/3.00	c 2	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.70/3.00	c 2	Propagation in CSP
2.70/3.01	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.70/3.01	c 2	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.70/3.01	c 2	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.70/3.01	c 2	Simplifing CSP by introducing new Boolean variables
2.70/3.01	c 2	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.70/3.01	c 2	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.80/3.12	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.80/3.13	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.80/3.13	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.80/3.14	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.80/3.14	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.80/3.14	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.80/3.14	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.80/3.14	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.80/3.14	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.80/3.14	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.80/3.15	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.00/3.35	c 3	6 (10%) CSP clauses are encoded (11258 clauses, 243582 bytes)
3.09/3.48	c 3	12 (20%) CSP clauses are encoded (22052 clauses, 501519 bytes)
3.29/3.62	c 3	18 (30%) CSP clauses are encoded (32852 clauses, 770187 bytes)
3.39/3.73	c 3	23 (40%) CSP clauses are encoded (41910 clauses, 992213 bytes)
3.49/3.85	c 3	29 (50%) CSP clauses are encoded (52028 clauses, 1242127 bytes)
3.59/3.99	c 3	35 (60%) CSP clauses are encoded (62770 clauses, 1508838 bytes)
3.68/4.09	c 3	40 (70%) CSP clauses are encoded (71122 clauses, 1723690 bytes)
3.89/4.22	c 4	46 (80%) CSP clauses are encoded (81962 clauses, 2013905 bytes)
3.99/4.35	c 4	52 (90%) CSP clauses are encoded (92136 clauses, 2284395 bytes)
4.08/4.46	c 4	57 (100%) CSP clauses are encoded (101172 clauses, 2526427 bytes)
4.08/4.46	c 4	57 CSP clauses encoded
4.08/4.46	c 4	Writing map file : HOME/temp.map
4.08/4.47	c 4	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.08/4.47	c 4	SAT : 380 SAT variables, 101172 SAT clauses, 2526427 bytes
4.08/4.47	c 4	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.15/4.51	c 4	SOLVING HOME/temp.cnf
4.15/4.51	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1150.34/1152.46	c 1152	DECODING HOME/temp.out WITH HOME/temp.map
1150.34/1152.46	c 1152	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1150.42/1152.54	c 1152	Decoding HOME/temp.out
1150.42/1152.57	s SATISFIABLE
1150.42/1152.57	v 1 5 13 17 0 18 6 8 15 11 18 3 11 7 14 13 11 6 7 14
1150.42/1152.58	c 1152	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1150.42/1152.62	c 1152	CPU 1149.42 (0.03 0.01 1149.39 1.09)
1150.42/1152.62	c 1152	END Sat Jul  5 01:01:38 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-1079954-1215211345/watcher-1079954-1215211345 -o /tmp/evaluation-result-1079954-1215211345/solver-1079954-1215211345 -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-1079954-1215211345.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: 0.82 0.26 0.13 4/80 26970
/proc/meminfo: memFree=416488/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=18572 CPUtime=0
/proc/26970/stat : 26970 (runsolver) D 26968 26970 26850 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2000106810 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 273653755175 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/26970/statm: 4643 292 257 25 0 2626 0

[startup+0.0111989 s]
/proc/loadavg: 0.82 0.26 0.13 4/80 26970
/proc/meminfo: memFree=416488/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=18572 CPUtime=0
/proc/26970/stat : 26970 (runsolver) D 26968 26970 26850 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2000106810 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 273653755175 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/26970/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101212 s]
/proc/loadavg: 0.82 0.26 0.13 4/80 26970
/proc/meminfo: memFree=416488/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=12000 CPUtime=0
/proc/26970/stat : 26970 (sugar) D 26968 26970 26850 0 -1 4194304 168 0 6 0 0 0 0 0 18 0 1 0 2000106810 12288000 142 996147200 4194304 4206940 548682068608 18446744073709551615 273667910059 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/26970/statm: 3000 142 107 3 0 100 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12000

[startup+0.301246 s]
/proc/loadavg: 0.82 0.26 0.13 4/80 26970
/proc/meminfo: memFree=416488/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=13600 CPUtime=0.04
/proc/26970/stat : 26970 (sugar) S 26968 26970 26850 0 -1 4194304 885 127 15 0 3 1 0 0 19 0 1 0 2000106810 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26970/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701306 s]
/proc/loadavg: 0.82 0.26 0.13 4/80 26970
/proc/meminfo: memFree=416488/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=13600 CPUtime=0.04
/proc/26970/stat : 26970 (sugar) S 26968 26970 26850 0 -1 4194304 885 127 15 0 3 1 0 0 19 0 1 0 2000106810 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26970/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50243 s]
/proc/loadavg: 0.82 0.26 0.13 3/87 26988
/proc/meminfo: memFree=408240/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=13600 CPUtime=0.69
/proc/26970/stat : 26970 (sugar) S 26968 26970 26850 0 -1 4194304 958 7013 15 3 3 1 59 6 16 0 1 0 2000106810 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26970/statm: 3400 797 370 3 0 500 0
[pid=26983] ppid=26970 vsize=5356 CPUtime=0
/proc/26983/stat : 26983 (sh) S 26970 26970 26850 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000106906 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26983/statm: 1339 233 193 169 0 50 0
[pid=26984] ppid=26983 vsize=864012 CPUtime=0.52
/proc/26984/stat : 26984 (java) S 26983 26970 26850 0 -1 0 6518 0 3 0 49 3 0 0 18 0 9 0 2000106906 884748288 5812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26984/statm: 216003 5812 2532 9 0 210585 0
[pid=26984/tid=26985] ppid=26983 vsize=864012 CPUtime=0.31
/proc/26984/task/26985/stat : 26985 (java) R 26983 26970 26850 0 -1 64 2454 0 3 0 30 1 0 0 21 0 9 0 2000106907 884748288 5812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26984/tid=26986] ppid=26983 vsize=864012 CPUtime=0.15
/proc/26984/task/26986/stat : 26986 (java) R 26983 26970 26850 0 -1 64 3055 0 0 0 14 1 0 0 16 0 9 0 2000106908 884748288 5812 996147200 134512640 134550740 4294955952 18446744073709551615 102731890 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26984/tid=26987] ppid=26983 vsize=864012 CPUtime=0
/proc/26984/task/26987/stat : 26987 (java) S 26983 26970 26850 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000106909 884748288 5812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26984/tid=26988] ppid=26983 vsize=864012 CPUtime=0
/proc/26984/task/26988/stat : 26988 (java) S 26983 26970 26850 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2000106909 884748288 5812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 882968

[startup+3.10166 s]
/proc/loadavg: 0.82 0.26 0.13 3/91 26992
/proc/meminfo: memFree=384848/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=13600 CPUtime=0.69
/proc/26970/stat : 26970 (sugar) S 26968 26970 26850 0 -1 4194304 959 7013 15 3 3 1 59 6 15 0 1 0 2000106810 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26970/statm: 3400 797 370 3 0 500 0
[pid=26983] ppid=26970 vsize=5356 CPUtime=0
/proc/26983/stat : 26983 (sh) S 26970 26970 26850 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000106906 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26983/statm: 1339 233 193 169 0 50 0
[pid=26984] ppid=26983 vsize=864160 CPUtime=2.11
/proc/26984/stat : 26984 (java) S 26983 26970 26850 0 -1 0 14345 0 3 0 205 6 0 0 18 0 9 0 2000106906 884899840 13578 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26984/statm: 216040 13578 2540 9 0 210615 0
[pid=26984/tid=26985] ppid=26983 vsize=864160 CPUtime=1
/proc/26984/task/26985/stat : 26985 (java) R 26983 26970 26850 0 -1 64 2897 0 3 0 99 1 0 0 20 0 9 0 2000106907 884899840 13578 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26984/tid=26986] ppid=26983 vsize=864160 CPUtime=1.03
/proc/26984/task/26986/stat : 26986 (java) R 26983 26970 26850 0 -1 64 10429 0 0 0 99 4 0 0 18 0 9 0 2000106908 884899840 13578 996147200 134512640 134550740 4294955952 18446744073709551615 102731878 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26984/tid=26987] ppid=26983 vsize=864160 CPUtime=0
/proc/26984/task/26987/stat : 26987 (java) S 26983 26970 26850 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000106909 884899840 13578 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26984/tid=26988] ppid=26983 vsize=864160 CPUtime=0
/proc/26984/task/26988/stat : 26988 (java) S 26983 26970 26850 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2000106909 884899840 13578 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26984/tid=26989] ppid=26983 vsize=864160 CPUtime=0
/proc/26984/task/26989/stat : 26989 (java) S 26983 26970 26850 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000106911 884899840 13578 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26984/tid=26990] ppid=26983 vsize=864160 CPUtime=0.05
/proc/26984/task/26990/stat : 26990 (java) S 26983 26970 26850 0 -1 64 321 0 0 0 5 0 0 0 16 0 9 0 2000106911 884899840 13578 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26984/tid=26991] ppid=26983 vsize=864160 CPUtime=0
/proc/26984/task/26991/stat : 26991 (java) S 26983 26970 26850 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000106911 884899840 13578 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26984/tid=26992] ppid=26983 vsize=864160 CPUtime=0
/proc/26984/task/26992/stat : 26992 (java) R 26983 26970 26850 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000106911 884899840 13578 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 883116

[startup+6.30214 s]
/proc/loadavg: 0.92 0.29 0.14 3/83 26994
/proc/meminfo: memFree=405008/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=13600 CPUtime=4.18
/proc/26970/stat : 26970 (sugar) S 26968 26970 26850 0 -1 4194304 1007 22157 15 6 3 1 398 16 16 0 1 0 2000106810 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26970/statm: 3400 798 370 3 0 500 0
[pid=26993] ppid=26970 vsize=5356 CPUtime=0
/proc/26993/stat : 26993 (sh) S 26970 26970 26850 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000107262 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26993/statm: 1339 232 193 169 0 50 0
[pid=26994] ppid=26993 vsize=4968 CPUtime=1.77
/proc/26994/stat : 26994 (picosat) R 26993 26970 26850 0 -1 4194304 1159 0 0 0 98 79 0 0 25 0 1 0 2000107262 5087232 1145 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/26994/statm: 1242 1145 42 102 0 1137 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 23924

[startup+12.7011 s]
/proc/loadavg: 1.00 0.31 0.15 3/83 26994
/proc/meminfo: memFree=402320/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=13600 CPUtime=4.18
/proc/26970/stat : 26970 (sugar) S 26968 26970 26850 0 -1 4194304 1007 22157 15 6 3 1 398 16 16 0 1 0 2000106810 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26970/statm: 3400 798 370 3 0 500 0
[pid=26993] ppid=26970 vsize=5356 CPUtime=0
/proc/26993/stat : 26993 (sh) S 26970 26970 26850 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000107262 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26993/statm: 1339 232 193 169 0 50 0
[pid=26994] ppid=26993 vsize=5892 CPUtime=8.13
/proc/26994/stat : 26994 (picosat) R 26993 26970 26850 0 -1 4194304 1389 0 0 0 733 80 0 0 25 0 1 0 2000107262 6033408 1375 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26994/statm: 1473 1375 42 102 0 1368 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 24848

[startup+25.502 s]
/proc/loadavg: 1.22 0.40 0.18 3/83 26994
/proc/meminfo: memFree=401232/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=13600 CPUtime=4.18
/proc/26970/stat : 26970 (sugar) S 26968 26970 26850 0 -1 4194304 1007 22157 15 6 3 1 398 16 16 0 1 0 2000106810 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26970/statm: 3400 798 370 3 0 500 0
[pid=26993] ppid=26970 vsize=5356 CPUtime=0
/proc/26993/stat : 26993 (sh) S 26970 26970 26850 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000107262 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26993/statm: 1339 232 193 169 0 50 0
[pid=26994] ppid=26993 vsize=6908 CPUtime=20.86
/proc/26994/stat : 26994 (picosat) R 26993 26970 26850 0 -1 4194304 1667 0 0 0 2006 80 0 0 25 0 1 0 2000107262 7073792 1651 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/26994/statm: 1727 1651 48 102 0 1622 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 25864

[startup+51.1027 s]
/proc/loadavg: 1.49 0.52 0.22 3/83 26994
/proc/meminfo: memFree=401104/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=13600 CPUtime=4.18
/proc/26970/stat : 26970 (sugar) S 26968 26970 26850 0 -1 4194304 1007 22157 15 6 3 1 398 16 16 0 1 0 2000106810 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26970/statm: 3400 798 370 3 0 500 0
[pid=26993] ppid=26970 vsize=5356 CPUtime=0
/proc/26993/stat : 26993 (sh) S 26970 26970 26850 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000107262 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26993/statm: 1339 232 193 169 0 50 0
[pid=26994] ppid=26993 vsize=7192 CPUtime=46.33
/proc/26994/stat : 26994 (picosat) R 26993 26970 26850 0 -1 4194304 1728 0 0 0 4553 80 0 0 25 0 1 0 2000107262 7364608 1712 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/26994/statm: 1798 1712 48 102 0 1693 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 26148

[startup+102.306 s]
/proc/loadavg: 1.78 0.75 0.31 3/83 26994
/proc/meminfo: memFree=400152/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=13600 CPUtime=4.18
/proc/26970/stat : 26970 (sugar) S 26968 26970 26850 0 -1 4194304 1007 22157 15 6 3 1 398 16 16 0 1 0 2000106810 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26970/statm: 3400 798 370 3 0 500 0
[pid=26993] ppid=26970 vsize=5356 CPUtime=0
/proc/26993/stat : 26993 (sh) S 26970 26970 26850 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000107262 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26993/statm: 1339 232 193 169 0 50 0
[pid=26994] ppid=26993 vsize=8272 CPUtime=97.28
/proc/26994/stat : 26994 (picosat) R 26993 26970 26850 0 -1 4194304 1903 0 0 0 9648 80 0 0 25 0 1 0 2000107262 8470528 1854 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 1 0 0
/proc/26994/statm: 2068 1854 48 102 0 1963 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 27228

[startup+162.301 s]
/proc/loadavg: 1.92 0.97 0.42 3/83 26994
/proc/meminfo: memFree=399832/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=13600 CPUtime=4.18
/proc/26970/stat : 26970 (sugar) S 26968 26970 26850 0 -1 4194304 1007 22157 15 6 3 1 398 16 16 0 1 0 2000106810 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26970/statm: 3400 798 370 3 0 500 0
[pid=26993] ppid=26970 vsize=5356 CPUtime=0
/proc/26993/stat : 26993 (sh) S 26970 26970 26850 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000107262 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26993/statm: 1339 232 193 169 0 50 0
[pid=26994] ppid=26993 vsize=8536 CPUtime=157
/proc/26994/stat : 26994 (picosat) R 26993 26970 26850 0 -1 4194304 2093 0 0 0 15619 81 0 0 25 0 1 0 2000107262 8740864 1933 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26994/statm: 2134 1933 48 102 0 2029 0
Current children cumulated CPU time (s) 161.18
Current children cumulated vsize (KiB) 27492


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


[startup+1002.3 s]
/proc/loadavg: 2.00 1.94 1.35 3/76 27104
/proc/meminfo: memFree=368784/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=13600 CPUtime=4.18
/proc/26970/stat : 26970 (sugar) S 26968 26970 26850 0 -1 4194304 1007 22157 15 6 3 1 398 16 16 0 1 0 2000106810 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26970/statm: 3400 798 370 3 0 500 0
[pid=26993] ppid=26970 vsize=5356 CPUtime=0
/proc/26993/stat : 26993 (sh) S 26970 26970 26850 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000107262 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26993/statm: 1339 232 193 169 0 50 0
[pid=26994] ppid=26993 vsize=12356 CPUtime=996.14
/proc/26994/stat : 26994 (picosat) R 26993 26970 26850 0 -1 4194304 4107 0 0 0 99525 89 0 0 25 0 1 0 2000107262 12652544 2879 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/26994/statm: 3089 2879 48 102 0 2984 0
Current children cumulated CPU time (s) 1000.32
Current children cumulated vsize (KiB) 31312

[startup+1062.3 s]
/proc/loadavg: 2.08 1.97 1.39 3/76 27104
/proc/meminfo: memFree=368272/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=13600 CPUtime=4.18
/proc/26970/stat : 26970 (sugar) S 26968 26970 26850 0 -1 4194304 1007 22157 15 6 3 1 398 16 16 0 1 0 2000106810 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26970/statm: 3400 798 370 3 0 500 0
[pid=26993] ppid=26970 vsize=5356 CPUtime=0
/proc/26993/stat : 26993 (sh) S 26970 26970 26850 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000107262 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26993/statm: 1339 232 193 169 0 50 0
[pid=26994] ppid=26993 vsize=12752 CPUtime=1056.11
/proc/26994/stat : 26994 (picosat) R 26993 26970 26850 0 -1 4194304 4317 0 0 0 105522 89 0 0 25 0 1 0 2000107262 13058048 3005 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26994/statm: 3188 3005 48 102 0 3083 0
Current children cumulated CPU time (s) 1060.29
Current children cumulated vsize (KiB) 31708

[startup+1122.3 s]
/proc/loadavg: 2.18 2.00 1.44 3/76 27110
/proc/meminfo: memFree=367944/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=13600 CPUtime=4.18
/proc/26970/stat : 26970 (sugar) S 26968 26970 26850 0 -1 4194304 1007 22157 15 6 3 1 398 16 16 0 1 0 2000106810 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26970/statm: 3400 798 370 3 0 500 0
[pid=26993] ppid=26970 vsize=5356 CPUtime=0
/proc/26993/stat : 26993 (sh) S 26970 26970 26850 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000107262 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26993/statm: 1339 232 193 169 0 50 0
[pid=26994] ppid=26993 vsize=12752 CPUtime=1116.07
/proc/26994/stat : 26994 (picosat) R 26993 26970 26850 0 -1 4194304 4401 0 0 0 111518 89 0 0 25 0 1 0 2000107262 13058048 3005 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 0 0 0
/proc/26994/statm: 3188 3005 48 102 0 3083 0
Current children cumulated CPU time (s) 1120.25
Current children cumulated vsize (KiB) 31708

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

[startup+1126.3 s]
/proc/loadavg: 2.17 2.00 1.44 3/76 27110
/proc/meminfo: memFree=368016/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=13600 CPUtime=4.18
/proc/26970/stat : 26970 (sugar) S 26968 26970 26850 0 -1 4194304 1007 22157 15 6 3 1 398 16 16 0 1 0 2000106810 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26970/statm: 3400 798 370 3 0 500 0
[pid=26993] ppid=26970 vsize=5356 CPUtime=0
/proc/26993/stat : 26993 (sh) S 26970 26970 26850 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000107262 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26993/statm: 1339 232 193 169 0 50 0
[pid=26994] ppid=26993 vsize=12752 CPUtime=1120.07
/proc/26994/stat : 26994 (picosat) R 26993 26970 26850 0 -1 4194304 4401 0 0 0 111918 89 0 0 25 0 1 0 2000107262 13058048 3005 996147200 134512640 134931368 4294956256 18446744073709551615 134530967 0 0 4096 0 0 0 0 17 0 0 0
/proc/26994/statm: 3188 3005 48 102 0 3083 0
Current children cumulated CPU time (s) 1124.25
Current children cumulated vsize (KiB) 31708

[startup+1139.1 s]
/proc/loadavg: 2.14 2.00 1.45 3/76 27110
/proc/meminfo: memFree=368016/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=13600 CPUtime=4.18
/proc/26970/stat : 26970 (sugar) S 26968 26970 26850 0 -1 4194304 1007 22157 15 6 3 1 398 16 16 0 1 0 2000106810 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26970/statm: 3400 798 370 3 0 500 0
[pid=26993] ppid=26970 vsize=5356 CPUtime=0
/proc/26993/stat : 26993 (sh) S 26970 26970 26850 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000107262 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26993/statm: 1339 232 193 169 0 50 0
[pid=26994] ppid=26993 vsize=12752 CPUtime=1132.87
/proc/26994/stat : 26994 (picosat) R 26993 26970 26850 0 -1 4194304 4401 0 0 0 113198 89 0 0 25 0 1 0 2000107262 13058048 3005 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26994/statm: 3188 3005 48 102 0 3083 0
Current children cumulated CPU time (s) 1137.05
Current children cumulated vsize (KiB) 31708

[startup+1145.5 s]
/proc/loadavg: 2.12 2.00 1.45 3/76 27110
/proc/meminfo: memFree=368016/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=13600 CPUtime=4.18
/proc/26970/stat : 26970 (sugar) S 26968 26970 26850 0 -1 4194304 1007 22157 15 6 3 1 398 16 16 0 1 0 2000106810 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26970/statm: 3400 798 370 3 0 500 0
[pid=26993] ppid=26970 vsize=5356 CPUtime=0
/proc/26993/stat : 26993 (sh) S 26970 26970 26850 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000107262 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26993/statm: 1339 232 193 169 0 50 0
[pid=26994] ppid=26993 vsize=12752 CPUtime=1139.26
/proc/26994/stat : 26994 (picosat) R 26993 26970 26850 0 -1 4194304 4401 0 0 0 113837 89 0 0 25 0 1 0 2000107262 13058048 3005 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26994/statm: 3188 3005 48 102 0 3083 0
Current children cumulated CPU time (s) 1143.44
Current children cumulated vsize (KiB) 31708

[startup+1148.7 s]
/proc/loadavg: 2.12 2.00 1.45 3/76 27110
/proc/meminfo: memFree=368016/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=13600 CPUtime=4.18
/proc/26970/stat : 26970 (sugar) S 26968 26970 26850 0 -1 4194304 1007 22157 15 6 3 1 398 16 16 0 1 0 2000106810 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26970/statm: 3400 798 370 3 0 500 0
[pid=26993] ppid=26970 vsize=5356 CPUtime=0
/proc/26993/stat : 26993 (sh) S 26970 26970 26850 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000107262 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26993/statm: 1339 232 193 169 0 50 0
[pid=26994] ppid=26993 vsize=12752 CPUtime=1142.46
/proc/26994/stat : 26994 (picosat) R 26993 26970 26850 0 -1 4194304 4401 0 0 0 114157 89 0 0 25 0 1 0 2000107262 13058048 3005 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26994/statm: 3188 3005 48 102 0 3083 0
Current children cumulated CPU time (s) 1146.64
Current children cumulated vsize (KiB) 31708

[startup+1150.3 s]
/proc/loadavg: 2.11 2.00 1.45 3/76 27110
/proc/meminfo: memFree=368016/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=13600 CPUtime=4.18
/proc/26970/stat : 26970 (sugar) S 26968 26970 26850 0 -1 4194304 1007 22157 15 6 3 1 398 16 16 0 1 0 2000106810 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26970/statm: 3400 798 370 3 0 500 0
[pid=26993] ppid=26970 vsize=5356 CPUtime=0
/proc/26993/stat : 26993 (sh) S 26970 26970 26850 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000107262 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26993/statm: 1339 232 193 169 0 50 0
[pid=26994] ppid=26993 vsize=12752 CPUtime=1144.06
/proc/26994/stat : 26994 (picosat) R 26993 26970 26850 0 -1 4194304 4401 0 0 0 114317 89 0 0 25 0 1 0 2000107262 13058048 3005 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26994/statm: 3188 3005 48 102 0 3083 0
Current children cumulated CPU time (s) 1148.24
Current children cumulated vsize (KiB) 31708

[startup+1151.9 s]
/proc/loadavg: 2.11 2.00 1.45 3/76 27110
/proc/meminfo: memFree=368016/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=13600 CPUtime=4.18
/proc/26970/stat : 26970 (sugar) S 26968 26970 26850 0 -1 4194304 1007 22157 15 6 3 1 398 16 16 0 1 0 2000106810 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26970/statm: 3400 798 370 3 0 500 0
[pid=26993] ppid=26970 vsize=5356 CPUtime=0
/proc/26993/stat : 26993 (sh) S 26970 26970 26850 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000107262 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26993/statm: 1339 232 193 169 0 50 0
[pid=26994] ppid=26993 vsize=12752 CPUtime=1145.66
/proc/26994/stat : 26994 (picosat) R 26993 26970 26850 0 -1 4194304 4401 0 0 0 114477 89 0 0 25 0 1 0 2000107262 13058048 3005 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26994/statm: 3188 3005 48 102 0 3083 0
Current children cumulated CPU time (s) 1149.84
Current children cumulated vsize (KiB) 31708

[startup+1152.3 s]
/proc/loadavg: 2.11 2.00 1.45 3/76 27110
/proc/meminfo: memFree=368016/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=13600 CPUtime=4.18
/proc/26970/stat : 26970 (sugar) S 26968 26970 26850 0 -1 4194304 1007 22157 15 6 3 1 398 16 16 0 1 0 2000106810 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26970/statm: 3400 798 370 3 0 500 0
[pid=26993] ppid=26970 vsize=5356 CPUtime=0
/proc/26993/stat : 26993 (sh) S 26970 26970 26850 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000107262 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26993/statm: 1339 232 193 169 0 50 0
[pid=26994] ppid=26993 vsize=12752 CPUtime=1146.06
/proc/26994/stat : 26994 (picosat) R 26993 26970 26850 0 -1 4194304 4401 0 0 0 114517 89 0 0 25 0 1 0 2000107262 13058048 3005 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26994/statm: 3188 3005 48 102 0 3083 0
Current children cumulated CPU time (s) 1150.24
Current children cumulated vsize (KiB) 31708

[startup+1152.5 s]
/proc/loadavg: 2.11 2.00 1.45 3/76 27110
/proc/meminfo: memFree=368016/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=13600 CPUtime=1150.42
/proc/26970/stat : 26970 (sugar) S 26968 26970 26850 0 -1 4194304 1055 26849 15 6 3 1 114931 107 17 0 1 0 2000106810 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26970/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1150.42
Current children cumulated vsize (KiB) 13600

[startup+1152.6 s]
/proc/loadavg: 2.11 2.00 1.45 3/76 27110
/proc/meminfo: memFree=368016/2055920 swapFree=4180424/4192956
[pid=26970] ppid=26968 vsize=13600 CPUtime=1150.42
/proc/26970/stat : 26970 (sugar) S 26968 26970 26850 0 -1 4194304 1075 26849 15 6 3 1 114931 107 15 0 1 0 2000106810 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26970/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1150.42
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1152.63
CPU time (s): 1150.55
CPU user time (s): 1149.43
CPU system time (s): 1.11583
CPU usage (%): 99.8199
Max. virtual memory (cumulated for all children) (KiB): 883228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1149.43
system time used= 1.11583
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31666
page faults= 22
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2534
involuntary context switches= 13672

runsolver used 1.38379 second user time and 3.87241 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-05 00:42:25
IDJOB=1079954
IDBENCH=56926
IDSOLVER=345
FILE ID=node52/1079954-1215211345
PBS_JOBID= 7881799
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-49_ext.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-1079954-1215211345/watcher-1079954-1215211345 -o /tmp/evaluation-result-1079954-1215211345/solver-1079954-1215211345 -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-1079954-1215211345.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 25720c36732239b7436c9971631f16ab
RANDOM SEED=745276591

node52.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.265
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.265
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:        417032 kB
Buffers:          3264 kB
Cached:        1479940 kB
SwapCached:       6608 kB
Active:         888812 kB
Inactive:       683316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        417032 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            9992 kB
Writeback:           0 kB
Mapped:         102328 kB
Slab:            51964 kB
Committed_AS:  4717708 kB
PageTables:       2056 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node52 at 2008-07-05 01:01:38