Trace number 1079885

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 751.372 758.227

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-24_ext.xml
MD5SUM039c5f33cee89cf9d5edc6224d685ccc
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.7394
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 00:40:26 2008
0.00/0.05	c 0	PID 25481
0.00/0.05	c 0	HOST node20.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1079885-1215211226.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1079885-1215211226.xml' 'HOME/temp.csp'
0.03/0.86	c 1	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.03/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.89	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.83/0.97	c 1	Parsing HOME/temp.csp
2.01/2.11	c 2	parsed 141 expressions
2.01/2.11	c 2	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.01/2.11	c 2	Converting to clausal form CSP
2.01/2.14	c 2	converted 15 (10%) expressions
2.20/2.31	c 2	converted 29 (20%) expressions
2.20/2.31	c 2	converted 43 (30%) expressions
2.20/2.32	c 3	converted 57 (40%) expressions
2.20/2.34	c 3	converted 71 (50%) expressions
2.20/2.39	c 3	converted 85 (60%) expressions
2.42/2.51	c 3	converted 99 (70%) expressions
2.51/2.63	c 3	converted 113 (80%) expressions
2.82/2.94	c 3	converted 127 (90%) expressions
3.01/3.11	c 3	converted 141 (100%) expressions
3.01/3.11	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.01/3.11	c 3	Heap : 41 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.01/3.11	c 3	Propagation in CSP
3.01/3.11	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.01/3.11	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.01/3.11	c 3	Heap : 41 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.01/3.11	c 3	Simplifing CSP by introducing new Boolean variables
3.01/3.11	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.01/3.11	c 3	Heap : 41 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.10/3.24	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.10/3.25	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.10/3.25	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.10/3.25	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.10/3.25	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.10/3.26	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.10/3.26	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.10/3.26	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.10/3.26	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.10/3.26	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.10/3.26	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.29/3.46	c 4	6 (10%) CSP clauses are encoded (11159 clauses, 241678 bytes)
3.40/3.59	c 4	12 (20%) CSP clauses are encoded (21920 clauses, 502755 bytes)
3.60/3.73	c 4	18 (30%) CSP clauses are encoded (32775 clauses, 773067 bytes)
3.70/3.86	c 4	24 (40%) CSP clauses are encoded (43596 clauses, 1041653 bytes)
3.89/4.00	c 4	30 (50%) CSP clauses are encoded (54410 clauses, 1310083 bytes)
4.00/4.14	c 4	36 (60%) CSP clauses are encoded (65169 clauses, 1577476 bytes)
4.09/4.28	c 4	42 (70%) CSP clauses are encoded (75989 clauses, 1864752 bytes)
4.29/4.43	c 5	48 (80%) CSP clauses are encoded (86816 clauses, 2154538 bytes)
4.38/4.56	c 5	54 (90%) CSP clauses are encoded (97672 clauses, 2445063 bytes)
4.57/4.70	c 5	60 (100%) CSP clauses are encoded (108478 clauses, 2734677 bytes)
4.57/4.70	c 5	60 CSP clauses encoded
4.57/4.70	c 5	Writing map file : HOME/temp.map
4.57/4.70	c 5	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.57/4.70	c 5	SAT : 380 SAT variables, 108478 SAT clauses, 2734677 bytes
4.57/4.70	c 5	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.57/4.76	c 5	SOLVING HOME/temp.cnf
4.57/4.76	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
751.13/758.09	c 758	DECODING HOME/temp.out WITH HOME/temp.map
751.13/758.09	c 758	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
751.23/758.18	c 758	Decoding HOME/temp.out
751.23/758.20	s SATISFIABLE
751.23/758.20	v 11 14 0 8 2 8 18 17 6 16 0 16 7 2 4 11 13 6 9 13
751.23/758.20	c 758	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
751.23/758.22	c 758	CPU 750.23 (0.04 0 750.19 1.11)
751.23/758.22	c 758	END Sat Jul  5 00:53:04 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-1079885-1215211226/watcher-1079885-1215211226 -o /tmp/evaluation-result-1079885-1215211226/solver-1079885-1215211226 -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-1079885-1215211226.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.91 4/84 25481
/proc/meminfo: memFree=1397272/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=12268 CPUtime=0
/proc/25481/stat : 25481 (sugar) R 25479 25481 24559 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1309368523 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 273952766565 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25481/statm: 3067 316 241 3 0 167 0

[startup+0.091837 s]
/proc/loadavg: 2.00 1.99 1.91 4/84 25481
/proc/meminfo: memFree=1397272/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=0.03
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1309368523 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101838 s]
/proc/loadavg: 2.00 1.99 1.91 4/84 25481
/proc/meminfo: memFree=1397272/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=0.03
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1309368523 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30188 s]
/proc/loadavg: 2.00 1.99 1.91 4/84 25481
/proc/meminfo: memFree=1397272/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=0.03
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1309368523 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701958 s]
/proc/loadavg: 2.00 1.99 1.91 4/84 25481
/proc/meminfo: memFree=1397272/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=0.03
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1309368523 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50212 s]
/proc/loadavg: 2.00 1.99 1.91 3/95 25503
/proc/meminfo: memFree=1388800/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=0.83
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 973 6925 0 1 3 0 75 5 16 0 1 0 1309368523 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 797 370 3 0 500 0
[pid=25494] ppid=25481 vsize=5356 CPUtime=0
/proc/25494/stat : 25494 (sh) S 25481 25481 24559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1309368613 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25494/statm: 1339 233 193 169 0 50 0
[pid=25495] ppid=25494 vsize=864012 CPUtime=0.59
/proc/25495/stat : 25495 (java) S 25494 25481 24559 0 -1 0 6734 0 1 0 56 3 0 0 18 0 9 0 1309368613 884748288 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25495/statm: 216003 6024 2532 9 0 210585 0
[pid=25495/tid=25496] ppid=25494 vsize=864012 CPUtime=0.34
/proc/25495/task/25496/stat : 25496 (java) R 25494 25481 24559 0 -1 64 2457 0 1 0 33 1 0 0 22 0 9 0 1309368614 884748288 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4126413268 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25495/tid=25497] ppid=25494 vsize=864012 CPUtime=0.19
/proc/25495/task/25497/stat : 25497 (java) S 25494 25481 24559 0 -1 64 3268 0 0 0 18 1 0 0 16 0 9 0 1309368615 884748288 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25495/tid=25498] ppid=25494 vsize=864012 CPUtime=0
/proc/25495/task/25498/stat : 25498 (java) S 25494 25481 24559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1309368615 884748288 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25495/tid=25499] ppid=25494 vsize=864012 CPUtime=0
/proc/25495/task/25499/stat : 25499 (java) S 25494 25481 24559 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1309368615 884748288 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25495/tid=25500] ppid=25494 vsize=864012 CPUtime=0
/proc/25495/task/25500/stat : 25500 (java) S 25494 25481 24559 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1309368617 884748288 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25495/tid=25501] ppid=25494 vsize=864012 CPUtime=0.04
/proc/25495/task/25501/stat : 25501 (java) S 25494 25481 24559 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 1309368617 884748288 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25495/tid=25502] ppid=25494 vsize=864012 CPUtime=0
/proc/25495/task/25502/stat : 25502 (java) S 25494 25481 24559 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1309368618 884748288 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25495/tid=25503] ppid=25494 vsize=864012 CPUtime=0
/proc/25495/task/25503/stat : 25503 (java) S 25494 25481 24559 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1309368618 884748288 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 882968

[startup+3.10244 s]
/proc/loadavg: 2.00 1.99 1.91 4/95 25503
/proc/meminfo: memFree=1366400/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=0.84
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 973 6925 0 1 4 0 75 5 15 0 1 0 1309368523 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 797 370 3 0 500 0
[pid=25494] ppid=25481 vsize=5356 CPUtime=0
/proc/25494/stat : 25494 (sh) S 25481 25481 24559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1309368613 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25494/statm: 1339 233 193 169 0 50 0
[pid=25495] ppid=25494 vsize=864212 CPUtime=2.17
/proc/25495/stat : 25495 (java) S 25494 25481 24559 0 -1 0 15556 0 1 0 209 8 0 0 18 0 9 0 1309368613 884953088 14799 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25495/statm: 216053 14799 2540 9 0 210628 0
[pid=25495/tid=25496] ppid=25494 vsize=864212 CPUtime=1.07
/proc/25495/task/25496/stat : 25496 (java) R 25494 25481 24559 0 -1 64 3187 0 1 0 105 2 0 0 25 0 9 0 1309368614 884953088 14799 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25495/tid=25497] ppid=25494 vsize=864212 CPUtime=1.02
/proc/25495/task/25497/stat : 25497 (java) R 25494 25481 24559 0 -1 64 11351 0 0 0 97 5 0 0 17 0 9 0 1309368615 884953088 14799 996147200 134512640 134550740 4294955952 18446744073709551615 102722961 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25495/tid=25498] ppid=25494 vsize=864212 CPUtime=0
/proc/25495/task/25498/stat : 25498 (java) S 25494 25481 24559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1309368615 884953088 14799 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25495/tid=25499] ppid=25494 vsize=864212 CPUtime=0
/proc/25495/task/25499/stat : 25499 (java) S 25494 25481 24559 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1309368615 884953088 14799 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25495/tid=25500] ppid=25494 vsize=864212 CPUtime=0
/proc/25495/task/25500/stat : 25500 (java) S 25494 25481 24559 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1309368617 884953088 14799 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25495/tid=25501] ppid=25494 vsize=864212 CPUtime=0.05
/proc/25495/task/25501/stat : 25501 (java) S 25494 25481 24559 0 -1 64 322 0 0 0 5 0 0 0 16 0 9 0 1309368617 884953088 14799 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25495/tid=25502] ppid=25494 vsize=864212 CPUtime=0
/proc/25495/task/25502/stat : 25502 (java) S 25494 25481 24559 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1309368618 884953088 14799 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25495/tid=25503] ppid=25494 vsize=864212 CPUtime=0
/proc/25495/task/25503/stat : 25503 (java) S 25494 25481 24559 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1309368618 884953088 14799 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883168

[startup+6.30105 s]
/proc/loadavg: 2.08 2.00 1.92 4/87 25505
/proc/meminfo: memFree=1388416/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=4.61
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 1022 23005 0 2 4 0 439 18 16 0 1 0 1309368523 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 798 370 3 0 500 0
[pid=25504] ppid=25481 vsize=5356 CPUtime=0
/proc/25504/stat : 25504 (sh) S 25481 25481 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309369000 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25504/statm: 1339 232 193 169 0 50 0
[pid=25505] ppid=25504 vsize=4968 CPUtime=1.51
/proc/25505/stat : 25505 (picosat) R 25504 25481 24559 0 -1 4194304 1165 0 0 0 71 80 0 0 25 0 1 0 1309369000 5087232 1151 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25505/statm: 1242 1151 40 102 0 1137 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 23924

[startup+12.7023 s]
/proc/loadavg: 2.08 2.00 1.92 3/87 25505
/proc/meminfo: memFree=1384768/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=4.61
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 1022 23005 0 2 4 0 439 18 16 0 1 0 1309368523 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 798 370 3 0 500 0
[pid=25504] ppid=25481 vsize=5356 CPUtime=0
/proc/25504/stat : 25504 (sh) S 25481 25481 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309369000 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25504/statm: 1339 232 193 169 0 50 0
[pid=25505] ppid=25504 vsize=6024 CPUtime=7.85
/proc/25505/stat : 25505 (picosat) R 25504 25481 24559 0 -1 4194304 1422 0 0 0 700 85 0 0 25 0 1 0 1309369000 6168576 1408 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25505/statm: 1506 1408 42 102 0 1401 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 24980

[startup+25.5018 s]
/proc/loadavg: 2.06 2.00 1.92 3/87 25505
/proc/meminfo: memFree=1383616/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=4.61
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 1022 23005 0 2 4 0 439 18 16 0 1 0 1309368523 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 798 370 3 0 500 0
[pid=25504] ppid=25481 vsize=5356 CPUtime=0
/proc/25504/stat : 25504 (sh) S 25481 25481 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309369000 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25504/statm: 1339 232 193 169 0 50 0
[pid=25505] ppid=25504 vsize=7832 CPUtime=20.53
/proc/25505/stat : 25505 (picosat) R 25504 25481 24559 0 -1 4194304 1783 0 0 0 1967 86 0 0 25 0 1 0 1309369000 8019968 1767 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/25505/statm: 1958 1767 48 102 0 1853 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 26788

[startup+51.1019 s]
/proc/loadavg: 2.04 2.00 1.92 3/87 25505
/proc/meminfo: memFree=1383488/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=4.61
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 1022 23005 0 2 4 0 439 18 16 0 1 0 1309368523 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 798 370 3 0 500 0
[pid=25504] ppid=25481 vsize=5356 CPUtime=0
/proc/25504/stat : 25504 (sh) S 25481 25481 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309369000 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25504/statm: 1339 232 193 169 0 50 0
[pid=25505] ppid=25504 vsize=8068 CPUtime=45.89
/proc/25505/stat : 25505 (picosat) R 25504 25481 24559 0 -1 4194304 1821 0 0 0 4503 86 0 0 25 0 1 0 1309369000 8261632 1805 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25505/statm: 2017 1805 48 102 0 1912 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 27024

[startup+102.307 s]
/proc/loadavg: 2.02 2.00 1.92 3/87 25505
/proc/meminfo: memFree=1383104/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=4.61
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 1022 23005 0 2 4 0 439 18 16 0 1 0 1309368523 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 798 370 3 0 500 0
[pid=25504] ppid=25481 vsize=5356 CPUtime=0
/proc/25504/stat : 25504 (sh) S 25481 25481 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309369000 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25504/statm: 1339 232 193 169 0 50 0
[pid=25505] ppid=25504 vsize=8480 CPUtime=96.61
/proc/25505/stat : 25505 (picosat) R 25504 25481 24559 0 -1 4194304 1961 0 0 0 9575 86 0 0 25 0 1 0 1309369000 8683520 1911 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 1 0 0
/proc/25505/statm: 2120 1911 48 102 0 2015 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 27436

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 25505
/proc/meminfo: memFree=1382656/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=4.61
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 1022 23005 0 2 4 0 439 18 16 0 1 0 1309368523 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 798 370 3 0 500 0
[pid=25504] ppid=25481 vsize=5356 CPUtime=0

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


[startup+582.302 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 25541
/proc/meminfo: memFree=1421472/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=4.61
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 1022 23005 0 2 4 0 439 18 16 0 1 0 1309368523 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 798 370 3 0 500 0
[pid=25504] ppid=25481 vsize=5356 CPUtime=0
/proc/25504/stat : 25504 (sh) S 25481 25481 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309369000 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25504/statm: 1339 232 193 169 0 50 0
[pid=25505] ppid=25504 vsize=10592 CPUtime=572.49
/proc/25505/stat : 25505 (picosat) R 25504 25481 24559 0 -1 4194304 3184 0 0 0 57160 89 0 0 25 0 1 0 1309369000 10846208 2477 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/25505/statm: 2648 2477 48 102 0 2543 0
Current children cumulated CPU time (s) 577.1
Current children cumulated vsize (KiB) 29548

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 25541
/proc/meminfo: memFree=1421088/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=4.61
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 1022 23005 0 2 4 0 439 18 16 0 1 0 1309368523 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 798 370 3 0 500 0
[pid=25504] ppid=25481 vsize=5356 CPUtime=0
/proc/25504/stat : 25504 (sh) S 25481 25481 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309369000 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25504/statm: 1339 232 193 169 0 50 0
[pid=25505] ppid=25504 vsize=11244 CPUtime=631.93
/proc/25505/stat : 25505 (picosat) R 25504 25481 24559 0 -1 4194304 3345 0 0 0 63104 89 0 0 25 0 1 0 1309369000 11513856 2574 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25505/statm: 2811 2574 48 102 0 2706 0
Current children cumulated CPU time (s) 636.54
Current children cumulated vsize (KiB) 30200

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 25541
/proc/meminfo: memFree=1420832/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=4.61
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 1022 23005 0 2 4 0 439 18 16 0 1 0 1309368523 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 798 370 3 0 500 0
[pid=25504] ppid=25481 vsize=5356 CPUtime=0
/proc/25504/stat : 25504 (sh) S 25481 25481 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309369000 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25504/statm: 1339 232 193 169 0 50 0
[pid=25505] ppid=25504 vsize=11376 CPUtime=691.35
/proc/25505/stat : 25505 (picosat) R 25504 25481 24559 0 -1 4194304 3477 0 0 0 69046 89 0 0 25 0 1 0 1309369000 11649024 2639 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25505/statm: 2844 2639 48 102 0 2739 0
Current children cumulated CPU time (s) 695.96
Current children cumulated vsize (KiB) 30332

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

[startup+716.702 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 25541
/proc/meminfo: memFree=1420768/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=4.61
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 1022 23005 0 2 4 0 439 18 16 0 1 0 1309368523 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 798 370 3 0 500 0
[pid=25504] ppid=25481 vsize=5356 CPUtime=0
/proc/25504/stat : 25504 (sh) S 25481 25481 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309369000 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25504/statm: 1339 232 193 169 0 50 0
[pid=25505] ppid=25504 vsize=11376 CPUtime=705.61
/proc/25505/stat : 25505 (picosat) R 25504 25481 24559 0 -1 4194304 3481 0 0 0 70472 89 0 0 25 0 1 0 1309369000 11649024 2643 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25505/statm: 2844 2643 48 102 0 2739 0
Current children cumulated CPU time (s) 710.22
Current children cumulated vsize (KiB) 30332

[startup+742.302 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 25541
/proc/meminfo: memFree=1420512/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=4.61
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 1022 23005 0 2 4 0 439 18 16 0 1 0 1309368523 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 798 370 3 0 500 0
[pid=25504] ppid=25481 vsize=5356 CPUtime=0
/proc/25504/stat : 25504 (sh) S 25481 25481 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309369000 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25504/statm: 1339 232 193 169 0 50 0
[pid=25505] ppid=25504 vsize=11640 CPUtime=730.98
/proc/25505/stat : 25505 (picosat) R 25504 25481 24559 0 -1 4194304 3611 0 0 0 73009 89 0 0 25 0 1 0 1309369000 11919360 2702 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/25505/statm: 2910 2702 48 102 0 2805 0
Current children cumulated CPU time (s) 735.59
Current children cumulated vsize (KiB) 30596

[startup+748.701 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 25541
/proc/meminfo: memFree=1420512/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=4.61
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 1022 23005 0 2 4 0 439 18 16 0 1 0 1309368523 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 798 370 3 0 500 0
[pid=25504] ppid=25481 vsize=5356 CPUtime=0
/proc/25504/stat : 25504 (sh) S 25481 25481 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309369000 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25504/statm: 1339 232 193 169 0 50 0
[pid=25505] ppid=25504 vsize=11640 CPUtime=737.31
/proc/25505/stat : 25505 (picosat) R 25504 25481 24559 0 -1 4194304 3611 0 0 0 73642 89 0 0 25 0 1 0 1309369000 11919360 2702 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 1 0 0
/proc/25505/statm: 2910 2702 48 102 0 2805 0
Current children cumulated CPU time (s) 741.92
Current children cumulated vsize (KiB) 30596

[startup+755.102 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 25541
/proc/meminfo: memFree=1420512/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=4.61
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 1022 23005 0 2 4 0 439 18 16 0 1 0 1309368523 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 798 370 3 0 500 0
[pid=25504] ppid=25481 vsize=5356 CPUtime=0
/proc/25504/stat : 25504 (sh) S 25481 25481 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309369000 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25504/statm: 1339 232 193 169 0 50 0
[pid=25505] ppid=25504 vsize=11640 CPUtime=743.65
/proc/25505/stat : 25505 (picosat) R 25504 25481 24559 0 -1 4194304 3611 0 0 0 74276 89 0 0 25 0 1 0 1309369000 11919360 2702 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25505/statm: 2910 2702 48 102 0 2805 0
Current children cumulated CPU time (s) 748.26
Current children cumulated vsize (KiB) 30596

[startup+756.702 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 25541
/proc/meminfo: memFree=1420512/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=4.61
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 1022 23005 0 2 4 0 439 18 16 0 1 0 1309368523 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 798 370 3 0 500 0
[pid=25504] ppid=25481 vsize=5356 CPUtime=0
/proc/25504/stat : 25504 (sh) S 25481 25481 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309369000 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25504/statm: 1339 232 193 169 0 50 0
[pid=25505] ppid=25504 vsize=11640 CPUtime=745.24
/proc/25505/stat : 25505 (picosat) R 25504 25481 24559 0 -1 4194304 3611 0 0 0 74435 89 0 0 25 0 1 0 1309369000 11919360 2702 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/25505/statm: 2910 2702 48 102 0 2805 0
Current children cumulated CPU time (s) 749.85
Current children cumulated vsize (KiB) 30596

[startup+757.502 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 25541
/proc/meminfo: memFree=1420512/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=4.61
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 1022 23005 0 2 4 0 439 18 16 0 1 0 1309368523 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 798 370 3 0 500 0
[pid=25504] ppid=25481 vsize=5356 CPUtime=0
/proc/25504/stat : 25504 (sh) S 25481 25481 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309369000 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25504/statm: 1339 232 193 169 0 50 0
[pid=25505] ppid=25504 vsize=11640 CPUtime=746.03
/proc/25505/stat : 25505 (picosat) R 25504 25481 24559 0 -1 4194304 3611 0 0 0 74514 89 0 0 25 0 1 0 1309369000 11919360 2702 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25505/statm: 2910 2702 48 102 0 2805 0
Current children cumulated CPU time (s) 750.64
Current children cumulated vsize (KiB) 30596

[startup+757.907 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 25541
/proc/meminfo: memFree=1420512/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=4.61
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 1022 23005 0 2 4 0 439 18 16 0 1 0 1309368523 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 798 370 3 0 500 0
[pid=25504] ppid=25481 vsize=5356 CPUtime=0
/proc/25504/stat : 25504 (sh) S 25481 25481 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309369000 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25504/statm: 1339 232 193 169 0 50 0
[pid=25505] ppid=25504 vsize=11640 CPUtime=746.43
/proc/25505/stat : 25505 (picosat) R 25504 25481 24559 0 -1 4194304 3611 0 0 0 74554 89 0 0 25 0 1 0 1309369000 11919360 2702 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25505/statm: 2910 2702 48 102 0 2805 0
Current children cumulated CPU time (s) 751.04
Current children cumulated vsize (KiB) 30596

[startup+758.102 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 25541
/proc/meminfo: memFree=1420512/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=751.23
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 1070 26907 0 2 4 0 75011 108 17 0 1 0 1309368523 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 751.23
Current children cumulated vsize (KiB) 13600

[startup+758.202 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 25541
/proc/meminfo: memFree=1420512/2055920 swapFree=4122156/4192956
[pid=25481] ppid=25479 vsize=13600 CPUtime=751.23
/proc/25481/stat : 25481 (sugar) S 25479 25481 24559 0 -1 4194304 1089 26907 0 2 4 0 75011 108 16 0 1 0 1309368523 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25481/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 751.23
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 758.227
CPU time (s): 751.372
CPU user time (s): 750.239
CPU system time (s): 1.13283
CPU usage (%): 99.0958
Max. virtual memory (cumulated for all children) (KiB): 883280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 750.239
system time used= 1.13283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31672
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= 2556
involuntary context switches= 22445

runsolver used 0.929858 second user time and 2.52662 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-05 00:40:26
IDJOB=1079885
IDBENCH=56920
IDSOLVER=345
FILE ID=node20/1079885-1215211226
PBS_JOBID= 7881729
Free space on /tmp= 66500 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 039c5f33cee89cf9d5edc6224d685ccc
RANDOM SEED=851986367

node20.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	: 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.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:       1397752 kB
Buffers:         84964 kB
Cached:         282612 kB
SwapCached:      64700 kB
Active:         398900 kB
Inactive:       182864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1397752 kB
SwapTotal:     4192956 kB
SwapFree:      4122156 kB
Dirty:            2580 kB
Writeback:           0 kB
Mapped:         225476 kB
Slab:            61180 kB
Committed_AS:  3391852 kB
PageTables:       2200 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= 66492 MiB
End job on node20 at 2008-07-05 00:53:04