Trace number 1048740

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+picosat? (TO) 1800.11 1810.42

General information on the benchmark

Namecsp/ramsey3/
normalized-ramsey-20-3.xml
MD5SUM329ec1b3e20036aaf15be07a06f46f0b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.1965
Satisfiable
(Un)Satisfiability was proved
Number of variables190
Number of constraints1140
Maximum constraint arity3
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1140
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 02:08:46 2008
0.00/0.04	c 0	PID 13030
0.00/0.04	c 0	HOST node81.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1048740-1215043726.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1048740-1215043726.xml' 'HOME/temp.csp'
0.04/0.61	c 1	1 domains, 190 variables, 1 predicates, 0 relations, 1140 constraints
0.04/0.64	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.64	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.60/0.72	c 1	Parsing HOME/temp.csp
0.60/0.91	c 1	parsed 1332 expressions
0.60/0.91	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.60/0.91	c 1	Converting to clausal form CSP
0.60/0.93	c 1	converted 134 (10%) expressions
0.94/1.00	c 1	converted 267 (20%) expressions
0.94/1.10	c 1	converted 400 (30%) expressions
1.04/1.12	c 1	converted 533 (40%) expressions
1.04/1.13	c 1	converted 666 (50%) expressions
1.04/1.14	c 1	converted 800 (60%) expressions
1.04/1.15	c 1	converted 933 (70%) expressions
1.04/1.17	c 1	converted 1066 (80%) expressions
1.04/1.18	c 1	converted 1199 (90%) expressions
1.04/1.19	c 1	converted 1332 (100%) expressions
1.04/1.19	c 1	CSP : 190 integers, 0 booleans, 1140 clauses, largest domain size 3
1.04/1.19	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.19	c 1	Propagation in CSP
1.14/1.21	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.14/1.21	c 1	CSP : 190 integers, 0 booleans, 1140 clauses, largest domain size 3
1.14/1.21	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.21	c 1	Simplifing CSP by introducing new Boolean variables
1.14/1.29	c 2	CSP : 190 integers, 6840 booleans, 7980 clauses, largest domain size 3
1.14/1.29	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.33	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.23/1.34	c 2	19 (10%) CSP integer variables are encoded (19 clauses, 226 bytes)
1.23/1.34	c 2	38 (20%) CSP integer variables are encoded (38 clauses, 397 bytes)
1.23/1.34	c 2	57 (30%) CSP integer variables are encoded (57 clauses, 583 bytes)
1.23/1.34	c 2	76 (40%) CSP integer variables are encoded (76 clauses, 792 bytes)
1.23/1.34	c 2	95 (50%) CSP integer variables are encoded (95 clauses, 1001 bytes)
1.23/1.34	c 2	114 (60%) CSP integer variables are encoded (114 clauses, 1210 bytes)
1.23/1.34	c 2	133 (70%) CSP integer variables are encoded (133 clauses, 1419 bytes)
1.23/1.35	c 2	152 (80%) CSP integer variables are encoded (152 clauses, 1628 bytes)
1.23/1.35	c 2	171 (90%) CSP integer variables are encoded (171 clauses, 1837 bytes)
1.23/1.35	c 2	190 (100%) CSP integer variables are encoded (190 clauses, 2046 bytes)
1.23/1.39	c 2	798 (10%) CSP clauses are encoded (2356 clauses, 29230 bytes)
1.33/1.41	c 2	1596 (20%) CSP clauses are encoded (4522 clauses, 59682 bytes)
1.33/1.42	c 2	2394 (30%) CSP clauses are encoded (6688 clauses, 90270 bytes)
1.33/1.43	c 2	3192 (40%) CSP clauses are encoded (8854 clauses, 121298 bytes)
1.33/1.44	c 2	3990 (50%) CSP clauses are encoded (11020 clauses, 153674 bytes)
1.33/1.45	c 2	4788 (60%) CSP clauses are encoded (13186 clauses, 186050 bytes)
1.33/1.46	c 2	5586 (70%) CSP clauses are encoded (15352 clauses, 218426 bytes)
1.33/1.47	c 2	6384 (80%) CSP clauses are encoded (17518 clauses, 250802 bytes)
1.33/1.49	c 2	7182 (90%) CSP clauses are encoded (19684 clauses, 283178 bytes)
1.33/1.49	c 2	7980 (100%) CSP clauses are encoded (21850 clauses, 315554 bytes)
1.33/1.49	c 2	7980 CSP clauses encoded
1.33/1.50	c 2	Writing map file : HOME/temp.map
1.43/1.50	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.50	c 2	SAT : 7220 SAT variables, 21850 SAT clauses, 315554 bytes
1.43/1.50	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.53	c 2	SOLVING HOME/temp.cnf
1.43/1.53	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1810.41	sh: line 1: 13054 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.06/1810.41	c 1811	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1810.41	c 1811	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.06/1810.42	c ERROR INTERRUPTED
1800.06/1810.42	s UNKNOWN
1800.06/1810.42	c 1811	CPU 1799.84 (0.03 0.01 1799.81 0.24)
1800.06/1810.42	c 1811	END Thu Jul  3 02:38:57 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1048740-1215043726/watcher-1048740-1215043726 -o /tmp/evaluation-result-1048740-1215043726/solver-1048740-1215043726 -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-1048740-1215043726.xml 

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


[startup+0 s]
/proc/loadavg: 1.99 2.00 1.91 4/83 13030
/proc/meminfo: memFree=1741504/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=12272 CPUtime=0
/proc/13030/stat : 13030 (sugar) R 13028 13030 11585 0 -1 4194304 358 0 0 0 0 0 0 0 18 0 1 0 237360568 12566528 326 996147200 4194304 4206940 548682068608 18446744073709551615 269827560960 0 0 4224 0 0 0 0 17 0 0 0
/proc/13030/statm: 3068 327 246 3 0 168 0

[startup+0.082386 s]
/proc/loadavg: 1.99 2.00 1.91 4/83 13030
/proc/meminfo: memFree=1741504/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=13600 CPUtime=0.04
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 237360568 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13030/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101391 s]
/proc/loadavg: 1.99 2.00 1.91 4/83 13030
/proc/meminfo: memFree=1741504/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=13600 CPUtime=0.04
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 237360568 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13030/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301405 s]
/proc/loadavg: 1.99 2.00 1.91 4/83 13030
/proc/meminfo: memFree=1741504/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=13600 CPUtime=0.04
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 237360568 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13030/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70145 s]
/proc/loadavg: 1.99 2.00 1.91 4/83 13030
/proc/meminfo: memFree=1741504/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=13600 CPUtime=0.6
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 956 4808 0 1 3 1 52 4 16 0 1 0 237360568 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13030/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.50254 s]
/proc/loadavg: 2.07 2.02 1.91 4/94 13052
/proc/meminfo: memFree=1732640/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=13600 CPUtime=0.6
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 974 4808 0 1 3 1 52 4 15 0 1 0 237360568 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13030/statm: 3400 797 370 3 0 500 0
[pid=13043] ppid=13030 vsize=5356 CPUtime=0
/proc/13043/stat : 13043 (sh) S 13030 13030 11585 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 237360632 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13043/statm: 1339 233 193 169 0 50 0
[pid=13044] ppid=13043 vsize=868504 CPUtime=0.83
/proc/13044/stat : 13044 (java) S 13043 13030 11585 0 -1 0 7173 0 1 0 79 4 0 0 20 0 9 0 237360633 889348096 6378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13044/statm: 217126 6378 2565 9 0 211673 0
[pid=13044/tid=13045] ppid=13043 vsize=868504 CPUtime=0.48
/proc/13044/task/13045/stat : 13045 (java) R 13043 13030 11585 0 -1 64 2737 0 1 0 47 1 0 0 25 0 9 0 237360633 889348096 6378 996147200 134512640 134550740 4294955952 18446744073709551615 4126102560 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13044/tid=13046] ppid=13043 vsize=868504 CPUtime=0.13
/proc/13044/task/13046/stat : 13046 (java) S 13043 13030 11585 0 -1 64 2267 0 0 0 12 1 0 0 16 0 9 0 237360635 889348096 6378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13044/tid=13047] ppid=13043 vsize=868504 CPUtime=0
/proc/13044/task/13047/stat : 13047 (java) S 13043 13030 11585 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 237360635 889348096 6378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13044/tid=13048] ppid=13043 vsize=868504 CPUtime=0
/proc/13044/task/13048/stat : 13048 (java) S 13043 13030 11585 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 237360635 889348096 6378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13044/tid=13049] ppid=13043 vsize=868504 CPUtime=0
/proc/13044/task/13049/stat : 13049 (java) S 13043 13030 11585 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 237360637 889348096 6378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13044/tid=13050] ppid=13043 vsize=868504 CPUtime=0.2
/proc/13044/task/13050/stat : 13050 (java) S 13043 13030 11585 0 -1 64 1477 0 0 0 20 0 0 0 16 0 9 0 237360637 889348096 6378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13044/tid=13051] ppid=13043 vsize=868504 CPUtime=0
/proc/13044/task/13051/stat : 13051 (java) S 13043 13030 11585 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 237360637 889348096 6378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13044/tid=13052] ppid=13043 vsize=868504 CPUtime=0
/proc/13044/task/13052/stat : 13052 (java) S 13043 13030 11585 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 237360637 889348096 6378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887460

[startup+3.10171 s]
/proc/loadavg: 2.07 2.02 1.91 3/86 13054
/proc/meminfo: memFree=1730336/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=13600 CPUtime=1.45
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 1022 12280 0 2 3 1 132 9 16 0 1 0 237360568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13030/statm: 3400 798 370 3 0 500 0
[pid=13053] ppid=13030 vsize=5356 CPUtime=0
/proc/13053/stat : 13053 (sh) S 13030 13030 11585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237360721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13053/statm: 1339 232 193 169 0 50 0
[pid=13054] ppid=13053 vsize=1872 CPUtime=1.55
/proc/13054/stat : 13054 (picosat) R 13053 13030 11585 0 -1 4194304 402 0 0 0 147 8 0 0 25 0 1 0 237360721 1916928 386 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 0 0 0
/proc/13054/statm: 468 386 48 102 0 363 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 20828

[startup+6.30105 s]
/proc/loadavg: 2.07 2.02 1.91 3/86 13054
/proc/meminfo: memFree=1729832/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=13600 CPUtime=1.45
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 1022 12280 0 2 3 1 132 9 16 0 1 0 237360568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13030/statm: 3400 798 370 3 0 500 0
[pid=13053] ppid=13030 vsize=5356 CPUtime=0
/proc/13053/stat : 13053 (sh) S 13030 13030 11585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237360721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13053/statm: 1339 232 193 169 0 50 0
[pid=13054] ppid=13053 vsize=2256 CPUtime=4.72
/proc/13054/stat : 13054 (picosat) R 13053 13030 11585 0 -1 4194304 479 0 0 0 464 8 0 0 25 0 1 0 237360721 2310144 461 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13054/statm: 564 461 48 102 0 459 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 21212

[startup+12.7027 s]
/proc/loadavg: 2.06 2.02 1.91 3/86 13054
/proc/meminfo: memFree=1729512/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=13600 CPUtime=1.45
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 1022 12280 0 2 3 1 132 9 16 0 1 0 237360568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13030/statm: 3400 798 370 3 0 500 0
[pid=13053] ppid=13030 vsize=5356 CPUtime=0
/proc/13053/stat : 13053 (sh) S 13030 13030 11585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237360721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13053/statm: 1339 232 193 169 0 50 0
[pid=13054] ppid=13053 vsize=2504 CPUtime=11.09
/proc/13054/stat : 13054 (picosat) R 13053 13030 11585 0 -1 4194304 566 0 0 0 1101 8 0 0 25 0 1 0 237360721 2564096 548 996147200 134512640 134931368 4294956256 18446744073709551615 134525575 0 0 4096 0 0 0 0 17 0 0 0
/proc/13054/statm: 626 548 48 102 0 521 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 21460

[startup+25.5011 s]
/proc/loadavg: 2.05 2.01 1.91 3/86 13054
/proc/meminfo: memFree=1729000/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=13600 CPUtime=1.45
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 1022 12280 0 2 3 1 132 9 16 0 1 0 237360568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13030/statm: 3400 798 370 3 0 500 0
[pid=13053] ppid=13030 vsize=5356 CPUtime=0
/proc/13053/stat : 13053 (sh) S 13030 13030 11585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237360721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13053/statm: 1339 232 193 169 0 50 0
[pid=13054] ppid=13053 vsize=3164 CPUtime=23.83
/proc/13054/stat : 13054 (picosat) R 13053 13030 11585 0 -1 4194304 720 0 0 0 2375 8 0 0 25 0 1 0 237360721 3239936 702 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/13054/statm: 791 702 48 102 0 686 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 22120

[startup+51.1019 s]
/proc/loadavg: 2.03 2.01 1.91 3/86 13054
/proc/meminfo: memFree=1728360/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=13600 CPUtime=1.45
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 1022 12280 0 2 3 1 132 9 16 0 1 0 237360568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13030/statm: 3400 798 370 3 0 500 0
[pid=13053] ppid=13030 vsize=5356 CPUtime=0
/proc/13053/stat : 13053 (sh) S 13030 13030 11585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237360721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13053/statm: 1339 232 193 169 0 50 0
[pid=13054] ppid=13053 vsize=3824 CPUtime=49.31
/proc/13054/stat : 13054 (picosat) R 13053 13030 11585 0 -1 4194304 882 0 0 0 4922 9 0 0 25 0 1 0 237360721 3915776 864 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13054/statm: 956 864 48 102 0 851 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 22780

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 1.91 3/86 13054
/proc/meminfo: memFree=1722728/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=13600 CPUtime=1.45
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 1022 12280 0 2 3 1 132 9 16 0 1 0 237360568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13030/statm: 3400 798 370 3 0 500 0
[pid=13053] ppid=13030 vsize=5356 CPUtime=0
/proc/13053/stat : 13053 (sh) S 13030 13030 11585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237360721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13053/statm: 1339 232 193 169 0 50 0
[pid=13054] ppid=13053 vsize=4440 CPUtime=100.26
/proc/13054/stat : 13054 (picosat) R 13053 13030 11585 0 -1 4194304 1035 0 0 0 10017 9 0 0 25 0 1 0 237360721 4546560 1011 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 0 0 0
/proc/13054/statm: 1110 1011 48 102 0 1005 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 23396

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 13054
/proc/meminfo: memFree=1714408/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=13600 CPUtime=1.45
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 1022 12280 0 2 3 1 132 9 16 0 1 0 237360568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13030/statm: 3400 798 370 3 0 500 0
[pid=13053] ppid=13030 vsize=5356 CPUtime=0
/proc/13053/stat : 13053 (sh) S 13030 13030 11585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237360721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13053/statm: 1339 232 193 169 0 50 0
[pid=13054] ppid=13053 vsize=5252 CPUtime=159.96
/proc/13054/stat : 13054 (picosat) R 13053 13030 11585 0 -1 4194304 1226 0 0 0 15987 9 0 0 25 0 1 0 237360721 5378048 1202 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13054/statm: 1313 1202 48 102 0 1208 0
Current children cumulated CPU time (s) 161.41
Current children cumulated vsize (KiB) 24208

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 13054
/proc/meminfo: memFree=1714216/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=13600 CPUtime=1.45
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 1022 12280 0 2 3 1 132 9 16 0 1 0 237360568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13030/statm: 3400 798 370 3 0 500 0
[pid=13053] ppid=13030 vsize=5356 CPUtime=0
/proc/13053/stat : 13053 (sh) S 13030 13030 11585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237360721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=13030] ppid=13028 vsize=13600 CPUtime=1.45
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 1022 12280 0 2 3 1 132 9 16 0 1 0 237360568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13030/statm: 3400 798 370 3 0 500 0
[pid=13053] ppid=13030 vsize=5356 CPUtime=0
/proc/13053/stat : 13053 (sh) S 13030 13030 11585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237360721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13053/statm: 1339 232 193 169 0 50 0
[pid=13054] ppid=13053 vsize=9656 CPUtime=1234.64
/proc/13054/stat : 13054 (picosat) R 13053 13030 11585 0 -1 4194304 2319 0 0 0 123452 12 0 0 25 0 1 0 237360721 9887744 2287 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13054/statm: 2414 2287 48 102 0 2309 0
Current children cumulated CPU time (s) 1236.09
Current children cumulated vsize (KiB) 28612

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/78 13056
/proc/meminfo: memFree=1730032/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=13600 CPUtime=1.45
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 1022 12280 0 2 3 1 132 9 16 0 1 0 237360568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13030/statm: 3400 798 370 3 0 500 0
[pid=13053] ppid=13030 vsize=5356 CPUtime=0
/proc/13053/stat : 13053 (sh) S 13030 13030 11585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237360721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13053/statm: 1339 232 193 169 0 50 0
[pid=13054] ppid=13053 vsize=9852 CPUtime=1294.35
/proc/13054/stat : 13054 (picosat) R 13053 13030 11585 0 -1 4194304 2369 0 0 0 129423 12 0 0 25 0 1 0 237360721 10088448 2337 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 0 0 0
/proc/13054/statm: 2463 2337 48 102 0 2358 0
Current children cumulated CPU time (s) 1295.8
Current children cumulated vsize (KiB) 28808

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 13093
/proc/meminfo: memFree=1741760/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=13600 CPUtime=1.45
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 1022 12280 0 2 3 1 132 9 16 0 1 0 237360568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13030/statm: 3400 798 370 3 0 500 0
[pid=13053] ppid=13030 vsize=5356 CPUtime=0
/proc/13053/stat : 13053 (sh) S 13030 13030 11585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237360721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13053/statm: 1339 232 193 169 0 50 0
[pid=13054] ppid=13053 vsize=9848 CPUtime=1353.9
/proc/13054/stat : 13054 (picosat) R 13053 13030 11585 0 -1 4194304 2369 0 0 0 135378 12 0 0 25 0 1 0 237360721 10084352 2336 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/13054/statm: 2462 2336 48 102 0 2357 0
Current children cumulated CPU time (s) 1355.35
Current children cumulated vsize (KiB) 28804

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 13093
/proc/meminfo: memFree=1741632/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=13600 CPUtime=1.45
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 1022 12280 0 2 3 1 132 9 16 0 1 0 237360568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13030/statm: 3400 798 370 3 0 500 0
[pid=13053] ppid=13030 vsize=5356 CPUtime=0
/proc/13053/stat : 13053 (sh) S 13030 13030 11585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237360721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13053/statm: 1339 232 193 169 0 50 0
[pid=13054] ppid=13053 vsize=9848 CPUtime=1413.46
/proc/13054/stat : 13054 (picosat) R 13053 13030 11585 0 -1 4194304 2404 0 0 0 141334 12 0 0 25 0 1 0 237360721 10084352 2338 996147200 134512640 134931368 4294956256 18446744073709551615 134525907 0 0 4096 0 0 0 0 17 1 0 0
/proc/13054/statm: 2462 2338 48 102 0 2357 0
Current children cumulated CPU time (s) 1414.91
Current children cumulated vsize (KiB) 28804

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 13093
/proc/meminfo: memFree=1741696/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=13600 CPUtime=1.45
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 1022 12280 0 2 3 1 132 9 16 0 1 0 237360568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13030/statm: 3400 798 370 3 0 500 0
[pid=13053] ppid=13030 vsize=5356 CPUtime=0
/proc/13053/stat : 13053 (sh) S 13030 13030 11585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237360721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13053/statm: 1339 232 193 169 0 50 0
[pid=13054] ppid=13053 vsize=9848 CPUtime=1473
/proc/13054/stat : 13054 (picosat) R 13053 13030 11585 0 -1 4194304 2602 0 0 0 147287 13 0 0 25 0 1 0 237360721 10084352 2338 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13054/statm: 2462 2338 48 102 0 2357 0
Current children cumulated CPU time (s) 1474.45
Current children cumulated vsize (KiB) 28804

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 13093
/proc/meminfo: memFree=1741632/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=13600 CPUtime=1.45
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 1022 12280 0 2 3 1 132 9 16 0 1 0 237360568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13030/statm: 3400 798 370 3 0 500 0
[pid=13053] ppid=13030 vsize=5356 CPUtime=0
/proc/13053/stat : 13053 (sh) S 13030 13030 11585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237360721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13053/statm: 1339 232 193 169 0 50 0
[pid=13054] ppid=13053 vsize=9980 CPUtime=1532.54
/proc/13054/stat : 13054 (picosat) R 13053 13030 11585 0 -1 4194304 2837 0 0 0 153241 13 0 0 25 0 1 0 237360721 10219520 2342 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13054/statm: 2495 2342 48 102 0 2390 0
Current children cumulated CPU time (s) 1533.99
Current children cumulated vsize (KiB) 28936

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 13093
/proc/meminfo: memFree=1741376/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=13600 CPUtime=1.45
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 1022 12280 0 2 3 1 132 9 16 0 1 0 237360568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13030/statm: 3400 798 370 3 0 500 0
[pid=13053] ppid=13030 vsize=5356 CPUtime=0
/proc/13053/stat : 13053 (sh) S 13030 13030 11585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237360721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13053/statm: 1339 232 193 169 0 50 0
[pid=13054] ppid=13053 vsize=10112 CPUtime=1592.09
/proc/13054/stat : 13054 (picosat) R 13053 13030 11585 0 -1 4194304 3078 0 0 0 159196 13 0 0 25 0 1 0 237360721 10354688 2385 996147200 134512640 134931368 4294956256 18446744073709551615 134529356 0 0 4096 0 0 0 0 17 1 0 0
/proc/13054/statm: 2528 2385 48 102 0 2423 0
Current children cumulated CPU time (s) 1593.54
Current children cumulated vsize (KiB) 29068

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 13093
/proc/meminfo: memFree=1741376/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=13600 CPUtime=1.45
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 1022 12280 0 2 3 1 132 9 16 0 1 0 237360568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13030/statm: 3400 798 370 3 0 500 0
[pid=13053] ppid=13030 vsize=5356 CPUtime=0
/proc/13053/stat : 13053 (sh) S 13030 13030 11585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237360721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13053/statm: 1339 232 193 169 0 50 0
[pid=13054] ppid=13053 vsize=10112 CPUtime=1651.63
/proc/13054/stat : 13054 (picosat) R 13053 13030 11585 0 -1 4194304 3319 0 0 0 165150 13 0 0 25 0 1 0 237360721 10354688 2389 996147200 134512640 134931368 4294956256 18446744073709551615 134530153 0 0 4096 0 0 0 0 17 1 0 0
/proc/13054/statm: 2528 2389 48 102 0 2423 0
Current children cumulated CPU time (s) 1653.08
Current children cumulated vsize (KiB) 29068

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 13093
/proc/meminfo: memFree=1741184/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=13600 CPUtime=1.45
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 1022 12280 0 2 3 1 132 9 16 0 1 0 237360568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13030/statm: 3400 798 370 3 0 500 0
[pid=13053] ppid=13030 vsize=5356 CPUtime=0
/proc/13053/stat : 13053 (sh) S 13030 13030 11585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237360721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13053/statm: 1339 232 193 169 0 50 0
[pid=13054] ppid=13053 vsize=10244 CPUtime=1711.18
/proc/13054/stat : 13054 (picosat) R 13053 13030 11585 0 -1 4194304 3557 0 0 0 171105 13 0 0 25 0 1 0 237360721 10489856 2417 996147200 134512640 134931368 4294956256 18446744073709551615 134525870 0 0 4096 0 0 0 0 17 1 0 0
/proc/13054/statm: 2561 2417 48 102 0 2456 0
Current children cumulated CPU time (s) 1712.63
Current children cumulated vsize (KiB) 29200

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 13093
/proc/meminfo: memFree=1740864/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=13600 CPUtime=1.45
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 1022 12280 0 2 3 1 132 9 16 0 1 0 237360568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13030/statm: 3400 798 370 3 0 500 0
[pid=13053] ppid=13030 vsize=5356 CPUtime=0
/proc/13053/stat : 13053 (sh) S 13030 13030 11585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237360721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13053/statm: 1339 232 193 169 0 50 0
[pid=13054] ppid=13053 vsize=10376 CPUtime=1770.72
/proc/13054/stat : 13054 (picosat) R 13053 13030 11585 0 -1 4194304 3802 0 0 0 177059 13 0 0 25 0 1 0 237360721 10625024 2452 996147200 134512640 134931368 4294956256 18446744073709551615 134525929 0 0 4096 0 0 0 0 17 1 0 0
/proc/13054/statm: 2594 2452 48 102 0 2489 0
Current children cumulated CPU time (s) 1772.17
Current children cumulated vsize (KiB) 29332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.4 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 13093
/proc/meminfo: memFree=1740864/2055920 swapFree=4154836/4192956
[pid=13030] ppid=13028 vsize=13600 CPUtime=1.45
/proc/13030/stat : 13030 (sugar) S 13028 13030 11585 0 -1 4194304 1022 12280 0 2 3 1 132 9 16 0 1 0 237360568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13030/statm: 3400 798 370 3 0 500 0
[pid=13053] ppid=13030 vsize=5356 CPUtime=0
/proc/13053/stat : 13053 (sh) S 13030 13030 11585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237360721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13053/statm: 1339 232 193 169 0 50 0
[pid=13054] ppid=13053 vsize=10376 CPUtime=1798.61
/proc/13054/stat : 13054 (picosat) R 13053 13030 11585 0 -1 4194304 3872 0 0 0 179848 13 0 0 25 0 1 0 237360721 10625024 2452 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13054/statm: 2594 2452 48 102 0 2489 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 29332

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 1810.42
CPU time (s): 1800.11
CPU user time (s): 1799.85
CPU system time (s): 0.25896
CPU usage (%): 99.4305
Max. virtual memory (cumulated for all children) (KiB): 887460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.25896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17907
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1670
involuntary context switches= 28816

runsolver used 2.02769 second user time and 5.19421 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-03 02:08:46
IDJOB=1048740
IDBENCH=54438
IDSOLVER=345
FILE ID=node81/1048740-1215043726
PBS_JOBID= 7875016
Free space on /tmp= 126844 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ramsey3/normalized-ramsey-20-3.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-1048740-1215043726/watcher-1048740-1215043726 -o /tmp/evaluation-result-1048740-1215043726/solver-1048740-1215043726 -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-1048740-1215043726.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 329ec1b3e20036aaf15be07a06f46f0b
RANDOM SEED=1229116254

node81.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.236
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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1742048 kB
Buffers:         18736 kB
Cached:         119796 kB
SwapCached:      30856 kB
Active:         178580 kB
Inactive:        80236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742048 kB
SwapTotal:     4192956 kB
SwapFree:      4154836 kB
Dirty:            1452 kB
Writeback:           0 kB
Mapped:         113268 kB
Slab:            40080 kB
Committed_AS:   571340 kB
PageTables:       1924 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126848 MiB
End job on node81 at 2008-07-03 02:38:59