Trace number 2072137

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

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-clauses-31-30.xml
MD5SUM6bae2773526b2860190297b9edbd824e
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables930
Number of constraints13981
Maximum constraint arity30
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(13981)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.08	c 0	BEGIN Sun Jul 12 01:48:41 2009
0.04/0.08	c 0	PID 18265
0.04/0.08	c 0	HOST node18.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2072137-1247356121.xml TO HOME/temp.csp
0.04/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-2072137-1247356121.xml' 'HOME/temp.csp'
1.75/1.87	c 2	1 domains, 930 variables, 0 predicates, 0 relations, 13981 constraints
1.82/1.91	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.82/1.91	c 2	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'
1.82/1.99	c 2	Parsing HOME/temp.csp
2.19/2.32	c 2	parsed 10000 expressions
2.29/2.48	c 2	parsed 14912 expressions
2.29/2.49	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.29/2.49	c 2	Converting to clausal form CSP
2.49/2.65	c 2	converted 1492 (10%) expressions
2.59/2.79	c 3	converted 2983 (20%) expressions
2.69/2.84	c 3	converted 4474 (30%) expressions
2.69/2.88	c 3	converted 5965 (40%) expressions
2.79/2.93	c 3	converted 7456 (50%) expressions
2.79/2.98	c 3	converted 8948 (60%) expressions
2.89/3.03	c 3	converted 10439 (70%) expressions
2.99/3.16	c 3	converted 11930 (80%) expressions
3.09/3.21	c 3	converted 13421 (90%) expressions
3.18/3.31	c 3	converted 14912 (100%) expressions
3.18/3.31	c 3	CSP : 1023 integers, 0 booleans, 14167 clauses, largest domain size 11
3.18/3.31	c 3	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.18/3.31	c 3	Propagation in CSP
3.18/3.36	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.18/3.36	c 3	CSP : 1023 integers, 0 booleans, 14167 clauses, largest domain size 11
3.18/3.36	c 3	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.18/3.38	c 3	Simplifing CSP by introducing new Boolean variables
3.18/3.39	c 3	CSP : 1023 integers, 0 booleans, 14167 clauses, largest domain size 11
3.18/3.39	c 3	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.29/3.46	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.29/3.46	c 3	103 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.29/3.46	c 3	205 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.29/3.47	c 3	307 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.29/3.47	c 3	410 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.29/3.47	c 3	512 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.29/3.47	c 3	614 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.29/3.47	c 3	717 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.29/3.47	c 3	819 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.29/3.47	c 3	921 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.29/3.48	c 3	1023 (100%) CSP integer variables are encoded (837 clauses, 10820 bytes)
3.38/3.53	c 3	1417 (10%) CSP clauses are encoded (2254 clauses, 23207 bytes)
3.38/3.54	c 3	2834 (20%) CSP clauses are encoded (3671 clauses, 35939 bytes)
3.38/3.55	c 3	4251 (30%) CSP clauses are encoded (5088 clauses, 50090 bytes)
3.38/3.57	c 3	5667 (40%) CSP clauses are encoded (6504 clauses, 64250 bytes)
3.38/3.58	c 3	7084 (50%) CSP clauses are encoded (7921 clauses, 78420 bytes)
3.38/3.59	c 3	8501 (60%) CSP clauses are encoded (9338 clauses, 92590 bytes)
3.38/3.60	c 3	9917 (70%) CSP clauses are encoded (10754 clauses, 106750 bytes)
3.48/3.61	c 3	11334 (80%) CSP clauses are encoded (12171 clauses, 120920 bytes)
3.48/3.63	c 3	12751 (90%) CSP clauses are encoded (13588 clauses, 135090 bytes)
8.13/8.36	c 8	14167 (100%) CSP clauses are encoded (205096 clauses, 5735223 bytes)
8.13/8.36	c 8	14167 CSP clauses encoded
8.13/8.36	c 8	Writing map file : HOME/temp.map
8.13/8.37	c 8	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.13/8.37	c 8	SAT : 1860 SAT variables, 205096 SAT clauses, 5735223 bytes
8.13/8.37	c 8	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.13/8.39	c 8	SOLVING HOME/temp.cnf
8.13/8.39	c 8	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1801.31	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1801.31	c 1801	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.04/1801.31	c ERROR INTERRUPTED
1800.04/1801.31	s UNKNOWN
1800.04/1801.32	c 1801	CPU 8.23 (0.06 0.01 7.94 0.22)
1800.04/1801.32	c 1801	END Sun Jul 12 02:18:42 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-2072137-1247356121/watcher-2072137-1247356121 -o /tmp/evaluation-result-2072137-1247356121/solver-2072137-1247356121 -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-2072137-1247356121.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.94 1.98 1.99 4/74 18265
/proc/meminfo: memFree=1299224/2055920 swapFree=4192812/4192956
[pid=18265] ppid=18263 vsize=18576 CPUtime=0
/proc/18265/stat : 18265 (runsolver) R 18263 18265 16068 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22678720 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 227848809767 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18265/statm: 4644 284 249 26 0 2626 0

[startup+0.0594421 s]
/proc/loadavg: 1.94 1.98 1.99 4/74 18265
/proc/meminfo: memFree=1299224/2055920 swapFree=4192812/4192956
[pid=18265] ppid=18263 vsize=15948 CPUtime=0.04
/proc/18265/stat : 18265 (sugar) R 18263 18265 16068 0 -1 4194304 910 0 0 0 3 1 0 0 18 0 1 0 22678720 16330752 878 996147200 4194304 4206940 548682068608 18446744073709551615 227848976997 0 0 4224 0 0 0 0 17 1 0 0
/proc/18265/statm: 3987 878 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.107992 s]
/proc/loadavg: 1.94 1.98 1.99 4/74 18265
/proc/meminfo: memFree=1299224/2055920 swapFree=4192812/4192956
[pid=18265] ppid=18263 vsize=16868 CPUtime=0.06
/proc/18265/stat : 18265 (sugar) S 18263 18265 16068 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22678720 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18265/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301457 s]
/proc/loadavg: 1.94 1.98 1.99 4/74 18265
/proc/meminfo: memFree=1299224/2055920 swapFree=4192812/4192956
[pid=18265] ppid=18263 vsize=16868 CPUtime=0.06
/proc/18265/stat : 18265 (sugar) S 18263 18265 16068 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22678720 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18265/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701499 s]
/proc/loadavg: 1.94 1.98 1.99 4/74 18265
/proc/meminfo: memFree=1299224/2055920 swapFree=4192812/4192956
[pid=18265] ppid=18263 vsize=16868 CPUtime=0.06
/proc/18265/stat : 18265 (sugar) S 18263 18265 16068 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22678720 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18265/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50258 s]
/proc/loadavg: 1.94 1.98 1.99 4/85 18277
/proc/meminfo: memFree=1273216/2055920 swapFree=4192812/4192956
[pid=18265] ppid=18263 vsize=16868 CPUtime=0.06
/proc/18265/stat : 18265 (sugar) S 18263 18265 16068 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22678720 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18265/statm: 4217 1111 409 3 0 796 0
[pid=18268] ppid=18265 vsize=5356 CPUtime=0
/proc/18268/stat : 18268 (sh) S 18265 18265 16068 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 22678728 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18268/statm: 1339 233 193 169 0 50 0
[pid=18269] ppid=18268 vsize=864776 CPUtime=1.39
/proc/18269/stat : 18269 (java) S 18268 18265 16068 0 -1 0 11685 0 1 0 132 7 0 0 18 0 9 0 22678728 885530624 10168 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18269/statm: 216194 10168 2556 9 0 210706 0
[pid=18269/tid=18270] ppid=18268 vsize=864776 CPUtime=0.88
/proc/18269/task/18270/stat : 18270 (java) R 18268 18265 16068 0 -1 64 2912 0 1 0 86 2 0 0 25 0 9 0 22678729 885530624 10168 996147200 134512640 134550932 4294955984 18446744073709551615 4126784839 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18269/tid=18271] ppid=18268 vsize=864776 CPUtime=0.29
/proc/18269/task/18271/stat : 18271 (java) S 18268 18265 16068 0 -1 64 7508 0 0 0 26 3 0 0 16 0 9 0 22678730 885530624 10168 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18269/tid=18272] ppid=18268 vsize=864776 CPUtime=0
/proc/18269/task/18272/stat : 18272 (java) S 18268 18265 16068 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 22678731 885530624 10168 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18269/tid=18273] ppid=18268 vsize=864776 CPUtime=0
/proc/18269/task/18273/stat : 18273 (java) S 18268 18265 16068 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 22678731 885530624 10168 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18269/tid=18274] ppid=18268 vsize=864776 CPUtime=0
/proc/18269/task/18274/stat : 18274 (java) S 18268 18265 16068 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22678733 885530624 10168 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18269/tid=18275] ppid=18268 vsize=864776 CPUtime=0.19
/proc/18269/task/18275/stat : 18275 (java) S 18268 18265 16068 0 -1 64 560 0 0 0 19 0 0 0 16 0 9 0 22678733 885530624 10168 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18269/tid=18276] ppid=18268 vsize=864776 CPUtime=0
/proc/18269/task/18276/stat : 18276 (java) S 18268 18265 16068 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22678733 885530624 10168 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18269/tid=18277] ppid=18268 vsize=864776 CPUtime=0
/proc/18269/task/18277/stat : 18277 (java) S 18268 18265 16068 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22678733 885530624 10168 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887000

[startup+3.10273 s]
/proc/loadavg: 1.94 1.98 1.99 3/85 18287
/proc/meminfo: memFree=1288832/2055920 swapFree=4192812/4192956
[pid=18265] ppid=18263 vsize=16868 CPUtime=1.83
/proc/18265/stat : 18265 (sugar) S 18263 18265 16068 0 -1 4194304 1309 12159 0 1 5 1 168 9 16 0 1 0 22678720 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18265/statm: 4217 1111 409 3 0 796 0
[pid=18278] ppid=18265 vsize=5356 CPUtime=0
/proc/18278/stat : 18278 (sh) S 18265 18265 16068 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22678911 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18278/statm: 1339 233 193 169 0 50 0
[pid=18279] ppid=18278 vsize=868704 CPUtime=1.16
/proc/18279/stat : 18279 (java) S 18278 18265 16068 0 -1 0 9371 0 1 0 110 6 0 0 18 0 9 0 22678911 889552896 8531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18279/statm: 217176 8531 2566 9 0 211681 0
[pid=18279/tid=18280] ppid=18278 vsize=868704 CPUtime=0.7
/proc/18279/task/18280/stat : 18280 (java) R 18278 18265 16068 0 -1 64 2623 0 1 0 68 2 0 0 25 0 9 0 22678912 889552896 8531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18279/tid=18281] ppid=18278 vsize=868704 CPUtime=0.28
/proc/18279/task/18281/stat : 18281 (java) R 18278 18265 16068 0 -1 64 4588 0 0 0 26 2 0 0 16 0 9 0 22678913 889552896 8531 996147200 134512640 134550932 4294955936 18446744073709551615 102768208 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18279/tid=18282] ppid=18278 vsize=868704 CPUtime=0
/proc/18279/task/18282/stat : 18282 (java) S 18278 18265 16068 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22678913 889552896 8531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18279/tid=18283] ppid=18278 vsize=868704 CPUtime=0
/proc/18279/task/18283/stat : 18283 (java) S 18278 18265 16068 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22678913 889552896 8531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18279/tid=18284] ppid=18278 vsize=868704 CPUtime=0
/proc/18279/task/18284/stat : 18284 (java) S 18278 18265 16068 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22678916 889552896 8531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18279/tid=18285] ppid=18278 vsize=868704 CPUtime=0.16
/proc/18279/task/18285/stat : 18285 (java) S 18278 18265 16068 0 -1 64 1458 0 0 0 16 0 0 0 16 0 9 0 22678916 889552896 8531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18279/tid=18286] ppid=18278 vsize=868704 CPUtime=0
/proc/18279/task/18286/stat : 18286 (java) S 18278 18265 16068 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22678916 889552896 8531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18279/tid=18287] ppid=18278 vsize=868704 CPUtime=0
/proc/18279/task/18287/stat : 18287 (java) S 18278 18265 16068 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22678916 889552896 8531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890928

[startup+6.30203 s]
/proc/loadavg: 1.94 1.98 1.99 3/85 18287
/proc/meminfo: memFree=1264960/2055920 swapFree=4192812/4192956
[pid=18265] ppid=18263 vsize=16868 CPUtime=1.84
/proc/18265/stat : 18265 (sugar) S 18263 18265 16068 0 -1 4194304 1310 12159 0 1 6 1 168 9 15 0 1 0 22678720 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18265/statm: 4217 1111 409 3 0 796 0
[pid=18278] ppid=18265 vsize=5356 CPUtime=0
/proc/18278/stat : 18278 (sh) S 18265 18265 16068 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22678911 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18278/statm: 1339 233 193 169 0 50 0
[pid=18279] ppid=18278 vsize=868756 CPUtime=4.31
/proc/18279/stat : 18279 (java) S 18278 18265 16068 0 -1 0 10424 0 1 0 422 9 0 0 18 0 9 0 22678911 889606144 9337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18279/statm: 217189 9337 2590 9 0 211666 0
[pid=18279/tid=18280] ppid=18278 vsize=868756 CPUtime=3.66
/proc/18279/task/18280/stat : 18280 (java) R 18278 18265 16068 0 -1 64 2930 0 1 0 362 4 0 0 25 0 9 0 22678912 889606144 9337 996147200 134512640 134550932 4294955936 18446744073709551615 4126964431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18279/tid=18281] ppid=18278 vsize=868756 CPUtime=0.41
/proc/18279/task/18281/stat : 18281 (java) S 18278 18265 16068 0 -1 64 5275 0 0 0 38 3 0 0 16 0 9 0 22678913 889606144 9337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18279/tid=18282] ppid=18278 vsize=868756 CPUtime=0
/proc/18279/task/18282/stat : 18282 (java) S 18278 18265 16068 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22678913 889606144 9337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18279/tid=18283] ppid=18278 vsize=868756 CPUtime=0
/proc/18279/task/18283/stat : 18283 (java) S 18278 18265 16068 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22678913 889606144 9337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18279/tid=18284] ppid=18278 vsize=868756 CPUtime=0
/proc/18279/task/18284/stat : 18284 (java) S 18278 18265 16068 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22678916 889606144 9337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18279/tid=18285] ppid=18278 vsize=868756 CPUtime=0.23
/proc/18279/task/18285/stat : 18285 (java) S 18278 18265 16068 0 -1 64 1517 0 0 0 22 1 0 0 17 0 9 0 22678916 889606144 9337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18279/tid=18286] ppid=18278 vsize=868756 CPUtime=0
/proc/18279/task/18286/stat : 18286 (java) S 18278 18265 16068 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22678916 889606144 9337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18279/tid=18287] ppid=18278 vsize=868756 CPUtime=0
/proc/18279/task/18287/stat : 18287 (java) S 18278 18265 16068 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22678916 889606144 9337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890980

[startup+12.7016 s]
/proc/loadavg: 1.95 1.98 1.99 3/77 18289
/proc/meminfo: memFree=1278528/2055920 swapFree=4192812/4192956
[pid=18265] ppid=18263 vsize=16868 CPUtime=8.23
/proc/18265/stat : 18265 (sugar) S 18263 18265 16068 0 -1 4194304 1365 22976 0 2 6 1 794 22 16 0 1 0 22678720 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18265/statm: 4217 1113 409 3 0 796 0
[pid=18288] ppid=18265 vsize=5356 CPUtime=0
/proc/18288/stat : 18288 (sh) S 18265 18265 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679559 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18288/statm: 1339 232 193 169 0 50 0
[pid=18289] ppid=18288 vsize=10092 CPUtime=4.25
/proc/18289/stat : 18289 (picosat) R 18288 18265 16068 0 -1 4194304 2377 0 0 0 257 168 0 0 25 0 1 0 22679560 10334208 2363 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 1 0 0
/proc/18289/statm: 2523 2363 42 102 0 2418 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 32316

[startup+25.5019 s]
/proc/loadavg: 1.96 1.98 1.99 3/77 18289
/proc/meminfo: memFree=1267776/2055920 swapFree=4192812/4192956
[pid=18265] ppid=18263 vsize=16868 CPUtime=8.23
/proc/18265/stat : 18265 (sugar) S 18263 18265 16068 0 -1 4194304 1365 22976 0 2 6 1 794 22 16 0 1 0 22678720 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18265/statm: 4217 1113 409 3 0 796 0
[pid=18288] ppid=18265 vsize=5356 CPUtime=0
/proc/18288/stat : 18288 (sh) S 18265 18265 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679559 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18288/statm: 1339 232 193 169 0 50 0
[pid=18289] ppid=18288 vsize=20660 CPUtime=16.93
/proc/18289/stat : 18289 (picosat) R 18288 18265 16068 0 -1 4194304 5086 0 0 0 1523 170 0 0 25 0 1 0 22679560 21155840 5070 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18289/statm: 5165 5070 48 102 0 5060 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 42884

[startup+51.1013 s]
/proc/loadavg: 1.89 1.97 1.99 3/76 18318
/proc/meminfo: memFree=1838280/2055920 swapFree=4192812/4192956
[pid=18265] ppid=18263 vsize=16868 CPUtime=8.23
/proc/18265/stat : 18265 (sugar) S 18263 18265 16068 0 -1 4194304 1365 22976 0 2 6 1 794 22 16 0 1 0 22678720 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18265/statm: 4217 1113 409 3 0 796 0
[pid=18288] ppid=18265 vsize=5356 CPUtime=0
/proc/18288/stat : 18288 (sh) S 18265 18265 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679559 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18288/statm: 1339 232 193 169 0 50 0
[pid=18289] ppid=18288 vsize=26988 CPUtime=42.3
/proc/18289/stat : 18289 (picosat) R 18288 18265 16068 0 -1 4194304 6756 0 0 0 4057 173 0 0 25 0 1 0 22679560 27635712 6634 996147200 134512640 134931368 4294956256 18446744073709551615 134529753 0 0 4096 0 0 0 0 17 0 0 0
/proc/18289/statm: 6747 6634 48 102 0 6642 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 49212

[startup+102.305 s]
/proc/loadavg: 1.95 1.97 1.99 3/75 18347
/proc/meminfo: memFree=1840592/2055920 swapFree=4192812/4192956
[pid=18265] ppid=18263 vsize=16868 CPUtime=8.23
/proc/18265/stat : 18265 (sugar) S 18263 18265 16068 0 -1 4194304 1365 22976 0 2 6 1 794 22 16 0 1 0 22678720 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18265/statm: 4217 1113 409 3 0 796 0
[pid=18288] ppid=18265 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1816976/2055920 swapFree=4192812/4192956
[pid=18265] ppid=18263 vsize=16868 CPUtime=8.23
/proc/18265/stat : 18265 (sugar) S 18263 18265 16068 0 -1 4194304 1365 22976 0 2 6 1 794 22 16 0 1 0 22678720 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18265/statm: 4217 1113 409 3 0 796 0
[pid=18288] ppid=18265 vsize=5356 CPUtime=0
/proc/18288/stat : 18288 (sh) S 18265 18265 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679559 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18288/statm: 1339 232 193 169 0 50 0
[pid=18289] ppid=18288 vsize=47512 CPUtime=1352.98
/proc/18289/stat : 18289 (picosat) R 18288 18265 16068 0 -1 4194304 13959 0 0 0 135115 183 0 0 25 0 1 0 22679560 48652288 11533 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18289/statm: 11878 11533 48 102 0 11773 0
Current children cumulated CPU time (s) 1361.21
Current children cumulated vsize (KiB) 69736

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18519
/proc/meminfo: memFree=1817040/2055920 swapFree=4192812/4192956
[pid=18265] ppid=18263 vsize=16868 CPUtime=8.23
/proc/18265/stat : 18265 (sugar) S 18263 18265 16068 0 -1 4194304 1365 22976 0 2 6 1 794 22 16 0 1 0 22678720 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18265/statm: 4217 1113 409 3 0 796 0
[pid=18288] ppid=18265 vsize=5356 CPUtime=0
/proc/18288/stat : 18288 (sh) S 18265 18265 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679559 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18288/statm: 1339 232 193 169 0 50 0
[pid=18289] ppid=18288 vsize=47512 CPUtime=1412.96
/proc/18289/stat : 18289 (picosat) R 18288 18265 16068 0 -1 4194304 13959 0 0 0 141113 183 0 0 25 0 1 0 22679560 48652288 11533 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18289/statm: 11878 11533 48 102 0 11773 0
Current children cumulated CPU time (s) 1421.19
Current children cumulated vsize (KiB) 69736

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18519
/proc/meminfo: memFree=1817360/2055920 swapFree=4192812/4192956
[pid=18265] ppid=18263 vsize=16868 CPUtime=8.23
/proc/18265/stat : 18265 (sugar) S 18263 18265 16068 0 -1 4194304 1365 22976 0 2 6 1 794 22 16 0 1 0 22678720 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18265/statm: 4217 1113 409 3 0 796 0
[pid=18288] ppid=18265 vsize=5356 CPUtime=0
/proc/18288/stat : 18288 (sh) S 18265 18265 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679559 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18288/statm: 1339 232 193 169 0 50 0
[pid=18289] ppid=18288 vsize=47076 CPUtime=1472.94
/proc/18289/stat : 18289 (picosat) R 18288 18265 16068 0 -1 4194304 14121 0 0 0 147110 184 0 0 25 0 1 0 22679560 48205824 11441 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/18289/statm: 11769 11441 48 102 0 11664 0
Current children cumulated CPU time (s) 1481.17
Current children cumulated vsize (KiB) 69300

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18519
/proc/meminfo: memFree=1817360/2055920 swapFree=4192812/4192956
[pid=18265] ppid=18263 vsize=16868 CPUtime=8.23
/proc/18265/stat : 18265 (sugar) S 18263 18265 16068 0 -1 4194304 1365 22976 0 2 6 1 794 22 16 0 1 0 22678720 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18265/statm: 4217 1113 409 3 0 796 0
[pid=18288] ppid=18265 vsize=5356 CPUtime=0
/proc/18288/stat : 18288 (sh) S 18265 18265 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679559 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18288/statm: 1339 232 193 169 0 50 0
[pid=18289] ppid=18288 vsize=47076 CPUtime=1532.91
/proc/18289/stat : 18289 (picosat) R 18288 18265 16068 0 -1 4194304 14121 0 0 0 153107 184 0 0 25 0 1 0 22679560 48205824 11441 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18289/statm: 11769 11441 48 102 0 11664 0
Current children cumulated CPU time (s) 1541.14
Current children cumulated vsize (KiB) 69300

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18519
/proc/meminfo: memFree=1816784/2055920 swapFree=4192812/4192956
[pid=18265] ppid=18263 vsize=16868 CPUtime=8.23
/proc/18265/stat : 18265 (sugar) S 18263 18265 16068 0 -1 4194304 1365 22976 0 2 6 1 794 22 16 0 1 0 22678720 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18265/statm: 4217 1113 409 3 0 796 0
[pid=18288] ppid=18265 vsize=5356 CPUtime=0
/proc/18288/stat : 18288 (sh) S 18265 18265 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679559 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18288/statm: 1339 232 193 169 0 50 0
[pid=18289] ppid=18288 vsize=47604 CPUtime=1592.89
/proc/18289/stat : 18289 (picosat) R 18288 18265 16068 0 -1 4194304 14403 0 0 0 159105 184 0 0 25 0 1 0 22679560 48746496 11562 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/18289/statm: 11901 11562 48 102 0 11796 0
Current children cumulated CPU time (s) 1601.12
Current children cumulated vsize (KiB) 69828

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18519
/proc/meminfo: memFree=1816720/2055920 swapFree=4192812/4192956
[pid=18265] ppid=18263 vsize=16868 CPUtime=8.23
/proc/18265/stat : 18265 (sugar) S 18263 18265 16068 0 -1 4194304 1365 22976 0 2 6 1 794 22 16 0 1 0 22678720 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18265/statm: 4217 1113 409 3 0 796 0
[pid=18288] ppid=18265 vsize=5356 CPUtime=0
/proc/18288/stat : 18288 (sh) S 18265 18265 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679559 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18288/statm: 1339 232 193 169 0 50 0
[pid=18289] ppid=18288 vsize=47604 CPUtime=1652.86
/proc/18289/stat : 18289 (picosat) R 18288 18265 16068 0 -1 4194304 14403 0 0 0 165102 184 0 0 25 0 1 0 22679560 48746496 11562 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18289/statm: 11901 11562 48 102 0 11796 0
Current children cumulated CPU time (s) 1661.09
Current children cumulated vsize (KiB) 69828

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18519
/proc/meminfo: memFree=1813520/2055920 swapFree=4192812/4192956
[pid=18265] ppid=18263 vsize=16868 CPUtime=8.23
/proc/18265/stat : 18265 (sugar) S 18263 18265 16068 0 -1 4194304 1365 22976 0 2 6 1 794 22 16 0 1 0 22678720 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18265/statm: 4217 1113 409 3 0 796 0
[pid=18288] ppid=18265 vsize=5356 CPUtime=0
/proc/18288/stat : 18288 (sh) S 18265 18265 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679559 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18288/statm: 1339 232 193 169 0 50 0
[pid=18289] ppid=18288 vsize=51984 CPUtime=1712.84
/proc/18289/stat : 18289 (picosat) R 18288 18265 16068 0 -1 4194304 15482 0 0 0 171099 185 0 0 25 0 1 0 22679560 53231616 12641 996147200 134512640 134931368 4294956256 18446744073709551615 134549533 0 0 4096 0 0 0 0 17 0 0 0
/proc/18289/statm: 12996 12641 48 102 0 12891 0
Current children cumulated CPU time (s) 1721.07
Current children cumulated vsize (KiB) 74208

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18519
/proc/meminfo: memFree=1812688/2055920 swapFree=4192812/4192956
[pid=18265] ppid=18263 vsize=16868 CPUtime=8.23
/proc/18265/stat : 18265 (sugar) S 18263 18265 16068 0 -1 4194304 1365 22976 0 2 6 1 794 22 16 0 1 0 22678720 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18265/statm: 4217 1113 409 3 0 796 0
[pid=18288] ppid=18265 vsize=5356 CPUtime=0
/proc/18288/stat : 18288 (sh) S 18265 18265 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679559 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18288/statm: 1339 232 193 169 0 50 0
[pid=18289] ppid=18288 vsize=51300 CPUtime=1772.81
/proc/18289/stat : 18289 (picosat) R 18288 18265 16068 0 -1 4194304 15520 0 0 0 177096 185 0 0 25 0 1 0 22679560 52531200 12508 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18289/statm: 12825 12508 48 102 0 12720 0
Current children cumulated CPU time (s) 1781.04
Current children cumulated vsize (KiB) 73524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18519
/proc/meminfo: memFree=1812688/2055920 swapFree=4192812/4192956
[pid=18265] ppid=18263 vsize=16868 CPUtime=8.23
/proc/18265/stat : 18265 (sugar) S 18263 18265 16068 0 -1 4194304 1365 22976 0 2 6 1 794 22 16 0 1 0 22678720 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18265/statm: 4217 1113 409 3 0 796 0
[pid=18288] ppid=18265 vsize=5356 CPUtime=0
/proc/18288/stat : 18288 (sh) S 18265 18265 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679559 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18288/statm: 1339 232 193 169 0 50 0
[pid=18289] ppid=18288 vsize=51300 CPUtime=1791.81
/proc/18289/stat : 18289 (picosat) R 18288 18265 16068 0 -1 4194304 15520 0 0 0 178996 185 0 0 25 0 1 0 22679560 52531200 12508 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18289/statm: 12825 12508 48 102 0 12720 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 73524

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

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

[startup+1801.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18519
/proc/meminfo: memFree=1812688/2055920 swapFree=4192812/4192956
[pid=18265] ppid=18263 vsize=16868 CPUtime=8.23
/proc/18265/stat : 18265 (sugar) S 18263 18265 16068 0 -1 4194304 1365 22976 0 2 6 1 794 22 16 0 1 0 22678720 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18265/statm: 4217 1113 409 3 0 796 0
[pid=18288] ppid=18265 vsize=5356 CPUtime=0
/proc/18288/stat : 18288 (sh) S 18265 18265 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679559 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18288/statm: 1339 232 193 169 0 50 0
[pid=18289] ppid=18288 vsize=51300 CPUtime=1791.81
/proc/18289/stat : 18289 (picosat) R 18288 18265 16068 0 -1 4194304 15520 0 0 0 178996 185 0 0 25 0 1 0 22679560 52531200 12508 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18289/statm: 12825 12508 48 102 0 12720 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 73524

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18265 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=8782
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=248962
# CPU time returned by wait4() is 8.25774
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.32
CPU time (s): 1800.04
CPU user time (s): 1797.96
CPU system time (s): 2.08
CPU usage (%): 99.9287
Max. virtual memory (cumulated for all children) (KiB): 891120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.00878
system time used= 0.248962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24826
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= 4895
involuntary context switches= 4947

runsolver used 2.08368 second user time and 4.71828 second system time

The end

Launcher Data

Begin job on node18 at 2009-07-12 01:48:41
IDJOB=2072137
IDBENCH=55597
IDSOLVER=738
FILE ID=node18/2072137-1247356121
PBS_JOBID= 9506841
Free space on /tmp= 66020 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-clauses-31-30.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-2072137-1247356121/watcher-2072137-1247356121 -o /tmp/evaluation-result-2072137-1247356121/solver-2072137-1247356121 -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-2072137-1247356121.xml

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

MD5SUM BENCH= 6bae2773526b2860190297b9edbd824e
RANDOM SEED=1799564065

node18.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.243
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.243
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:       1299704 kB
Buffers:         17224 kB
Cached:         378604 kB
SwapCached:          0 kB
Active:         670336 kB
Inactive:        30556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1299704 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3872 kB
Writeback:           0 kB
Mapped:         316208 kB
Slab:            40076 kB
Committed_AS:   448992 kB
PageTables:       2380 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= 66296 MiB
End job on node18 at 2009-07-12 02:18:44