Trace number 1090286

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.07 1801.32

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles750-29.xml
MD5SUM9b8ab86f716b1f33c98e6ee849111388
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.073988
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints2113
Maximum constraint arity2
Maximum domain size29
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2113
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar v1-13 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul  5 17:17:05 2008
0.00/0.08	c 0	PID 24302
0.00/0.08	c 0	HOST node54.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1090286-1215271025.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1090286-1215271025.xml' 'HOME/temp.csp'
0.03/0.53	c 0	1 domains, 128 variables, 1 predicates, 0 relations, 2113 constraints
0.03/0.56	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.56	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.47/0.64	c 1	Parsing HOME/temp.csp
0.47/0.82	c 1	parsed 2243 expressions
0.47/0.82	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.47/0.82	c 1	Converting to clausal form CSP
0.47/0.88	c 1	converted 225 (10%) expressions
0.47/0.99	c 1	converted 449 (20%) expressions
0.47/1.01	c 1	converted 673 (30%) expressions
0.47/1.03	c 1	converted 898 (40%) expressions
0.47/1.04	c 1	converted 1122 (50%) expressions
0.47/1.05	c 1	converted 1346 (60%) expressions
0.47/1.06	c 1	converted 1571 (70%) expressions
0.47/1.06	c 1	converted 1795 (80%) expressions
0.47/1.07	c 1	converted 2019 (90%) expressions
0.47/1.08	c 1	converted 2243 (100%) expressions
0.47/1.08	c 1	CSP : 128 integers, 0 booleans, 2113 clauses, largest domain size 29
0.47/1.08	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.47/1.08	c 1	Propagation in CSP
0.98/1.12	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.98/1.12	c 1	CSP : 128 integers, 0 booleans, 2113 clauses, largest domain size 29
0.98/1.12	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.98/1.12	c 1	Simplifing CSP by introducing new Boolean variables
0.98/1.16	c 1	CSP : 128 integers, 4226 booleans, 6339 clauses, largest domain size 29
0.98/1.16	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.98/1.20	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.08/1.22	c 1	13 (10%) CSP integer variables are encoded (351 clauses, 3717 bytes)
1.08/1.22	c 1	26 (20%) CSP integer variables are encoded (702 clauses, 7578 bytes)
1.08/1.22	c 1	39 (30%) CSP integer variables are encoded (1053 clauses, 11618 bytes)
1.08/1.22	c 1	52 (40%) CSP integer variables are encoded (1404 clauses, 16181 bytes)
1.08/1.23	c 1	64 (50%) CSP integer variables are encoded (1728 clauses, 20393 bytes)
1.08/1.23	c 1	77 (60%) CSP integer variables are encoded (2079 clauses, 24956 bytes)
1.08/1.23	c 1	90 (70%) CSP integer variables are encoded (2430 clauses, 29519 bytes)
1.08/1.23	c 1	103 (80%) CSP integer variables are encoded (2781 clauses, 34082 bytes)
1.08/1.23	c 1	116 (90%) CSP integer variables are encoded (3132 clauses, 38645 bytes)
1.08/1.23	c 1	128 (100%) CSP integer variables are encoded (3456 clauses, 42857 bytes)
1.08/1.28	c 1	634 (10%) CSP clauses are encoded (15934 clauses, 251557 bytes)
1.18/1.32	c 1	1268 (20%) CSP clauses are encoded (28412 clauses, 468891 bytes)
1.18/1.35	c 1	1902 (30%) CSP clauses are encoded (40862 clauses, 686227 bytes)
1.18/1.39	c 1	2536 (40%) CSP clauses are encoded (53340 clauses, 904755 bytes)
1.28/1.41	c 1	3170 (50%) CSP clauses are encoded (65818 clauses, 1133255 bytes)
1.28/1.44	c 1	3804 (60%) CSP clauses are encoded (78268 clauses, 1363679 bytes)
1.28/1.47	c 1	4438 (70%) CSP clauses are encoded (90746 clauses, 1594631 bytes)
1.28/1.49	c 1	5072 (80%) CSP clauses are encoded (103224 clauses, 1825583 bytes)
1.38/1.52	c 1	5706 (90%) CSP clauses are encoded (115674 clauses, 2056007 bytes)
1.38/1.54	c 1	6339 (100%) CSP clauses are encoded (128123 clauses, 2286419 bytes)
1.38/1.54	c 1	6339 CSP clauses encoded
1.38/1.54	c 1	Writing map file : HOME/temp.map
1.38/1.55	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.38/1.55	c 1	SAT : 7810 SAT variables, 128123 SAT clauses, 2286419 bytes
1.38/1.55	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.38/1.56	c 1	SOLVING HOME/temp.cnf
1.38/1.56	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1801.31	sh: line 1: 24326 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.02/1801.31	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1801.31	c 1801	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.02/1801.31	c ERROR INTERRUPTED
1800.02/1801.31	s UNKNOWN
1800.02/1801.31	c 1801	CPU 1799.19 (0.03 0 1799.16 0.85)
1800.02/1801.31	c 1801	END Sat Jul  5 17:47:06 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-1090286-1215271025/watcher-1090286-1215271025 -o /tmp/evaluation-result-1090286-1215271025/solver-1090286-1215271025 -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-1090286-1215271025.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.02 2.06 2.03 4/84 24302
/proc/meminfo: memFree=1505904/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=12268 CPUtime=0
/proc/24302/stat : 24302 (sugar) R 24300 24302 23823 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 2006075134 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 234211736165 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24302/statm: 3067 316 241 3 0 167 0

[startup+0.105823 s]
/proc/loadavg: 2.02 2.06 2.03 4/84 24302
/proc/meminfo: memFree=1505904/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=13600 CPUtime=0.03
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006075134 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201843 s]
/proc/loadavg: 2.02 2.06 2.03 4/84 24302
/proc/meminfo: memFree=1505904/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=13600 CPUtime=0.03
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006075134 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301863 s]
/proc/loadavg: 2.02 2.06 2.03 4/84 24302
/proc/meminfo: memFree=1505904/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=13600 CPUtime=0.03
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006075134 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701947 s]
/proc/loadavg: 2.02 2.06 2.03 4/84 24302
/proc/meminfo: memFree=1505904/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=13600 CPUtime=0.47
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 973 5142 0 1 3 0 41 3 16 0 1 0 2006075134 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 13600

[startup+1.50215 s]
/proc/loadavg: 2.02 2.06 2.03 4/95 24324
/proc/meminfo: memFree=1475672/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=13600 CPUtime=0.47
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 974 5142 0 1 3 0 41 3 15 0 1 0 2006075134 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 797 370 3 0 500 0
[pid=24315] ppid=24302 vsize=5356 CPUtime=0
/proc/24315/stat : 24315 (sh) S 24302 24302 23823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006075190 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24315/statm: 1339 233 193 169 0 50 0
[pid=24316] ppid=24315 vsize=868380 CPUtime=0.91
/proc/24316/stat : 24316 (java) S 24315 24302 23823 0 -1 0 6870 0 1 0 85 6 0 0 18 0 9 0 2006075190 889221120 6051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24316/statm: 217095 6051 2562 9 0 211642 0
[pid=24316/tid=24317] ppid=24315 vsize=868380 CPUtime=0.55
/proc/24316/task/24317/stat : 24317 (java) R 24315 24302 23823 0 -1 64 2765 0 1 0 53 2 0 0 19 0 9 0 2006075191 889221120 6051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24316/tid=24318] ppid=24315 vsize=868380 CPUtime=0.09
/proc/24316/task/24318/stat : 24318 (java) S 24315 24302 23823 0 -1 64 1949 0 0 0 8 1 0 0 15 0 9 0 2006075192 889221120 6051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24316/tid=24319] ppid=24315 vsize=868380 CPUtime=0
/proc/24316/task/24319/stat : 24319 (java) S 24315 24302 23823 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006075193 889221120 6051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24316/tid=24320] ppid=24315 vsize=868380 CPUtime=0
/proc/24316/task/24320/stat : 24320 (java) S 24315 24302 23823 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006075193 889221120 6051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24316/tid=24321] ppid=24315 vsize=868380 CPUtime=0
/proc/24316/task/24321/stat : 24321 (java) S 24315 24302 23823 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006075194 889221120 6051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24316/tid=24322] ppid=24315 vsize=868380 CPUtime=0.23
/proc/24316/task/24322/stat : 24322 (java) S 24315 24302 23823 0 -1 64 1464 0 0 0 22 1 0 0 16 0 9 0 2006075195 889221120 6051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24316/tid=24323] ppid=24315 vsize=868380 CPUtime=0
/proc/24316/task/24323/stat : 24323 (java) S 24315 24302 23823 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006075195 889221120 6051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24316/tid=24324] ppid=24315 vsize=868380 CPUtime=0
/proc/24316/task/24324/stat : 24324 (java) S 24315 24302 23823 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006075195 889221120 6051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 887336

[startup+3.10144 s]
/proc/loadavg: 2.02 2.06 2.03 3/87 24326
/proc/meminfo: memFree=1474840/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=13600 CPUtime=1.44
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 1022 12330 0 2 3 0 131 10 16 0 1 0 2006075134 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 798 370 3 0 500 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006075290 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=5868 CPUtime=1.53
/proc/24326/stat : 24326 (picosat) R 24325 24302 23823 0 -1 4194304 1373 0 0 0 91 62 0 0 25 0 1 0 2006075290 6008832 1359 996147200 134512640 134931368 4294956256 18446744073709551615 134525825 0 0 4096 0 0 0 0 17 1 0 0
/proc/24326/statm: 1467 1359 42 102 0 1362 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 24824

[startup+6.30211 s]
/proc/loadavg: 2.02 2.06 2.03 3/87 24326
/proc/meminfo: memFree=1442400/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=13600 CPUtime=1.44
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 1022 12330 0 2 3 0 131 10 16 0 1 0 2006075134 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 798 370 3 0 500 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006075290 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=8764 CPUtime=4.7
/proc/24326/stat : 24326 (picosat) R 24325 24302 23823 0 -1 4194304 2023 0 0 0 408 62 0 0 25 0 1 0 2006075290 8974336 1996 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/24326/statm: 2191 1996 48 102 0 2086 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 27720

[startup+12.7024 s]
/proc/loadavg: 2.16 2.09 2.04 5/88 24327
/proc/meminfo: memFree=1322648/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=13600 CPUtime=1.44
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 1022 12330 0 2 3 0 131 10 16 0 1 0 2006075134 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 798 370 3 0 500 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006075290 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=8952 CPUtime=11.06
/proc/24326/stat : 24326 (picosat) R 24325 24302 23823 0 -1 4194304 2079 0 0 0 1043 63 0 0 25 0 1 0 2006075290 9166848 2052 996147200 134512640 134931368 4294956256 18446744073709551615 134530181 0 0 4096 0 0 0 0 17 1 0 0
/proc/24326/statm: 2238 2052 48 102 0 2133 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 27908

[startup+25.5011 s]
/proc/loadavg: 2.14 2.09 2.04 3/88 24327
/proc/meminfo: memFree=1269720/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=13600 CPUtime=1.44
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 1022 12330 0 2 3 0 131 10 16 0 1 0 2006075134 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 798 370 3 0 500 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006075290 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=10532 CPUtime=23.79
/proc/24326/stat : 24326 (picosat) R 24325 24302 23823 0 -1 4194304 2551 0 0 0 2316 63 0 0 25 0 1 0 2006075290 10784768 2421 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 1 0 0
/proc/24326/statm: 2633 2421 48 102 0 2528 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 29488

[startup+51.1014 s]
/proc/loadavg: 2.01 2.06 2.03 3/84 24367
/proc/meminfo: memFree=1743160/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=13600 CPUtime=1.44
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 1022 12330 0 2 3 0 131 10 16 0 1 0 2006075134 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 798 370 3 0 500 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006075290 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=11456 CPUtime=49.24
/proc/24326/stat : 24326 (picosat) R 24325 24302 23823 0 -1 4194304 2955 0 0 0 4860 64 0 0 25 0 1 0 2006075290 11730944 2655 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24326/statm: 2864 2655 48 102 0 2759 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 30412

[startup+102.302 s]
/proc/loadavg: 2.00 2.05 2.03 3/84 24367
/proc/meminfo: memFree=1741112/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=13600 CPUtime=1.44
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 1022 12330 0 2 3 0 131 10 16 0 1 0 2006075134 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 798 370 3 0 500 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006075290 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=13080 CPUtime=100.42
/proc/24326/stat : 24326 (picosat) R 24325 24302 23823 0 -1 4194304 3689 0 0 0 9977 65 0 0 25 0 1 0 2006075290 13393920 3088 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/24326/statm: 3270 3088 48 102 0 3165 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 32036

[startup+162.301 s]
/proc/loadavg: 2.00 2.04 2.02 3/84 24367
/proc/meminfo: memFree=1737016/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=13600 CPUtime=1.44
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 1022 12330 0 2 3 0 131 10 16 0 1 0 2006075134 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 798 370 3 0 500 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006075290 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=17032 CPUtime=160.4
/proc/24326/stat : 24326 (picosat) R 24325 24302 23823 0 -1 4194304 4871 0 0 0 15973 67 0 0 25 0 1 0 2006075290 17440768 4057 996147200 134512640 134931368 4294956256 18446744073709551615 134525929 0 0 4096 0 0 0 0 17 0 0 0
/proc/24326/statm: 4258 4057 48 102 0 4153 0
Current children cumulated CPU time (s) 161.84
Current children cumulated vsize (KiB) 35988

[startup+222.307 s]
/proc/loadavg: 2.00 2.03 2.02 3/84 24367
/proc/meminfo: memFree=1737016/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=13600 CPUtime=1.44
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 1022 12330 0 2 3 0 131 10 16 0 1 0 2006075134 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 798 370 3 0 500 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006075290 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=24302] ppid=24300 vsize=13600 CPUtime=1.44
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 1022 12330 0 2 3 0 131 10 16 0 1 0 2006075134 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 798 370 3 0 500 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006075290 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=29304 CPUtime=1239.84
/proc/24326/stat : 24326 (picosat) R 24325 24302 23823 0 -1 4194304 9765 0 0 0 123913 71 0 0 25 0 1 0 2006075290 30007296 6925 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24326/statm: 7326 6925 48 102 0 7221 0
Current children cumulated CPU time (s) 1241.28
Current children cumulated vsize (KiB) 48260

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24367
/proc/meminfo: memFree=1724920/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=13600 CPUtime=1.44
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 1022 12330 0 2 3 0 131 10 16 0 1 0 2006075134 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 798 370 3 0 500 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006075290 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=29304 CPUtime=1299.81
/proc/24326/stat : 24326 (picosat) R 24325 24302 23823 0 -1 4194304 9765 0 0 0 129910 71 0 0 25 0 1 0 2006075290 30007296 6925 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/24326/statm: 7326 6925 48 102 0 7221 0
Current children cumulated CPU time (s) 1301.25
Current children cumulated vsize (KiB) 48260

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24367
/proc/meminfo: memFree=1722040/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=13600 CPUtime=1.44
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 1022 12330 0 2 3 0 131 10 16 0 1 0 2006075134 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 798 370 3 0 500 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006075290 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=32076 CPUtime=1359.78
/proc/24326/stat : 24326 (picosat) R 24325 24302 23823 0 -1 4194304 10619 0 0 0 135906 72 0 0 25 0 1 0 2006075290 32845824 7617 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/24326/statm: 8019 7617 48 102 0 7914 0
Current children cumulated CPU time (s) 1361.22
Current children cumulated vsize (KiB) 51032

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24367
/proc/meminfo: memFree=1721976/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=13600 CPUtime=1.44
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 1022 12330 0 2 3 0 131 10 16 0 1 0 2006075134 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 798 370 3 0 500 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006075290 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=32076 CPUtime=1419.76
/proc/24326/stat : 24326 (picosat) R 24325 24302 23823 0 -1 4194304 10794 0 0 0 141904 72 0 0 25 0 1 0 2006075290 32845824 7626 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 0 0 0
/proc/24326/statm: 8019 7626 48 102 0 7914 0
Current children cumulated CPU time (s) 1421.2
Current children cumulated vsize (KiB) 51032

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24367
/proc/meminfo: memFree=1721976/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=13600 CPUtime=1.44
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 1022 12330 0 2 3 0 131 10 16 0 1 0 2006075134 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 798 370 3 0 500 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006075290 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=32076 CPUtime=1479.73
/proc/24326/stat : 24326 (picosat) R 24325 24302 23823 0 -1 4194304 10794 0 0 0 147900 73 0 0 25 0 1 0 2006075290 32845824 7626 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24326/statm: 8019 7626 48 102 0 7914 0
Current children cumulated CPU time (s) 1481.17
Current children cumulated vsize (KiB) 51032

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24367
/proc/meminfo: memFree=1721912/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=13600 CPUtime=1.44
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 1022 12330 0 2 3 0 131 10 16 0 1 0 2006075134 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 798 370 3 0 500 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006075290 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=32076 CPUtime=1539.71
/proc/24326/stat : 24326 (picosat) R 24325 24302 23823 0 -1 4194304 10971 0 0 0 153898 73 0 0 25 0 1 0 2006075290 32845824 7633 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24326/statm: 8019 7633 48 102 0 7914 0
Current children cumulated CPU time (s) 1541.15
Current children cumulated vsize (KiB) 51032

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24367
/proc/meminfo: memFree=1721912/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=13600 CPUtime=1.44
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 1022 12330 0 2 3 0 131 10 16 0 1 0 2006075134 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 798 370 3 0 500 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006075290 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=32076 CPUtime=1599.67
/proc/24326/stat : 24326 (picosat) R 24325 24302 23823 0 -1 4194304 11141 0 0 0 159894 73 0 0 25 0 1 0 2006075290 32845824 7633 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 0 0 0
/proc/24326/statm: 8019 7633 48 102 0 7914 0
Current children cumulated CPU time (s) 1601.11
Current children cumulated vsize (KiB) 51032

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24367
/proc/meminfo: memFree=1721848/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=13600 CPUtime=1.44
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 1022 12330 0 2 3 0 131 10 16 0 1 0 2006075134 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 798 370 3 0 500 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006075290 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=32076 CPUtime=1659.64
/proc/24326/stat : 24326 (picosat) R 24325 24302 23823 0 -1 4194304 11330 0 0 0 165891 73 0 0 25 0 1 0 2006075290 32845824 7646 996147200 134512640 134931368 4294956256 18446744073709551615 134525927 0 0 4096 0 0 0 0 17 0 0 0
/proc/24326/statm: 8019 7646 48 102 0 7914 0
Current children cumulated CPU time (s) 1661.08
Current children cumulated vsize (KiB) 51032

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24367
/proc/meminfo: memFree=1721848/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=13600 CPUtime=1.44
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 1022 12330 0 2 3 0 131 10 16 0 1 0 2006075134 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 798 370 3 0 500 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006075290 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=32076 CPUtime=1719.61
/proc/24326/stat : 24326 (picosat) R 24325 24302 23823 0 -1 4194304 11330 0 0 0 171888 73 0 0 25 0 1 0 2006075290 32845824 7646 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24326/statm: 8019 7646 48 102 0 7914 0
Current children cumulated CPU time (s) 1721.05
Current children cumulated vsize (KiB) 51032

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24367
/proc/meminfo: memFree=1721656/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=13600 CPUtime=1.44
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 1022 12330 0 2 3 0 131 10 16 0 1 0 2006075134 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 798 370 3 0 500 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006075290 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=32076 CPUtime=1779.59
/proc/24326/stat : 24326 (picosat) R 24325 24302 23823 0 -1 4194304 11512 0 0 0 177885 74 0 0 25 0 1 0 2006075290 32845824 7650 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24326/statm: 8019 7650 48 102 0 7914 0
Current children cumulated CPU time (s) 1781.03
Current children cumulated vsize (KiB) 51032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24368
/proc/meminfo: memFree=1721656/2055920 swapFree=4179680/4192956
[pid=24302] ppid=24300 vsize=13600 CPUtime=1.44
/proc/24302/stat : 24302 (sugar) S 24300 24302 23823 0 -1 4194304 1022 12330 0 2 3 0 131 10 16 0 1 0 2006075134 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24302/statm: 3400 798 370 3 0 500 0
[pid=24325] ppid=24302 vsize=5356 CPUtime=0
/proc/24325/stat : 24325 (sh) S 24302 24302 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006075290 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24325/statm: 1339 232 193 169 0 50 0
[pid=24326] ppid=24325 vsize=32076 CPUtime=1798.58
/proc/24326/stat : 24326 (picosat) R 24325 24302 23823 0 -1 4194304 11512 0 0 0 179784 74 0 0 25 0 1 0 2006075290 32845824 7650 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24326/statm: 8019 7650 48 102 0 7914 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 51032

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): 1801.32
CPU time (s): 1800.07
CPU user time (s): 1799.2
CPU system time (s): 0.870867
CPU usage (%): 99.9305
Max. virtual memory (cumulated for all children) (KiB): 887336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 0.870867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25489
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= 2476
involuntary context switches= 10383

runsolver used 2.52961 second user time and 5.67814 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-05 17:17:05
IDJOB=1090286
IDBENCH=58432
IDSOLVER=345
FILE ID=node54/1090286-1215271025
PBS_JOBID= 7882186
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles750-29.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-1090286-1215271025/watcher-1090286-1215271025 -o /tmp/evaluation-result-1090286-1215271025/solver-1090286-1215271025 -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-1090286-1215271025.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9b8ab86f716b1f33c98e6ee849111388
RANDOM SEED=1274854407

node54.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.279
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.279
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:       1506384 kB
Buffers:         36064 kB
Cached:         158760 kB
SwapCached:       6932 kB
Active:         402196 kB
Inactive:        93860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1506384 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            3232 kB
Writeback:           0 kB
Mapped:         312184 kB
Slab:            38124 kB
Committed_AS:  4659180 kB
PageTables:       2292 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= 66524 MiB
End job on node54 at 2008-07-05 17:47:08