Trace number 1089005

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.01 1812.03

General information on the benchmark

Namecsp/graphColoring/register/fpsol/
normalized-fpsol2-i-3-27.xml
MD5SUMe31576dea5e6c1512da28f76b6ab241b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.307952
Satisfiable
(Un)Satisfiability was proved
Number of variables425
Number of constraints8688
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8688
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 Sat Jul  5 14:29:55 2008
0.00/0.04	c 0	PID 12892
0.03/0.04	c 0	HOST node63.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1089005-1215260995.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1089005-1215260995.xml' 'HOME/temp.csp'
0.03/0.79	c 1	1 domains, 425 variables, 1 predicates, 0 relations, 8688 constraints
0.03/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.82	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.78/0.90	c 1	Parsing HOME/temp.csp
1.04/1.18	c 1	parsed 9115 expressions
1.04/1.18	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.18	c 1	Converting to clausal form CSP
1.23/1.36	c 1	converted 912 (10%) expressions
1.33/1.41	c 1	converted 1823 (20%) expressions
1.33/1.43	c 1	converted 2735 (30%) expressions
1.33/1.49	c 1	converted 3646 (40%) expressions
1.44/1.52	c 1	converted 4558 (50%) expressions
1.44/1.54	c 1	converted 5469 (60%) expressions
1.44/1.56	c 2	converted 6381 (70%) expressions
1.44/1.59	c 2	converted 7292 (80%) expressions
1.53/1.61	c 2	converted 8204 (90%) expressions
1.53/1.68	c 2	converted 9115 (100%) expressions
1.53/1.68	c 2	CSP : 425 integers, 0 booleans, 8688 clauses, largest domain size 27
1.53/1.68	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.68	c 2	Propagation in CSP
1.63/1.76	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.63/1.76	c 2	CSP : 425 integers, 0 booleans, 8688 clauses, largest domain size 27
1.63/1.76	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.63/1.77	c 2	Simplifing CSP by introducing new Boolean variables
1.83/1.92	c 2	CSP : 425 integers, 17376 booleans, 26064 clauses, largest domain size 27
1.83/1.92	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.93/2.00	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.93/2.03	c 2	43 (10%) CSP integer variables are encoded (1075 clauses, 11910 bytes)
1.93/2.04	c 2	85 (20%) CSP integer variables are encoded (2125 clauses, 25560 bytes)
1.93/2.04	c 2	128 (30%) CSP integer variables are encoded (3200 clauses, 39535 bytes)
1.93/2.04	c 2	170 (40%) CSP integer variables are encoded (4250 clauses, 53185 bytes)
1.93/2.04	c 2	213 (50%) CSP integer variables are encoded (5325 clauses, 67160 bytes)
1.93/2.05	c 2	255 (60%) CSP integer variables are encoded (6375 clauses, 80810 bytes)
1.93/2.05	c 2	298 (70%) CSP integer variables are encoded (7450 clauses, 94785 bytes)
1.93/2.05	c 2	340 (80%) CSP integer variables are encoded (8500 clauses, 108435 bytes)
1.93/2.05	c 2	383 (90%) CSP integer variables are encoded (9575 clauses, 122410 bytes)
1.93/2.06	c 2	425 (100%) CSP integer variables are encoded (10625 clauses, 138081 bytes)
2.13/2.21	c 2	2607 (10%) CSP clauses are encoded (58420 clauses, 977405 bytes)
2.22/2.35	c 2	5213 (20%) CSP clauses are encoded (106214 clauses, 1863303 bytes)
2.33/2.49	c 2	7820 (30%) CSP clauses are encoded (154009 clauses, 2751881 bytes)
2.52/2.63	c 3	10426 (40%) CSP clauses are encoded (201777 clauses, 3640164 bytes)
2.63/2.77	c 3	13032 (50%) CSP clauses are encoded (249545 clauses, 4528915 bytes)
2.83/2.91	c 3	15639 (60%) CSP clauses are encoded (297340 clauses, 5418637 bytes)
2.93/3.06	c 3	18245 (70%) CSP clauses are encoded (345134 clauses, 6307669 bytes)
3.02/3.20	c 3	20852 (80%) CSP clauses are encoded (392929 clauses, 7212813 bytes)
3.23/3.34	c 3	23458 (90%) CSP clauses are encoded (440697 clauses, 8148984 bytes)
3.32/3.48	c 3	26064 (100%) CSP clauses are encoded (488465 clauses, 9084805 bytes)
3.32/3.48	c 3	26064 CSP clauses encoded
3.32/3.48	c 3	Writing map file : HOME/temp.map
3.32/3.50	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.32/3.50	c 3	SAT : 28426 SAT variables, 488465 SAT clauses, 9084805 bytes
3.32/3.50	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.42/3.54	c 3	SOLVING HOME/temp.cnf
3.42/3.54	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1812.01	c 1812	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1812.01	c 1812	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.01/1812.02	c ERROR INTERRUPTED
1800.01/1812.02	s UNKNOWN
1800.01/1812.02	c 1812	CPU 3.25 (0.03 0 3.22 0.19)
1800.01/1812.02	c 1812	END Sat Jul  5 15:00:07 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-1089005-1215260995/watcher-1089005-1215260995 -o /tmp/evaluation-result-1089005-1215260995/solver-1089005-1215260995 -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-1089005-1215260995.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.85 1.99 2.01 4/80 12892
/proc/meminfo: memFree=1638832/2055920 swapFree=4191676/4192956
[pid=12892] ppid=12890 vsize=12268 CPUtime=0
/proc/12892/stat : 12892 (sugar) R 12890 12892 12855 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 138094817 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 244277017189 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/12892/statm: 3067 316 241 3 0 167 0

[startup+0.0427571 s]
/proc/loadavg: 1.85 1.99 2.01 4/80 12892
/proc/meminfo: memFree=1638832/2055920 swapFree=4191676/4192956
[pid=12892] ppid=12890 vsize=13600 CPUtime=0.03
/proc/12892/stat : 12892 (sugar) S 12890 12892 12855 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 138094817 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12892/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102492 s]
/proc/loadavg: 1.85 1.99 2.01 4/80 12892
/proc/meminfo: memFree=1638832/2055920 swapFree=4191676/4192956
[pid=12892] ppid=12890 vsize=13600 CPUtime=0.03
/proc/12892/stat : 12892 (sugar) S 12890 12892 12855 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 138094817 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12892/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301531 s]
/proc/loadavg: 1.85 1.99 2.01 4/80 12892
/proc/meminfo: memFree=1638832/2055920 swapFree=4191676/4192956
[pid=12892] ppid=12890 vsize=13600 CPUtime=0.03
/proc/12892/stat : 12892 (sugar) S 12890 12892 12855 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 138094817 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12892/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701606 s]
/proc/loadavg: 1.85 1.99 2.01 4/80 12892
/proc/meminfo: memFree=1638832/2055920 swapFree=4191676/4192956
[pid=12892] ppid=12890 vsize=13600 CPUtime=0.03
/proc/12892/stat : 12892 (sugar) S 12890 12892 12855 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 138094817 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12892/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50176 s]
/proc/loadavg: 1.85 1.99 2.01 4/91 12914
/proc/meminfo: memFree=1630808/2055920 swapFree=4191676/4192956
[pid=12892] ppid=12890 vsize=13600 CPUtime=0.78
/proc/12892/stat : 12892 (sugar) S 12890 12892 12855 0 -1 4194304 973 8671 0 1 3 0 69 6 15 0 1 0 138094817 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12892/statm: 3400 797 370 3 0 500 0
[pid=12905] ppid=12892 vsize=5356 CPUtime=0
/proc/12905/stat : 12905 (sh) S 12892 12892 12855 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 138094900 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12905/statm: 1339 233 193 169 0 50 0
[pid=12906] ppid=12905 vsize=868384 CPUtime=0.66
/proc/12906/stat : 12906 (java) S 12905 12892 12855 0 -1 0 7138 0 1 0 61 5 0 0 18 0 9 0 138094900 889225216 6354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12906/statm: 217096 6354 2540 9 0 211671 0
[pid=12906/tid=12907] ppid=12905 vsize=868384 CPUtime=0.37
/proc/12906/task/12907/stat : 12907 (java) R 12905 12892 12855 0 -1 64 2671 0 1 0 35 2 0 0 19 0 9 0 138094901 889225216 6354 996147200 134512640 134550740 4294955952 18446744073709551615 4126633922 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12906/tid=12908] ppid=12905 vsize=868384 CPUtime=0.08
/proc/12906/task/12908/stat : 12908 (java) S 12905 12892 12855 0 -1 64 2322 0 0 0 8 0 0 0 16 0 9 0 138094902 889225216 6354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12906/tid=12909] ppid=12905 vsize=868384 CPUtime=0
/proc/12906/task/12909/stat : 12909 (java) S 12905 12892 12855 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 138094903 889225216 6354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12906/tid=12910] ppid=12905 vsize=868384 CPUtime=0
/proc/12906/task/12910/stat : 12910 (java) S 12905 12892 12855 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 138094903 889225216 6354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12906/tid=12911] ppid=12905 vsize=868384 CPUtime=0
/proc/12906/task/12911/stat : 12911 (java) S 12905 12892 12855 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 138094904 889225216 6354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12906/tid=12912] ppid=12905 vsize=868384 CPUtime=0.17
/proc/12906/task/12912/stat : 12912 (java) S 12905 12892 12855 0 -1 64 1452 0 0 0 16 1 0 0 16 0 9 0 138094904 889225216 6354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12906/tid=12913] ppid=12905 vsize=868384 CPUtime=0
/proc/12906/task/12913/stat : 12913 (java) S 12905 12892 12855 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 138094905 889225216 6354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12906/tid=12914] ppid=12905 vsize=868384 CPUtime=0
/proc/12906/task/12914/stat : 12914 (java) S 12905 12892 12855 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 138094905 889225216 6354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887340

[startup+3.10207 s]
/proc/loadavg: 1.94 2.00 2.01 3/91 12914
/proc/meminfo: memFree=1610328/2055920 swapFree=4191676/4192956
[pid=12892] ppid=12890 vsize=13600 CPUtime=0.78
/proc/12892/stat : 12892 (sugar) S 12890 12892 12855 0 -1 4194304 974 8671 0 1 3 0 69 6 15 0 1 0 138094817 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12892/statm: 3400 797 370 3 0 500 0
[pid=12905] ppid=12892 vsize=5356 CPUtime=0
/proc/12905/stat : 12905 (sh) S 12892 12892 12855 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 138094900 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12905/statm: 1339 233 193 169 0 50 0
[pid=12906] ppid=12905 vsize=868496 CPUtime=2.24
/proc/12906/stat : 12906 (java) S 12905 12892 12855 0 -1 0 9937 0 1 0 214 10 0 0 18 0 9 0 138094900 889339904 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12906/statm: 217124 8936 2565 9 0 211671 0
[pid=12906/tid=12907] ppid=12905 vsize=868496 CPUtime=1.56
/proc/12906/task/12907/stat : 12907 (java) R 12905 12892 12855 0 -1 64 3013 0 1 0 151 5 0 0 25 0 9 0 138094901 889339904 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4126576589 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12906/tid=12908] ppid=12905 vsize=868496 CPUtime=0.42
/proc/12906/task/12908/stat : 12908 (java) S 12905 12892 12855 0 -1 64 4734 0 0 0 39 3 0 0 16 0 9 0 138094902 889339904 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12906/tid=12909] ppid=12905 vsize=868496 CPUtime=0
/proc/12906/task/12909/stat : 12909 (java) S 12905 12892 12855 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 138094903 889339904 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12906/tid=12910] ppid=12905 vsize=868496 CPUtime=0
/proc/12906/task/12910/stat : 12910 (java) S 12905 12892 12855 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 138094903 889339904 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12906/tid=12911] ppid=12905 vsize=868496 CPUtime=0
/proc/12906/task/12911/stat : 12911 (java) S 12905 12892 12855 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 138094904 889339904 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12906/tid=12912] ppid=12905 vsize=868496 CPUtime=0.24
/proc/12906/task/12912/stat : 12912 (java) S 12905 12892 12855 0 -1 64 1497 0 0 0 23 1 0 0 16 0 9 0 138094904 889339904 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12906/tid=12913] ppid=12905 vsize=868496 CPUtime=0
/proc/12906/task/12913/stat : 12913 (java) S 12905 12892 12855 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 138094905 889339904 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12906/tid=12914] ppid=12905 vsize=868496 CPUtime=0
/proc/12906/task/12914/stat : 12914 (java) S 12905 12892 12855 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 138094905 889339904 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887452

[startup+6.30182 s]
/proc/loadavg: 1.94 2.00 2.01 3/83 12916
/proc/meminfo: memFree=1618008/2055920 swapFree=4191676/4192956
[pid=12892] ppid=12890 vsize=13600 CPUtime=3.44
/proc/12892/stat : 12892 (sugar) S 12890 12892 12855 0 -1 4194304 1023 18962 0 2 3 0 322 19 16 0 1 0 138094817 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12892/statm: 3400 799 370 3 0 500 0
[pid=12915] ppid=12892 vsize=5356 CPUtime=0
/proc/12915/stat : 12915 (sh) S 12892 12892 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138095171 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12915/statm: 1339 232 193 169 0 50 0
[pid=12916] ppid=12915 vsize=14728 CPUtime=2.74
/proc/12916/stat : 12916 (picosat) R 12915 12892 12855 0 -1 4194304 3267 0 0 0 121 153 0 0 25 0 1 0 138095172 15081472 3253 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/12916/statm: 3682 3253 40 102 0 3577 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 33684

[startup+12.701 s]
/proc/loadavg: 1.95 2.00 2.01 3/83 12916
/proc/meminfo: memFree=1607192/2055920 swapFree=4191676/4192956
[pid=12892] ppid=12890 vsize=13600 CPUtime=3.44
/proc/12892/stat : 12892 (sugar) S 12890 12892 12855 0 -1 4194304 1023 18962 0 2 3 0 322 19 16 0 1 0 138094817 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12892/statm: 3400 799 370 3 0 500 0
[pid=12915] ppid=12892 vsize=5356 CPUtime=0
/proc/12915/stat : 12915 (sh) S 12892 12892 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138095171 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12915/statm: 1339 232 193 169 0 50 0
[pid=12916] ppid=12915 vsize=21124 CPUtime=9.11
/proc/12916/stat : 12916 (picosat) R 12915 12892 12855 0 -1 4194304 5080 0 0 0 691 220 0 0 25 0 1 0 138095172 21630976 5054 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/12916/statm: 5281 5054 42 102 0 5176 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 40080

[startup+25.5015 s]
/proc/loadavg: 1.96 2.00 2.01 3/83 12916
/proc/meminfo: memFree=1603160/2055920 swapFree=4191676/4192956
[pid=12892] ppid=12890 vsize=13600 CPUtime=3.44
/proc/12892/stat : 12892 (sugar) S 12890 12892 12855 0 -1 4194304 1023 18962 0 2 3 0 322 19 16 0 1 0 138094817 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12892/statm: 3400 799 370 3 0 500 0
[pid=12915] ppid=12892 vsize=5356 CPUtime=0
/proc/12915/stat : 12915 (sh) S 12892 12892 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138095171 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12915/statm: 1339 232 193 169 0 50 0
[pid=12916] ppid=12915 vsize=24952 CPUtime=21.86
/proc/12916/stat : 12916 (picosat) R 12915 12892 12855 0 -1 4194304 6068 0 0 0 1964 222 0 0 25 0 1 0 138095172 25550848 6042 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12916/statm: 6238 6042 42 102 0 6133 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 43908

[startup+51.1013 s]
/proc/loadavg: 1.97 2.00 2.01 3/83 12916
/proc/meminfo: memFree=1598936/2055920 swapFree=4191676/4192956
[pid=12892] ppid=12890 vsize=13600 CPUtime=3.44
/proc/12892/stat : 12892 (sugar) S 12890 12892 12855 0 -1 4194304 1023 18962 0 2 3 0 322 19 16 0 1 0 138094817 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12892/statm: 3400 799 370 3 0 500 0
[pid=12915] ppid=12892 vsize=5356 CPUtime=0
/proc/12915/stat : 12915 (sh) S 12892 12892 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138095171 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12915/statm: 1339 232 193 169 0 50 0
[pid=12916] ppid=12915 vsize=31220 CPUtime=47.36
/proc/12916/stat : 12916 (picosat) R 12915 12892 12855 0 -1 4194304 7213 0 0 0 4512 224 0 0 25 0 1 0 138095172 31969280 7073 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12916/statm: 7805 7073 48 102 0 7700 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 50176

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 12916
/proc/meminfo: memFree=1597336/2055920 swapFree=4191676/4192956
[pid=12892] ppid=12890 vsize=13600 CPUtime=3.44
/proc/12892/stat : 12892 (sugar) S 12890 12892 12855 0 -1 4194304 1023 18962 0 2 3 0 322 19 16 0 1 0 138094817 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12892/statm: 3400 799 370 3 0 500 0
[pid=12915] ppid=12892 vsize=5356 CPUtime=0
/proc/12915/stat : 12915 (sh) S 12892 12892 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138095171 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12915/statm: 1339 232 193 169 0 50 0
[pid=12916] ppid=12915 vsize=32408 CPUtime=98.36
/proc/12916/stat : 12916 (picosat) R 12915 12892 12855 0 -1 4194304 7684 0 0 0 9612 224 0 0 25 0 1 0 138095172 33185792 7432 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/12916/statm: 8102 7432 48 102 0 7997 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 51364

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 12916
/proc/meminfo: memFree=1596056/2055920 swapFree=4191676/4192956
[pid=12892] ppid=12890 vsize=13600 CPUtime=3.44
/proc/12892/stat : 12892 (sugar) S 12890 12892 12855 0 -1 4194304 1023 18962 0 2 3 0 322 19 16 0 1 0 138094817 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12892/statm: 3400 799 370 3 0 500 0
[pid=12915] ppid=12892 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1686016/2055920 swapFree=4191676/4192956
[pid=12892] ppid=12890 vsize=13600 CPUtime=3.44
/proc/12892/stat : 12892 (sugar) S 12890 12892 12855 0 -1 4194304 1023 18962 0 2 3 0 322 19 16 0 1 0 138094817 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12892/statm: 3400 799 370 3 0 500 0
[pid=12915] ppid=12892 vsize=5356 CPUtime=0
/proc/12915/stat : 12915 (sh) S 12892 12892 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138095171 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12915/statm: 1339 232 193 169 0 50 0
[pid=12916] ppid=12915 vsize=46252 CPUtime=1291.24
/proc/12916/stat : 12916 (picosat) R 12915 12892 12855 0 -1 4194304 13897 0 0 0 128893 231 0 0 25 0 1 0 138095172 47362048 10981 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12916/statm: 11563 10981 48 102 0 11458 0
Current children cumulated CPU time (s) 1294.68
Current children cumulated vsize (KiB) 65208

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12969
/proc/meminfo: memFree=1684416/2055920 swapFree=4191676/4192956
[pid=12892] ppid=12890 vsize=13600 CPUtime=3.44
/proc/12892/stat : 12892 (sugar) S 12890 12892 12855 0 -1 4194304 1023 18962 0 2 3 0 322 19 16 0 1 0 138094817 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12892/statm: 3400 799 370 3 0 500 0
[pid=12915] ppid=12892 vsize=5356 CPUtime=0
/proc/12915/stat : 12915 (sh) S 12892 12892 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138095171 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12915/statm: 1339 232 193 169 0 50 0
[pid=12916] ppid=12915 vsize=46252 CPUtime=1350.72
/proc/12916/stat : 12916 (picosat) R 12915 12892 12855 0 -1 4194304 14156 0 0 0 134841 231 0 0 25 0 1 0 138095172 47362048 11001 996147200 134512640 134931368 4294956256 18446744073709551615 134525918 0 0 4096 0 0 0 0 17 1 0 0
/proc/12916/statm: 11563 11001 48 102 0 11458 0
Current children cumulated CPU time (s) 1354.16
Current children cumulated vsize (KiB) 65208

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12969
/proc/meminfo: memFree=1684480/2055920 swapFree=4191676/4192956
[pid=12892] ppid=12890 vsize=13600 CPUtime=3.44
/proc/12892/stat : 12892 (sugar) S 12890 12892 12855 0 -1 4194304 1023 18962 0 2 3 0 322 19 16 0 1 0 138094817 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12892/statm: 3400 799 370 3 0 500 0
[pid=12915] ppid=12892 vsize=5356 CPUtime=0
/proc/12915/stat : 12915 (sh) S 12892 12892 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138095171 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12915/statm: 1339 232 193 169 0 50 0
[pid=12916] ppid=12915 vsize=46252 CPUtime=1410.22
/proc/12916/stat : 12916 (picosat) R 12915 12892 12855 0 -1 4194304 14156 0 0 0 140790 232 0 0 25 0 1 0 138095172 47362048 11001 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/12916/statm: 11563 11001 48 102 0 11458 0
Current children cumulated CPU time (s) 1413.66
Current children cumulated vsize (KiB) 65208

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12969
/proc/meminfo: memFree=1682496/2055920 swapFree=4191676/4192956
[pid=12892] ppid=12890 vsize=13600 CPUtime=3.44
/proc/12892/stat : 12892 (sugar) S 12890 12892 12855 0 -1 4194304 1023 18962 0 2 3 0 322 19 16 0 1 0 138094817 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12892/statm: 3400 799 370 3 0 500 0
[pid=12915] ppid=12892 vsize=5356 CPUtime=0
/proc/12915/stat : 12915 (sh) S 12892 12892 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138095171 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12915/statm: 1339 232 193 169 0 50 0
[pid=12916] ppid=12915 vsize=47572 CPUtime=1469.7
/proc/12916/stat : 12916 (picosat) R 12915 12892 12855 0 -1 4194304 14502 0 0 0 146738 232 0 0 25 0 1 0 138095172 48713728 11347 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12916/statm: 11893 11347 48 102 0 11788 0
Current children cumulated CPU time (s) 1473.14
Current children cumulated vsize (KiB) 66528

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12969
/proc/meminfo: memFree=1680064/2055920 swapFree=4191676/4192956
[pid=12892] ppid=12890 vsize=13600 CPUtime=3.44
/proc/12892/stat : 12892 (sugar) S 12890 12892 12855 0 -1 4194304 1023 18962 0 2 3 0 322 19 16 0 1 0 138094817 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12892/statm: 3400 799 370 3 0 500 0
[pid=12915] ppid=12892 vsize=5356 CPUtime=0
/proc/12915/stat : 12915 (sh) S 12892 12892 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138095171 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12915/statm: 1339 232 193 169 0 50 0
[pid=12916] ppid=12915 vsize=48100 CPUtime=1529.19
/proc/12916/stat : 12916 (picosat) R 12915 12892 12855 0 -1 4194304 14896 0 0 0 152686 233 0 0 25 0 1 0 138095172 49254400 11492 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12916/statm: 12025 11492 48 102 0 11920 0
Current children cumulated CPU time (s) 1532.63
Current children cumulated vsize (KiB) 67056

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12969
/proc/meminfo: memFree=1678144/2055920 swapFree=4191676/4192956
[pid=12892] ppid=12890 vsize=13600 CPUtime=3.44
/proc/12892/stat : 12892 (sugar) S 12890 12892 12855 0 -1 4194304 1023 18962 0 2 3 0 322 19 16 0 1 0 138094817 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12892/statm: 3400 799 370 3 0 500 0
[pid=12915] ppid=12892 vsize=5356 CPUtime=0
/proc/12915/stat : 12915 (sh) S 12892 12892 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138095171 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12915/statm: 1339 232 193 169 0 50 0
[pid=12916] ppid=12915 vsize=48100 CPUtime=1588.67
/proc/12916/stat : 12916 (picosat) R 12915 12892 12855 0 -1 4194304 14896 0 0 0 158634 233 0 0 25 0 1 0 138095172 49254400 11492 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12916/statm: 12025 11492 48 102 0 11920 0
Current children cumulated CPU time (s) 1592.11
Current children cumulated vsize (KiB) 67056

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12969
/proc/meminfo: memFree=1679104/2055920 swapFree=4191676/4192956
[pid=12892] ppid=12890 vsize=13600 CPUtime=3.44
/proc/12892/stat : 12892 (sugar) S 12890 12892 12855 0 -1 4194304 1023 18962 0 2 3 0 322 19 16 0 1 0 138094817 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12892/statm: 3400 799 370 3 0 500 0
[pid=12915] ppid=12892 vsize=5356 CPUtime=0
/proc/12915/stat : 12915 (sh) S 12892 12892 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138095171 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12915/statm: 1339 232 193 169 0 50 0
[pid=12916] ppid=12915 vsize=47804 CPUtime=1648.16
/proc/12916/stat : 12916 (picosat) R 12915 12892 12855 0 -1 4194304 15190 0 0 0 164583 233 0 0 25 0 1 0 138095172 48951296 11214 996147200 134512640 134931368 4294956256 18446744073709551615 134530246 0 0 4096 0 0 0 0 17 1 0 0
/proc/12916/statm: 11951 11214 48 102 0 11846 0
Current children cumulated CPU time (s) 1651.6
Current children cumulated vsize (KiB) 66760

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12971
/proc/meminfo: memFree=1679104/2055920 swapFree=4191676/4192956
[pid=12892] ppid=12890 vsize=13600 CPUtime=3.44
/proc/12892/stat : 12892 (sugar) S 12890 12892 12855 0 -1 4194304 1023 18962 0 2 3 0 322 19 16 0 1 0 138094817 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12892/statm: 3400 799 370 3 0 500 0
[pid=12915] ppid=12892 vsize=5356 CPUtime=0
/proc/12915/stat : 12915 (sh) S 12892 12892 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138095171 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12915/statm: 1339 232 193 169 0 50 0
[pid=12916] ppid=12915 vsize=47804 CPUtime=1707.65
/proc/12916/stat : 12916 (picosat) R 12915 12892 12855 0 -1 4194304 15190 0 0 0 170532 233 0 0 25 0 1 0 138095172 48951296 11214 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12916/statm: 11951 11214 48 102 0 11846 0
Current children cumulated CPU time (s) 1711.09
Current children cumulated vsize (KiB) 66760

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12971
/proc/meminfo: memFree=1677376/2055920 swapFree=4191676/4192956
[pid=12892] ppid=12890 vsize=13600 CPUtime=3.44
/proc/12892/stat : 12892 (sugar) S 12890 12892 12855 0 -1 4194304 1023 18962 0 2 3 0 322 19 16 0 1 0 138094817 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12892/statm: 3400 799 370 3 0 500 0
[pid=12915] ppid=12892 vsize=5356 CPUtime=0
/proc/12915/stat : 12915 (sh) S 12892 12892 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138095171 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12915/statm: 1339 232 193 169 0 50 0
[pid=12916] ppid=12915 vsize=49520 CPUtime=1767.13
/proc/12916/stat : 12916 (picosat) R 12915 12892 12855 0 -1 4194304 15615 0 0 0 176479 234 0 0 25 0 1 0 138095172 50708480 11639 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/12916/statm: 12380 11639 48 102 0 12275 0
Current children cumulated CPU time (s) 1770.57
Current children cumulated vsize (KiB) 68476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12971
/proc/meminfo: memFree=1674688/2055920 swapFree=4191676/4192956
[pid=12892] ppid=12890 vsize=13600 CPUtime=3.44
/proc/12892/stat : 12892 (sugar) S 12890 12892 12855 0 -1 4194304 1023 18962 0 2 3 0 322 19 16 0 1 0 138094817 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12892/statm: 3400 799 370 3 0 500 0
[pid=12915] ppid=12892 vsize=5356 CPUtime=0
/proc/12915/stat : 12915 (sh) S 12892 12892 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138095171 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12915/statm: 1339 232 193 169 0 50 0
[pid=12916] ppid=12915 vsize=52028 CPUtime=1796.57
/proc/12916/stat : 12916 (picosat) R 12915 12892 12855 0 -1 4194304 16526 0 0 0 179423 234 0 0 25 0 1 0 138095172 53276672 12272 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/12916/statm: 13007 12272 48 102 0 12902 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 70984

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12892 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=261504
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=212967
# CPU time returned by wait4() is 3.47447
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1812.03
CPU time (s): 1800.01
CPU user time (s): 1797.48
CPU system time (s): 2.53
CPU usage (%): 99.3368
Max. virtual memory (cumulated for all children) (KiB): 887528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.2615
system time used= 0.212967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20439
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= 3721
involuntary context switches= 3577

runsolver used 1.72174 second user time and 5.00924 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-05 14:29:55
IDJOB=1089005
IDBENCH=58188
IDSOLVER=345
FILE ID=node63/1089005-1215260995
PBS_JOBID= 7882160
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/graphColoring/register/fpsol/normalized-fpsol2-i-3-27.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-1089005-1215260995/watcher-1089005-1215260995 -o /tmp/evaluation-result-1089005-1215260995/solver-1089005-1215260995 -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-1089005-1215260995.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e31576dea5e6c1512da28f76b6ab241b
RANDOM SEED=2112700075

node63.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.256
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.256
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:       1639312 kB
Buffers:         27648 kB
Cached:         182144 kB
SwapCached:        260 kB
Active:         279416 kB
Inactive:        77364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1639312 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            2380 kB
Writeback:           0 kB
Mapped:         165636 kB
Slab:            45056 kB
Committed_AS:  1205932 kB
PageTables:       1900 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= 66516 MiB
End job on node63 at 2008-07-05 15:00:09