Trace number 1089236

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.06 1807.42

General information on the benchmark

Namecsp/graphColoring/register/mulsol/
normalized-mulsol-i-3-30.xml
MD5SUM368fa43b2a6c4f40cc2e0bcef8c9ab63
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.131979
Satisfiable
(Un)Satisfiability was proved
Number of variables184
Number of constraints3916
Maximum constraint arity2
Maximum domain size30
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3916
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 16:15:13 2008
0.00/0.04	c 0	PID 6250
0.00/0.04	c 0	HOST node88.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1089236-1215267313.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-1089236-1215267313.xml' 'HOME/temp.csp'
0.03/0.80	c 0	1 domains, 184 variables, 1 predicates, 0 relations, 3916 constraints
0.03/0.81	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.81	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.03/0.89	c 1	Parsing HOME/temp.csp
0.95/1.10	c 1	parsed 4102 expressions
0.95/1.10	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.95/1.10	c 1	Converting to clausal form CSP
1.05/1.19	c 1	converted 411 (10%) expressions
1.14/1.28	c 1	converted 821 (20%) expressions
1.25/1.31	c 1	converted 1231 (30%) expressions
1.25/1.32	c 1	converted 1641 (40%) expressions
1.25/1.33	c 1	converted 2051 (50%) expressions
1.25/1.34	c 1	converted 2462 (60%) expressions
1.25/1.35	c 1	converted 2872 (70%) expressions
1.25/1.37	c 1	converted 3282 (80%) expressions
1.25/1.37	c 1	converted 3692 (90%) expressions
1.25/1.39	c 1	converted 4102 (100%) expressions
1.25/1.39	c 1	CSP : 184 integers, 0 booleans, 3916 clauses, largest domain size 30
1.25/1.39	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.25/1.39	c 1	Propagation in CSP
1.35/1.44	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.35/1.44	c 1	CSP : 184 integers, 0 booleans, 3916 clauses, largest domain size 30
1.35/1.44	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.35/1.44	c 1	Simplifing CSP by introducing new Boolean variables
1.44/1.54	c 1	CSP : 184 integers, 7832 booleans, 11748 clauses, largest domain size 30
1.44/1.54	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.58	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.55/1.60	c 1	19 (10%) CSP integer variables are encoded (532 clauses, 5708 bytes)
1.55/1.60	c 1	37 (20%) CSP integer variables are encoded (1036 clauses, 11395 bytes)
1.55/1.61	c 1	56 (30%) CSP integer variables are encoded (1568 clauses, 18311 bytes)
1.55/1.61	c 1	74 (40%) CSP integer variables are encoded (2072 clauses, 24863 bytes)
1.55/1.61	c 1	92 (50%) CSP integer variables are encoded (2576 clauses, 31415 bytes)
1.55/1.61	c 1	111 (60%) CSP integer variables are encoded (3108 clauses, 38331 bytes)
1.55/1.61	c 1	129 (70%) CSP integer variables are encoded (3612 clauses, 44883 bytes)
1.55/1.61	c 1	148 (80%) CSP integer variables are encoded (4144 clauses, 51799 bytes)
1.55/1.61	c 1	166 (90%) CSP integer variables are encoded (4648 clauses, 58351 bytes)
1.55/1.61	c 1	184 (100%) CSP integer variables are encoded (5152 clauses, 64903 bytes)
1.55/1.70	c 1	1175 (10%) CSP clauses are encoded (29063 clauses, 456529 bytes)
1.64/1.75	c 1	2350 (20%) CSP clauses are encoded (52945 clauses, 870869 bytes)
1.74/1.80	c 1	3525 (30%) CSP clauses are encoded (76827 clauses, 1288997 bytes)
1.74/1.85	c 1	4700 (40%) CSP clauses are encoded (100738 clauses, 1706405 bytes)
1.83/1.90	c 2	5874 (50%) CSP clauses are encoded (124590 clauses, 2122881 bytes)
1.83/1.95	c 2	7049 (60%) CSP clauses are encoded (148501 clauses, 2542684 bytes)
1.83/1.99	c 2	8224 (70%) CSP clauses are encoded (172383 clauses, 2985362 bytes)
1.94/2.04	c 2	9399 (80%) CSP clauses are encoded (196265 clauses, 3440012 bytes)
1.94/2.09	c 2	10574 (90%) CSP clauses are encoded (220176 clauses, 3907262 bytes)
2.04/2.13	c 2	11748 (100%) CSP clauses are encoded (244028 clauses, 4373348 bytes)
2.04/2.13	c 2	11748 CSP clauses encoded
2.04/2.14	c 2	Writing map file : HOME/temp.map
2.04/2.14	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.04/2.14	c 2	SAT : 13168 SAT variables, 244028 SAT clauses, 4373348 bytes
2.04/2.14	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.04/2.17	c 2	SOLVING HOME/temp.cnf
2.04/2.17	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1807.41	c 1807	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1807.41	c 1807	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.03/1807.41	c ERROR INTERRUPTED
1800.03/1807.41	s UNKNOWN
1800.03/1807.41	c 1807	CPU 1798.65 (0.03 0.01 1798.62 1.38)
1800.03/1807.41	c 1807	END Sat Jul  5 16:45:20 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-1089236-1215267313/watcher-1089236-1215267313 -o /tmp/evaluation-result-1089236-1215267313/solver-1089236-1215267313 -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-1089236-1215267313.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 6250
/proc/meminfo: memFree=1769656/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=12268 CPUtime=0
/proc/6250/stat : 6250 (sugar) R 6248 6250 4695 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 638978511 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 270196063230 0 0 4224 0 0 0 0 17 0 0 0
/proc/6250/statm: 3067 316 241 3 0 167 0

[startup+0.0462369 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 6250
/proc/meminfo: memFree=1769656/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=13600 CPUtime=0.03
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 638978511 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101766 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 6250
/proc/meminfo: memFree=1769656/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=13600 CPUtime=0.03
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 638978511 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301789 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 6250
/proc/meminfo: memFree=1769656/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=13600 CPUtime=0.03
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 638978511 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70184 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 6250
/proc/meminfo: memFree=1769656/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=13600 CPUtime=0.03
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 638978511 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50294 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 6272
/proc/meminfo: memFree=1761888/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=13600 CPUtime=0.78
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 974 6903 0 1 3 1 70 4 15 0 1 0 638978511 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 797 370 3 0 500 0
[pid=6263] ppid=6250 vsize=5356 CPUtime=0
/proc/6263/stat : 6263 (sh) S 6250 6250 4695 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 638978592 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6263/statm: 1339 233 193 169 0 50 0
[pid=6264] ppid=6263 vsize=868356 CPUtime=0.66
/proc/6264/stat : 6264 (java) S 6263 6250 4695 0 -1 0 7069 0 1 0 63 3 0 0 20 0 9 0 638978593 889196544 6311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6264/statm: 217089 6311 2539 9 0 211664 0
[pid=6264/tid=6265] ppid=6263 vsize=868356 CPUtime=0.37
/proc/6264/task/6265/stat : 6265 (java) R 6263 6250 4695 0 -1 64 2663 0 1 0 36 1 0 0 25 0 9 0 638978594 889196544 6311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6264/tid=6266] ppid=6263 vsize=868356 CPUtime=0.08
/proc/6264/task/6266/stat : 6266 (java) R 6263 6250 4695 0 -1 64 2265 0 0 0 8 0 0 0 16 0 9 0 638978595 889196544 6311 996147200 134512640 134550740 4294955952 18446744073709551615 104456976 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6264/tid=6267] ppid=6263 vsize=868356 CPUtime=0
/proc/6264/task/6267/stat : 6267 (java) S 6263 6250 4695 0 -1 64 9 0 0 0 0 0 0 0 23 0 9 0 638978595 889196544 6311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6264/tid=6268] ppid=6263 vsize=868356 CPUtime=0
/proc/6264/task/6268/stat : 6268 (java) S 6263 6250 4695 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 638978595 889196544 6311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6264/tid=6269] ppid=6263 vsize=868356 CPUtime=0
/proc/6264/task/6269/stat : 6269 (java) S 6263 6250 4695 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 638978597 889196544 6311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6264/tid=6270] ppid=6263 vsize=868356 CPUtime=0.18
/proc/6264/task/6270/stat : 6270 (java) S 6263 6250 4695 0 -1 64 1449 0 0 0 17 1 0 0 16 0 9 0 638978597 889196544 6311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6264/tid=6271] ppid=6263 vsize=868356 CPUtime=0
/proc/6264/task/6271/stat : 6271 (java) S 6263 6250 4695 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 638978597 889196544 6311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6264/tid=6272] ppid=6263 vsize=868356 CPUtime=0
/proc/6264/task/6272/stat : 6272 (java) S 6263 6250 4695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 638978597 889196544 6311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887312

[startup+3.10112 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 6272
/proc/meminfo: memFree=1746144/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=13600 CPUtime=2.11
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 1022 14949 0 2 3 1 194 13 16 0 1 0 638978511 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 13600

[startup+6.30149 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6274
/proc/meminfo: memFree=1752736/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=13600 CPUtime=2.11
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 1022 14949 0 2 3 1 194 13 16 0 1 0 638978511 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 798 370 3 0 500 0
[pid=6273] ppid=6250 vsize=5356 CPUtime=0
/proc/6273/stat : 6273 (sh) S 6250 6250 4695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638978728 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6273/statm: 1339 232 193 169 0 50 0
[pid=6274] ppid=6273 vsize=11400 CPUtime=4.1
/proc/6274/stat : 6274 (picosat) R 6273 6250 4695 0 -1 4194304 2712 0 0 0 300 110 0 0 25 0 1 0 638978728 11673600 2698 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 0 0 0
/proc/6274/statm: 2850 2698 42 102 0 2745 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 30356

[startup+12.7022 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6274
/proc/meminfo: memFree=1749160/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=13600 CPUtime=2.11
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 1022 14949 0 2 3 1 194 13 16 0 1 0 638978511 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 798 370 3 0 500 0
[pid=6273] ppid=6250 vsize=5356 CPUtime=0
/proc/6273/stat : 6273 (sh) S 6250 6250 4695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638978728 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6273/statm: 1339 232 193 169 0 50 0
[pid=6274] ppid=6273 vsize=15724 CPUtime=10.47
/proc/6274/stat : 6274 (picosat) R 6273 6250 4695 0 -1 4194304 3544 0 0 0 936 111 0 0 25 0 1 0 638978728 16101376 3530 996147200 134512640 134931368 4294956256 18446744073709551615 134543543 0 0 4096 0 0 0 0 17 0 0 0
/proc/6274/statm: 3931 3530 42 102 0 3826 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 34680

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6274
/proc/meminfo: memFree=1747752/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=13600 CPUtime=2.11
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 1022 14949 0 2 3 1 194 13 16 0 1 0 638978511 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 798 370 3 0 500 0
[pid=6273] ppid=6250 vsize=5356 CPUtime=0
/proc/6273/stat : 6273 (sh) S 6250 6250 4695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638978728 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6273/statm: 1339 232 193 169 0 50 0
[pid=6274] ppid=6273 vsize=17020 CPUtime=23.23
/proc/6274/stat : 6274 (picosat) R 6273 6250 4695 0 -1 4194304 4011 0 0 0 2211 112 0 0 25 0 1 0 638978728 17428480 3854 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/6274/statm: 4255 3854 48 102 0 4150 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 35976

[startup+51.1016 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6274
/proc/meminfo: memFree=1746216/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=13600 CPUtime=2.11
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 1022 14949 0 2 3 1 194 13 16 0 1 0 638978511 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 798 370 3 0 500 0
[pid=6273] ppid=6250 vsize=5356 CPUtime=0
/proc/6273/stat : 6273 (sh) S 6250 6250 4695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638978728 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6273/statm: 1339 232 193 169 0 50 0
[pid=6274] ppid=6273 vsize=18472 CPUtime=48.71
/proc/6274/stat : 6274 (picosat) R 6273 6250 4695 0 -1 4194304 4533 0 0 0 4759 112 0 0 25 0 1 0 638978728 18915328 4254 996147200 134512640 134931368 4294956256 18446744073709551615 134543543 0 0 4096 0 0 0 0 17 0 0 0
/proc/6274/statm: 4618 4254 48 102 0 4513 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 37428

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6274
/proc/meminfo: memFree=1744808/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=13600 CPUtime=2.11
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 1022 14949 0 2 3 1 194 13 16 0 1 0 638978511 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 798 370 3 0 500 0
[pid=6273] ppid=6250 vsize=5356 CPUtime=0
/proc/6273/stat : 6273 (sh) S 6250 6250 4695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638978728 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6273/statm: 1339 232 193 169 0 50 0
[pid=6274] ppid=6273 vsize=20040 CPUtime=99.71
/proc/6274/stat : 6274 (picosat) R 6273 6250 4695 0 -1 4194304 5167 0 0 0 9858 113 0 0 25 0 1 0 638978728 20520960 4597 996147200 134512640 134931368 4294956256 18446744073709551615 134544814 0 0 4096 0 0 0 0 17 0 0 0
/proc/6274/statm: 5010 4597 48 102 0 4905 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 38996

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6302
/proc/meminfo: memFree=1752744/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=13600 CPUtime=2.11
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 1022 14949 0 2 3 1 194 13 16 0 1 0 638978511 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 798 370 3 0 500 0
[pid=6273] ppid=6250 vsize=5356 CPUtime=0
/proc/6273/stat : 6273 (sh) S 6250 6250 4695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638978728 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6273/statm: 1339 232 193 169 0 50 0
[pid=6274] ppid=6273 vsize=20912 CPUtime=159.43
/proc/6274/stat : 6274 (picosat) R 6273 6250 4695 0 -1 4194304 5806 0 0 0 15829 114 0 0 25 0 1 0 638978728 21413888 4869 996147200 134512640 134931368 4294956256 18446744073709551615 134525575 0 0 4096 0 0 0 0 17 0 0 0
/proc/6274/statm: 5228 4869 48 102 0 5123 0
Current children cumulated CPU time (s) 161.54
Current children cumulated vsize (KiB) 39868

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6302
/proc/meminfo: memFree=1751784/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=13600 CPUtime=2.11
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 1022 14949 0 2 3 1 194 13 16 0 1 0 638978511 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 798 370 3 0 500 0
[pid=6273] ppid=6250 vsize=5356 CPUtime=0
/proc/6273/stat : 6273 (sh) S 6250 6250 4695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638978728 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6273/statm: 1339 232 193 169 0 50 0
[pid=6274] ppid=6273 vsize=21704 CPUtime=219.18
/proc/6274/stat : 6274 (picosat) R 6273 6250 4695 0 -1 4194304 6308 0 0 0 21804 114 0 0 25 0 1 0 638978728 22224896 5068 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/6274/statm: 5426 5068 48 102 0 5321 0
Current children cumulated CPU time (s) 221.29
Current children cumulated vsize (KiB) 40660

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

[pid=6250] ppid=6248 vsize=13600 CPUtime=2.11
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 1022 14949 0 2 3 1 194 13 16 0 1 0 638978511 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 798 370 3 0 500 0
[pid=6273] ppid=6250 vsize=5356 CPUtime=0
/proc/6273/stat : 6273 (sh) S 6250 6250 4695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638978728 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6273/statm: 1339 232 193 169 0 50 0
[pid=6274] ppid=6273 vsize=35236 CPUtime=1235.09
/proc/6274/stat : 6274 (picosat) R 6273 6250 4695 0 -1 4194304 12020 0 0 0 123387 122 0 0 25 0 1 0 638978728 36081664 8497 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 0 0 0
/proc/6274/statm: 8809 8497 48 102 0 8704 0
Current children cumulated CPU time (s) 1237.2
Current children cumulated vsize (KiB) 54192

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6304
/proc/meminfo: memFree=1737704/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=13600 CPUtime=2.11
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 1022 14949 0 2 3 1 194 13 16 0 1 0 638978511 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 798 370 3 0 500 0
[pid=6273] ppid=6250 vsize=5356 CPUtime=0
/proc/6273/stat : 6273 (sh) S 6250 6250 4695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638978728 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6273/statm: 1339 232 193 169 0 50 0
[pid=6274] ppid=6273 vsize=34964 CPUtime=1294.85
/proc/6274/stat : 6274 (picosat) R 6273 6250 4695 0 -1 4194304 12210 0 0 0 129363 122 0 0 25 0 1 0 638978728 35803136 8453 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6274/statm: 8741 8453 48 102 0 8636 0
Current children cumulated CPU time (s) 1296.96
Current children cumulated vsize (KiB) 53920

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6304
/proc/meminfo: memFree=1737576/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=13600 CPUtime=2.11
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 1022 14949 0 2 3 1 194 13 16 0 1 0 638978511 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 798 370 3 0 500 0
[pid=6273] ppid=6250 vsize=5356 CPUtime=0
/proc/6273/stat : 6273 (sh) S 6250 6250 4695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638978728 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6273/statm: 1339 232 193 169 0 50 0
[pid=6274] ppid=6273 vsize=34964 CPUtime=1354.6
/proc/6274/stat : 6274 (picosat) R 6273 6250 4695 0 -1 4194304 12228 0 0 0 135338 122 0 0 25 0 1 0 638978728 35803136 8471 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/6274/statm: 8741 8471 48 102 0 8636 0
Current children cumulated CPU time (s) 1356.71
Current children cumulated vsize (KiB) 53920

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6304
/proc/meminfo: memFree=1737448/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=13600 CPUtime=2.11
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 1022 14949 0 2 3 1 194 13 16 0 1 0 638978511 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 798 370 3 0 500 0
[pid=6273] ppid=6250 vsize=5356 CPUtime=0
/proc/6273/stat : 6273 (sh) S 6250 6250 4695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638978728 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6273/statm: 1339 232 193 169 0 50 0
[pid=6274] ppid=6273 vsize=34960 CPUtime=1414.36
/proc/6274/stat : 6274 (picosat) R 6273 6250 4695 0 -1 4194304 12228 0 0 0 141314 122 0 0 25 0 1 0 638978728 35799040 8470 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6274/statm: 8740 8470 48 102 0 8635 0
Current children cumulated CPU time (s) 1416.47
Current children cumulated vsize (KiB) 53916

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6304
/proc/meminfo: memFree=1737448/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=13600 CPUtime=2.11
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 1022 14949 0 2 3 1 194 13 16 0 1 0 638978511 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 798 370 3 0 500 0
[pid=6273] ppid=6250 vsize=5356 CPUtime=0
/proc/6273/stat : 6273 (sh) S 6250 6250 4695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638978728 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6273/statm: 1339 232 193 169 0 50 0
[pid=6274] ppid=6273 vsize=34960 CPUtime=1474.12
/proc/6274/stat : 6274 (picosat) R 6273 6250 4695 0 -1 4194304 12228 0 0 0 147290 122 0 0 25 0 1 0 638978728 35799040 8470 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/6274/statm: 8740 8470 48 102 0 8635 0
Current children cumulated CPU time (s) 1476.23
Current children cumulated vsize (KiB) 53916

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6304
/proc/meminfo: memFree=1737192/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=13600 CPUtime=2.11
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 1022 14949 0 2 3 1 194 13 16 0 1 0 638978511 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 798 370 3 0 500 0
[pid=6273] ppid=6250 vsize=5356 CPUtime=0
/proc/6273/stat : 6273 (sh) S 6250 6250 4695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638978728 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6273/statm: 1339 232 193 169 0 50 0
[pid=6274] ppid=6273 vsize=34960 CPUtime=1533.87
/proc/6274/stat : 6274 (picosat) R 6273 6250 4695 0 -1 4194304 12455 0 0 0 153265 122 0 0 25 0 1 0 638978728 35799040 8488 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6274/statm: 8740 8488 48 102 0 8635 0
Current children cumulated CPU time (s) 1535.98
Current children cumulated vsize (KiB) 53916

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6304
/proc/meminfo: memFree=1737192/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=13600 CPUtime=2.11
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 1022 14949 0 2 3 1 194 13 16 0 1 0 638978511 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 798 370 3 0 500 0
[pid=6273] ppid=6250 vsize=5356 CPUtime=0
/proc/6273/stat : 6273 (sh) S 6250 6250 4695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638978728 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6273/statm: 1339 232 193 169 0 50 0
[pid=6274] ppid=6273 vsize=34960 CPUtime=1593.63
/proc/6274/stat : 6274 (picosat) R 6273 6250 4695 0 -1 4194304 12460 0 0 0 159241 122 0 0 25 0 1 0 638978728 35799040 8493 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/6274/statm: 8740 8493 48 102 0 8635 0
Current children cumulated CPU time (s) 1595.74
Current children cumulated vsize (KiB) 53916

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6304
/proc/meminfo: memFree=1736872/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=13600 CPUtime=2.11
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 1022 14949 0 2 3 1 194 13 16 0 1 0 638978511 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 798 370 3 0 500 0
[pid=6273] ppid=6250 vsize=5356 CPUtime=0
/proc/6273/stat : 6273 (sh) S 6250 6250 4695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638978728 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6273/statm: 1339 232 193 169 0 50 0
[pid=6274] ppid=6273 vsize=35356 CPUtime=1653.4
/proc/6274/stat : 6274 (picosat) R 6273 6250 4695 0 -1 4194304 12776 0 0 0 165217 123 0 0 25 0 1 0 638978728 36204544 8589 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6274/statm: 8839 8589 48 102 0 8734 0
Current children cumulated CPU time (s) 1655.51
Current children cumulated vsize (KiB) 54312

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6304
/proc/meminfo: memFree=1736680/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=13600 CPUtime=2.11
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 1022 14949 0 2 3 1 194 13 16 0 1 0 638978511 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 798 370 3 0 500 0
[pid=6273] ppid=6250 vsize=5356 CPUtime=0
/proc/6273/stat : 6273 (sh) S 6250 6250 4695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638978728 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6273/statm: 1339 232 193 169 0 50 0
[pid=6274] ppid=6273 vsize=35752 CPUtime=1713.16
/proc/6274/stat : 6274 (picosat) R 6273 6250 4695 0 -1 4194304 12868 0 0 0 171193 123 0 0 25 0 1 0 638978728 36610048 8681 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6274/statm: 8938 8681 48 102 0 8833 0
Current children cumulated CPU time (s) 1715.27
Current children cumulated vsize (KiB) 54708

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6304
/proc/meminfo: memFree=1734632/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=13600 CPUtime=2.11
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 1022 14949 0 2 3 1 194 13 16 0 1 0 638978511 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 798 370 3 0 500 0
[pid=6273] ppid=6250 vsize=5356 CPUtime=0
/proc/6273/stat : 6273 (sh) S 6250 6250 4695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638978728 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6273/statm: 1339 232 193 169 0 50 0
[pid=6274] ppid=6273 vsize=37468 CPUtime=1772.92
/proc/6274/stat : 6274 (picosat) R 6273 6250 4695 0 -1 4194304 13528 0 0 0 177168 124 0 0 25 0 1 0 638978728 38367232 9120 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6274/statm: 9367 9120 48 102 0 9262 0
Current children cumulated CPU time (s) 1775.03
Current children cumulated vsize (KiB) 56424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6304
/proc/meminfo: memFree=1734632/2055920 swapFree=4179952/4192956
[pid=6250] ppid=6248 vsize=13600 CPUtime=2.11
/proc/6250/stat : 6250 (sugar) S 6248 6250 4695 0 -1 4194304 1022 14949 0 2 3 1 194 13 16 0 1 0 638978511 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6250/statm: 3400 798 370 3 0 500 0
[pid=6273] ppid=6250 vsize=5356 CPUtime=0
/proc/6273/stat : 6273 (sh) S 6250 6250 4695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638978728 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6273/statm: 1339 232 193 169 0 50 0
[pid=6274] ppid=6273 vsize=37468 CPUtime=1797.92
/proc/6274/stat : 6274 (picosat) R 6273 6250 4695 0 -1 4194304 13528 0 0 0 179668 124 0 0 25 0 1 0 638978728 38367232 9120 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/6274/statm: 9367 9120 48 102 0 9262 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 56424

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): 1807.42
CPU time (s): 1800.06
CPU user time (s): 1798.66
CPU system time (s): 1.40079
CPU usage (%): 99.5928
Max. virtual memory (cumulated for all children) (KiB): 887424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.66
system time used= 1.40079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30019
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= 2745
involuntary context switches= 27456

runsolver used 1.79773 second user time and 4.79327 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-05 16:15:13
IDJOB=1089236
IDBENCH=58239
IDSOLVER=345
FILE ID=node88/1089236-1215267313
PBS_JOBID= 7882073
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/graphColoring/register/mulsol/normalized-mulsol-i-3-30.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-1089236-1215267313/watcher-1089236-1215267313 -o /tmp/evaluation-result-1089236-1215267313/solver-1089236-1215267313 -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-1089236-1215267313.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 368fa43b2a6c4f40cc2e0bcef8c9ab63
RANDOM SEED=1456300550

node88.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.232
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.232
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:       1770136 kB
Buffers:         29440 kB
Cached:         183828 kB
SwapCached:       6780 kB
Active:         168660 kB
Inactive:        68484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1770136 kB
SwapTotal:     4192956 kB
SwapFree:      4179952 kB
Dirty:            1804 kB
Writeback:           0 kB
Mapped:          32044 kB
Slab:            33968 kB
Committed_AS:  1142872 kB
PageTables:       1848 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66496 MiB
End job on node88 at 2008-07-05 16:45:22