Trace number 2061907

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.02 1800.53

General information on the benchmark

Namecsp/cjss/
normalized-la04x2-572.xml
MD5SUMf9f8ce7af888a21b1cf2ff98fb29a3e8
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,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 variables101
Number of constraints105
Maximum constraint arity20
Maximum domain size573
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)cumulative(5)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.07	c 0	BEGIN Sat Jul 11 17:57:48 2009
0.04/0.07	c 0	PID 11258
0.04/0.07	c 0	HOST node22.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2061907-1247327868.xml TO HOME/temp.csp
0.04/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-2061907-1247327868.xml' 'HOME/temp.csp'
0.06/0.25	c 0	2 domains, 101 variables, 1 predicates, 0 relations, 105 constraints
0.06/0.29	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.29	c 0	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.28/0.36	c 0	Parsing HOME/temp.csp
0.28/0.38	c 0	parsed 209 expressions
0.28/0.39	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.39	c 0	Converting to clausal form CSP
0.28/0.41	c 0	converted 21 (10%) expressions
0.28/0.41	c 0	converted 42 (20%) expressions
0.28/0.41	c 0	converted 63 (30%) expressions
0.28/0.41	c 0	converted 84 (40%) expressions
0.28/0.41	c 0	converted 105 (50%) expressions
0.28/0.42	c 0	converted 126 (60%) expressions
0.28/0.43	c 0	converted 147 (70%) expressions
0.28/0.43	c 0	converted 168 (80%) expressions
0.28/0.43	c 0	converted 189 (90%) expressions
9.73/9.65	c 9	converted 209 (100%) expressions
9.73/9.66	c 9	CSP : 63724 integers, 35996 booleans, 191538 clauses, largest domain size 561
9.73/9.66	c 9	Heap : 117 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.73/9.66	c 9	Propagation in CSP
10.73/10.66	c 10	8880 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.73/10.67	c 10	CSP : 63724 integers, 35996 booleans, 191538 clauses, largest domain size 435
10.73/10.67	c 10	Heap : 117 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.83/10.73	c 10	Simplifing CSP by introducing new Boolean variables
10.93/10.82	c 11	CSP : 63724 integers, 35996 booleans, 191538 clauses, largest domain size 435
10.93/10.82	c 11	Heap : 128 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.63/11.50	c 11	Encoding CSP to SAT : HOME/temp.cnf
11.63/11.58	c 11	6373 (10%) CSP integer variables are encoded (32501 clauses, 465435 bytes)
11.63/11.59	c 11	12745 (20%) CSP integer variables are encoded (33332 clauses, 477900 bytes)
11.74/11.60	c 11	19118 (30%) CSP integer variables are encoded (33962 clauses, 487350 bytes)
11.74/11.62	c 11	25490 (40%) CSP integer variables are encoded (34793 clauses, 499815 bytes)
11.74/11.63	c 11	31862 (50%) CSP integer variables are encoded (35391 clauses, 508785 bytes)
11.74/11.64	c 11	38235 (60%) CSP integer variables are encoded (36224 clauses, 521280 bytes)
11.74/11.65	c 11	44607 (70%) CSP integer variables are encoded (36866 clauses, 530910 bytes)
11.74/11.66	c 11	50980 (80%) CSP integer variables are encoded (37691 clauses, 543285 bytes)
11.74/11.67	c 11	57352 (90%) CSP integer variables are encoded (38221 clauses, 551235 bytes)
11.74/11.68	c 11	63724 (100%) CSP integer variables are encoded (39053 clauses, 563715 bytes)
12.45/12.34	c 12	19154 (10%) CSP clauses are encoded (114433 clauses, 1972441 bytes)
13.95/13.84	c 14	38308 (20%) CSP clauses are encoded (179608 clauses, 3336094 bytes)
14.45/14.36	c 14	57462 (30%) CSP clauses are encoded (224109 clauses, 4259734 bytes)
15.25/15.11	c 15	76616 (40%) CSP clauses are encoded (280617 clauses, 5468188 bytes)
16.45/16.31	c 16	95769 (50%) CSP clauses are encoded (338912 clauses, 6662708 bytes)
17.23/17.13	c 17	114923 (60%) CSP clauses are encoded (396225 clauses, 7890133 bytes)
18.23/18.13	c 18	134077 (70%) CSP clauses are encoded (447348 clauses, 8937276 bytes)
19.32/19.28	c 19	153231 (80%) CSP clauses are encoded (509751 clauses, 10259355 bytes)
19.83/19.75	c 20	172385 (90%) CSP clauses are encoded (550988 clauses, 11097772 bytes)
21.32/21.27	c 21	191538 (100%) CSP clauses are encoded (617695 clauses, 12487748 bytes)
21.32/21.27	c 21	191538 CSP clauses encoded
21.32/21.27	c 21	Writing map file : HOME/temp.map
21.32/21.29	c 21	Heap : 131 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.32/21.29	c 21	SAT : 128196 SAT variables, 617695 SAT clauses, 12487748 bytes
21.32/21.29	c 21	Heap : 131 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.41/21.34	c 21	SOLVING HOME/temp.cnf
21.41/21.34	c 21	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1800.51	c 1800	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1800.51	c 1800	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.02/1800.51	c ERROR INTERRUPTED
1800.02/1800.51	s UNKNOWN
1800.02/1800.51	c 1800	CPU 21.47 (0.06 0.01 20.97 0.43)
1800.02/1800.51	c 1800	END Sat Jul 11 18:27:48 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-2061907-1247327868/watcher-2061907-1247327868 -o /tmp/evaluation-result-2061907-1247327868/solver-2061907-1247327868 -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-2061907-1247327868.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: 0.98 1.07 1.34 2/82 11258
/proc/meminfo: memFree=1047312/2055920 swapFree=4192952/4192956
[pid=11258] ppid=11256 vsize=12268 CPUtime=0
/proc/11258/stat : 11258 (sugar) D 11256 11258 10253 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 19853265 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 272467982949 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/11258/statm: 3067 316 241 3 0 167 0

[startup+0.0533809 s]
/proc/loadavg: 0.98 1.07 1.34 2/82 11258
/proc/meminfo: memFree=1047312/2055920 swapFree=4192952/4192956
[pid=11258] ppid=11256 vsize=15948 CPUtime=0.04
/proc/11258/stat : 11258 (sugar) R 11256 11258 10253 0 -1 4194304 913 0 0 0 3 1 0 0 20 0 1 0 19853265 16330752 881 996147200 4194304 4206940 548682068608 18446744073709551615 272467982949 0 0 4224 0 0 0 0 17 0 0 0
/proc/11258/statm: 3987 881 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.10139 s]
/proc/loadavg: 0.98 1.07 1.34 2/82 11258
/proc/meminfo: memFree=1047312/2055920 swapFree=4192952/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=0.06
/proc/11258/stat : 11258 (sugar) S 11256 11258 10253 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 19853265 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302423 s]
/proc/loadavg: 0.98 1.07 1.34 2/82 11258
/proc/meminfo: memFree=1047312/2055920 swapFree=4192952/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=0.28
/proc/11258/stat : 11258 (sugar) S 11256 11258 10253 0 -1 4194304 1292 4374 0 1 5 1 20 2 17 0 1 0 19853265 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16868

[startup+0.702481 s]
/proc/loadavg: 0.98 1.07 1.34 2/82 11258
/proc/meminfo: memFree=1047312/2055920 swapFree=4192952/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=0.28
/proc/11258/stat : 11258 (sugar) S 11256 11258 10253 0 -1 4194304 1309 4374 0 1 5 1 20 2 16 0 1 0 19853265 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11258/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16868

[startup+1.50159 s]
/proc/loadavg: 0.98 1.07 1.34 2/93 11280
/proc/meminfo: memFree=1024944/2055920 swapFree=4192952/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=0.28
/proc/11258/stat : 11258 (sugar) S 11256 11258 10253 0 -1 4194304 1309 4374 0 1 5 1 20 2 16 0 1 0 19853265 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11258/statm: 4217 1111 409 3 0 796 0
[pid=11271] ppid=11258 vsize=5356 CPUtime=0
/proc/11271/stat : 11271 (sh) S 11258 11258 10253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19853294 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11271/statm: 1339 233 193 169 0 50 0
[pid=11272] ppid=11271 vsize=868604 CPUtime=1.35
/proc/11272/stat : 11272 (java) S 11271 11258 10253 0 -1 0 10315 0 1 0 131 4 0 0 18 0 9 0 19853294 889450496 9460 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11272/statm: 217151 9463 2565 9 0 211656 0
[pid=11272/tid=11273] ppid=11271 vsize=868604 CPUtime=0.84
/proc/11272/task/11273/stat : 11273 (java) S 11271 11258 10253 0 -1 64 2842 0 1 0 83 1 0 0 16 0 9 0 19853295 889450496 9466 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11274] ppid=11271 vsize=868604 CPUtime=0.32
/proc/11272/task/11274/stat : 11274 (java) R 11271 11258 10253 0 -1 64 5307 0 0 0 31 1 0 0 16 0 9 0 19853296 889450496 9467 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11275] ppid=11271 vsize=868604 CPUtime=0
/proc/11272/task/11275/stat : 11275 (java) S 11271 11258 10253 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19853296 889450496 9468 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11276] ppid=11271 vsize=868604 CPUtime=0
/proc/11272/task/11276/stat : 11276 (java) S 11271 11258 10253 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19853296 889450496 9469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11277] ppid=11271 vsize=868604 CPUtime=0
/proc/11272/task/11277/stat : 11277 (java) S 11271 11258 10253 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19853298 889450496 9470 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11278] ppid=11271 vsize=868604 CPUtime=0.16
/proc/11272/task/11278/stat : 11278 (java) S 11271 11258 10253 0 -1 64 1473 0 0 0 16 0 0 0 15 0 9 0 19853298 889450496 9470 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11279] ppid=11271 vsize=868604 CPUtime=0
/proc/11272/task/11279/stat : 11279 (java) S 11271 11258 10253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19853298 889450496 9470 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11280] ppid=11271 vsize=868604 CPUtime=0
/proc/11272/task/11280/stat : 11280 (java) S 11271 11258 10253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19853298 889450496 9471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 890828

[startup+3.10283 s]
/proc/loadavg: 0.98 1.07 1.33 2/93 11280
/proc/meminfo: memFree=1006576/2055920 swapFree=4192952/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=0.28
/proc/11258/stat : 11258 (sugar) S 11256 11258 10253 0 -1 4194304 1309 4374 0 1 5 1 20 2 16 0 1 0 19853265 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11258/statm: 4217 1111 409 3 0 796 0
[pid=11271] ppid=11258 vsize=5356 CPUtime=0
/proc/11271/stat : 11271 (sh) S 11258 11258 10253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19853294 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11271/statm: 1339 233 193 169 0 50 0
[pid=11272] ppid=11271 vsize=868604 CPUtime=2.96
/proc/11272/stat : 11272 (java) S 11271 11258 10253 0 -1 0 16541 0 1 0 288 8 0 0 18 0 9 0 19853294 889450496 15326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11272/statm: 217151 15326 2565 9 0 211656 0
[pid=11272/tid=11273] ppid=11271 vsize=868604 CPUtime=1.82
/proc/11272/task/11273/stat : 11273 (java) R 11271 11258 10253 0 -1 64 3176 0 1 0 181 1 0 0 17 0 9 0 19853295 889450496 15326 996147200 134512640 134550932 4294955936 18446744073709551615 4126425908 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11274] ppid=11271 vsize=868604 CPUtime=0.94
/proc/11272/task/11274/stat : 11274 (java) S 11271 11258 10253 0 -1 64 11174 0 0 0 89 5 0 0 16 0 9 0 19853296 889450496 15326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11275] ppid=11271 vsize=868604 CPUtime=0
/proc/11272/task/11275/stat : 11275 (java) S 11271 11258 10253 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19853296 889450496 15326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11276] ppid=11271 vsize=868604 CPUtime=0
/proc/11272/task/11276/stat : 11276 (java) S 11271 11258 10253 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19853296 889450496 15326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11277] ppid=11271 vsize=868604 CPUtime=0
/proc/11272/task/11277/stat : 11277 (java) S 11271 11258 10253 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19853298 889450496 15326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11278] ppid=11271 vsize=868604 CPUtime=0.17
/proc/11272/task/11278/stat : 11278 (java) S 11271 11258 10253 0 -1 64 1491 0 0 0 17 0 0 0 16 0 9 0 19853298 889450496 15326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11279] ppid=11271 vsize=868604 CPUtime=0
/proc/11272/task/11279/stat : 11279 (java) S 11271 11258 10253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19853298 889450496 15326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11280] ppid=11271 vsize=868604 CPUtime=0
/proc/11272/task/11280/stat : 11280 (java) R 11271 11258 10253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19853298 889450496 15326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 890828

[startup+6.30128 s]
/proc/loadavg: 0.98 1.07 1.33 2/93 11280
/proc/meminfo: memFree=948976/2055920 swapFree=4192952/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=0.28
/proc/11258/stat : 11258 (sugar) S 11256 11258 10253 0 -1 4194304 1309 4374 0 1 5 1 20 2 16 0 1 0 19853265 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11258/statm: 4217 1111 409 3 0 796 0
[pid=11271] ppid=11258 vsize=5356 CPUtime=0
/proc/11271/stat : 11271 (sh) S 11258 11258 10253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19853294 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11271/statm: 1339 233 193 169 0 50 0
[pid=11272] ppid=11271 vsize=868604 CPUtime=6.15
/proc/11272/stat : 11272 (java) S 11271 11258 10253 0 -1 0 39656 0 1 0 597 18 0 0 18 0 9 0 19853294 889450496 27808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11272/statm: 217151 27808 2566 9 0 211656 0
[pid=11272/tid=11273] ppid=11271 vsize=868604 CPUtime=3.55
/proc/11272/task/11273/stat : 11273 (java) R 11271 11258 10253 0 -1 64 3965 0 1 0 353 2 0 0 16 0 9 0 19853295 889450496 27808 996147200 134512640 134550932 4294955936 18446744073709551615 4126512603 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11274] ppid=11271 vsize=868604 CPUtime=2.39
/proc/11272/task/11274/stat : 11274 (java) S 11271 11258 10253 0 -1 64 33500 0 0 0 225 14 0 0 16 0 9 0 19853296 889450496 27808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11275] ppid=11271 vsize=868604 CPUtime=0
/proc/11272/task/11275/stat : 11275 (java) S 11271 11258 10253 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19853296 889450496 27808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11276] ppid=11271 vsize=868604 CPUtime=0
/proc/11272/task/11276/stat : 11276 (java) S 11271 11258 10253 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19853296 889450496 27808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11277] ppid=11271 vsize=868604 CPUtime=0
/proc/11272/task/11277/stat : 11277 (java) S 11271 11258 10253 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19853298 889450496 27808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11278] ppid=11271 vsize=868604 CPUtime=0.17
/proc/11272/task/11278/stat : 11278 (java) S 11271 11258 10253 0 -1 64 1491 0 0 0 17 0 0 0 16 0 9 0 19853298 889450496 27808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11279] ppid=11271 vsize=868604 CPUtime=0
/proc/11272/task/11279/stat : 11279 (java) S 11271 11258 10253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19853298 889450496 27808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11280] ppid=11271 vsize=868604 CPUtime=0
/proc/11272/task/11280/stat : 11280 (java) S 11271 11258 10253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19853298 889450496 27808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.43
Current children cumulated vsize (KiB) 890828

[startup+12.7012 s]
/proc/loadavg: 0.98 1.07 1.33 2/93 11280
/proc/meminfo: memFree=893616/2055920 swapFree=4192952/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=0.28
/proc/11258/stat : 11258 (sugar) S 11256 11258 10253 0 -1 4194304 1310 4374 0 1 5 1 20 2 15 0 1 0 19853265 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1111 409 3 0 796 0
[pid=11271] ppid=11258 vsize=5356 CPUtime=0
/proc/11271/stat : 11271 (sh) S 11258 11258 10253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19853294 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11271/statm: 1339 233 193 169 0 50 0
[pid=11272] ppid=11271 vsize=868716 CPUtime=12.57
/proc/11272/stat : 11272 (java) S 11271 11258 10253 0 -1 0 66315 0 1 0 1226 31 0 0 18 0 9 0 19853294 889565184 39617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11272/statm: 217179 39617 2591 9 0 211656 0
[pid=11272/tid=11273] ppid=11271 vsize=868716 CPUtime=7.81
/proc/11272/task/11273/stat : 11273 (java) R 11271 11258 10253 0 -1 64 4768 0 1 0 776 5 0 0 17 0 9 0 19853295 889565184 39617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11274] ppid=11271 vsize=868716 CPUtime=4.5
/proc/11272/task/11274/stat : 11274 (java) S 11271 11258 10253 0 -1 64 59321 0 0 0 426 24 0 0 16 0 9 0 19853296 889565184 39617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11275] ppid=11271 vsize=868716 CPUtime=0
/proc/11272/task/11275/stat : 11275 (java) S 11271 11258 10253 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19853296 889565184 39617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11276] ppid=11271 vsize=868716 CPUtime=0
/proc/11272/task/11276/stat : 11276 (java) S 11271 11258 10253 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19853296 889565184 39617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11277] ppid=11271 vsize=868716 CPUtime=0
/proc/11272/task/11277/stat : 11277 (java) S 11271 11258 10253 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19853298 889565184 39617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11278] ppid=11271 vsize=868716 CPUtime=0.22
/proc/11272/task/11278/stat : 11278 (java) S 11271 11258 10253 0 -1 64 1526 0 0 0 22 0 0 0 16 0 9 0 19853298 889565184 39617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11279] ppid=11271 vsize=868716 CPUtime=0
/proc/11272/task/11279/stat : 11279 (java) S 11271 11258 10253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19853298 889565184 39617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11272/tid=11280] ppid=11271 vsize=868716 CPUtime=0
/proc/11272/task/11280/stat : 11280 (java) S 11271 11258 10253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19853298 889565184 39617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.85
Current children cumulated vsize (KiB) 890940

[startup+25.502 s]
/proc/loadavg: 0.98 1.06 1.33 2/85 11282
/proc/meminfo: memFree=1011952/2055920 swapFree=4192952/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=21.45
/proc/11258/stat : 11258 (sugar) S 11256 11258 10253 0 -1 4194304 1365 71045 0 2 5 1 2097 42 16 0 1 0 19853265 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=21196 CPUtime=4.14
/proc/11282/stat : 11282 (picosat) R 11281 11258 10253 0 -1 4194304 5077 0 0 0 186 228 0 0 25 0 1 0 19855400 21704704 5063 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/11282/statm: 5299 5063 40 102 0 5194 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 43420

[startup+51.1027 s]
/proc/loadavg: 0.99 1.06 1.32 2/85 11282
/proc/meminfo: memFree=1006256/2055920 swapFree=4192952/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=21.45
/proc/11258/stat : 11258 (sugar) S 11256 11258 10253 0 -1 4194304 1365 71045 0 2 5 1 2097 42 16 0 1 0 19853265 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=980336/2055920 swapFree=4192952/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=21.45
/proc/11258/stat : 11258 (sugar) S 11256 11258 10253 0 -1 4194304 1365 71045 0 2 5 1 2097 42 16 0 1 0 19853265 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=50268 CPUtime=1340.5
/proc/11282/stat : 11282 (picosat) R 11281 11258 10253 0 -1 4194304 12404 0 0 0 133767 283 0 0 25 0 1 0 19855400 51474432 12013 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/11282/statm: 12567 12013 48 102 0 12462 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 72492

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.05 2/85 11391
/proc/meminfo: memFree=980336/2055920 swapFree=4192952/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=21.45
/proc/11258/stat : 11258 (sugar) S 11256 11258 10253 0 -1 4194304 1365 71045 0 2 5 1 2097 42 16 0 1 0 19853265 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=50268 CPUtime=1400.5
/proc/11282/stat : 11282 (picosat) R 11281 11258 10253 0 -1 4194304 12404 0 0 0 139766 284 0 0 25 0 1 0 19855400 51474432 12013 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 0 0 0
/proc/11282/statm: 12567 12013 48 102 0 12462 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 72492

[startup+1482.3 s]
/proc/loadavg: 1.07 1.02 1.05 2/85 11391
/proc/meminfo: memFree=980336/2055920 swapFree=4192952/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=21.45
/proc/11258/stat : 11258 (sugar) S 11256 11258 10253 0 -1 4194304 1365 71045 0 2 5 1 2097 42 16 0 1 0 19853265 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=50268 CPUtime=1460.47
/proc/11282/stat : 11282 (picosat) R 11281 11258 10253 0 -1 4194304 12404 0 0 0 145763 284 0 0 25 0 1 0 19855400 51474432 12013 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/11282/statm: 12567 12013 48 102 0 12462 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 72492

[startup+1542.3 s]
/proc/loadavg: 1.08 1.03 1.05 2/85 11391
/proc/meminfo: memFree=980272/2055920 swapFree=4192952/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=21.45
/proc/11258/stat : 11258 (sugar) S 11256 11258 10253 0 -1 4194304 1365 71045 0 2 5 1 2097 42 16 0 1 0 19853265 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=50228 CPUtime=1520.45
/proc/11282/stat : 11282 (picosat) R 11281 11258 10253 0 -1 4194304 12498 0 0 0 151761 284 0 0 25 0 1 0 19855400 51433472 12021 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/11282/statm: 12557 12021 48 102 0 12452 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 72452

[startup+1602.3 s]
/proc/loadavg: 1.03 1.02 1.05 2/85 11391
/proc/meminfo: memFree=980208/2055920 swapFree=4192952/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=21.45
/proc/11258/stat : 11258 (sugar) S 11256 11258 10253 0 -1 4194304 1365 71045 0 2 5 1 2097 42 16 0 1 0 19853265 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=50228 CPUtime=1580.43
/proc/11282/stat : 11282 (picosat) R 11281 11258 10253 0 -1 4194304 12498 0 0 0 157759 284 0 0 25 0 1 0 19855400 51433472 12021 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/11282/statm: 12557 12021 48 102 0 12452 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 72452

[startup+1662.3 s]
/proc/loadavg: 1.01 1.01 1.04 2/85 11391
/proc/meminfo: memFree=980144/2055920 swapFree=4192952/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=21.45
/proc/11258/stat : 11258 (sugar) S 11256 11258 10253 0 -1 4194304 1365 71045 0 2 5 1 2097 42 16 0 1 0 19853265 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=50228 CPUtime=1640.41
/proc/11282/stat : 11282 (picosat) R 11281 11258 10253 0 -1 4194304 12498 0 0 0 163757 284 0 0 25 0 1 0 19855400 51433472 12021 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/11282/statm: 12557 12021 48 102 0 12452 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 72452

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.04 2/85 11391
/proc/meminfo: memFree=980080/2055920 swapFree=4192952/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=21.45
/proc/11258/stat : 11258 (sugar) S 11256 11258 10253 0 -1 4194304 1365 71045 0 2 5 1 2097 42 16 0 1 0 19853265 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=50228 CPUtime=1700.39
/proc/11282/stat : 11282 (picosat) R 11281 11258 10253 0 -1 4194304 12498 0 0 0 169755 284 0 0 25 0 1 0 19855400 51433472 12021 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 0 0 0
/proc/11282/statm: 12557 12021 48 102 0 12452 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 72452

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/85 11391
/proc/meminfo: memFree=979952/2055920 swapFree=4192952/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=21.45
/proc/11258/stat : 11258 (sugar) S 11256 11258 10253 0 -1 4194304 1365 71045 0 2 5 1 2097 42 16 0 1 0 19853265 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=50228 CPUtime=1760.37
/proc/11282/stat : 11282 (picosat) R 11281 11258 10253 0 -1 4194304 12498 0 0 0 175753 284 0 0 25 0 1 0 19855400 51433472 12021 996147200 134512640 134931368 4294956256 18446744073709551615 134529486 0 0 4096 0 0 0 0 17 0 0 0
/proc/11282/statm: 12557 12021 48 102 0 12452 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 72452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.03 3/85 11391
/proc/meminfo: memFree=979952/2055920 swapFree=4192952/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=21.45
/proc/11258/stat : 11258 (sugar) S 11256 11258 10253 0 -1 4194304 1365 71045 0 2 5 1 2097 42 16 0 1 0 19853265 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=50228 CPUtime=1778.57
/proc/11282/stat : 11282 (picosat) R 11281 11258 10253 0 -1 4194304 12498 0 0 0 177573 284 0 0 25 0 1 0 19855400 51433472 12021 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/11282/statm: 12557 12021 48 102 0 12452 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 72452

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

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

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.03 3/85 11391
/proc/meminfo: memFree=979952/2055920 swapFree=4192952/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=21.45
/proc/11258/stat : 11258 (sugar) S 11256 11258 10253 0 -1 4194304 1365 71045 0 2 5 1 2097 42 16 0 1 0 19853265 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19855399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=50228 CPUtime=1778.57
/proc/11282/stat : 11282 (picosat) R 11281 11258 10253 0 -1 4194304 12498 0 0 0 177573 284 0 0 25 0 1 0 19855400 51433472 12021 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/11282/statm: 12557 12021 48 102 0 12452 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 72452

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11258 and gives
#  childrusage.ru_utime.tv_sec=21
#  childrusage.ru_utime.tv_usec=36801
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=458930
# CPU time returned by wait4() is 21.4957
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.53
CPU time (s): 1800.02
CPU user time (s): 1796.75
CPU system time (s): 3.27
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 918444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.0368
system time used= 0.45893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72895
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= 2283
involuntary context switches= 1469

runsolver used 1.89271 second user time and 4.98024 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-11 17:57:48
IDJOB=2061907
IDBENCH=53851
IDSOLVER=738
FILE ID=node22/2061907-1247327868
PBS_JOBID= 9506584
Free space on /tmp= 66392 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/cjss/normalized-la04x2-572.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-2061907-1247327868/watcher-2061907-1247327868 -o /tmp/evaluation-result-2061907-1247327868/solver-2061907-1247327868 -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-2061907-1247327868.xml

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

MD5SUM BENCH= f9f8ce7af888a21b1cf2ff98fb29a3e8
RANDOM SEED=1467604781

node22.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.278
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.278
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	: 5636.09
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1047856 kB
Buffers:         44356 kB
Cached:         880508 kB
SwapCached:          4 kB
Active:         371348 kB
Inactive:       583780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1047856 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1420 kB
Writeback:           0 kB
Mapped:          47984 kB
Slab:            38368 kB
Committed_AS:   168120 kB
PageTables:       1820 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= 66388 MiB
End job on node22 at 2009-07-11 18:27:50