Trace number 1088711

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 1808.43

General information on the benchmark

Namecsp/graphColoring/school/
normalized-school1-nsh-13.xml
MD5SUM04705b32837a4b67cef23bd35ddd5cfa
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.694894
Satisfiable
(Un)Satisfiability was proved
Number of variables352
Number of constraints14612
Maximum constraint arity2
Maximum domain size13
Number of constraints which are defined in extension0
Number of constraints which are defined in intension14612
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:10:00 2008
0.00/0.04	c 0	PID 21182
0.00/0.05	c 0	HOST node47.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1088711-1215259800.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1088711-1215259800.xml' 'HOME/temp.csp'
0.96/1.07	c 1	1 domains, 352 variables, 1 predicates, 0 relations, 14612 constraints
0.96/1.09	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.09	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'
1.04/1.17	c 1	Parsing HOME/temp.csp
1.04/1.60	c 2	parsed 10000 expressions
1.04/1.68	c 2	parsed 14966 expressions
1.04/1.69	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.69	c 2	Converting to clausal form CSP
1.04/1.95	c 2	converted 1497 (10%) expressions
1.04/2.00	c 2	converted 2994 (20%) expressions
1.04/2.03	c 2	converted 4490 (30%) expressions
1.04/2.07	c 2	converted 5987 (40%) expressions
2.02/2.17	c 2	converted 7483 (50%) expressions
2.13/2.21	c 2	converted 8980 (60%) expressions
2.13/2.25	c 2	converted 10477 (70%) expressions
2.13/2.29	c 2	converted 11973 (80%) expressions
2.23/2.33	c 3	converted 13470 (90%) expressions
2.33/2.45	c 3	converted 14966 (100%) expressions
2.33/2.45	c 3	CSP : 352 integers, 0 booleans, 14612 clauses, largest domain size 13
2.33/2.45	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.33/2.45	c 3	Propagation in CSP
2.42/2.58	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.42/2.58	c 3	CSP : 352 integers, 0 booleans, 14612 clauses, largest domain size 13
2.42/2.58	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.42/2.59	c 3	Simplifing CSP by introducing new Boolean variables
2.72/2.89	c 3	CSP : 352 integers, 29224 booleans, 43836 clauses, largest domain size 13
2.72/2.89	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.92/3.01	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.92/3.04	c 3	36 (10%) CSP integer variables are encoded (396 clauses, 4222 bytes)
2.92/3.05	c 3	71 (20%) CSP integer variables are encoded (781 clauses, 8457 bytes)
2.92/3.05	c 3	106 (30%) CSP integer variables are encoded (1166 clauses, 13193 bytes)
2.92/3.05	c 3	141 (40%) CSP integer variables are encoded (1551 clauses, 18198 bytes)
2.92/3.05	c 3	176 (50%) CSP integer variables are encoded (1936 clauses, 23203 bytes)
2.92/3.05	c 3	212 (60%) CSP integer variables are encoded (2332 clauses, 28351 bytes)
2.92/3.05	c 3	247 (70%) CSP integer variables are encoded (2717 clauses, 33356 bytes)
2.92/3.05	c 3	282 (80%) CSP integer variables are encoded (3102 clauses, 38361 bytes)
2.92/3.05	c 3	317 (90%) CSP integer variables are encoded (3487 clauses, 43366 bytes)
2.92/3.06	c 3	352 (100%) CSP integer variables are encoded (3872 clauses, 48371 bytes)
3.01/3.20	c 3	4384 (10%) CSP clauses are encoded (43332 clauses, 698161 bytes)
3.12/3.29	c 3	8768 (20%) CSP clauses are encoded (82792 clauses, 1363805 bytes)
3.22/3.39	c 4	13151 (30%) CSP clauses are encoded (122239 clauses, 2073107 bytes)
3.32/3.49	c 4	17535 (40%) CSP clauses are encoded (161687 clauses, 2783773 bytes)
3.41/3.59	c 4	21918 (50%) CSP clauses are encoded (201134 clauses, 3527305 bytes)
3.50/3.69	c 4	26302 (60%) CSP clauses are encoded (240594 clauses, 4275586 bytes)
3.61/3.79	c 4	30686 (70%) CSP clauses are encoded (280054 clauses, 5023867 bytes)
3.70/3.89	c 4	35069 (80%) CSP clauses are encoded (319501 clauses, 5771899 bytes)
3.81/3.99	c 4	39453 (90%) CSP clauses are encoded (358949 clauses, 6519945 bytes)
3.90/4.09	c 4	43836 (100%) CSP clauses are encoded (398396 clauses, 7267977 bytes)
3.90/4.09	c 4	43836 CSP clauses encoded
3.90/4.09	c 4	Writing map file : HOME/temp.map
4.01/4.11	c 4	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.01/4.11	c 4	SAT : 33448 SAT variables, 398396 SAT clauses, 7267977 bytes
4.01/4.11	c 4	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.01/4.14	c 4	SOLVING HOME/temp.cnf
4.01/4.14	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1808.41	sh: line 1: 21206 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.01/1808.41	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1808.41	c 1809	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/1808.42	c ERROR INTERRUPTED
1800.01/1808.42	s UNKNOWN
1800.01/1808.42	c 1809	CPU 1797.91 (0.03 0.01 1797.88 2.12)
1800.01/1808.42	c 1809	END Sat Jul  5 14:40:09 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-1088711-1215259800/watcher-1088711-1215259800 -o /tmp/evaluation-result-1088711-1215259800/solver-1088711-1215259800 -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-1088711-1215259800.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.86 1.97 1.99 4/81 21182
/proc/meminfo: memFree=1681856/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=18572 CPUtime=0
/proc/21182/stat : 21182 (runsolver) R 21180 21182 20477 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 2004952284 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 208717540647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21182/statm: 4643 292 257 25 0 2626 0

[startup+0.081022 s]
/proc/loadavg: 1.86 1.97 1.99 4/81 21182
/proc/meminfo: memFree=1681856/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=13600 CPUtime=0.03
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 2004952284 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21182/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101026 s]
/proc/loadavg: 1.86 1.97 1.99 4/81 21182
/proc/meminfo: memFree=1681856/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=13600 CPUtime=0.03
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 2004952284 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21182/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301061 s]
/proc/loadavg: 1.86 1.97 1.99 4/81 21182
/proc/meminfo: memFree=1681856/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=13600 CPUtime=0.03
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 2004952284 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21182/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701141 s]
/proc/loadavg: 1.86 1.97 1.99 4/81 21182
/proc/meminfo: memFree=1681856/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=13600 CPUtime=0.03
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 2004952284 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21182/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50129 s]
/proc/loadavg: 1.86 1.97 1.99 3/92 21194
/proc/meminfo: memFree=1652712/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=13600 CPUtime=1.04
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 973 10854 0 1 2 1 94 7 16 0 1 0 2004952284 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21182/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 13600

[startup+3.10259 s]
/proc/loadavg: 1.87 1.97 1.99 4/92 21204
/proc/meminfo: memFree=1660520/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=13600 CPUtime=1.04
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 974 10854 0 1 2 1 94 7 15 0 1 0 2004952284 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21182/statm: 3400 797 370 3 0 500 0
[pid=21195] ppid=21182 vsize=5356 CPUtime=0
/proc/21195/stat : 21195 (sh) S 21182 21182 20477 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2004952394 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21195/statm: 1339 233 193 169 0 50 0
[pid=21196] ppid=21195 vsize=868492 CPUtime=1.97
/proc/21196/stat : 21196 (java) S 21195 21182 20477 0 -1 0 12514 0 1 0 188 9 0 0 19 0 9 0 2004952394 889335808 11442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21196/statm: 217123 11442 2565 9 0 211670 0
[pid=21196/tid=21197] ppid=21195 vsize=868492 CPUtime=1.01
/proc/21196/task/21197/stat : 21197 (java) R 21195 21182 20477 0 -1 64 3050 0 1 0 98 3 0 0 22 0 9 0 2004952395 889335808 11442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21196/tid=21198] ppid=21195 vsize=868492 CPUtime=0.7
/proc/21196/task/21198/stat : 21198 (java) S 21195 21182 20477 0 -1 64 7293 0 0 0 66 4 0 0 16 0 9 0 2004952396 889335808 11442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21196/tid=21199] ppid=21195 vsize=868492 CPUtime=0
/proc/21196/task/21199/stat : 21199 (java) S 21195 21182 20477 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004952396 889335808 11442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21196/tid=21200] ppid=21195 vsize=868492 CPUtime=0
/proc/21196/task/21200/stat : 21200 (java) S 21195 21182 20477 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2004952396 889335808 11442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21196/tid=21201] ppid=21195 vsize=868492 CPUtime=0
/proc/21196/task/21201/stat : 21201 (java) S 21195 21182 20477 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004952398 889335808 11442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21196/tid=21202] ppid=21195 vsize=868492 CPUtime=0.24
/proc/21196/task/21202/stat : 21202 (java) R 21195 21182 20477 0 -1 64 1479 0 0 0 23 1 0 0 15 0 9 0 2004952398 889335808 11442 996147200 134512640 134550740 4294955952 18446744073709551615 102196344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21196/tid=21203] ppid=21195 vsize=868492 CPUtime=0
/proc/21196/task/21203/stat : 21203 (java) S 21195 21182 20477 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004952398 889335808 11442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21196/tid=21204] ppid=21195 vsize=868492 CPUtime=0
/proc/21196/task/21204/stat : 21204 (java) S 21195 21182 20477 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2004952398 889335808 11442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887448

[startup+6.30119 s]
/proc/loadavg: 1.87 1.97 1.99 3/84 21206
/proc/meminfo: memFree=1664872/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=13600 CPUtime=4.05
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 1022 23786 0 2 3 1 378 23 17 0 1 0 2004952284 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21182/statm: 3400 799 370 3 0 500 0
[pid=21205] ppid=21182 vsize=5356 CPUtime=0
/proc/21205/stat : 21205 (sh) S 21182 21182 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004952699 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21205/statm: 1339 232 193 169 0 50 0
[pid=21206] ppid=21205 vsize=11212 CPUtime=2.12
/proc/21206/stat : 21206 (picosat) R 21205 21182 20477 0 -1 4194304 2554 0 0 0 96 116 0 0 25 0 1 0 2004952699 11481088 2540 996147200 134512640 134931368 4294956256 18446744073709551615 134549314 0 0 4096 0 0 0 0 17 0 0 0
/proc/21206/statm: 2803 2540 40 102 0 2698 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 30168

[startup+12.7024 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 21206
/proc/meminfo: memFree=1653288/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=13600 CPUtime=4.05
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 1022 23786 0 2 3 1 378 23 17 0 1 0 2004952284 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21182/statm: 3400 799 370 3 0 500 0
[pid=21205] ppid=21182 vsize=5356 CPUtime=0
/proc/21205/stat : 21205 (sh) S 21182 21182 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004952699 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21205/statm: 1339 232 193 169 0 50 0
[pid=21206] ppid=21205 vsize=19832 CPUtime=8.49
/proc/21206/stat : 21206 (picosat) R 21205 21182 20477 0 -1 4194304 4220 0 0 0 672 177 0 0 25 0 1 0 2004952699 20307968 4203 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 0 0 0
/proc/21206/statm: 4958 4203 42 102 0 4853 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 38788

[startup+25.5018 s]
/proc/loadavg: 1.97 1.98 1.99 3/84 21206
/proc/meminfo: memFree=1647216/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=13600 CPUtime=4.05
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 1022 23786 0 2 3 1 378 23 17 0 1 0 2004952284 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21182/statm: 3400 799 370 3 0 500 0
[pid=21205] ppid=21182 vsize=5356 CPUtime=0
/proc/21205/stat : 21205 (sh) S 21182 21182 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004952699 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21205/statm: 1339 232 193 169 0 50 0
[pid=21206] ppid=21205 vsize=23000 CPUtime=21.22
/proc/21206/stat : 21206 (picosat) R 21205 21182 20477 0 -1 4194304 5069 0 0 0 1944 178 0 0 25 0 1 0 2004952699 23552000 5052 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 0 0 0
/proc/21206/statm: 5750 5052 42 102 0 5645 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 41956

[startup+51.1016 s]
/proc/loadavg: 2.04 2.00 2.00 3/85 21207
/proc/meminfo: memFree=1633128/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=13600 CPUtime=4.05
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 1022 23786 0 2 3 1 378 23 17 0 1 0 2004952284 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21182/statm: 3400 799 370 3 0 500 0
[pid=21205] ppid=21182 vsize=5356 CPUtime=0
/proc/21205/stat : 21205 (sh) S 21182 21182 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004952699 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21205/statm: 1339 232 193 169 0 50 0
[pid=21206] ppid=21205 vsize=24316 CPUtime=46.7
/proc/21206/stat : 21206 (picosat) R 21205 21182 20477 0 -1 4194304 5463 0 0 0 4492 178 0 0 25 0 1 0 2004952699 24899584 5358 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21206/statm: 6079 5358 48 102 0 5974 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 43272

[startup+102.306 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 21208
/proc/meminfo: memFree=1607272/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=13600 CPUtime=4.05
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 1022 23786 0 2 3 1 378 23 17 0 1 0 2004952284 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21182/statm: 3400 799 370 3 0 500 0
[pid=21205] ppid=21182 vsize=5356 CPUtime=0
/proc/21205/stat : 21205 (sh) S 21182 21182 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004952699 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21205/statm: 1339 232 193 169 0 50 0
[pid=21206] ppid=21205 vsize=24844 CPUtime=97.66
/proc/21206/stat : 21206 (picosat) R 21205 21182 20477 0 -1 4194304 5758 0 0 0 9588 178 0 0 25 0 1 0 2004952699 25440256 5483 996147200 134512640 134931368 4294956256 18446744073709551615 134529719 0 0 4096 0 0 0 0 17 0 0 0
/proc/21206/statm: 6211 5483 48 102 0 6106 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 43800

[startup+162.302 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 21208
/proc/meminfo: memFree=1605928/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=13600 CPUtime=4.05
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 1022 23786 0 2 3 1 378 23 17 0 1 0 2004952284 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21182/statm: 3400 799 370 3 0 500 0
[pid=21205] ppid=21182 vsize=5356 CPUtime=0
/proc/21205/stat : 21205 (sh) S 21182 21182 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004952699 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21205/statm: 1339 232 193 169 0 50 0
[pid=21206] ppid=21205 vsize=25240 CPUtime=157.38
/proc/21206/stat : 21206 (picosat) R 21205 21182 20477 0 -1 4194304 5954 0 0 0 15559 179 0 0 25 0 1 0 2004952699 25845760 5588 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21206/statm: 6310 5588 48 102 0 6205 0
Current children cumulated CPU time (s) 161.43
Current children cumulated vsize (KiB) 44196

[startup+222.303 s]
/proc/loadavg: 2.04 2.02 2.00 3/84 21208
/proc/meminfo: memFree=1604520/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=13600 CPUtime=4.05
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 1022 23786 0 2 3 1 378 23 17 0 1 0 2004952284 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21182/statm: 3400 799 370 3 0 500 0
[pid=21205] ppid=21182 vsize=5356 CPUtime=0
/proc/21205/stat : 21205 (sh) S 21182 21182 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004952699 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21205/statm: 1339 232 193 169 0 50 0
[pid=21206] ppid=21205 vsize=25636 CPUtime=217.1
/proc/21206/stat : 21206 (picosat) R 21205 21182 20477 0 -1 4194304 6162 0 0 0 21531 179 0 0 25 0 1 0 2004952699 26251264 5700 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21206/statm: 6409 5700 48 102 0 6304 0
Current children cumulated CPU time (s) 221.15
Current children cumulated vsize (KiB) 44592

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

[pid=21182] ppid=21180 vsize=13600 CPUtime=4.05
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 1022 23786 0 2 3 1 378 23 17 0 1 0 2004952284 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21182/statm: 3400 799 370 3 0 500 0
[pid=21205] ppid=21182 vsize=5356 CPUtime=0
/proc/21205/stat : 21205 (sh) S 21182 21182 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004952699 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21205/statm: 1339 232 193 169 0 50 0
[pid=21206] ppid=21205 vsize=29708 CPUtime=1232.44
/proc/21206/stat : 21206 (picosat) R 21205 21182 20477 0 -1 4194304 8382 0 0 0 123060 184 0 0 25 0 1 0 2004952699 30420992 6708 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21206/statm: 7427 6708 48 102 0 7322 0
Current children cumulated CPU time (s) 1236.49
Current children cumulated vsize (KiB) 48664

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21208
/proc/meminfo: memFree=1596328/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=13600 CPUtime=4.05
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 1022 23786 0 2 3 1 378 23 17 0 1 0 2004952284 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21182/statm: 3400 799 370 3 0 500 0
[pid=21205] ppid=21182 vsize=5356 CPUtime=0
/proc/21205/stat : 21205 (sh) S 21182 21182 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004952699 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21205/statm: 1339 232 193 169 0 50 0
[pid=21206] ppid=21205 vsize=30368 CPUtime=1292.17
/proc/21206/stat : 21206 (picosat) R 21205 21182 20477 0 -1 4194304 8706 0 0 0 129033 184 0 0 25 0 1 0 2004952699 31096832 6883 996147200 134512640 134931368 4294956256 18446744073709551615 134520166 0 0 4096 0 0 0 0 17 0 0 0
/proc/21206/statm: 7592 6883 48 102 0 7487 0
Current children cumulated CPU time (s) 1296.22
Current children cumulated vsize (KiB) 49324

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21208
/proc/meminfo: memFree=1596328/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=13600 CPUtime=4.05
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 1022 23786 0 2 3 1 378 23 17 0 1 0 2004952284 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21182/statm: 3400 799 370 3 0 500 0
[pid=21205] ppid=21182 vsize=5356 CPUtime=0
/proc/21205/stat : 21205 (sh) S 21182 21182 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004952699 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21205/statm: 1339 232 193 169 0 50 0
[pid=21206] ppid=21205 vsize=30368 CPUtime=1351.9
/proc/21206/stat : 21206 (picosat) R 21205 21182 20477 0 -1 4194304 8706 0 0 0 135005 185 0 0 25 0 1 0 2004952699 31096832 6883 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/21206/statm: 7592 6883 48 102 0 7487 0
Current children cumulated CPU time (s) 1355.95
Current children cumulated vsize (KiB) 49324

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21208
/proc/meminfo: memFree=1596328/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=13600 CPUtime=4.05
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 1022 23786 0 2 3 1 378 23 17 0 1 0 2004952284 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21182/statm: 3400 799 370 3 0 500 0
[pid=21205] ppid=21182 vsize=5356 CPUtime=0
/proc/21205/stat : 21205 (sh) S 21182 21182 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004952699 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21205/statm: 1339 232 193 169 0 50 0
[pid=21206] ppid=21205 vsize=30368 CPUtime=1411.62
/proc/21206/stat : 21206 (picosat) R 21205 21182 20477 0 -1 4194304 8706 0 0 0 140977 185 0 0 25 0 1 0 2004952699 31096832 6883 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21206/statm: 7592 6883 48 102 0 7487 0
Current children cumulated CPU time (s) 1415.67
Current children cumulated vsize (KiB) 49324

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21208
/proc/meminfo: memFree=1595944/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=13600 CPUtime=4.05
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 1022 23786 0 2 3 1 378 23 17 0 1 0 2004952284 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21182/statm: 3400 799 370 3 0 500 0
[pid=21205] ppid=21182 vsize=5356 CPUtime=0
/proc/21205/stat : 21205 (sh) S 21182 21182 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004952699 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21205/statm: 1339 232 193 169 0 50 0
[pid=21206] ppid=21205 vsize=30764 CPUtime=1471.34
/proc/21206/stat : 21206 (picosat) R 21205 21182 20477 0 -1 4194304 8972 0 0 0 146949 185 0 0 25 0 1 0 2004952699 31502336 6992 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21206/statm: 7691 6992 48 102 0 7586 0
Current children cumulated CPU time (s) 1475.39
Current children cumulated vsize (KiB) 49720

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21208
/proc/meminfo: memFree=1595944/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=13600 CPUtime=4.05
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 1022 23786 0 2 3 1 378 23 17 0 1 0 2004952284 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21182/statm: 3400 799 370 3 0 500 0
[pid=21205] ppid=21182 vsize=5356 CPUtime=0
/proc/21205/stat : 21205 (sh) S 21182 21182 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004952699 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21205/statm: 1339 232 193 169 0 50 0
[pid=21206] ppid=21205 vsize=30764 CPUtime=1531.07
/proc/21206/stat : 21206 (picosat) R 21205 21182 20477 0 -1 4194304 8972 0 0 0 152922 185 0 0 25 0 1 0 2004952699 31502336 6992 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21206/statm: 7691 6992 48 102 0 7586 0
Current children cumulated CPU time (s) 1535.12
Current children cumulated vsize (KiB) 49720

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21208
/proc/meminfo: memFree=1595112/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=13600 CPUtime=4.05
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 1022 23786 0 2 3 1 378 23 17 0 1 0 2004952284 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21182/statm: 3400 799 370 3 0 500 0
[pid=21205] ppid=21182 vsize=5356 CPUtime=0
/proc/21205/stat : 21205 (sh) S 21182 21182 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004952699 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21205/statm: 1339 232 193 169 0 50 0
[pid=21206] ppid=21205 vsize=30764 CPUtime=1590.8
/proc/21206/stat : 21206 (picosat) R 21205 21182 20477 0 -1 4194304 8980 0 0 0 158894 186 0 0 25 0 1 0 2004952699 31502336 7000 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21206/statm: 7691 7000 48 102 0 7586 0
Current children cumulated CPU time (s) 1594.85
Current children cumulated vsize (KiB) 49720

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21208
/proc/meminfo: memFree=1594408/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=13600 CPUtime=4.05
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 1022 23786 0 2 3 1 378 23 17 0 1 0 2004952284 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21182/statm: 3400 799 370 3 0 500 0
[pid=21205] ppid=21182 vsize=5356 CPUtime=0
/proc/21205/stat : 21205 (sh) S 21182 21182 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004952699 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21205/statm: 1339 232 193 169 0 50 0
[pid=21206] ppid=21205 vsize=31556 CPUtime=1650.52
/proc/21206/stat : 21206 (picosat) R 21205 21182 20477 0 -1 4194304 9161 0 0 0 164866 186 0 0 25 0 1 0 2004952699 32313344 7181 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21206/statm: 7889 7181 48 102 0 7784 0
Current children cumulated CPU time (s) 1654.57
Current children cumulated vsize (KiB) 50512

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21208
/proc/meminfo: memFree=1593832/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=13600 CPUtime=4.05
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 1022 23786 0 2 3 1 378 23 17 0 1 0 2004952284 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21182/statm: 3400 799 370 3 0 500 0
[pid=21205] ppid=21182 vsize=5356 CPUtime=0
/proc/21205/stat : 21205 (sh) S 21182 21182 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004952699 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21205/statm: 1339 232 193 169 0 50 0
[pid=21206] ppid=21205 vsize=31952 CPUtime=1710.25
/proc/21206/stat : 21206 (picosat) R 21205 21182 20477 0 -1 4194304 9429 0 0 0 170839 186 0 0 25 0 1 0 2004952699 32718848 7286 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21206/statm: 7988 7286 48 102 0 7883 0
Current children cumulated CPU time (s) 1714.3
Current children cumulated vsize (KiB) 50908

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21208
/proc/meminfo: memFree=1593640/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=13600 CPUtime=4.05
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 1022 23786 0 2 3 1 378 23 17 0 1 0 2004952284 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21182/statm: 3400 799 370 3 0 500 0
[pid=21205] ppid=21182 vsize=5356 CPUtime=0
/proc/21205/stat : 21205 (sh) S 21182 21182 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004952699 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21205/statm: 1339 232 193 169 0 50 0
[pid=21206] ppid=21205 vsize=31952 CPUtime=1769.97
/proc/21206/stat : 21206 (picosat) R 21205 21182 20477 0 -1 4194304 9429 0 0 0 176811 186 0 0 25 0 1 0 2004952699 32718848 7286 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 0 0 0
/proc/21206/statm: 7988 7286 48 102 0 7883 0
Current children cumulated CPU time (s) 1774.02
Current children cumulated vsize (KiB) 50908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21248
/proc/meminfo: memFree=1641896/2055920 swapFree=4117840/4192956
[pid=21182] ppid=21180 vsize=13600 CPUtime=4.05
/proc/21182/stat : 21182 (sugar) S 21180 21182 20477 0 -1 4194304 1022 23786 0 2 3 1 378 23 17 0 1 0 2004952284 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21182/statm: 3400 799 370 3 0 500 0
[pid=21205] ppid=21182 vsize=5356 CPUtime=0
/proc/21205/stat : 21205 (sh) S 21182 21182 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004952699 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21205/statm: 1339 232 193 169 0 50 0
[pid=21206] ppid=21205 vsize=31952 CPUtime=1795.96
/proc/21206/stat : 21206 (picosat) R 21205 21182 20477 0 -1 4194304 9429 0 0 0 179409 187 0 0 25 0 1 0 2004952699 32718848 7286 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/21206/statm: 7988 7286 48 102 0 7883 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 50908

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): 1808.43
CPU time (s): 1800.06
CPU user time (s): 1797.91
CPU system time (s): 2.14467
CPU usage (%): 99.5371
Max. virtual memory (cumulated for all children) (KiB): 887588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.91
system time used= 2.14467
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35066
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= 3308
involuntary context switches= 62483

runsolver used 1.53577 second user time and 5.10122 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-05 14:10:00
IDJOB=1088711
IDBENCH=58097
IDSOLVER=345
FILE ID=node47/1088711-1215259800
PBS_JOBID= 7882081
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/graphColoring/school/normalized-school1-nsh-13.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-1088711-1215259800/watcher-1088711-1215259800 -o /tmp/evaluation-result-1088711-1215259800/solver-1088711-1215259800 -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-1088711-1215259800.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 04705b32837a4b67cef23bd35ddd5cfa
RANDOM SEED=998800587

node47.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.281
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.281
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:       1682336 kB
Buffers:         23428 kB
Cached:         181880 kB
SwapCached:      68936 kB
Active:         202636 kB
Inactive:       116980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1682336 kB
SwapTotal:     4192956 kB
SwapFree:      4117840 kB
Dirty:            5900 kB
Writeback:           0 kB
Mapped:         130484 kB
Slab:            38872 kB
Committed_AS:  4150268 kB
PageTables:       2128 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= 66508 MiB
End job on node47 at 2008-07-05 14:40:11