Trace number 1051941

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 607.457 613.379

General information on the benchmark

Namecsp/ramsey4/
normalized-ramsey-32-4.xml
MD5SUM7abec0eca5a53922cc4d4b6c3d9fa074
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.374942
Satisfiable
(Un)Satisfiability was proved
Number of variables496
Number of constraints4960
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4960
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Thu Jul  3 05:18:06 2008
0.00/0.04	c 0	PID 2008
0.00/0.05	c 0	HOST node21.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1051941-1215055086.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-1051941-1215055086.xml' 'HOME/temp.csp'
0.03/0.85	c 1	1 domains, 496 variables, 1 predicates, 0 relations, 4960 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.82/0.98	c 1	Parsing HOME/temp.csp
1.20/1.30	c 1	parsed 5458 expressions
1.20/1.30	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.20/1.30	c 1	Converting to clausal form CSP
1.20/1.38	c 2	converted 546 (10%) expressions
1.40/1.55	c 2	converted 1092 (20%) expressions
1.50/1.65	c 2	converted 1638 (30%) expressions
1.50/1.69	c 2	converted 2184 (40%) expressions
1.59/1.73	c 2	converted 2729 (50%) expressions
1.59/1.77	c 2	converted 3275 (60%) expressions
1.70/1.86	c 2	converted 3821 (70%) expressions
1.79/1.90	c 2	converted 4367 (80%) expressions
1.79/1.94	c 2	converted 4913 (90%) expressions
1.79/1.98	c 2	converted 5458 (100%) expressions
1.79/1.98	c 2	CSP : 496 integers, 0 booleans, 4960 clauses, largest domain size 4
1.79/1.98	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.79/1.98	c 2	Propagation in CSP
1.89/2.03	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.89/2.03	c 2	CSP : 496 integers, 0 booleans, 4960 clauses, largest domain size 4
1.89/2.03	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.89/2.04	c 2	Simplifing CSP by introducing new Boolean variables
2.09/2.26	c 2	CSP : 496 integers, 29760 booleans, 34720 clauses, largest domain size 4
2.09/2.26	c 2	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.18/2.38	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.28/2.41	c 3	50 (10%) CSP integer variables are encoded (100 clauses, 1020 bytes)
2.28/2.41	c 3	100 (20%) CSP integer variables are encoded (200 clauses, 2120 bytes)
2.28/2.41	c 3	149 (30%) CSP integer variables are encoded (298 clauses, 3198 bytes)
2.28/2.42	c 3	199 (40%) CSP integer variables are encoded (398 clauses, 4298 bytes)
2.28/2.42	c 3	248 (50%) CSP integer variables are encoded (496 clauses, 5376 bytes)
2.28/2.42	c 3	298 (60%) CSP integer variables are encoded (596 clauses, 6476 bytes)
2.28/2.42	c 3	348 (70%) CSP integer variables are encoded (696 clauses, 7636 bytes)
2.28/2.42	c 3	397 (80%) CSP integer variables are encoded (794 clauses, 8910 bytes)
2.28/2.42	c 3	447 (90%) CSP integer variables are encoded (894 clauses, 10210 bytes)
2.28/2.42	c 3	496 (100%) CSP integer variables are encoded (992 clauses, 11484 bytes)
2.38/2.51	c 3	3472 (10%) CSP clauses are encoded (13392 clauses, 192248 bytes)
2.38/2.55	c 3	6944 (20%) CSP clauses are encoded (25792 clauses, 385348 bytes)
2.38/2.60	c 3	10416 (30%) CSP clauses are encoded (38192 clauses, 580845 bytes)
2.48/2.64	c 3	13888 (40%) CSP clauses are encoded (50592 clauses, 790481 bytes)
2.48/2.69	c 3	17360 (50%) CSP clauses are encoded (62992 clauses, 999385 bytes)
2.57/2.73	c 3	20832 (60%) CSP clauses are encoded (75392 clauses, 1209633 bytes)
2.57/2.77	c 3	24304 (70%) CSP clauses are encoded (87792 clauses, 1419941 bytes)
2.67/2.81	c 3	27776 (80%) CSP clauses are encoded (100192 clauses, 1631809 bytes)
2.67/2.86	c 3	31248 (90%) CSP clauses are encoded (112592 clauses, 1853817 bytes)
2.78/2.90	c 3	34720 (100%) CSP clauses are encoded (124992 clauses, 2078009 bytes)
2.78/2.90	c 3	34720 CSP clauses encoded
2.78/2.90	c 3	Writing map file : HOME/temp.map
2.78/2.92	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.78/2.92	c 3	SAT : 31248 SAT variables, 124992 SAT clauses, 2078009 bytes
2.78/2.92	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.78/2.94	c 3	SOLVING HOME/temp.cnf
2.78/2.94	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
606.89/612.89	c 613	DECODING HOME/temp.out WITH HOME/temp.map
606.89/612.89	c 613	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
607.00/612.98	c 613	Decoding HOME/temp.out
607.00/613.31	s SATISFIABLE
607.00/613.33	v 2 3 0 0 1 2 0 3 1 3 2 2 0 2 0 1 1 3 3 3 2 1 3 2 2 0 0 3 0 2 1 3 0 0 0 0 1 3 2 2 3 1 3 1 2 3 0 2 2 2 0 0 3 1 3 1 0 1 1 0 2 0 1 0 3 0 2 1 2 2 3 2 1 0 1 2 0 2 1 2 3 0 3 2 0 3 2 3 1 3 3 2 3 1 3 0 1 2 2 3 0 2 1 2 3 0 1 1 1 3 3 0 2 3 2 2 2 1 1 1 3 1 3 3 0 2 1 0 2 2 2 0 1 0 3 1 2 0 3 1 2 2 3 2 3 2 1 0 2 2 0 1 3 0 1 2 3 1 2 2 2 3 3 0 2 3 1 1 0 3 0 1 2 0 1 0 0 0 1 3 1 3 0 0 1 1 2 2 1 3 3 2 0 2 3 2 1 2 2 3 2 3 0 2 2 2 2 1 0 0 3 3 3 1 3 3 0 2 1 0 0 1 1 3 0 3 2 2 1 0 0 2 1 3 1 2 0 0 1 0 3 2 3 1 2 3 2 2 3 3 3 1 3 0 0 3 0 2 1 3 1 1 0 0 0 3 1 3 0 3 3 0 0 1 0 0 3 2 2 0 3 2 0 1 2 0 3 1 1 0 1 3 2 3 3 0 0 2 1 0 1 0 1 3 1 2 2 0 0 1 1 3 2 2 1 1 3 0 0 0 0 3 0 3 1 0 1 2 0 1 3 0 3 0 2 0 1 2 1 3 2 2 1 1 2 2 3 1 2 3 1 0 3 1 2 3 3 2 0 1 1 0 3 0 3 1 2 3 1 2 1 3 3 1 0 0 0 0 1 0 0 2 1 3 1 0 0 3 3 3 2 3 1 1 3 2 0 3 1 1 3 3 0 1 2 1 1 1 1 1 1 3 2 2 2 3 2 3 0 0 2 0 3 3 2 1 1 2 3 3 3 2 2 3 3 3 2 2 1 3 3 3 2 0 1 2 2 1 2 1 2 0 2 3 0 1 1 0 2 0 0 0 1 0 1 3 1 3 1 2 1 2 2 0 1 2 2 3 2 0 2 1 3 3 0 1 0 1 3 0 0 0 1 1 1 2
607.00/613.33	c 614	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
607.00/613.37	c 614	CPU 606.63 (0.04 0.01 606.59 0.8)
607.00/613.37	c 614	END Thu Jul  3 05:28:20 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-1051941-1215055086/watcher-1051941-1215055086 -o /tmp/evaluation-result-1051941-1215055086/solver-1051941-1215055086 -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-1051941-1215055086.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.18 2.45 2.34 4/73 2008
/proc/meminfo: memFree=984080/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=12268 CPUtime=0
/proc/2008/stat : 2008 (sugar) R 2005 2008 31455 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1984482886 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221236656741 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/2008/statm: 3067 316 241 3 0 167 0

[startup+0.093173 s]
/proc/loadavg: 2.18 2.45 2.34 4/73 2008
/proc/meminfo: memFree=984080/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=0.03
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984482886 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102173 s]
/proc/loadavg: 2.18 2.45 2.34 4/73 2008
/proc/meminfo: memFree=984080/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=0.03
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984482886 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301207 s]
/proc/loadavg: 2.18 2.45 2.34 4/73 2008
/proc/meminfo: memFree=984080/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=0.03
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984482886 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702287 s]
/proc/loadavg: 2.18 2.45 2.34 4/73 2008
/proc/meminfo: memFree=984080/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=0.03
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984482886 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50244 s]
/proc/loadavg: 2.18 2.45 2.34 3/84 2031
/proc/meminfo: memFree=977080/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=0.82
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 973 7384 0 1 3 0 74 5 15 0 1 0 1984482886 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 797 370 3 0 500 0
[pid=2021] ppid=2008 vsize=5356 CPUtime=0
/proc/2021/stat : 2021 (sh) S 2008 2008 31455 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984482975 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2021/statm: 1339 233 193 169 0 50 0
[pid=2022] ppid=2021 vsize=868352 CPUtime=0.58
/proc/2022/stat : 2022 (java) S 2021 2008 31455 0 -1 0 5608 0 1 0 55 3 0 0 18 0 9 0 1984482976 889192448 5009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2022/statm: 217088 5009 1732 9 0 211663 0
[pid=2022/tid=2023] ppid=2021 vsize=868352 CPUtime=0.35
/proc/2022/task/2023/stat : 2023 (java) R 2021 2008 31455 0 -1 64 2671 0 1 0 34 1 0 0 22 0 9 0 1984482977 889192448 5009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2022/tid=2025] ppid=2021 vsize=868352 CPUtime=0.04
/proc/2022/task/2025/stat : 2025 (java) S 2021 2008 31455 0 -1 64 811 0 0 0 4 0 0 0 16 0 9 0 1984482978 889192448 5009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2022/tid=2026] ppid=2021 vsize=868352 CPUtime=0
/proc/2022/task/2026/stat : 2026 (java) S 2021 2008 31455 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1984482978 889192448 5009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2022/tid=2027] ppid=2021 vsize=868352 CPUtime=0
/proc/2022/task/2027/stat : 2027 (java) S 2021 2008 31455 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1984482978 889192448 5009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2022/tid=2028] ppid=2021 vsize=868352 CPUtime=0
/proc/2022/task/2028/stat : 2028 (java) S 2021 2008 31455 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984482980 889192448 5009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2022/tid=2029] ppid=2021 vsize=868352 CPUtime=0.16
/proc/2022/task/2029/stat : 2029 (java) R 2021 2008 31455 0 -1 64 1435 0 0 0 16 0 0 0 16 0 9 0 1984482980 889192448 5009 996147200 134512640 134550740 4294955952 18446744073709551615 102192765 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2022/tid=2030] ppid=2021 vsize=868352 CPUtime=0
/proc/2022/task/2030/stat : 2030 (java) S 2021 2008 31455 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984482980 889192448 5009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2022/tid=2031] ppid=2021 vsize=868352 CPUtime=0
/proc/2022/task/2031/stat : 2031 (java) S 2021 2008 31455 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984482980 889192448 5009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887308

[startup+3.10174 s]
/proc/loadavg: 2.18 2.45 2.34 4/84 2031
/proc/meminfo: memFree=957944/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=2.82
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 1023 18700 0 2 3 0 264 15 16 0 1 0 1984482886 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 13600

[startup+6.30235 s]
/proc/loadavg: 2.17 2.45 2.34 3/76 2034
/proc/meminfo: memFree=973880/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=2.82
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 1023 18700 0 2 3 0 264 15 16 0 1 0 1984482886 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 799 370 3 0 500 0
[pid=2032] ppid=2008 vsize=5356 CPUtime=0
/proc/2032/stat : 2032 (sh) S 2008 2008 31455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984483180 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2032/statm: 1339 232 193 169 0 50 0
[pid=2034] ppid=2032 vsize=6284 CPUtime=3.31
/proc/2034/stat : 2034 (picosat) R 2032 2008 31455 0 -1 4194304 1418 0 0 0 274 57 0 0 25 0 1 0 1984483181 6434816 1396 996147200 134512640 134931368 4294956256 18446744073709551615 134524200 0 0 4096 0 0 0 0 17 1 0 0
/proc/2034/statm: 1571 1396 42 102 0 1466 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 25240

[startup+12.7016 s]
/proc/loadavg: 2.15 2.44 2.34 3/76 2034
/proc/meminfo: memFree=973304/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=2.82
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 1023 18700 0 2 3 0 264 15 16 0 1 0 1984482886 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 799 370 3 0 500 0
[pid=2032] ppid=2008 vsize=5356 CPUtime=0
/proc/2032/stat : 2032 (sh) S 2008 2008 31455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984483180 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2032/statm: 1339 232 193 169 0 50 0
[pid=2034] ppid=2032 vsize=6944 CPUtime=9.65
/proc/2034/stat : 2034 (picosat) R 2032 2008 31455 0 -1 4194304 1559 0 0 0 908 57 0 0 25 0 1 0 1984483181 7110656 1523 996147200 134512640 134931368 4294956256 18446744073709551615 134544827 0 0 4096 0 0 0 0 17 1 0 0
/proc/2034/statm: 1736 1523 42 102 0 1631 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 25900

[startup+25.503 s]
/proc/loadavg: 2.12 2.42 2.33 3/76 2034
/proc/meminfo: memFree=973048/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=2.82
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 1023 18700 0 2 3 0 264 15 16 0 1 0 1984482886 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 799 370 3 0 500 0
[pid=2032] ppid=2008 vsize=5356 CPUtime=0
/proc/2032/stat : 2032 (sh) S 2008 2008 31455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984483180 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2032/statm: 1339 232 193 169 0 50 0
[pid=2034] ppid=2032 vsize=7156 CPUtime=22.33
/proc/2034/stat : 2034 (picosat) R 2032 2008 31455 0 -1 4194304 1641 0 0 0 2176 57 0 0 25 0 1 0 1984483181 7327744 1603 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 1 0 0
/proc/2034/statm: 1789 1603 48 102 0 1684 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 26112

[startup+51.1028 s]
/proc/loadavg: 2.08 2.38 2.32 3/76 2034
/proc/meminfo: memFree=972920/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=2.82
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 1023 18700 0 2 3 0 264 15 16 0 1 0 1984482886 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 799 370 3 0 500 0
[pid=2032] ppid=2008 vsize=5356 CPUtime=0
/proc/2032/stat : 2032 (sh) S 2008 2008 31455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984483180 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2032/statm: 1339 232 193 169 0 50 0
[pid=2034] ppid=2032 vsize=7320 CPUtime=47.68
/proc/2034/stat : 2034 (picosat) R 2032 2008 31455 0 -1 4194304 1684 0 0 0 4711 57 0 0 25 0 1 0 1984483181 7495680 1646 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/2034/statm: 1830 1646 48 102 0 1725 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 26276

[startup+102.307 s]
/proc/loadavg: 2.03 2.32 2.30 3/76 2034
/proc/meminfo: memFree=972408/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=2.82
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 1023 18700 0 2 3 0 264 15 16 0 1 0 1984482886 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 799 370 3 0 500 0
[pid=2032] ppid=2008 vsize=5356 CPUtime=0
/proc/2032/stat : 2032 (sh) S 2008 2008 31455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984483180 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2032/statm: 1339 232 193 169 0 50 0
[pid=2034] ppid=2032 vsize=7588 CPUtime=98.41
/proc/2034/stat : 2034 (picosat) R 2032 2008 31455 0 -1 4194304 1768 0 0 0 9783 58 0 0 25 0 1 0 1984483181 7770112 1730 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/2034/statm: 1897 1730 48 102 0 1792 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 26544

[startup+162.302 s]
/proc/loadavg: 2.01 2.26 2.28 3/76 2034
/proc/meminfo: memFree=971960/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=2.82
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 1023 18700 0 2 3 0 264 15 16 0 1 0 1984482886 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 799 370 3 0 500 0
[pid=2032] ppid=2008 vsize=5356 CPUtime=0
/proc/2032/stat : 2032 (sh) S 2008 2008 31455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984483180 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2032/statm: 1339 232 193 169 0 50 0
[pid=2034] ppid=2032 vsize=8040 CPUtime=157.83
/proc/2034/stat : 2034 (picosat) R 2032 2008 31455 0 -1 4194304 1886 0 0 0 15725 58 0 0 25 0 1 0 1984483181 8232960 1848 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/2034/statm: 2010 1848 48 102 0 1905 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 26996

[startup+222.301 s]
/proc/loadavg: 2.00 2.21 2.26 3/76 2034
/proc/meminfo: memFree=971512/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=2.82
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 1023 18700 0 2 3 0 264 15 16 0 1 0 1984482886 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 799 370 3 0 500 0
[pid=2032] ppid=2008 vsize=5356 CPUtime=0
/proc/2032/stat : 2032 (sh) S 2008 2008 31455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984483180 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2032/statm: 1339 232 193 169 0 50 0
[pid=2034] ppid=2032 vsize=8360 CPUtime=217.26
/proc/2034/stat : 2034 (picosat) R 2032 2008 31455 0 -1 4194304 2059 0 0 0 21668 58 0 0 25 0 1 0 1984483181 8560640 1920 996147200 134512640 134931368 4294956256 18446744073709551615 134544698 0 0 4096 0 0 0 0 17 1 0 0
/proc/2034/statm: 2090 1920 48 102 0 1985 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 27316

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


[startup+342.302 s]
/proc/loadavg: 2.00 2.14 2.23 3/76 2034
/proc/meminfo: memFree=970296/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=2.82
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 1023 18700 0 2 3 0 264 15 16 0 1 0 1984482886 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 799 370 3 0 500 0
[pid=2032] ppid=2008 vsize=5356 CPUtime=0
/proc/2032/stat : 2032 (sh) S 2008 2008 31455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984483180 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2032/statm: 1339 232 193 169 0 50 0
[pid=2034] ppid=2032 vsize=9416 CPUtime=336.13
/proc/2034/stat : 2034 (picosat) R 2032 2008 31455 0 -1 4194304 2610 0 0 0 33554 59 0 0 25 0 1 0 1984483181 9641984 2189 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/2034/statm: 2354 2189 48 102 0 2249 0
Current children cumulated CPU time (s) 338.95
Current children cumulated vsize (KiB) 28372

[startup+402.303 s]
/proc/loadavg: 2.00 2.11 2.21 3/76 2034
/proc/meminfo: memFree=969080/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=2.82
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 1023 18700 0 2 3 0 264 15 16 0 1 0 1984482886 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 799 370 3 0 500 0
[pid=2032] ppid=2008 vsize=5356 CPUtime=0
/proc/2032/stat : 2032 (sh) S 2008 2008 31455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984483180 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2032/statm: 1339 232 193 169 0 50 0
[pid=2034] ppid=2032 vsize=10472 CPUtime=395.56
/proc/2034/stat : 2034 (picosat) R 2032 2008 31455 0 -1 4194304 3036 0 0 0 39497 59 0 0 25 0 1 0 1984483181 10723328 2475 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/2034/statm: 2618 2475 48 102 0 2513 0
Current children cumulated CPU time (s) 398.38
Current children cumulated vsize (KiB) 29428

[startup+462.302 s]
/proc/loadavg: 2.00 2.09 2.19 3/76 2034
/proc/meminfo: memFree=968184/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=2.82
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 1023 18700 0 2 3 0 264 15 16 0 1 0 1984482886 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 799 370 3 0 500 0
[pid=2032] ppid=2008 vsize=5356 CPUtime=0
/proc/2032/stat : 2032 (sh) S 2008 2008 31455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984483180 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2032/statm: 1339 232 193 169 0 50 0
[pid=2034] ppid=2032 vsize=11388 CPUtime=454.99
/proc/2034/stat : 2034 (picosat) R 2032 2008 31455 0 -1 4194304 3409 0 0 0 45440 59 0 0 25 0 1 0 1984483181 11661312 2697 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/2034/statm: 2847 2697 48 102 0 2742 0
Current children cumulated CPU time (s) 457.81
Current children cumulated vsize (KiB) 30344

[startup+522.302 s]
/proc/loadavg: 2.00 2.07 2.18 3/76 2034
/proc/meminfo: memFree=966712/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=2.82
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 1023 18700 0 2 3 0 264 15 16 0 1 0 1984482886 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 799 370 3 0 500 0
[pid=2032] ppid=2008 vsize=5356 CPUtime=0
/proc/2032/stat : 2032 (sh) S 2008 2008 31455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984483180 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2032/statm: 1339 232 193 169 0 50 0
[pid=2034] ppid=2032 vsize=12696 CPUtime=514.43
/proc/2034/stat : 2034 (picosat) R 2032 2008 31455 0 -1 4194304 3864 0 0 0 51383 60 0 0 25 0 1 0 1984483181 13000704 3044 996147200 134512640 134931368 4294956256 18446744073709551615 134524232 0 0 4096 0 0 0 0 17 1 0 0
/proc/2034/statm: 3174 3044 48 102 0 3069 0
Current children cumulated CPU time (s) 517.25
Current children cumulated vsize (KiB) 31652

[startup+582.302 s]
/proc/loadavg: 2.00 2.05 2.16 3/76 2034
/proc/meminfo: memFree=965368/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=2.82
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 1023 18700 0 2 3 0 264 15 16 0 1 0 1984482886 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 799 370 3 0 500 0
[pid=2032] ppid=2008 vsize=5356 CPUtime=0
/proc/2032/stat : 2032 (sh) S 2008 2008 31455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984483180 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2032/statm: 1339 232 193 169 0 50 0
[pid=2034] ppid=2032 vsize=14244 CPUtime=573.86
/proc/2034/stat : 2034 (picosat) R 2032 2008 31455 0 -1 4194304 4356 0 0 0 57326 60 0 0 25 0 1 0 1984483181 14585856 3424 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/2034/statm: 3561 3424 48 102 0 3456 0
Current children cumulated CPU time (s) 576.68
Current children cumulated vsize (KiB) 33200

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

[startup+588.701 s]
/proc/loadavg: 2.00 2.05 2.16 3/76 2034
/proc/meminfo: memFree=964600/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=2.82
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 1023 18700 0 2 3 0 264 15 16 0 1 0 1984482886 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 799 370 3 0 500 0
[pid=2032] ppid=2008 vsize=5356 CPUtime=0
/proc/2032/stat : 2032 (sh) S 2008 2008 31455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984483180 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2032/statm: 1339 232 193 169 0 50 0
[pid=2034] ppid=2032 vsize=15032 CPUtime=580.2
/proc/2034/stat : 2034 (picosat) R 2032 2008 31455 0 -1 4194304 4556 0 0 0 57959 61 0 0 25 0 1 0 1984483181 15392768 3624 996147200 134512640 134931368 4294956256 18446744073709551615 134531120 0 0 4096 0 0 0 0 17 1 0 0
/proc/2034/statm: 3758 3624 48 102 0 3653 0
Current children cumulated CPU time (s) 583.02
Current children cumulated vsize (KiB) 33988

[startup+601.502 s]
/proc/loadavg: 2.00 2.05 2.16 3/76 2034
/proc/meminfo: memFree=963512/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=2.82
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 1023 18700 0 2 3 0 264 15 16 0 1 0 1984482886 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 799 370 3 0 500 0
[pid=2032] ppid=2008 vsize=5356 CPUtime=0
/proc/2032/stat : 2032 (sh) S 2008 2008 31455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984483180 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2032/statm: 1339 232 193 169 0 50 0
[pid=2034] ppid=2032 vsize=15812 CPUtime=592.88
/proc/2034/stat : 2034 (picosat) R 2032 2008 31455 0 -1 4194304 4823 0 0 0 59227 61 0 0 25 0 1 0 1984483181 16191488 3831 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/2034/statm: 3953 3831 48 102 0 3848 0
Current children cumulated CPU time (s) 595.7
Current children cumulated vsize (KiB) 34768

[startup+607.902 s]
/proc/loadavg: 2.00 2.05 2.16 3/76 2034
/proc/meminfo: memFree=963512/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=2.82
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 1023 18700 0 2 3 0 264 15 16 0 1 0 1984482886 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 799 370 3 0 500 0
[pid=2032] ppid=2008 vsize=5356 CPUtime=0
/proc/2032/stat : 2032 (sh) S 2008 2008 31455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984483180 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2032/statm: 1339 232 193 169 0 50 0
[pid=2034] ppid=2032 vsize=15812 CPUtime=599.22
/proc/2034/stat : 2034 (picosat) R 2032 2008 31455 0 -1 4194304 4823 0 0 0 59861 61 0 0 25 0 1 0 1984483181 16191488 3831 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/2034/statm: 3953 3831 48 102 0 3848 0
Current children cumulated CPU time (s) 602.04
Current children cumulated vsize (KiB) 34768

[startup+611.101 s]
/proc/loadavg: 2.00 2.05 2.16 3/76 2034
/proc/meminfo: memFree=963512/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=2.82
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 1023 18700 0 2 3 0 264 15 16 0 1 0 1984482886 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 799 370 3 0 500 0
[pid=2032] ppid=2008 vsize=5356 CPUtime=0
/proc/2032/stat : 2032 (sh) S 2008 2008 31455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984483180 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2032/statm: 1339 232 193 169 0 50 0
[pid=2034] ppid=2032 vsize=15812 CPUtime=602.39
/proc/2034/stat : 2034 (picosat) R 2032 2008 31455 0 -1 4194304 4823 0 0 0 60178 61 0 0 25 0 1 0 1984483181 16191488 3831 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/2034/statm: 3953 3831 48 102 0 3848 0
Current children cumulated CPU time (s) 605.21
Current children cumulated vsize (KiB) 34768

[startup+612.707 s]
/proc/loadavg: 2.00 2.05 2.16 3/76 2034
/proc/meminfo: memFree=963512/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=2.82
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 1023 18700 0 2 3 0 264 15 16 0 1 0 1984482886 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 799 370 3 0 500 0
[pid=2032] ppid=2008 vsize=5356 CPUtime=0
/proc/2032/stat : 2032 (sh) S 2008 2008 31455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984483180 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2032/statm: 1339 232 193 169 0 50 0
[pid=2034] ppid=2032 vsize=15812 CPUtime=603.98
/proc/2034/stat : 2034 (picosat) R 2032 2008 31455 0 -1 4194304 4823 0 0 0 60337 61 0 0 25 0 1 0 1984483181 16191488 3831 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/2034/statm: 3953 3831 48 102 0 3848 0
Current children cumulated CPU time (s) 606.8
Current children cumulated vsize (KiB) 34768

[startup+613.102 s]
/proc/loadavg: 2.00 2.05 2.16 3/76 2034
/proc/meminfo: memFree=963512/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=607
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 1090 23814 0 2 3 1 60619 77 16 0 1 0 1984482886 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 607
Current children cumulated vsize (KiB) 13600

[startup+613.302 s]
/proc/loadavg: 2.00 2.05 2.16 3/76 2034
/proc/meminfo: memFree=963512/2055920 swapFree=4180412/4192956
[pid=2008] ppid=2005 vsize=13600 CPUtime=607
/proc/2008/stat : 2008 (sugar) S 2005 2008 31455 0 -1 4194304 1090 23814 0 2 3 1 60619 77 16 0 1 0 1984482886 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2008/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 607
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 613.379
CPU time (s): 607.457
CPU user time (s): 606.633
CPU system time (s): 0.823874
CPU usage (%): 99.0345
Max. virtual memory (cumulated for all children) (KiB): 887560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 606.633
system time used= 0.823874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28839
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= 3557
involuntary context switches= 15692

runsolver used 0.731888 second user time and 2.06868 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-03 05:18:06
IDJOB=1051941
IDBENCH=55958
IDSOLVER=345
FILE ID=node21/1051941-1215055086
PBS_JOBID= 7875131
Free space on /tmp= 66312 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ramsey4/normalized-ramsey-32-4.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-1051941-1215055086/watcher-1051941-1215055086 -o /tmp/evaluation-result-1051941-1215055086/solver-1051941-1215055086 -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-1051941-1215055086.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7abec0eca5a53922cc4d4b6c3d9fa074
RANDOM SEED=1205382645

node21.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:        984560 kB
Buffers:         30808 kB
Cached:         388196 kB
SwapCached:       6608 kB
Active:         932744 kB
Inactive:        72576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        984560 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            1996 kB
Writeback:           0 kB
Mapped:         592548 kB
Slab:            50068 kB
Committed_AS:  3975004 kB
PageTables:       3012 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= 66312 MiB
End job on node21 at 2008-07-03 05:28:20