Trace number 2092168

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.14.6+picosat? (TO) 1800.05 1801.92

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-37_ext.xml
MD5SUMce5d1f47702701d3860ba207f551b018
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.05177
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.03/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.08	c 0	BEGIN Sun Jul 12 13:11:33 2009
0.03/0.08	c 0	PID 24641
0.03/0.08	c 0	HOST node9.alineos.net
0.03/0.08	c 0	CONVERTING HOME/instance-2092168-1247397093.xml TO HOME/temp.csp
0.03/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2092168-1247397093.xml' 'HOME/temp.csp'
0.07/0.84	c 1	1 domains, 40 variables, 0 predicates, 103 relations, 103 constraints
0.07/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.87	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.82/0.95	c 1	Parsing HOME/temp.csp
1.62/1.73	c 2	parsed 247 expressions
1.62/1.74	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.62/1.74	c 2	Converting to clausal form CSP
1.62/1.76	c 2	converted 25 (10%) expressions
1.62/1.78	c 2	converted 50 (20%) expressions
1.62/1.78	c 2	converted 75 (30%) expressions
1.62/1.79	c 2	converted 99 (40%) expressions
1.62/1.79	c 2	converted 124 (50%) expressions
1.71/1.83	c 2	converted 149 (60%) expressions
1.71/1.89	c 2	converted 173 (70%) expressions
2.02/2.11	c 2	converted 198 (80%) expressions
2.11/2.20	c 2	converted 223 (90%) expressions
2.11/2.26	c 2	converted 247 (100%) expressions
2.11/2.26	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.11/2.26	c 2	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.11/2.26	c 2	Propagation in CSP
2.11/2.26	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.11/2.26	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.11/2.26	c 2	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.11/2.26	c 2	Simplifing CSP by introducing new Boolean variables
2.11/2.26	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.11/2.26	c 2	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.21/2.36	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.21/2.38	c 3	4 (10%) CSP integer variables are encoded (312 clauses, 3284 bytes)
2.21/2.38	c 3	8 (20%) CSP integer variables are encoded (624 clauses, 6716 bytes)
2.21/2.38	c 3	12 (30%) CSP integer variables are encoded (936 clauses, 10148 bytes)
2.21/2.38	c 3	16 (40%) CSP integer variables are encoded (1248 clauses, 14103 bytes)
2.21/2.39	c 3	20 (50%) CSP integer variables are encoded (1560 clauses, 18159 bytes)
2.21/2.39	c 3	24 (60%) CSP integer variables are encoded (1872 clauses, 22215 bytes)
2.21/2.39	c 3	28 (70%) CSP integer variables are encoded (2184 clauses, 26271 bytes)
2.21/2.39	c 3	32 (80%) CSP integer variables are encoded (2496 clauses, 30327 bytes)
2.21/2.39	c 3	36 (90%) CSP integer variables are encoded (2808 clauses, 34383 bytes)
2.21/2.39	c 3	40 (100%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.41/2.52	c 3	11 (10%) CSP clauses are encoded (14481 clauses, 260757 bytes)
2.41/2.59	c 3	21 (20%) CSP clauses are encoded (24874 clauses, 478795 bytes)
2.51/2.67	c 3	31 (30%) CSP clauses are encoded (35240 clauses, 691733 bytes)
2.60/2.75	c 3	42 (40%) CSP clauses are encoded (46710 clauses, 935368 bytes)
2.70/2.83	c 3	52 (50%) CSP clauses are encoded (57102 clauses, 1155893 bytes)
2.81/2.90	c 3	62 (60%) CSP clauses are encoded (67465 clauses, 1392457 bytes)
2.81/2.99	c 3	73 (70%) CSP clauses are encoded (78939 clauses, 1658672 bytes)
2.91/3.06	c 3	83 (80%) CSP clauses are encoded (89288 clauses, 1898644 bytes)
3.00/3.14	c 3	93 (90%) CSP clauses are encoded (99656 clauses, 2139184 bytes)
3.11/3.22	c 3	103 (100%) CSP clauses are encoded (110111 clauses, 2381653 bytes)
3.11/3.22	c 3	103 CSP clauses encoded
3.11/3.22	c 3	Writing map file : HOME/temp.map
3.11/3.22	c 3	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.11/3.22	c 3	SAT : 3160 SAT variables, 110111 SAT clauses, 2381653 bytes
3.11/3.22	c 3	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.11/3.28	c 3	SOLVING HOME/temp.cnf
3.11/3.28	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.00/1801.91	sh: line 1: 24665 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.00/1801.91	c 1802	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1801.91	c 1802	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.00/1801.92	c ERROR INTERRUPTED
1800.00/1801.92	s UNKNOWN
1800.00/1801.92	c 1802	CPU 1800.02 (0.05 0.02 1799.03 0.92)
1800.00/1801.92	c 1802	END Sun Jul 12 13:41:35 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2092168-1247397093/watcher-2092168-1247397093 -o /tmp/evaluation-result-2092168-1247397093/solver-2092168-1247397093 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2092168-1247397093.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.98 2.01 2.00 4/76 24641
/proc/meminfo: memFree=1845876/2055920 swapFree=4192812/4192956
[pid=24641] ppid=24639 vsize=12268 CPUtime=0
/proc/24641/stat : 24641 (sugar) R 24639 24641 24014 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 26776429 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 215419157093 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24641/statm: 3067 316 241 3 0 167 0

[startup+0.0514361 s]
/proc/loadavg: 1.98 2.01 2.00 4/76 24641
/proc/meminfo: memFree=1845876/2055920 swapFree=4192812/4192956
[pid=24641] ppid=24639 vsize=13600 CPUtime=0.03
/proc/24641/stat : 24641 (sugar) R 24639 24641 24014 0 -1 4194304 784 0 0 0 2 1 0 0 18 0 1 0 26776429 13926400 752 996147200 4194304 4206940 548682068608 18446744073709551615 215436905712 0 0 4224 0 0 0 0 17 1 0 0
/proc/24641/statm: 3400 752 338 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102491 s]
/proc/loadavg: 1.98 2.01 2.00 4/76 24641
/proc/meminfo: memFree=1845876/2055920 swapFree=4192812/4192956
[pid=24641] ppid=24639 vsize=16868 CPUtime=0.07
/proc/24641/stat : 24641 (sugar) S 24639 24641 24014 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26776429 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24641/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301469 s]
/proc/loadavg: 1.98 2.01 2.00 4/76 24641
/proc/meminfo: memFree=1845876/2055920 swapFree=4192812/4192956
[pid=24641] ppid=24639 vsize=16868 CPUtime=0.07
/proc/24641/stat : 24641 (sugar) S 24639 24641 24014 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26776429 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24641/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701507 s]
/proc/loadavg: 1.98 2.01 2.00 4/76 24641
/proc/meminfo: memFree=1845876/2055920 swapFree=4192812/4192956
[pid=24641] ppid=24639 vsize=16868 CPUtime=0.07
/proc/24641/stat : 24641 (sugar) S 24639 24641 24014 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26776429 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24641/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5016 s]
/proc/loadavg: 1.98 2.01 2.00 4/87 24663
/proc/meminfo: memFree=1836956/2055920 swapFree=4192812/4192956
[pid=24641] ppid=24639 vsize=16868 CPUtime=0.82
/proc/24641/stat : 24641 (sugar) S 24639 24641 24014 0 -1 4194304 1309 5206 0 1 5 2 71 4 16 0 1 0 26776429 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24641/statm: 4217 1111 409 3 0 796 0
[pid=24654] ppid=24641 vsize=5356 CPUtime=0
/proc/24654/stat : 24654 (sh) S 24641 24641 24014 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26776517 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24654/statm: 1339 233 193 169 0 50 0
[pid=24655] ppid=24654 vsize=862284 CPUtime=0.6
/proc/24655/stat : 24655 (java) S 24654 24641 24014 0 -1 0 6505 0 1 0 58 2 0 0 18 0 9 0 26776517 882978816 5786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24655/statm: 215571 5786 2158 9 0 210484 0
[pid=24655/tid=24656] ppid=24654 vsize=862284 CPUtime=0.38
/proc/24655/task/24656/stat : 24656 (java) R 24654 24641 24014 0 -1 64 2025 0 1 0 37 1 0 0 22 0 9 0 26776518 882978816 5786 996147200 134512640 134550932 4294955936 18446744073709551615 103823201 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24655/tid=24657] ppid=24654 vsize=862284 CPUtime=0.16
/proc/24655/task/24657/stat : 24657 (java) S 24654 24641 24014 0 -1 64 3472 0 0 0 16 0 0 0 16 0 9 0 26776519 882978816 5786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24655/tid=24658] ppid=24654 vsize=862284 CPUtime=0
/proc/24655/task/24658/stat : 24658 (java) S 24654 24641 24014 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26776519 882978816 5786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24655/tid=24659] ppid=24654 vsize=862284 CPUtime=0
/proc/24655/task/24659/stat : 24659 (java) S 24654 24641 24014 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26776519 882978816 5786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24655/tid=24660] ppid=24654 vsize=862284 CPUtime=0
/proc/24655/task/24660/stat : 24660 (java) S 24654 24641 24014 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26776521 882978816 5786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24655/tid=24661] ppid=24654 vsize=862284 CPUtime=0.03
/proc/24655/task/24661/stat : 24661 (java) S 24654 24641 24014 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 26776521 882978816 5786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24655/tid=24662] ppid=24654 vsize=862284 CPUtime=0
/proc/24655/task/24662/stat : 24662 (java) S 24654 24641 24014 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26776521 882978816 5786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24655/tid=24663] ppid=24654 vsize=862284 CPUtime=0
/proc/24655/task/24663/stat : 24663 (java) S 24654 24641 24014 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26776521 882978816 5786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 884508

[startup+3.10277 s]
/proc/loadavg: 1.98 2.01 2.00 3/87 24663
/proc/meminfo: memFree=1812828/2055920 swapFree=4192812/4192956
[pid=24641] ppid=24639 vsize=16868 CPUtime=0.82
/proc/24641/stat : 24641 (sugar) S 24639 24641 24014 0 -1 4194304 1310 5206 0 1 5 2 71 4 15 0 1 0 26776429 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24641/statm: 4217 1111 409 3 0 796 0
[pid=24654] ppid=24641 vsize=5356 CPUtime=0
/proc/24654/stat : 24654 (sh) S 24641 24641 24014 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26776517 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24654/statm: 1339 233 193 169 0 50 0
[pid=24655] ppid=24654 vsize=864332 CPUtime=2.18
/proc/24655/stat : 24655 (java) S 24654 24641 24014 0 -1 0 11756 0 1 0 210 8 0 0 18 0 9 0 26776517 885075968 10925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24655/statm: 216083 10925 2590 9 0 210560 0
[pid=24655/tid=24656] ppid=24654 vsize=864332 CPUtime=1.38
/proc/24655/task/24656/stat : 24656 (java) R 24654 24641 24014 0 -1 64 3019 0 1 0 135 3 0 0 25 0 9 0 26776518 885075968 10925 996147200 134512640 134550932 4294955936 18446744073709551615 4126563607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24655/tid=24657] ppid=24654 vsize=864332 CPUtime=0.7
/proc/24655/task/24657/stat : 24657 (java) S 24654 24641 24014 0 -1 64 7701 0 0 0 66 4 0 0 16 0 9 0 26776519 885075968 10925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24655/tid=24658] ppid=24654 vsize=864332 CPUtime=0
/proc/24655/task/24658/stat : 24658 (java) S 24654 24641 24014 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26776519 885075968 10925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24655/tid=24659] ppid=24654 vsize=864332 CPUtime=0
/proc/24655/task/24659/stat : 24659 (java) S 24654 24641 24014 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 26776519 885075968 10925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24655/tid=24660] ppid=24654 vsize=864332 CPUtime=0
/proc/24655/task/24660/stat : 24660 (java) S 24654 24641 24014 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26776521 885075968 10925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24655/tid=24661] ppid=24654 vsize=864332 CPUtime=0.08
/proc/24655/task/24661/stat : 24661 (java) S 24654 24641 24014 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 26776521 885075968 10925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24655/tid=24662] ppid=24654 vsize=864332 CPUtime=0
/proc/24655/task/24662/stat : 24662 (java) S 24654 24641 24014 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26776521 885075968 10925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24655/tid=24663] ppid=24654 vsize=864332 CPUtime=0
/proc/24655/task/24663/stat : 24663 (java) S 24654 24641 24014 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26776521 885075968 10925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886556

[startup+6.30214 s]
/proc/loadavg: 1.99 2.01 2.00 3/79 24665
/proc/meminfo: memFree=1834460/2055920 swapFree=4192812/4192956
[pid=24641] ppid=24639 vsize=16868 CPUtime=3.14
/proc/24641/stat : 24641 (sugar) S 24639 24641 24014 0 -1 4194304 1365 17273 0 2 5 2 293 14 16 0 1 0 26776429 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24641/statm: 4217 1113 409 3 0 796 0
[pid=24664] ppid=24641 vsize=5356 CPUtime=0
/proc/24664/stat : 24664 (sh) S 24641 24641 24014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26776757 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24664/statm: 1339 232 193 169 0 50 0
[pid=24665] ppid=24664 vsize=5268 CPUtime=2.97
/proc/24665/stat : 24665 (picosat) R 24664 24641 24014 0 -1 4194304 1228 0 0 0 232 65 0 0 25 0 1 0 26776758 5394432 1214 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/24665/statm: 1317 1214 42 102 0 1212 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 27492

[startup+12.7019 s]
/proc/loadavg: 1.99 2.01 2.00 3/79 24665
/proc/meminfo: memFree=1832796/2055920 swapFree=4192812/4192956
[pid=24641] ppid=24639 vsize=16868 CPUtime=3.14
/proc/24641/stat : 24641 (sugar) S 24639 24641 24014 0 -1 4194304 1365 17273 0 2 5 2 293 14 16 0 1 0 26776429 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24641/statm: 4217 1113 409 3 0 796 0
[pid=24664] ppid=24641 vsize=5356 CPUtime=0
/proc/24664/stat : 24664 (sh) S 24641 24641 24014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26776757 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24664/statm: 1339 232 193 169 0 50 0
[pid=24665] ppid=24664 vsize=7232 CPUtime=9.31
/proc/24665/stat : 24665 (picosat) R 24664 24641 24014 0 -1 4194304 1593 0 0 0 865 66 0 0 25 0 1 0 26776758 7405568 1579 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/24665/statm: 1808 1579 42 102 0 1703 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 29456

[startup+25.5023 s]
/proc/loadavg: 1.99 2.01 2.00 3/79 24665
/proc/meminfo: memFree=1832412/2055920 swapFree=4192812/4192956
[pid=24641] ppid=24639 vsize=16868 CPUtime=3.14
/proc/24641/stat : 24641 (sugar) S 24639 24641 24014 0 -1 4194304 1365 17273 0 2 5 2 293 14 16 0 1 0 26776429 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24641/statm: 4217 1113 409 3 0 796 0
[pid=24664] ppid=24641 vsize=5356 CPUtime=0
/proc/24664/stat : 24664 (sh) S 24641 24641 24014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26776757 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24664/statm: 1339 232 193 169 0 50 0
[pid=24665] ppid=24664 vsize=7556 CPUtime=21.99
/proc/24665/stat : 24665 (picosat) R 24664 24641 24014 0 -1 4194304 1714 0 0 0 2133 66 0 0 25 0 1 0 26776758 7737344 1688 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 1 0 0
/proc/24665/statm: 1889 1688 48 102 0 1784 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 29780

[startup+51.1021 s]
/proc/loadavg: 1.99 2.00 2.00 3/79 24665
/proc/meminfo: memFree=1832028/2055920 swapFree=4192812/4192956
[pid=24641] ppid=24639 vsize=16868 CPUtime=3.14
/proc/24641/stat : 24641 (sugar) S 24639 24641 24014 0 -1 4194304 1365 17273 0 2 5 2 293 14 16 0 1 0 26776429 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24641/statm: 4217 1113 409 3 0 796 0
[pid=24664] ppid=24641 vsize=5356 CPUtime=0
/proc/24664/stat : 24664 (sh) S 24641 24641 24014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26776757 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24664/statm: 1339 232 193 169 0 50 0
[pid=24665] ppid=24664 vsize=7980 CPUtime=47.36
/proc/24665/stat : 24665 (picosat) R 24664 24641 24014 0 -1 4194304 1834 0 0 0 4669 67 0 0 25 0 1 0 26776758 8171520 1808 996147200 134512640 134931368 4294956256 18446744073709551615 134529466 0 0 4096 0 0 0 0 17 1 0 0
/proc/24665/statm: 1995 1808 48 102 0 1890 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 30204

[startup+102.308 s]
/proc/loadavg: 1.99 2.00 2.00 3/79 24665
/proc/meminfo: memFree=1831004/2055920 swapFree=4192812/4192956
[pid=24641] ppid=24639 vsize=16868 CPUtime=3.14
/proc/24641/stat : 24641 (sugar) S 24639 24641 24014 0 -1 4194304 1365 17273 0 2 5 2 293 14 16 0 1 0 26776429 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24641/statm: 4217 1113 409 3 0 796 0
[pid=24664] ppid=24641 vsize=5356 CPUtime=0
/proc/24664/stat : 24664 (sh) S 24641 24641 24014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26776757 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24664/statm: 1339 232 193 169 0 50 0
[pid=24665] ppid=24664 vsize=8768 CPUtime=98.08
/proc/24665/stat : 24665 (picosat) R 24664 24641 24014 0 -1 4194304 2195 0 0 0 9741 67 0 0 25 0 1 0 26776758 8978432 1983 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/24665/statm: 2192 1983 48 102 0 2087 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 30992

[startup+162.303 s]
/proc/loadavg: 1.96 1.98 1.99 3/77 24716
/proc/meminfo: memFree=1830316/2055920 swapFree=4192812/4192956
[pid=24641] ppid=24639 vsize=16868 CPUtime=3.14
/proc/24641/stat : 24641 (sugar) S 24639 24641 24014 0 -1 4194304 1365 17273 0 2 5 2 293 14 16 0 1 0 26776429 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24641/statm: 4217 1113 409 3 0 796 0
[pid=24664] ppid=24641 vsize=5356 CPUtime=0
/proc/24664/stat : 24664 (sh) S 24641 24641 24014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26776757 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=24641] ppid=24639 vsize=16868 CPUtime=3.14
/proc/24641/stat : 24641 (sugar) S 24639 24641 24014 0 -1 4194304 1365 17273 0 2 5 2 293 14 16 0 1 0 26776429 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24641/statm: 4217 1113 409 3 0 796 0
[pid=24664] ppid=24641 vsize=5356 CPUtime=0
/proc/24664/stat : 24664 (sh) S 24641 24641 24014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26776757 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24664/statm: 1339 232 193 169 0 50 0
[pid=24665] ppid=24664 vsize=15452 CPUtime=1297.47
/proc/24665/stat : 24665 (picosat) R 24664 24641 24014 0 -1 4194304 5933 0 0 0 129671 76 0 0 25 0 1 0 26776758 15822848 3736 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24665/statm: 3863 3736 48 102 0 3758 0
Current children cumulated CPU time (s) 1300.61
Current children cumulated vsize (KiB) 37676

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 24830
/proc/meminfo: memFree=1798260/2055920 swapFree=4192812/4192956
[pid=24641] ppid=24639 vsize=16868 CPUtime=3.14
/proc/24641/stat : 24641 (sugar) S 24639 24641 24014 0 -1 4194304 1365 17273 0 2 5 2 293 14 16 0 1 0 26776429 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24641/statm: 4217 1113 409 3 0 796 0
[pid=24664] ppid=24641 vsize=5356 CPUtime=0
/proc/24664/stat : 24664 (sh) S 24641 24641 24014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26776757 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24664/statm: 1339 232 193 169 0 50 0
[pid=24665] ppid=24664 vsize=15716 CPUtime=1357.44
/proc/24665/stat : 24665 (picosat) R 24664 24641 24014 0 -1 4194304 6107 0 0 0 135668 76 0 0 25 0 1 0 26776758 16093184 3797 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24665/statm: 3929 3797 48 102 0 3824 0
Current children cumulated CPU time (s) 1360.58
Current children cumulated vsize (KiB) 37940

[startup+1422.31 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 24830
/proc/meminfo: memFree=1798068/2055920 swapFree=4192812/4192956
[pid=24641] ppid=24639 vsize=16868 CPUtime=3.14
/proc/24641/stat : 24641 (sugar) S 24639 24641 24014 0 -1 4194304 1365 17273 0 2 5 2 293 14 16 0 1 0 26776429 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24641/statm: 4217 1113 409 3 0 796 0
[pid=24664] ppid=24641 vsize=5356 CPUtime=0
/proc/24664/stat : 24664 (sh) S 24641 24641 24014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26776757 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24664/statm: 1339 232 193 169 0 50 0
[pid=24665] ppid=24664 vsize=15848 CPUtime=1417.42
/proc/24665/stat : 24665 (picosat) R 24664 24641 24014 0 -1 4194304 6250 0 0 0 141666 76 0 0 25 0 1 0 26776758 16228352 3824 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/24665/statm: 3962 3824 48 102 0 3857 0
Current children cumulated CPU time (s) 1420.56
Current children cumulated vsize (KiB) 38072

[startup+1482.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/84 24830
/proc/meminfo: memFree=1798004/2055920 swapFree=4192812/4192956
[pid=24641] ppid=24639 vsize=16868 CPUtime=3.14
/proc/24641/stat : 24641 (sugar) S 24639 24641 24014 0 -1 4194304 1365 17273 0 2 5 2 293 14 16 0 1 0 26776429 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24641/statm: 4217 1113 409 3 0 796 0
[pid=24664] ppid=24641 vsize=5356 CPUtime=0
/proc/24664/stat : 24664 (sh) S 24641 24641 24014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26776757 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24664/statm: 1339 232 193 169 0 50 0
[pid=24665] ppid=24664 vsize=15848 CPUtime=1477.39
/proc/24665/stat : 24665 (picosat) R 24664 24641 24014 0 -1 4194304 6250 0 0 0 147663 76 0 0 25 0 1 0 26776758 16228352 3824 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24665/statm: 3962 3824 48 102 0 3857 0
Current children cumulated CPU time (s) 1480.53
Current children cumulated vsize (KiB) 38072

[startup+1542.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/84 24830
/proc/meminfo: memFree=1797748/2055920 swapFree=4192812/4192956
[pid=24641] ppid=24639 vsize=16868 CPUtime=3.14
/proc/24641/stat : 24641 (sugar) S 24639 24641 24014 0 -1 4194304 1365 17273 0 2 5 2 293 14 16 0 1 0 26776429 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24641/statm: 4217 1113 409 3 0 796 0
[pid=24664] ppid=24641 vsize=5356 CPUtime=0
/proc/24664/stat : 24664 (sh) S 24641 24641 24014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26776757 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24664/statm: 1339 232 193 169 0 50 0
[pid=24665] ppid=24664 vsize=15980 CPUtime=1537.36
/proc/24665/stat : 24665 (picosat) R 24664 24641 24014 0 -1 4194304 6431 0 0 0 153660 76 0 0 25 0 1 0 26776758 16363520 3886 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24665/statm: 3995 3886 48 102 0 3890 0
Current children cumulated CPU time (s) 1540.5
Current children cumulated vsize (KiB) 38204

[startup+1602.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/84 24830
/proc/meminfo: memFree=1797684/2055920 swapFree=4192812/4192956
[pid=24641] ppid=24639 vsize=16868 CPUtime=3.14
/proc/24641/stat : 24641 (sugar) S 24639 24641 24014 0 -1 4194304 1365 17273 0 2 5 2 293 14 16 0 1 0 26776429 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24641/statm: 4217 1113 409 3 0 796 0
[pid=24664] ppid=24641 vsize=5356 CPUtime=0
/proc/24664/stat : 24664 (sh) S 24641 24641 24014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26776757 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24664/statm: 1339 232 193 169 0 50 0
[pid=24665] ppid=24664 vsize=15980 CPUtime=1597.34
/proc/24665/stat : 24665 (picosat) R 24664 24641 24014 0 -1 4194304 6431 0 0 0 159658 76 0 0 25 0 1 0 26776758 16363520 3886 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/24665/statm: 3995 3886 48 102 0 3890 0
Current children cumulated CPU time (s) 1600.48
Current children cumulated vsize (KiB) 38204

[startup+1662.3 s]
/proc/loadavg: 2.09 2.05 2.00 3/84 24830
/proc/meminfo: memFree=1797620/2055920 swapFree=4192812/4192956
[pid=24641] ppid=24639 vsize=16868 CPUtime=3.14
/proc/24641/stat : 24641 (sugar) S 24639 24641 24014 0 -1 4194304 1365 17273 0 2 5 2 293 14 16 0 1 0 26776429 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24641/statm: 4217 1113 409 3 0 796 0
[pid=24664] ppid=24641 vsize=5356 CPUtime=0
/proc/24664/stat : 24664 (sh) S 24641 24641 24014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26776757 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24664/statm: 1339 232 193 169 0 50 0
[pid=24665] ppid=24664 vsize=15980 CPUtime=1657.31
/proc/24665/stat : 24665 (picosat) R 24664 24641 24014 0 -1 4194304 6549 0 0 0 165655 76 0 0 25 0 1 0 26776758 16363520 3886 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24665/statm: 3995 3886 48 102 0 3890 0
Current children cumulated CPU time (s) 1660.45
Current children cumulated vsize (KiB) 38204

[startup+1722.3 s]
/proc/loadavg: 2.16 2.07 2.01 3/84 24830
/proc/meminfo: memFree=1796468/2055920 swapFree=4192812/4192956
[pid=24641] ppid=24639 vsize=16868 CPUtime=3.14
/proc/24641/stat : 24641 (sugar) S 24639 24641 24014 0 -1 4194304 1365 17273 0 2 5 2 293 14 16 0 1 0 26776429 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24641/statm: 4217 1113 409 3 0 796 0
[pid=24664] ppid=24641 vsize=5356 CPUtime=0
/proc/24664/stat : 24664 (sh) S 24641 24641 24014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26776757 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24664/statm: 1339 232 193 169 0 50 0
[pid=24665] ppid=24664 vsize=17168 CPUtime=1717.28
/proc/24665/stat : 24665 (picosat) R 24664 24641 24014 0 -1 4194304 6951 0 0 0 171652 76 0 0 25 0 1 0 26776758 17580032 4164 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24665/statm: 4292 4164 48 102 0 4187 0
Current children cumulated CPU time (s) 1720.42
Current children cumulated vsize (KiB) 39392

[startup+1782.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/84 24830
/proc/meminfo: memFree=1796468/2055920 swapFree=4192812/4192956
[pid=24641] ppid=24639 vsize=16868 CPUtime=3.14
/proc/24641/stat : 24641 (sugar) S 24639 24641 24014 0 -1 4194304 1365 17273 0 2 5 2 293 14 16 0 1 0 26776429 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24641/statm: 4217 1113 409 3 0 796 0
[pid=24664] ppid=24641 vsize=5356 CPUtime=0
/proc/24664/stat : 24664 (sh) S 24641 24641 24014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26776757 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24664/statm: 1339 232 193 169 0 50 0
[pid=24665] ppid=24664 vsize=17168 CPUtime=1777.26
/proc/24665/stat : 24665 (picosat) R 24664 24641 24014 0 -1 4194304 6951 0 0 0 177650 76 0 0 25 0 1 0 26776758 17580032 4164 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24665/statm: 4292 4164 48 102 0 4187 0
Current children cumulated CPU time (s) 1780.4
Current children cumulated vsize (KiB) 39392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.9 s]
/proc/loadavg: 2.08 2.06 2.01 3/84 24830
/proc/meminfo: memFree=1796468/2055920 swapFree=4192812/4192956
[pid=24641] ppid=24639 vsize=16868 CPUtime=3.14
/proc/24641/stat : 24641 (sugar) S 24639 24641 24014 0 -1 4194304 1365 17273 0 2 5 2 293 14 16 0 1 0 26776429 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24641/statm: 4217 1113 409 3 0 796 0
[pid=24664] ppid=24641 vsize=5356 CPUtime=0
/proc/24664/stat : 24664 (sh) S 24641 24641 24014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26776757 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24664/statm: 1339 232 193 169 0 50 0
[pid=24665] ppid=24664 vsize=17168 CPUtime=1796.86
/proc/24665/stat : 24665 (picosat) R 24664 24641 24014 0 -1 4194304 6951 0 0 0 179609 77 0 0 25 0 1 0 26776758 17580032 4164 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/24665/statm: 4292 4164 48 102 0 4187 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 39392

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

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

[startup+1801.9 s]
/proc/loadavg: 2.08 2.06 2.01 3/84 24830
/proc/meminfo: memFree=1796468/2055920 swapFree=4192812/4192956
[pid=24641] ppid=24639 vsize=16868 CPUtime=3.14
/proc/24641/stat : 24641 (sugar) S 24639 24641 24014 0 -1 4194304 1365 17273 0 2 5 2 293 14 16 0 1 0 26776429 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24641/statm: 4217 1113 409 3 0 796 0
[pid=24664] ppid=24641 vsize=5356 CPUtime=0
/proc/24664/stat : 24664 (sh) S 24641 24641 24014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26776757 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24664/statm: 1339 232 193 169 0 50 0
[pid=24665] ppid=24664 vsize=17168 CPUtime=1796.86
/proc/24665/stat : 24665 (picosat) R 24664 24641 24014 0 -1 4194304 6951 0 0 0 179609 77 0 0 25 0 1 0 26776758 17580032 4164 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/24665/statm: 4292 4164 48 102 0 4187 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 39392

Child status: 0
Real time (s): 1801.92
CPU time (s): 1800.05
CPU user time (s): 1799.09
CPU system time (s): 0.953854
CPU usage (%): 99.8959
Max. virtual memory (cumulated for all children) (KiB): 886556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 0.953854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26371
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= 2463
involuntary context switches= 11712

runsolver used 1.9927 second user time and 4.83726 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-12 13:11:33
IDJOB=2092168
IDBENCH=60278
IDSOLVER=738
FILE ID=node9/2092168-1247397093
PBS_JOBID= 9507459
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-37_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2092168-1247397093/watcher-2092168-1247397093 -o /tmp/evaluation-result-2092168-1247397093/solver-2092168-1247397093 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2092168-1247397093.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ce5d1f47702701d3860ba207f551b018
RANDOM SEED=948266085

node9.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.216
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.216
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:       1846356 kB
Buffers:         28180 kB
Cached:          96600 kB
SwapCached:          0 kB
Active:         109020 kB
Inactive:        45184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846356 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2044 kB
Writeback:           0 kB
Mapped:          40112 kB
Slab:            40668 kB
Committed_AS:   279136 kB
PageTables:       1768 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= 66376 MiB
End job on node9 at 2009-07-12 13:41:37