Trace number 2083731

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? (MO) 280.1 288.544

General information on the benchmark

Namecsp/fapp/fapp25/
normalized-fapp25-2230-0.xml
MD5SUM7d256a84222d0f8032eecede595dc56a
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 benchmark9.50955
Satisfiable
(Un)Satisfiability was proved
Number of variables2230
Number of constraints18971
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18971
Global constraints used (with number of constraints)

Solver Data

0.04/0.24	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.24	c 0	BEGIN Sun Jul 12 07:54:57 2009
0.04/0.24	c 0	PID 23446
0.04/0.24	c 0	HOST node71.alineos.net
0.04/0.24	c 0	CONVERTING HOME/instance-2083731-1247378096.xml TO HOME/temp.csp
0.04/0.24	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083731-1247378096.xml' 'HOME/temp.csp'
1.59/1.86	c 1	21 domains, 2230 variables, 8 predicates, 0 relations, 18971 constraints
1.59/1.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.59/1.88	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'
1.66/1.96	c 2	Parsing HOME/temp.csp
1.97/2.27	c 2	parsed 10000 expressions
2.16/2.43	c 2	parsed 20000 expressions
2.16/2.49	c 2	parsed 21230 expressions
2.25/2.50	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.25/2.50	c 2	Converting to clausal form CSP
2.25/2.57	c 2	converted 2123 (10%) expressions
5.23/5.55	c 5	converted 4246 (20%) expressions
8.00/8.37	c 8	converted 6369 (30%) expressions
10.36/10.79	c 10	converted 8492 (40%) expressions
13.13/13.53	c 13	converted 10615 (50%) expressions
15.40/15.87	c 15	converted 12738 (60%) expressions
18.07/18.59	c 18	converted 14861 (70%) expressions
20.24/20.77	c 20	converted 16984 (80%) expressions
22.12/22.69	c 22	converted 19107 (90%) expressions
23.91/24.45	c 24	converted 21230 (100%) expressions
23.91/24.45	c 24	CSP : 7035 integers, 50890 booleans, 123397 clauses, largest domain size 2821
23.91/24.45	c 24	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
23.91/24.45	c 24	Propagation in CSP
26.28/26.81	c 26	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
26.28/26.81	c 26	CSP : 7035 integers, 50890 booleans, 123397 clauses, largest domain size 2821
26.28/26.81	c 26	Heap : 93 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
26.28/26.86	c 26	Simplifing CSP by introducing new Boolean variables
27.17/27.71	c 27	CSP : 7035 integers, 93532 booleans, 166039 clauses, largest domain size 2821
27.17/27.71	c 27	Heap : 104 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.87/28.41	c 28	Encoding CSP to SAT : HOME/temp.cnf
32.11/32.72	c 32	704 (10%) CSP integer variables are encoded (192006 clauses, 3042757 bytes)
36.17/36.89	c 36	1407 (20%) CSP integer variables are encoded (381534 clauses, 6264733 bytes)
40.32/41.07	c 41	2111 (30%) CSP integer variables are encoded (573566 clauses, 9529277 bytes)
42.89/43.68	c 43	2814 (40%) CSP integer variables are encoded (2121738 clauses, 38096434 bytes)
45.17/45.95	c 46	3518 (50%) CSP integer variables are encoded (3905084 clauses, 71980008 bytes)
47.42/48.26	c 48	4221 (60%) CSP integer variables are encoded (5698155 clauses, 106048357 bytes)
49.79/50.62	c 50	4925 (70%) CSP integer variables are encoded (7483657 clauses, 139972895 bytes)
52.14/53.03	c 53	5628 (80%) CSP integer variables are encoded (9273524 clauses, 173980368 bytes)
54.52/55.49	c 55	6332 (90%) CSP integer variables are encoded (11068698 clauses, 210237895 bytes)
57.03/58.04	c 58	7035 (100%) CSP integer variables are encoded (12882757 clauses, 248333134 bytes)
75.06/76.41	c 76	16604 (10%) CSP clauses are encoded (18300184 clauses, 394653695 bytes)
91.28/92.84	c 92	33208 (20%) CSP clauses are encoded (23851670 clauses, 547275978 bytes)
106.98/108.72	c 108	49812 (30%) CSP clauses are encoded (29232400 clauses, 695651926 bytes)
123.81/125.88	c 125	66416 (40%) CSP clauses are encoded (34871444 clauses, 851319630 bytes)
141.43/143.85	c 143	83020 (50%) CSP clauses are encoded (40509255 clauses, 1007161223 bytes)
159.26/162.01	c 162	99624 (60%) CSP clauses are encoded (46272083 clauses, 1166227378 bytes)
176.30/179.86	c 179	116228 (70%) CSP clauses are encoded (51802253 clauses, 1322977720 bytes)
191.31/195.26	c 195	132832 (80%) CSP clauses are encoded (56884700 clauses, 1470600240 bytes)
208.11/212.37	c 212	149436 (90%) CSP clauses are encoded (63127155 clauses, 1653678862 bytes)
224.48/229.24	c 229	166039 (100%) CSP clauses are encoded (69298431 clauses, 1834980486 bytes)
224.48/229.24	c 229	166039 CSP clauses encoded
224.53/229.34	c 229	Writing map file : HOME/temp.map
224.61/230.30	c 230	Heap : 93 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
224.61/230.30	c 230	SAT : 12983324 SAT variables, 69298431 SAT clauses, 1834980486 bytes
224.61/230.30	c 230	Heap : 93 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
224.69/230.39	c 230	SOLVING HOME/temp.cnf
224.69/230.39	c 230	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
279.64/286.47	c 286	*** picosat: out of memory in 'realloc'
279.73/286.53	c ERROR INTERRUPTED

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083731-1247378096/watcher-2083731-1247378096 -o /tmp/evaluation-result-2083731-1247378096/solver-2083731-1247378096 -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-2083731-1247378096.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.21 2.28 2.31 4/83 23446
/proc/meminfo: memFree=1704856/2055920 swapFree=4192812/4192956
[pid=23446] ppid=23444 vsize=18576 CPUtime=0
/proc/23446/stat : 23446 (runsolver) R 23444 23446 17808 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 24872233 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23446/statm: 4644 284 249 26 0 2626 0

[startup+0.104188 s]
/proc/loadavg: 2.21 2.28 2.31 4/83 23446
/proc/meminfo: memFree=1704856/2055920 swapFree=4192812/4192956
[pid=23446] ppid=23444 vsize=12272 CPUtime=0
/proc/23446/stat : 23446 (sugar) D 23444 23446 17808 0 -1 4194304 392 0 4 0 0 0 0 0 18 0 1 0 24872233 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/23446/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.201202 s]
/proc/loadavg: 2.21 2.28 2.31 4/83 23446
/proc/meminfo: memFree=1704856/2055920 swapFree=4192812/4192956
[pid=23446] ppid=23444 vsize=14644 CPUtime=0.04
/proc/23446/stat : 23446 (sugar) D 23444 23446 17808 0 -1 4194304 785 0 4 0 3 1 0 0 18 0 1 0 24872233 14995456 757 996147200 4194304 4206940 548682068608 18446744073709551615 231959757572 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/23446/statm: 3661 757 343 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14644

[startup+0.30122 s]
/proc/loadavg: 2.21 2.28 2.31 4/83 23446
/proc/meminfo: memFree=1704856/2055920 swapFree=4192812/4192956
[pid=23446] ppid=23444 vsize=16868 CPUtime=0.07
/proc/23446/stat : 23446 (sugar) S 23444 23446 17808 0 -1 4194304 1221 128 6 0 5 2 0 0 19 0 1 0 24872233 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23446/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.703082 s]
/proc/loadavg: 2.21 2.28 2.31 4/83 23446
/proc/meminfo: memFree=1704856/2055920 swapFree=4192812/4192956
[pid=23446] ppid=23444 vsize=16868 CPUtime=0.07
/proc/23446/stat : 23446 (sugar) S 23444 23446 17808 0 -1 4194304 1221 128 6 0 5 2 0 0 19 0 1 0 24872233 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23446/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50238 s]
/proc/loadavg: 2.21 2.28 2.31 4/94 23458
/proc/meminfo: memFree=1677184/2055920 swapFree=4192812/4192956
[pid=23446] ppid=23444 vsize=16868 CPUtime=0.07
/proc/23446/stat : 23446 (sugar) S 23444 23446 17808 0 -1 4194304 1221 128 6 0 5 2 0 0 19 0 1 0 24872233 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23446/statm: 4217 1111 409 3 0 796 0
[pid=23449] ppid=23446 vsize=5356 CPUtime=0
/proc/23449/stat : 23449 (sh) S 23446 23446 17808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24872258 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23449/statm: 1339 233 193 169 0 50 0
[pid=23450] ppid=23449 vsize=864772 CPUtime=1.22
/proc/23450/stat : 23450 (java) S 23449 23446 17808 0 -1 0 12341 0 1 0 116 6 0 0 18 0 9 0 24872258 885526528 10374 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23450/statm: 216193 10374 2556 9 0 210705 0
[pid=23450/tid=23451] ppid=23449 vsize=864772 CPUtime=0.69
/proc/23450/task/23451/stat : 23451 (java) R 23449 23446 17808 0 -1 64 2896 0 1 0 67 2 0 0 18 0 9 0 24872259 885526528 10374 996147200 134512640 134550932 4294955984 18446744073709551615 4126714163 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23450/tid=23452] ppid=23449 vsize=864772 CPUtime=0.39
/proc/23450/task/23452/stat : 23452 (java) S 23449 23446 17808 0 -1 64 8239 0 0 0 37 2 0 0 17 0 9 0 24872261 885526528 10374 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23450/tid=23453] ppid=23449 vsize=864772 CPUtime=0
/proc/23450/task/23453/stat : 23453 (java) S 23449 23446 17808 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24872261 885526528 10374 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23450/tid=23454] ppid=23449 vsize=864772 CPUtime=0
/proc/23450/task/23454/stat : 23454 (java) S 23449 23446 17808 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24872261 885526528 10374 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23450/tid=23455] ppid=23449 vsize=864772 CPUtime=0
/proc/23450/task/23455/stat : 23455 (java) S 23449 23446 17808 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24872263 885526528 10374 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23450/tid=23456] ppid=23449 vsize=864772 CPUtime=0.11
/proc/23450/task/23456/stat : 23456 (java) S 23449 23446 17808 0 -1 64 501 0 0 0 11 0 0 0 16 0 9 0 24872263 885526528 10374 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23450/tid=23457] ppid=23449 vsize=864772 CPUtime=0
/proc/23450/task/23457/stat : 23457 (java) S 23449 23446 17808 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24872263 885526528 10374 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23450/tid=23458] ppid=23449 vsize=864772 CPUtime=0
/proc/23450/task/23458/stat : 23458 (java) S 23449 23446 17808 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24872263 885526528 10374 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 886996

[startup+3.1026 s]
/proc/loadavg: 2.27 2.30 2.31 3/94 23468
/proc/meminfo: memFree=1688704/2055920 swapFree=4192812/4192956
[pid=23446] ppid=23444 vsize=16868 CPUtime=1.66
/proc/23446/stat : 23446 (sugar) S 23444 23446 17808 0 -1 4194304 1303 13290 6 1 5 2 151 8 15 0 1 0 24872233 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23446/statm: 4217 1111 409 3 0 796 0
[pid=23459] ppid=23446 vsize=5356 CPUtime=0
/proc/23459/stat : 23459 (sh) S 23446 23446 17808 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24872422 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23459/statm: 1339 233 193 169 0 50 0
[pid=23460] ppid=23459 vsize=868564 CPUtime=1.19
/proc/23460/stat : 23460 (java) S 23459 23446 17808 0 -1 0 8565 0 1 0 115 4 0 0 18 0 9 0 24872422 889409536 7669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23460/statm: 217141 7669 2569 9 0 211646 0
[pid=23460/tid=23461] ppid=23459 vsize=868564 CPUtime=0.81
/proc/23460/task/23461/stat : 23461 (java) R 23459 23446 17808 0 -1 64 2621 0 1 0 80 1 0 0 21 0 9 0 24872423 889409536 7669 996147200 134512640 134550932 4294955936 18446744073709551615 4126510045 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23462] ppid=23459 vsize=868564 CPUtime=0.19
/proc/23460/task/23462/stat : 23462 (java) S 23459 23446 17808 0 -1 64 3777 0 0 0 18 1 0 0 16 0 9 0 24872424 889409536 7669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23463] ppid=23459 vsize=868564 CPUtime=0
/proc/23460/task/23463/stat : 23463 (java) S 23459 23446 17808 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24872424 889409536 7669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23464] ppid=23459 vsize=868564 CPUtime=0
/proc/23460/task/23464/stat : 23464 (java) S 23459 23446 17808 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24872424 889409536 7669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23465] ppid=23459 vsize=868564 CPUtime=0
/proc/23460/task/23465/stat : 23465 (java) S 23459 23446 17808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24872426 889409536 7669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23466] ppid=23459 vsize=868564 CPUtime=0.16
/proc/23460/task/23466/stat : 23466 (java) S 23459 23446 17808 0 -1 64 1465 0 0 0 16 0 0 0 15 0 9 0 24872426 889409536 7669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23467] ppid=23459 vsize=868564 CPUtime=0
/proc/23460/task/23467/stat : 23467 (java) S 23459 23446 17808 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24872426 889409536 7669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23468] ppid=23459 vsize=868564 CPUtime=0
/proc/23460/task/23468/stat : 23468 (java) S 23459 23446 17808 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24872426 889409536 7669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 890788

[startup+6.30282 s]
/proc/loadavg: 2.27 2.30 2.31 3/94 23468
/proc/meminfo: memFree=1661056/2055920 swapFree=4192812/4192956
[pid=23446] ppid=23444 vsize=16868 CPUtime=1.66
/proc/23446/stat : 23446 (sugar) S 23444 23446 17808 0 -1 4194304 1303 13290 6 1 5 2 151 8 16 0 1 0 24872233 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23446/statm: 4217 1111 409 3 0 796 0
[pid=23459] ppid=23446 vsize=5356 CPUtime=0
/proc/23459/stat : 23459 (sh) S 23446 23446 17808 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24872422 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23459/statm: 1339 233 193 169 0 50 0
[pid=23460] ppid=23459 vsize=868648 CPUtime=4.35
/proc/23460/stat : 23460 (java) S 23459 23446 17808 0 -1 0 11903 0 1 0 427 8 0 0 18 0 9 0 24872422 889495552 10670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23460/statm: 217162 10670 2567 9 0 211667 0
[pid=23460/tid=23461] ppid=23459 vsize=868648 CPUtime=3.59
/proc/23460/task/23461/stat : 23461 (java) R 23459 23446 17808 0 -1 64 2989 0 1 0 357 2 0 0 25 0 9 0 24872423 889495552 10670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23462] ppid=23459 vsize=868648 CPUtime=0.54
/proc/23460/task/23462/stat : 23462 (java) S 23459 23446 17808 0 -1 64 6734 0 0 0 50 4 0 0 15 0 9 0 24872424 889495552 10670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23463] ppid=23459 vsize=868648 CPUtime=0
/proc/23460/task/23463/stat : 23463 (java) S 23459 23446 17808 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24872424 889495552 10670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23464] ppid=23459 vsize=868648 CPUtime=0
/proc/23460/task/23464/stat : 23464 (java) S 23459 23446 17808 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24872424 889495552 10670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23465] ppid=23459 vsize=868648 CPUtime=0
/proc/23460/task/23465/stat : 23465 (java) S 23459 23446 17808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24872426 889495552 10670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23466] ppid=23459 vsize=868648 CPUtime=0.19
/proc/23460/task/23466/stat : 23466 (java) S 23459 23446 17808 0 -1 64 1478 0 0 0 19 0 0 0 15 0 9 0 24872426 889495552 10670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23467] ppid=23459 vsize=868648 CPUtime=0
/proc/23460/task/23467/stat : 23467 (java) S 23459 23446 17808 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24872426 889495552 10670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23468] ppid=23459 vsize=868648 CPUtime=0
/proc/23460/task/23468/stat : 23468 (java) S 23459 23446 17808 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24872426 889495552 10670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 890872

[startup+12.7019 s]
/proc/loadavg: 2.31 2.30 2.31 3/94 23468
/proc/meminfo: memFree=1622080/2055920 swapFree=4192812/4192956
[pid=23446] ppid=23444 vsize=16868 CPUtime=1.66
/proc/23446/stat : 23446 (sugar) S 23444 23446 17808 0 -1 4194304 1303 13290 6 1 5 2 151 8 16 0 1 0 24872233 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23446/statm: 4217 1111 409 3 0 796 0
[pid=23459] ppid=23446 vsize=5356 CPUtime=0
/proc/23459/stat : 23459 (sh) S 23446 23446 17808 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24872422 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23459/statm: 1339 233 193 169 0 50 0
[pid=23460] ppid=23459 vsize=868648 CPUtime=10.68
/proc/23460/stat : 23460 (java) S 23459 23446 17808 0 -1 0 22754 0 1 0 1053 15 0 0 18 0 9 0 24872422 889495552 16801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23460/statm: 217162 16801 2568 9 0 211667 0
[pid=23460/tid=23461] ppid=23459 vsize=868648 CPUtime=8.9
/proc/23460/task/23461/stat : 23461 (java) R 23459 23446 17808 0 -1 64 3664 0 1 0 887 3 0 0 25 0 9 0 24872423 889495552 16801 996147200 134512640 134550932 4294955936 18446744073709551615 4126584273 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23462] ppid=23459 vsize=868648 CPUtime=1.55
/proc/23460/task/23462/stat : 23462 (java) S 23459 23446 17808 0 -1 64 16888 0 0 0 145 10 0 0 16 0 9 0 24872424 889495552 16801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23463] ppid=23459 vsize=868648 CPUtime=0
/proc/23460/task/23463/stat : 23463 (java) S 23459 23446 17808 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24872424 889495552 16801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23464] ppid=23459 vsize=868648 CPUtime=0
/proc/23460/task/23464/stat : 23464 (java) S 23459 23446 17808 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24872424 889495552 16801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23465] ppid=23459 vsize=868648 CPUtime=0
/proc/23460/task/23465/stat : 23465 (java) S 23459 23446 17808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24872426 889495552 16801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23466] ppid=23459 vsize=868648 CPUtime=0.2
/proc/23460/task/23466/stat : 23466 (java) S 23459 23446 17808 0 -1 64 1500 0 0 0 20 0 0 0 15 0 9 0 24872426 889495552 16801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23467] ppid=23459 vsize=868648 CPUtime=0
/proc/23460/task/23467/stat : 23467 (java) S 23459 23446 17808 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24872426 889495552 16801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23468] ppid=23459 vsize=868648 CPUtime=0
/proc/23460/task/23468/stat : 23468 (java) S 23459 23446 17808 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24872426 889495552 16801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 890872

[startup+25.5026 s]
/proc/loadavg: 2.42 2.32 2.32 3/94 23468
/proc/meminfo: memFree=1543616/2055920 swapFree=4192812/4192956
[pid=23446] ppid=23444 vsize=16868 CPUtime=1.66
/proc/23446/stat : 23446 (sugar) S 23444 23446 17808 0 -1 4194304 1304 13290 6 1 5 2 151 8 16 0 1 0 24872233 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23446/statm: 4217 1111 409 3 0 796 0
[pid=23459] ppid=23446 vsize=5356 CPUtime=0
/proc/23459/stat : 23459 (sh) S 23446 23446 17808 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24872422 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23459/statm: 1339 233 193 169 0 50 0
[pid=23460] ppid=23459 vsize=868648 CPUtime=23.33
/proc/23460/stat : 23460 (java) S 23459 23446 17808 0 -1 0 37944 0 1 0 2307 26 0 0 18 0 9 0 24872422 889495552 30134 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23460/statm: 217162 30134 2568 9 0 211667 0
[pid=23460/tid=23461] ppid=23459 vsize=868648 CPUtime=20.07
/proc/23460/task/23461/stat : 23461 (java) R 23459 23446 17808 0 -1 64 4350 0 1 0 2002 5 0 0 25 0 9 0 24872423 889495552 30134 996147200 134512640 134550932 4294955936 18446744073709551615 4126508788 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23462] ppid=23459 vsize=868648 CPUtime=3.01
/proc/23460/task/23462/stat : 23462 (java) S 23459 23446 17808 0 -1 64 31386 0 0 0 282 19 0 0 16 0 9 0 24872424 889495552 30134 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23463] ppid=23459 vsize=868648 CPUtime=0
/proc/23460/task/23463/stat : 23463 (java) S 23459 23446 17808 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24872424 889495552 30134 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23464] ppid=23459 vsize=868648 CPUtime=0
/proc/23460/task/23464/stat : 23464 (java) S 23459 23446 17808 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24872424 889495552 30134 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23465] ppid=23459 vsize=868648 CPUtime=0

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

[pid=23460/tid=23463] ppid=23459 vsize=868760 CPUtime=0
/proc/23460/task/23463/stat : 23463 (java) S 23459 23446 17808 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24872424 889610240 34207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23464] ppid=23459 vsize=868760 CPUtime=0
/proc/23460/task/23464/stat : 23464 (java) S 23459 23446 17808 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24872424 889610240 34207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23465] ppid=23459 vsize=868760 CPUtime=0
/proc/23460/task/23465/stat : 23465 (java) S 23459 23446 17808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24872426 889610240 34207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23466] ppid=23459 vsize=868760 CPUtime=0.29
/proc/23460/task/23466/stat : 23466 (java) S 23459 23446 17808 0 -1 64 1547 0 0 0 29 0 0 0 16 0 9 0 24872426 889610240 34207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23467] ppid=23459 vsize=868760 CPUtime=0
/proc/23460/task/23467/stat : 23467 (java) S 23459 23446 17808 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24872426 889610240 34207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23468] ppid=23459 vsize=868760 CPUtime=0
/proc/23460/task/23468/stat : 23468 (java) S 23459 23446 17808 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24872426 889610240 34207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.55
Current children cumulated vsize (KiB) 890984

[startup+222.307 s]
/proc/loadavg: 2.31 2.30 2.30 3/94 23468
/proc/meminfo: memFree=15808/2055920 swapFree=4192812/4192956
[pid=23446] ppid=23444 vsize=16868 CPUtime=1.66
/proc/23446/stat : 23446 (sugar) S 23444 23446 17808 0 -1 4194304 1304 13290 6 1 5 2 151 8 16 0 1 0 24872233 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23446/statm: 4217 1111 409 3 0 796 0
[pid=23459] ppid=23446 vsize=5356 CPUtime=0
/proc/23459/stat : 23459 (sh) S 23446 23446 17808 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24872422 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23459/statm: 1339 233 193 169 0 50 0
[pid=23460] ppid=23459 vsize=868760 CPUtime=216.1
/proc/23460/stat : 23460 (java) S 23459 23446 17808 0 -1 0 47482 0 2 0 20562 1048 0 0 18 0 9 0 24872422 889610240 34207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23460/statm: 217190 34207 2593 9 0 211667 0
[pid=23460/tid=23461] ppid=23459 vsize=868760 CPUtime=209.18
/proc/23460/task/23461/stat : 23461 (java) R 23459 23446 17808 0 -1 64 8387 0 2 0 19916 1002 0 0 25 0 9 0 24872423 889610240 34207 996147200 134512640 134550932 4294955936 18446744073709551615 4127068544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23460/tid=23462] ppid=23459 vsize=868760 CPUtime=6.6
/proc/23460/task/23462/stat : 23462 (java) S 23459 23446 17808 0 -1 64 36846 0 0 0 617 43 0 0 16 0 9 0 24872424 889610240 34207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23460/tid=23463] ppid=23459 vsize=868760 CPUtime=0
/proc/23460/task/23463/stat : 23463 (java) S 23459 23446 17808 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24872424 889610240 34207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23464] ppid=23459 vsize=868760 CPUtime=0
/proc/23460/task/23464/stat : 23464 (java) S 23459 23446 17808 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24872424 889610240 34207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23465] ppid=23459 vsize=868760 CPUtime=0
/proc/23460/task/23465/stat : 23465 (java) S 23459 23446 17808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24872426 889610240 34207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23466] ppid=23459 vsize=868760 CPUtime=0.29
/proc/23460/task/23466/stat : 23466 (java) S 23459 23446 17808 0 -1 64 1547 0 0 0 29 0 0 0 16 0 9 0 24872426 889610240 34207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23467] ppid=23459 vsize=868760 CPUtime=0
/proc/23460/task/23467/stat : 23467 (java) S 23459 23446 17808 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24872426 889610240 34207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23460/tid=23468] ppid=23459 vsize=868760 CPUtime=0
/proc/23460/task/23468/stat : 23468 (java) S 23459 23446 17808 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24872426 889610240 34207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 217.76
Current children cumulated vsize (KiB) 890984

[startup+282.301 s]
/proc/loadavg: 2.17 2.26 2.28 3/86 23470
/proc/meminfo: memFree=16256/2055920 swapFree=4192812/4192956
[pid=23446] ppid=23444 vsize=16868 CPUtime=224.75
/proc/23446/stat : 23446 (sugar) S 23444 23446 17808 0 -1 4194304 1360 61219 6 4 6 3 21360 1106 16 0 1 0 24872233 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23446/statm: 4217 1114 409 3 0 796 0
[pid=23469] ppid=23446 vsize=5356 CPUtime=0
/proc/23469/stat : 23469 (sh) S 23446 23446 17808 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24895272 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23469/statm: 1339 232 193 169 0 50 0
[pid=23470] ppid=23469 vsize=750860 CPUtime=50.85
/proc/23470/stat : 23470 (picosat) R 23469 23446 17808 0 -1 4194304 178205 0 4 0 2340 2745 0 0 25 0 1 0 24895280 768880640 178195 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/23470/statm: 187715 178195 40 102 0 187610 0
Current children cumulated CPU time (s) 275.6
Current children cumulated vsize (KiB) 773084



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+286.501 s]
/proc/loadavg: 2.15 2.26 2.28 3/86 23470
/proc/meminfo: memFree=15808/2055920 swapFree=4192812/4192956
[pid=23446] ppid=23444 vsize=16868 CPUtime=224.75
/proc/23446/stat : 23446 (sugar) S 23444 23446 17808 0 -1 4194304 1371 61219 6 4 6 3 21360 1106 16 0 1 0 24872233 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23446/statm: 4217 1114 409 3 0 796 0
[pid=23469] ppid=23446 vsize=5356 CPUtime=0
/proc/23469/stat : 23469 (sh) S 23446 23446 17808 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24895272 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23469/statm: 1339 232 193 169 0 50 0
[pid=23470] ppid=23469 vsize=918876 CPUtime=54.98
/proc/23470/stat : 23470 (picosat) R 23469 23446 17808 0 -1 4195840 192536 0 5 0 2531 2967 0 0 25 0 1 0 24895280 940929024 192527 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 0 0 0 17 0 0 0
/proc/23470/statm: 229719 192527 41 102 0 229614 0
Current children cumulated CPU time (s) 279.73
Current children cumulated vsize (KiB) 941100

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

############
# WARNING:
# current cumulated CPU time (224.75 s) is less than in the last sample (280.08 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (55.33 s) to the 'lost time'.

[startup+287.003 s]
/proc/loadavg: 2.15 2.26 2.28 3/86 23470
/proc/meminfo: memFree=15808/2055920 swapFree=4192812/4192956
[pid=23446] ppid=23444 vsize=16868 CPUtime=224.75
/proc/23446/stat : 23446 (sugar) S 23444 23446 17808 0 -1 4194304 1393 61219 6 4 6 3 21360 1106 15 0 1 0 24872233 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23446/statm: 4217 1114 409 3 0 796 0
[pid=23469] ppid=23446 vsize=0 CPUtime=0
/proc/23469/stat : 23469 (sh) Z 23446 23446 17808 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24895272 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23469/statm: 0 0 0 0 0 0 0
[pid=23470] ppid=1 vsize=918876 CPUtime=55.33
/proc/23470/stat : 23470 (picosat) D 1 23446 17808 0 -1 4195840 192536 0 5 0 2531 3002 0 0 25 0 1 0 24895280 940929024 192527 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/23470/statm: 229719 192527 41 102 0 229614 0
Current children cumulated CPU time (s) 280.08
Current children cumulated vsize (KiB) 935744

[startup+287.103 s]
/proc/loadavg: 2.22 2.27 2.28 3/87 23471
/proc/meminfo: memFree=16312/2055920 swapFree=4192812/4192956
[pid=23446] ppid=23444 vsize=16868 CPUtime=224.75
/proc/23446/stat : 23446 (sugar) S 23444 23446 17808 0 -1 4194304 1393 61219 6 4 6 3 21360 1106 15 0 1 0 24872233 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23446/statm: 4217 1114 409 3 0 796 0
[pid=23469] ppid=23446 vsize=0 CPUtime=0
/proc/23469/stat : 23469 (sh) Z 23446 23446 17808 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24895272 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23469/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 224.75
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -23446

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

[startup+287.902 s]
/proc/loadavg: 2.22 2.27 2.28 3/87 23471
/proc/meminfo: memFree=16312/2055920 swapFree=4192812/4192956
[pid=23446] ppid=23444 vsize=16868 CPUtime=224.75
/proc/23446/stat : 23446 (sugar) S 23444 23446 17808 0 -1 4194304 1393 61219 6 4 6 3 21360 1106 15 0 1 0 24872233 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23446/statm: 4217 1114 409 3 0 796 0
[pid=23469] ppid=23446 vsize=0 CPUtime=0
/proc/23469/stat : 23469 (sh) Z 23446 23446 17808 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24895272 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23469/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 224.75
Current children cumulated vsize (KiB) 16868

[startup+288.306 s]
/proc/loadavg: 2.22 2.27 2.28 3/87 23471
/proc/meminfo: memFree=16312/2055920 swapFree=4192812/4192956
[pid=23446] ppid=23444 vsize=16868 CPUtime=224.75
/proc/23446/stat : 23446 (sugar) S 23444 23446 17808 0 -1 4194304 1393 61219 6 4 6 3 21360 1106 15 0 1 0 24872233 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23446/statm: 4217 1114 409 3 0 796 0
[pid=23469] ppid=23446 vsize=0 CPUtime=0
/proc/23469/stat : 23469 (sh) Z 23446 23446 17808 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24895272 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23469/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 224.75
Current children cumulated vsize (KiB) 16868

[startup+288.501 s]
/proc/loadavg: 2.22 2.27 2.28 3/87 23471
/proc/meminfo: memFree=16312/2055920 swapFree=4192812/4192956
[pid=23446] ppid=23444 vsize=16868 CPUtime=224.75
/proc/23446/stat : 23446 (sugar) S 23444 23446 17808 0 -1 4194304 1393 61219 6 4 6 3 21360 1106 15 0 1 0 24872233 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23446/statm: 4217 1114 409 3 0 796 0
[pid=23469] ppid=23446 vsize=0 CPUtime=0
/proc/23469/stat : 23469 (sh) Z 23446 23446 17808 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24895272 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23469/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 224.75
Current children cumulated vsize (KiB) 16868

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 55.33
#  lost CPU user time (s): 25.31
#  lost CPU system time (s): 30.02

Real time (s): 288.544
CPU time (s): 280.1
CPU user time (s): 238.981
CPU system time (s): 41.1193
CPU usage (%): 97.0735
Max. virtual memory (cumulated for all children) (KiB): 941100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 213.671
system time used= 11.0993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62612
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43648
involuntary context switches= 48093

runsolver used 0.400939 second user time and 1.07584 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-12 07:54:57
IDJOB=2083731
IDBENCH=57913
IDSOLVER=738
FILE ID=node71/2083731-1247378096
PBS_JOBID= 9507052
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp25/normalized-fapp25-2230-0.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-2083731-1247378096/watcher-2083731-1247378096 -o /tmp/evaluation-result-2083731-1247378096/solver-2083731-1247378096 -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-2083731-1247378096.xml

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

MD5SUM BENCH= 7d256a84222d0f8032eecede595dc56a
RANDOM SEED=440705475

node71.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.222
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.222
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:       1705336 kB
Buffers:          7828 kB
Cached:          59968 kB
SwapCached:          0 kB
Active:         275352 kB
Inactive:        26164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705336 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3952 kB
Writeback:           0 kB
Mapped:         249396 kB
Slab:            33980 kB
Committed_AS:   895892 kB
PageTables:       2256 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= 64292 MiB
End job on node71 at 2009-07-12 07:59:45