Trace number 2086921

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.14 1809.43

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-17.xml
MD5SUM3fe3aa089f1f308c838f4e4f77a704e4
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 benchmark651.328
Satisfiable
(Un)Satisfiability was proved
Number of variables68
Number of constraints2329
Maximum constraint arity2
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2329
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.07	c 0	BEGIN Sun Jul 12 09:44:55 2009
0.05/0.07	c 0	PID 24157
0.05/0.07	c 0	HOST node53.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2086921-1247384695.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2086921-1247384695.xml' 'HOME/temp.csp'
0.06/0.70	c 1	1 domains, 68 variables, 2 predicates, 0 relations, 2329 constraints
0.06/0.70	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.70	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.06/0.78	c 1	Parsing HOME/temp.csp
0.67/0.90	c 1	parsed 2400 expressions
0.67/0.91	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.67/0.91	c 1	Converting to clausal form CSP
0.67/0.99	c 1	converted 240 (10%) expressions
1.05/1.11	c 1	converted 480 (20%) expressions
1.05/1.13	c 1	converted 720 (30%) expressions
1.05/1.14	c 1	converted 960 (40%) expressions
1.05/1.15	c 1	converted 1200 (50%) expressions
1.05/1.17	c 1	converted 1440 (60%) expressions
1.05/1.18	c 1	converted 1680 (70%) expressions
1.05/1.18	c 1	converted 1920 (80%) expressions
1.05/1.19	c 1	converted 2160 (90%) expressions
1.14/1.20	c 1	converted 2400 (100%) expressions
1.14/1.20	c 1	CSP : 68 integers, 0 booleans, 2380 clauses, largest domain size 66
1.14/1.20	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.20	c 1	Propagation in CSP
1.14/1.23	c 1	510 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.14/1.23	c 1	CSP : 68 integers, 0 booleans, 2380 clauses, largest domain size 62
1.14/1.24	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.24	c 1	Simplifing CSP by introducing new Boolean variables
1.14/1.27	c 1	CSP : 68 integers, 4556 booleans, 6936 clauses, largest domain size 62
1.14/1.27	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.31	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.24/1.33	c 1	7 (10%) CSP integer variables are encoded (357 clauses, 3779 bytes)
1.24/1.33	c 1	14 (20%) CSP integer variables are encoded (567 clauses, 6089 bytes)
1.24/1.33	c 1	21 (30%) CSP integer variables are encoded (834 clauses, 9026 bytes)
1.24/1.33	c 1	28 (40%) CSP integer variables are encoded (1107 clauses, 12294 bytes)
1.24/1.33	c 1	34 (50%) CSP integer variables are encoded (1224 clauses, 13815 bytes)
1.24/1.34	c 1	41 (60%) CSP integer variables are encoded (1581 clauses, 18456 bytes)
1.24/1.34	c 1	48 (70%) CSP integer variables are encoded (1791 clauses, 21186 bytes)
1.24/1.34	c 1	55 (80%) CSP integer variables are encoded (2058 clauses, 24657 bytes)
1.24/1.34	c 1	62 (90%) CSP integer variables are encoded (2331 clauses, 28206 bytes)
1.24/1.34	c 1	68 (100%) CSP integer variables are encoded (2448 clauses, 29727 bytes)
1.24/1.39	c 1	694 (10%) CSP clauses are encoded (18896 clauses, 303539 bytes)
1.34/1.43	c 1	1388 (20%) CSP clauses are encoded (31622 clauses, 522585 bytes)
1.34/1.45	c 1	2081 (30%) CSP clauses are encoded (40404 clauses, 672326 bytes)
1.34/1.47	c 1	2775 (40%) CSP clauses are encoded (44947 clauses, 747645 bytes)
1.34/1.50	c 1	3468 (50%) CSP clauses are encoded (56052 clauses, 939714 bytes)
1.44/1.52	c 1	4162 (60%) CSP clauses are encoded (69836 clauses, 1182769 bytes)
1.44/1.54	c 2	4856 (70%) CSP clauses are encoded (78944 clauses, 1349584 bytes)
1.44/1.56	c 2	5549 (80%) CSP clauses are encoded (89331 clauses, 1540162 bytes)
1.44/1.59	c 2	6243 (90%) CSP clauses are encoded (102248 clauses, 1777194 bytes)
1.54/1.61	c 2	6936 (100%) CSP clauses are encoded (113257 clauses, 1980301 bytes)
1.54/1.61	c 2	6936 CSP clauses encoded
1.54/1.61	c 2	Writing map file : HOME/temp.map
1.54/1.61	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.54/1.61	c 2	SAT : 7072 SAT variables, 113257 SAT clauses, 1980301 bytes
1.54/1.61	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.54/1.64	c 2	SOLVING HOME/temp.cnf
1.54/1.64	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1809.41	sh: line 1: 24181 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.09/1809.41	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1809.41	c 1809	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.09/1809.42	c ERROR INTERRUPTED
1800.09/1809.42	s UNKNOWN
1800.09/1809.42	c 1809	CPU 1800.11 (0.05 0.01 1799.33 0.72)
1800.09/1809.42	c 1809	END Sun Jul 12 10:15:04 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-2086921-1247384695/watcher-2086921-1247384695 -o /tmp/evaluation-result-2086921-1247384695/solver-2086921-1247384695 -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-2086921-1247384695.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: 2.04 2.01 2.00 4/81 24157
/proc/meminfo: memFree=1826640/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=7504 CPUtime=0
/proc/24157/stat : 24157 (sugar) R 24155 24157 23310 0 -1 4194304 66 0 0 0 0 0 0 0 20 0 1 0 25533507 7684096 51 996147200 4194304 4206940 548682068608 18446744073709551615 269927642505 0 0 4096 0 0 0 0 17 1 0 0
/proc/24157/statm: 1876 51 38 3 0 55 0

[startup+0.065613 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 24157
/proc/meminfo: memFree=1826640/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=16344 CPUtime=0.05
/proc/24157/stat : 24157 (sugar) R 24155 24157 23310 0 -1 4194304 1012 0 0 0 4 1 0 0 20 0 1 0 25533507 16736256 980 996147200 4194304 4206940 548682068608 18446744073709551615 269930133238 0 0 4224 0 0 0 0 17 0 0 0
/proc/24157/statm: 4086 980 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.102617 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 24157
/proc/meminfo: memFree=1826640/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=16868 CPUtime=0.06
/proc/24157/stat : 24157 (sugar) S 24155 24157 23310 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 25533507 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24157/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301641 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 24157
/proc/meminfo: memFree=1826640/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=16868 CPUtime=0.06
/proc/24157/stat : 24157 (sugar) S 24155 24157 23310 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 25533507 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24157/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701686 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 24157
/proc/meminfo: memFree=1826640/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=16868 CPUtime=0.06
/proc/24157/stat : 24157 (sugar) S 24155 24157 23310 0 -1 4194304 1245 128 0 0 5 1 0 0 16 0 1 0 25533507 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24157/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50278 s]
/proc/loadavg: 2.04 2.01 2.00 4/92 24179
/proc/meminfo: memFree=1816568/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=16868 CPUtime=0.67
/proc/24157/stat : 24157 (sugar) S 24155 24157 23310 0 -1 4194304 1310 5268 0 1 5 1 57 4 15 0 1 0 25533507 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24157/statm: 4217 1111 409 3 0 796 0
[pid=24170] ppid=24157 vsize=5356 CPUtime=0
/proc/24170/stat : 24170 (sh) S 24157 24157 23310 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25533578 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24170/statm: 1339 233 193 169 0 50 0
[pid=24171] ppid=24170 vsize=868604 CPUtime=0.77
/proc/24171/stat : 24171 (java) S 24170 24157 23310 0 -1 0 6965 0 1 0 72 5 0 0 20 0 9 0 25533578 889450496 6163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24171/statm: 217151 6163 2589 9 0 211628 0
[pid=24171/tid=24172] ppid=24170 vsize=868604 CPUtime=0.5
/proc/24171/task/24172/stat : 24172 (java) R 24170 24157 23310 0 -1 64 2759 0 1 0 48 2 0 0 25 0 9 0 25533579 889450496 6163 996147200 134512640 134550932 4294955936 18446744073709551615 4126907700 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24173] ppid=24170 vsize=868604 CPUtime=0.07
/proc/24171/task/24173/stat : 24173 (java) S 24170 24157 23310 0 -1 64 2014 0 0 0 6 1 0 0 16 0 9 0 25533580 889450496 6163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24174] ppid=24170 vsize=868604 CPUtime=0
/proc/24171/task/24174/stat : 24174 (java) S 24170 24157 23310 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25533580 889450496 6163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24175] ppid=24170 vsize=868604 CPUtime=0
/proc/24171/task/24175/stat : 24175 (java) S 24170 24157 23310 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25533580 889450496 6163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24176] ppid=24170 vsize=868604 CPUtime=0
/proc/24171/task/24176/stat : 24176 (java) S 24170 24157 23310 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25533582 889450496 6163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24177] ppid=24170 vsize=868604 CPUtime=0.17
/proc/24171/task/24177/stat : 24177 (java) S 24170 24157 23310 0 -1 64 1493 0 0 0 17 0 0 0 16 0 9 0 25533582 889450496 6163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24178] ppid=24170 vsize=868604 CPUtime=0
/proc/24171/task/24178/stat : 24178 (java) S 24170 24157 23310 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25533582 889450496 6163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24171/tid=24179] ppid=24170 vsize=868604 CPUtime=0
/proc/24171/task/24179/stat : 24179 (java) S 24170 24157 23310 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25533582 889450496 6163 996147200 134512640 134550932 4294955936 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) 890828

[startup+3.10197 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 24181
/proc/meminfo: memFree=1818744/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=16868 CPUtime=1.58
/proc/24157/stat : 24157 (sugar) S 24155 24157 23310 0 -1 4194304 1365 12567 0 2 5 1 141 11 16 0 1 0 25533507 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24157/statm: 4217 1113 409 3 0 796 0
[pid=24180] ppid=24157 vsize=5356 CPUtime=0
/proc/24180/stat : 24180 (sh) S 24157 24157 23310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24180/statm: 1339 232 193 169 0 50 0
[pid=24181] ppid=24180 vsize=5004 CPUtime=1.43
/proc/24181/stat : 24181 (picosat) R 24180 24157 23310 0 -1 4194304 1153 0 0 0 94 49 0 0 25 0 1 0 25533672 5124096 1139 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24181/statm: 1251 1139 42 102 0 1146 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 27228

[startup+6.30135 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 24181
/proc/meminfo: memFree=1816440/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=16868 CPUtime=1.58
/proc/24157/stat : 24157 (sugar) S 24155 24157 23310 0 -1 4194304 1365 12567 0 2 5 1 141 11 16 0 1 0 25533507 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24157/statm: 4217 1113 409 3 0 796 0
[pid=24180] ppid=24157 vsize=5356 CPUtime=0
/proc/24180/stat : 24180 (sh) S 24157 24157 23310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24180/statm: 1339 232 193 169 0 50 0
[pid=24181] ppid=24180 vsize=5268 CPUtime=4.61
/proc/24181/stat : 24181 (picosat) R 24180 24157 23310 0 -1 4194304 1213 0 0 0 412 49 0 0 25 0 1 0 25533672 5394432 1199 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24181/statm: 1317 1199 42 102 0 1212 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 27492

[startup+12.7011 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 24181
/proc/meminfo: memFree=1815928/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=16868 CPUtime=1.58
/proc/24157/stat : 24157 (sugar) S 24155 24157 23310 0 -1 4194304 1365 12567 0 2 5 1 141 11 16 0 1 0 25533507 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24157/statm: 4217 1113 409 3 0 796 0
[pid=24180] ppid=24157 vsize=5356 CPUtime=0
/proc/24180/stat : 24180 (sh) S 24157 24157 23310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24180/statm: 1339 232 193 169 0 50 0
[pid=24181] ppid=24180 vsize=5664 CPUtime=10.99
/proc/24181/stat : 24181 (picosat) R 24180 24157 23310 0 -1 4194304 1316 0 0 0 1049 50 0 0 25 0 1 0 25533672 5799936 1302 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24181/statm: 1416 1302 42 102 0 1311 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 27888

[startup+25.5026 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 24181
/proc/meminfo: memFree=1815352/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=16868 CPUtime=1.58
/proc/24157/stat : 24157 (sugar) S 24155 24157 23310 0 -1 4194304 1365 12567 0 2 5 1 141 11 16 0 1 0 25533507 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24157/statm: 4217 1113 409 3 0 796 0
[pid=24180] ppid=24157 vsize=5356 CPUtime=0
/proc/24180/stat : 24180 (sh) S 24157 24157 23310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24180/statm: 1339 232 193 169 0 50 0
[pid=24181] ppid=24180 vsize=6324 CPUtime=23.73
/proc/24181/stat : 24181 (picosat) R 24180 24157 23310 0 -1 4194304 1489 0 0 0 2323 50 0 0 25 0 1 0 25533672 6475776 1475 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24181/statm: 1581 1475 42 102 0 1476 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 28548

[startup+51.1026 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 24181
/proc/meminfo: memFree=1814584/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=16868 CPUtime=1.58
/proc/24157/stat : 24157 (sugar) S 24155 24157 23310 0 -1 4194304 1365 12567 0 2 5 1 141 11 16 0 1 0 25533507 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24157/statm: 4217 1113 409 3 0 796 0
[pid=24180] ppid=24157 vsize=5356 CPUtime=0
/proc/24180/stat : 24180 (sh) S 24157 24157 23310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24180/statm: 1339 232 193 169 0 50 0
[pid=24181] ppid=24180 vsize=6992 CPUtime=49.21
/proc/24181/stat : 24181 (picosat) R 24180 24157 23310 0 -1 4194304 1678 0 0 0 4871 50 0 0 25 0 1 0 25533672 7159808 1651 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/24181/statm: 1748 1651 48 102 0 1643 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 29216

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24181
/proc/meminfo: memFree=1814136/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=16868 CPUtime=1.58
/proc/24157/stat : 24157 (sugar) S 24155 24157 23310 0 -1 4194304 1365 12567 0 2 5 1 141 11 16 0 1 0 25533507 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24157/statm: 4217 1113 409 3 0 796 0
[pid=24180] ppid=24157 vsize=5356 CPUtime=0
/proc/24180/stat : 24180 (sh) S 24157 24157 23310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24180/statm: 1339 232 193 169 0 50 0
[pid=24181] ppid=24180 vsize=7244 CPUtime=100.19
/proc/24181/stat : 24181 (picosat) R 24180 24157 23310 0 -1 4194304 1756 0 0 0 9969 50 0 0 25 0 1 0 25533672 7417856 1729 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24181/statm: 1811 1729 48 102 0 1706 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 29468

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24181
/proc/meminfo: memFree=1813624/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=16868 CPUtime=1.58
/proc/24157/stat : 24157 (sugar) S 24155 24157 23310 0 -1 4194304 1365 12567 0 2 5 1 141 11 16 0 1 0 25533507 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24157/statm: 4217 1113 409 3 0 796 0
[pid=24180] ppid=24157 vsize=5356 CPUtime=0
/proc/24180/stat : 24180 (sh) S 24157 24157 23310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24180/statm: 1339 232 193 169 0 50 0
[pid=24181] ppid=24180 vsize=8156 CPUtime=159.93
/proc/24181/stat : 24181 (picosat) R 24180 24157 23310 0 -1 4194304 1864 0 0 0 15942 51 0 0 25 0 1 0 25533672 8351744 1837 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 0 0 0
/proc/24181/statm: 2039 1837 48 102 0 1934 0
Current children cumulated CPU time (s) 161.51
Current children cumulated vsize (KiB) 30380

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24181
/proc/meminfo: memFree=1813432/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=16868 CPUtime=1.58
/proc/24157/stat : 24157 (sugar) S 24155 24157 23310 0 -1 4194304 1365 12567 0 2 5 1 141 11 16 0 1 0 25533507 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24157/statm: 4217 1113 409 3 0 796 0
[pid=24180] ppid=24157 vsize=5356 CPUtime=0
/proc/24180/stat : 24180 (sh) S 24157 24157 23310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24180/statm: 1339 232 193 169 0 50 0

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

[pid=24157] ppid=24155 vsize=16868 CPUtime=1.58
/proc/24157/stat : 24157 (sugar) S 24155 24157 23310 0 -1 4194304 1365 12567 0 2 5 1 141 11 16 0 1 0 25533507 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24157/statm: 4217 1113 409 3 0 796 0
[pid=24180] ppid=24157 vsize=5356 CPUtime=0
/proc/24180/stat : 24180 (sh) S 24157 24157 23310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24180/statm: 1339 232 193 169 0 50 0
[pid=24181] ppid=24180 vsize=11444 CPUtime=1235.16
/proc/24181/stat : 24181 (picosat) R 24180 24157 23310 0 -1 4194304 3447 0 0 0 123460 56 0 0 25 0 1 0 25533672 11718656 2638 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 0 0 0
/proc/24181/statm: 2861 2638 48 102 0 2756 0
Current children cumulated CPU time (s) 1236.74
Current children cumulated vsize (KiB) 33668

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24189
/proc/meminfo: memFree=1808696/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=16868 CPUtime=1.58
/proc/24157/stat : 24157 (sugar) S 24155 24157 23310 0 -1 4194304 1365 12567 0 2 5 1 141 11 16 0 1 0 25533507 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24157/statm: 4217 1113 409 3 0 796 0
[pid=24180] ppid=24157 vsize=5356 CPUtime=0
/proc/24180/stat : 24180 (sh) S 24157 24157 23310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24180/statm: 1339 232 193 169 0 50 0
[pid=24181] ppid=24180 vsize=11840 CPUtime=1294.88
/proc/24181/stat : 24181 (picosat) R 24180 24157 23310 0 -1 4194304 3593 0 0 0 129432 56 0 0 25 0 1 0 25533672 12124160 2712 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24181/statm: 2960 2712 48 102 0 2855 0
Current children cumulated CPU time (s) 1296.46
Current children cumulated vsize (KiB) 34064

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24189
/proc/meminfo: memFree=1808824/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=16868 CPUtime=1.58
/proc/24157/stat : 24157 (sugar) S 24155 24157 23310 0 -1 4194304 1365 12567 0 2 5 1 141 11 16 0 1 0 25533507 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24157/statm: 4217 1113 409 3 0 796 0
[pid=24180] ppid=24157 vsize=5356 CPUtime=0
/proc/24180/stat : 24180 (sh) S 24157 24157 23310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24180/statm: 1339 232 193 169 0 50 0
[pid=24181] ppid=24180 vsize=11840 CPUtime=1354.61
/proc/24181/stat : 24181 (picosat) R 24180 24157 23310 0 -1 4194304 3593 0 0 0 135405 56 0 0 25 0 1 0 25533672 12124160 2712 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24181/statm: 2960 2712 48 102 0 2855 0
Current children cumulated CPU time (s) 1356.19
Current children cumulated vsize (KiB) 34064

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24189
/proc/meminfo: memFree=1808568/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=16868 CPUtime=1.58
/proc/24157/stat : 24157 (sugar) S 24155 24157 23310 0 -1 4194304 1365 12567 0 2 5 1 141 11 16 0 1 0 25533507 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24157/statm: 4217 1113 409 3 0 796 0
[pid=24180] ppid=24157 vsize=5356 CPUtime=0
/proc/24180/stat : 24180 (sh) S 24157 24157 23310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24180/statm: 1339 232 193 169 0 50 0
[pid=24181] ppid=24180 vsize=11972 CPUtime=1414.35
/proc/24181/stat : 24181 (picosat) R 24180 24157 23310 0 -1 4194304 3698 0 0 0 141378 57 0 0 25 0 1 0 25533672 12259328 2745 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/24181/statm: 2993 2745 48 102 0 2888 0
Current children cumulated CPU time (s) 1415.93
Current children cumulated vsize (KiB) 34196

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24189
/proc/meminfo: memFree=1808568/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=16868 CPUtime=1.58
/proc/24157/stat : 24157 (sugar) S 24155 24157 23310 0 -1 4194304 1365 12567 0 2 5 1 141 11 16 0 1 0 25533507 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24157/statm: 4217 1113 409 3 0 796 0
[pid=24180] ppid=24157 vsize=5356 CPUtime=0
/proc/24180/stat : 24180 (sh) S 24157 24157 23310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24180/statm: 1339 232 193 169 0 50 0
[pid=24181] ppid=24180 vsize=11972 CPUtime=1474.08
/proc/24181/stat : 24181 (picosat) R 24180 24157 23310 0 -1 4194304 3698 0 0 0 147351 57 0 0 25 0 1 0 25533672 12259328 2745 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/24181/statm: 2993 2745 48 102 0 2888 0
Current children cumulated CPU time (s) 1475.66
Current children cumulated vsize (KiB) 34196

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24189
/proc/meminfo: memFree=1808376/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=16868 CPUtime=1.58
/proc/24157/stat : 24157 (sugar) S 24155 24157 23310 0 -1 4194304 1365 12567 0 2 5 1 141 11 16 0 1 0 25533507 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24157/statm: 4217 1113 409 3 0 796 0
[pid=24180] ppid=24157 vsize=5356 CPUtime=0
/proc/24180/stat : 24180 (sh) S 24157 24157 23310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24180/statm: 1339 232 193 169 0 50 0
[pid=24181] ppid=24180 vsize=12104 CPUtime=1533.8
/proc/24181/stat : 24181 (picosat) R 24180 24157 23310 0 -1 4194304 3758 0 0 0 153323 57 0 0 25 0 1 0 25533672 12394496 2805 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/24181/statm: 3026 2805 48 102 0 2921 0
Current children cumulated CPU time (s) 1535.38
Current children cumulated vsize (KiB) 34328

[startup+1602.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/77 24280
/proc/meminfo: memFree=1813624/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=16868 CPUtime=1.58
/proc/24157/stat : 24157 (sugar) S 24155 24157 23310 0 -1 4194304 1365 12567 0 2 5 1 141 11 16 0 1 0 25533507 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24157/statm: 4217 1113 409 3 0 796 0
[pid=24180] ppid=24157 vsize=5356 CPUtime=0
/proc/24180/stat : 24180 (sh) S 24157 24157 23310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24180/statm: 1339 232 193 169 0 50 0
[pid=24181] ppid=24180 vsize=12368 CPUtime=1593.38
/proc/24181/stat : 24181 (picosat) R 24180 24157 23310 0 -1 4194304 3885 0 0 0 159280 58 0 0 25 0 1 0 25533672 12664832 2856 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24181/statm: 3092 2856 48 102 0 2987 0
Current children cumulated CPU time (s) 1594.96
Current children cumulated vsize (KiB) 34592

[startup+1662.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/85 24331
/proc/meminfo: memFree=1803056/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=16868 CPUtime=1.58
/proc/24157/stat : 24157 (sugar) S 24155 24157 23310 0 -1 4194304 1365 12567 0 2 5 1 141 11 16 0 1 0 25533507 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24157/statm: 4217 1113 409 3 0 796 0
[pid=24180] ppid=24157 vsize=5356 CPUtime=0
/proc/24180/stat : 24180 (sh) S 24157 24157 23310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24180/statm: 1339 232 193 169 0 50 0
[pid=24181] ppid=24180 vsize=12368 CPUtime=1652.78
/proc/24181/stat : 24181 (picosat) R 24180 24157 23310 0 -1 4194304 3885 0 0 0 165218 60 0 0 25 0 1 0 25533672 12664832 2856 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24181/statm: 3092 2856 48 102 0 2987 0
Current children cumulated CPU time (s) 1654.36
Current children cumulated vsize (KiB) 34592

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 24331
/proc/meminfo: memFree=1802800/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=16868 CPUtime=1.58
/proc/24157/stat : 24157 (sugar) S 24155 24157 23310 0 -1 4194304 1365 12567 0 2 5 1 141 11 16 0 1 0 25533507 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24157/statm: 4217 1113 409 3 0 796 0
[pid=24180] ppid=24157 vsize=5356 CPUtime=0
/proc/24180/stat : 24180 (sh) S 24157 24157 23310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24180/statm: 1339 232 193 169 0 50 0
[pid=24181] ppid=24180 vsize=12368 CPUtime=1712.22
/proc/24181/stat : 24181 (picosat) R 24180 24157 23310 0 -1 4194304 3994 0 0 0 171162 60 0 0 25 0 1 0 25533672 12664832 2886 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24181/statm: 3092 2886 48 102 0 2987 0
Current children cumulated CPU time (s) 1713.8
Current children cumulated vsize (KiB) 34592

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 24331
/proc/meminfo: memFree=1802608/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=16868 CPUtime=1.58
/proc/24157/stat : 24157 (sugar) S 24155 24157 23310 0 -1 4194304 1365 12567 0 2 5 1 141 11 16 0 1 0 25533507 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24157/statm: 4217 1113 409 3 0 796 0
[pid=24180] ppid=24157 vsize=5356 CPUtime=0
/proc/24180/stat : 24180 (sh) S 24157 24157 23310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24180/statm: 1339 232 193 169 0 50 0
[pid=24181] ppid=24180 vsize=12368 CPUtime=1771.66
/proc/24181/stat : 24181 (picosat) R 24180 24157 23310 0 -1 4194304 3994 0 0 0 177106 60 0 0 25 0 1 0 25533672 12664832 2886 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24181/statm: 3092 2886 48 102 0 2987 0
Current children cumulated CPU time (s) 1773.24
Current children cumulated vsize (KiB) 34592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.4 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 24331
/proc/meminfo: memFree=1802672/2055920 swapFree=4192812/4192956
[pid=24157] ppid=24155 vsize=16868 CPUtime=1.58
/proc/24157/stat : 24157 (sugar) S 24155 24157 23310 0 -1 4194304 1365 12567 0 2 5 1 141 11 16 0 1 0 25533507 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24157/statm: 4217 1113 409 3 0 796 0
[pid=24180] ppid=24157 vsize=5356 CPUtime=0
/proc/24180/stat : 24180 (sh) S 24157 24157 23310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25533672 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24180/statm: 1339 232 193 169 0 50 0
[pid=24181] ppid=24180 vsize=12368 CPUtime=1798.51
/proc/24181/stat : 24181 (picosat) R 24180 24157 23310 0 -1 4194304 3994 0 0 0 179791 60 0 0 25 0 1 0 25533672 12664832 2886 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24181/statm: 3092 2886 48 102 0 2987 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 34592

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): 1809.43
CPU time (s): 1800.14
CPU user time (s): 1799.39
CPU system time (s): 0.750885
CPU usage (%): 99.4868
Max. virtual memory (cumulated for all children) (KiB): 890828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.39
system time used= 0.750885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18708
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= 2091
involuntary context switches= 28370

runsolver used 2.01869 second user time and 5.36618 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-12 09:44:55
IDJOB=2086921
IDBENCH=58659
IDSOLVER=738
FILE ID=node53/2086921-1247384695
PBS_JOBID= 9507213
Free space on /tmp= 65976 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/langford4/normalized-langford-4-17.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-2086921-1247384695/watcher-2086921-1247384695 -o /tmp/evaluation-result-2086921-1247384695/solver-2086921-1247384695 -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-2086921-1247384695.xml

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

MD5SUM BENCH= 3fe3aa089f1f308c838f4e4f77a704e4
RANDOM SEED=290957186

node53.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:       1827056 kB
Buffers:          9732 kB
Cached:          66496 kB
SwapCached:          0 kB
Active:         146268 kB
Inactive:        30688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1827056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1656 kB
Writeback:           0 kB
Mapped:         121128 kB
Slab:            37012 kB
Committed_AS:   319812 kB
PageTables:       1984 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= 65972 MiB
End job on node53 at 2009-07-12 10:15:06