Trace number 1068294

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.13+picosat? (TO) 1800.07 1813.04

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg14-18_ext.xml
MD5SUMca72fd363ec754292e0c02a94b9a6a57
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.54946
Satisfiable
(Un)Satisfiability was proved
Number of variables252
Number of constraints32
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension32
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 08:34:30 2008
0.00/0.04	c 0	PID 21237
0.00/0.05	c 0	HOST node55.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1068294-1215153270.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1068294-1215153270.xml' 'HOME/temp.csp'
0.04/0.50	c 0	1 domains, 252 variables, 0 predicates, 2 relations, 32 constraints
0.04/0.53	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.53	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.49/0.61	c 1	Parsing HOME/temp.csp
0.49/0.83	c 1	parsed 287 expressions
0.49/0.83	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.49/0.83	c 1	Converting to clausal form CSP
0.49/0.85	c 1	converted 29 (10%) expressions
0.49/0.86	c 1	converted 58 (20%) expressions
0.49/0.86	c 1	converted 87 (30%) expressions
0.49/0.86	c 1	converted 115 (40%) expressions
0.49/0.86	c 1	converted 144 (50%) expressions
0.49/0.86	c 1	converted 173 (60%) expressions
0.49/0.86	c 1	converted 201 (70%) expressions
0.49/0.86	c 1	converted 230 (80%) expressions
1.62/1.76	c 2	converted 259 (90%) expressions
5.10/5.27	c 5	converted 287 (100%) expressions
5.10/5.27	c 5	CSP : 252 integers, 0 booleans, 32 clauses, largest domain size 26
5.10/5.27	c 5	Heap : 154 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.10/5.27	c 5	Propagation in CSP
5.10/5.27	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.10/5.27	c 5	CSP : 252 integers, 0 booleans, 32 clauses, largest domain size 26
5.10/5.27	c 5	Heap : 154 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.10/5.27	c 5	Simplifing CSP by introducing new Boolean variables
5.10/5.27	c 5	CSP : 252 integers, 0 booleans, 32 clauses, largest domain size 26
5.10/5.27	c 5	Heap : 154 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.08/6.24	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.08/6.26	c 6	26 (10%) CSP integer variables are encoded (624 clauses, 6720 bytes)
6.08/6.26	c 6	51 (20%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
6.08/6.26	c 6	76 (30%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
6.08/6.26	c 6	101 (40%) CSP integer variables are encoded (2424 clauses, 29449 bytes)
6.08/6.27	c 6	126 (50%) CSP integer variables are encoded (3024 clauses, 37249 bytes)
6.08/6.27	c 6	152 (60%) CSP integer variables are encoded (3648 clauses, 45361 bytes)
6.08/6.27	c 6	177 (70%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
6.08/6.27	c 6	202 (80%) CSP integer variables are encoded (4848 clauses, 60961 bytes)
6.08/6.27	c 6	227 (90%) CSP integer variables are encoded (5448 clauses, 68761 bytes)
6.08/6.27	c 6	252 (100%) CSP integer variables are encoded (6048 clauses, 76561 bytes)
368.47/372.10	c 372	4 (10%) CSP clauses are encoded (601168 clauses, 54998028 bytes)
652.62/659.05	c 659	7 (20%) CSP clauses are encoded (1047508 clauses, 97999590 bytes)
930.11/939.22	c 939	10 (30%) CSP clauses are encoded (1493848 clauses, 141001152 bytes)
1209.26/1221.07	c 1221	13 (40%) CSP clauses are encoded (1940188 clauses, 184002714 bytes)
1490.72/1502.61	c 1503	16 (50%) CSP clauses are encoded (2386528 clauses, 227004276 bytes)
1678.50/1690.55	c 1690	20 (60%) CSP clauses are encoded (2729558 clauses, 259769031 bytes)
1685.80/1697.89	c 1698	23 (70%) CSP clauses are encoded (2797763 clauses, 267422620 bytes)
1693.18/1705.30	c 1705	26 (80%) CSP clauses are encoded (2865968 clauses, 275248546 bytes)
1700.58/1712.67	c 1713	29 (90%) CSP clauses are encoded (2934173 clauses, 283074472 bytes)
1707.96/1720.08	c 1720	32 (100%) CSP clauses are encoded (3002378 clauses, 290900398 bytes)
1707.96/1720.08	c 1720	32 CSP clauses encoded
1707.96/1720.08	c 1720	Writing map file : HOME/temp.map
1707.96/1720.08	c 1720	Heap : 266 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1707.96/1720.09	c 1720	SAT : 6300 SAT variables, 3002378 SAT clauses, 290900398 bytes
1707.96/1720.09	c 1720	Heap : 266 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1708.06/1720.14	c 1720	SOLVING HOME/temp.cnf
1708.06/1720.14	c 1720	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1813.01	c ERROR INTERRUPTED
1800.07/1813.04	s UNKNOWN
1800.07/1813.04	c 1813	CPU 1705.56 (0.03 0.01 1705.53 2.54)
1800.07/1813.04	c 1813	END Fri Jul  4 09:04:43 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068294-1215153270/watcher-1068294-1215153270 -o /tmp/evaluation-result-1068294-1215153270/solver-1068294-1215153270 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1068294-1215153270.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 21237
/proc/meminfo: memFree=1744184/2055920 swapFree=4180408/4192956
[pid=21237] ppid=21235 vsize=18572 CPUtime=0
/proc/21237/stat : 21237 (runsolver) R 21235 21237 18537 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1544993798 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 248761609511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21237/statm: 4643 292 257 25 0 2626 0

[startup+0.104049 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 21237
/proc/meminfo: memFree=1744184/2055920 swapFree=4180408/4192956
[pid=21237] ppid=21235 vsize=13600 CPUtime=0.04
/proc/21237/stat : 21237 (sugar) S 21235 21237 18537 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1544993798 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21237/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.201064 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 21237
/proc/meminfo: memFree=1744184/2055920 swapFree=4180408/4192956
[pid=21237] ppid=21235 vsize=13600 CPUtime=0.04
/proc/21237/stat : 21237 (sugar) S 21235 21237 18537 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1544993798 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21237/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301079 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 21237
/proc/meminfo: memFree=1744184/2055920 swapFree=4180408/4192956
[pid=21237] ppid=21235 vsize=13600 CPUtime=0.04
/proc/21237/stat : 21237 (sugar) S 21235 21237 18537 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1544993798 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21237/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701153 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 21237
/proc/meminfo: memFree=1744184/2055920 swapFree=4180408/4192956
[pid=21237] ppid=21235 vsize=13600 CPUtime=0.49
/proc/21237/stat : 21237 (sugar) S 21235 21237 18537 0 -1 4194304 973 6693 0 1 3 1 41 4 16 0 1 0 1544993798 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21237/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13600

[startup+1.50229 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 21259
/proc/meminfo: memFree=1725088/2055920 swapFree=4180408/4192956
[pid=21237] ppid=21235 vsize=13600 CPUtime=0.49
/proc/21237/stat : 21237 (sugar) S 21235 21237 18537 0 -1 4194304 973 6693 0 1 3 1 41 4 15 0 1 0 1544993798 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21237/statm: 3400 797 370 3 0 500 0
[pid=21250] ppid=21237 vsize=5356 CPUtime=0
/proc/21250/stat : 21250 (sh) S 21237 21237 18537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544993851 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21250/statm: 1339 233 193 169 0 50 0
[pid=21251] ppid=21250 vsize=864428 CPUtime=0.94
/proc/21251/stat : 21251 (java) S 21250 21237 18537 0 -1 0 10458 0 1 0 88 6 0 0 18 0 9 0 1544993852 885174272 9574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21251/statm: 216107 9574 2540 9 0 210682 0
[pid=21251/tid=21252] ppid=21250 vsize=864428 CPUtime=0.39
/proc/21251/task/21252/stat : 21252 (java) R 21250 21237 18537 0 -1 64 2747 0 1 0 38 1 0 0 22 0 9 0 1544993852 885174272 9574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21253] ppid=21250 vsize=864428 CPUtime=0.47
/proc/21251/task/21253/stat : 21253 (java) R 21250 21237 18537 0 -1 64 6684 0 0 0 44 3 0 0 17 0 9 0 1544993854 885174272 9574 996147200 134512640 134550740 4294955952 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21254] ppid=21250 vsize=864428 CPUtime=0
/proc/21251/task/21254/stat : 21254 (java) S 21250 21237 18537 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544993854 885174272 9574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21255] ppid=21250 vsize=864428 CPUtime=0
/proc/21251/task/21255/stat : 21255 (java) S 21250 21237 18537 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1544993854 885174272 9574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21256] ppid=21250 vsize=864428 CPUtime=0
/proc/21251/task/21256/stat : 21256 (java) S 21250 21237 18537 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1544993856 885174272 9574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21257] ppid=21250 vsize=864428 CPUtime=0.06
/proc/21251/task/21257/stat : 21257 (java) S 21250 21237 18537 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 1544993856 885174272 9574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21258] ppid=21250 vsize=864428 CPUtime=0
/proc/21251/task/21258/stat : 21258 (java) S 21250 21237 18537 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1544993856 885174272 9574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21259] ppid=21250 vsize=864428 CPUtime=0
/proc/21251/task/21259/stat : 21259 (java) S 21250 21237 18537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544993856 885174272 9574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883384

[startup+3.10257 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 21259
/proc/meminfo: memFree=1688160/2055920 swapFree=4180408/4192956
[pid=21237] ppid=21235 vsize=13600 CPUtime=0.49
/proc/21237/stat : 21237 (sugar) S 21235 21237 18537 0 -1 4194304 973 6693 0 1 3 1 41 4 16 0 1 0 1544993798 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21237/statm: 3400 797 370 3 0 500 0
[pid=21250] ppid=21237 vsize=5356 CPUtime=0
/proc/21250/stat : 21250 (sh) S 21237 21237 18537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544993851 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21250/statm: 1339 233 193 169 0 50 0
[pid=21251] ppid=21250 vsize=864176 CPUtime=2.52
/proc/21251/stat : 21251 (java) S 21250 21237 18537 0 -1 0 24480 0 1 0 241 11 0 0 18 0 9 0 1544993852 884916224 23339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21251/statm: 216044 23339 2540 9 0 210619 0
[pid=21251/tid=21252] ppid=21250 vsize=864176 CPUtime=0.88
/proc/21251/task/21252/stat : 21252 (java) R 21250 21237 18537 0 -1 64 3617 0 1 0 86 2 0 0 25 0 9 0 1544993852 884916224 23339 996147200 134512640 134550740 4294955952 18446744073709551615 101444353 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21253] ppid=21250 vsize=864176 CPUtime=1.56
/proc/21251/task/21253/stat : 21253 (java) S 21250 21237 18537 0 -1 64 19836 0 0 0 148 8 0 0 17 0 9 0 1544993854 884916224 23339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21254] ppid=21250 vsize=864176 CPUtime=0
/proc/21251/task/21254/stat : 21254 (java) S 21250 21237 18537 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544993854 884916224 23339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21255] ppid=21250 vsize=864176 CPUtime=0
/proc/21251/task/21255/stat : 21255 (java) S 21250 21237 18537 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1544993854 884916224 23339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21256] ppid=21250 vsize=864176 CPUtime=0
/proc/21251/task/21256/stat : 21256 (java) S 21250 21237 18537 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1544993856 884916224 23339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21257] ppid=21250 vsize=864176 CPUtime=0.06
/proc/21251/task/21257/stat : 21257 (java) S 21250 21237 18537 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 1544993856 884916224 23339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21258] ppid=21250 vsize=864176 CPUtime=0
/proc/21251/task/21258/stat : 21258 (java) S 21250 21237 18537 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1544993856 884916224 23339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21259] ppid=21250 vsize=864176 CPUtime=0
/proc/21251/task/21259/stat : 21259 (java) S 21250 21237 18537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544993856 884916224 23339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883132

[startup+6.30212 s]
/proc/loadavg: 2.01 2.00 2.00 4/92 21259
/proc/meminfo: memFree=1562080/2055920 swapFree=4180408/4192956
[pid=21237] ppid=21235 vsize=13600 CPUtime=0.49
/proc/21237/stat : 21237 (sugar) S 21235 21237 18537 0 -1 4194304 974 6693 0 1 3 1 41 4 16 0 1 0 1544993798 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21237/statm: 3400 797 370 3 0 500 0
[pid=21250] ppid=21237 vsize=5356 CPUtime=0
/proc/21250/stat : 21250 (sh) S 21237 21237 18537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544993851 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21250/statm: 1339 233 193 169 0 50 0
[pid=21251] ppid=21250 vsize=864288 CPUtime=5.7
/proc/21251/stat : 21251 (java) S 21250 21237 18537 0 -1 0 56171 0 1 0 543 27 0 0 18 0 9 0 1544993852 885030912 44660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21251/statm: 216072 44660 2564 9 0 210619 0
[pid=21251/tid=21252] ppid=21250 vsize=864288 CPUtime=1.63
/proc/21251/task/21252/stat : 21252 (java) R 21250 21237 18537 0 -1 64 4429 0 1 0 160 3 0 0 23 0 9 0 1544993852 885030912 44660 996147200 134512640 134550740 4294955952 18446744073709551615 4126599327 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21253] ppid=21250 vsize=864288 CPUtime=3.97
/proc/21251/task/21253/stat : 21253 (java) S 21250 21237 18537 0 -1 64 50704 0 0 0 374 23 0 0 25 0 9 0 1544993854 885030912 44660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21254] ppid=21250 vsize=864288 CPUtime=0
/proc/21251/task/21254/stat : 21254 (java) S 21250 21237 18537 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544993854 885030912 44660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21255] ppid=21250 vsize=864288 CPUtime=0
/proc/21251/task/21255/stat : 21255 (java) S 21250 21237 18537 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1544993854 885030912 44660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21256] ppid=21250 vsize=864288 CPUtime=0
/proc/21251/task/21256/stat : 21256 (java) S 21250 21237 18537 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1544993856 885030912 44660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21257] ppid=21250 vsize=864288 CPUtime=0.08
/proc/21251/task/21257/stat : 21257 (java) S 21250 21237 18537 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 1544993856 885030912 44660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21258] ppid=21250 vsize=864288 CPUtime=0
/proc/21251/task/21258/stat : 21258 (java) S 21250 21237 18537 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1544993856 885030912 44660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21259] ppid=21250 vsize=864288 CPUtime=0
/proc/21251/task/21259/stat : 21259 (java) S 21250 21237 18537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544993856 885030912 44660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883244

[startup+12.7022 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 21259
/proc/meminfo: memFree=1566624/2055920 swapFree=4180408/4192956
[pid=21237] ppid=21235 vsize=13600 CPUtime=0.49
/proc/21237/stat : 21237 (sugar) S 21235 21237 18537 0 -1 4194304 974 6693 0 1 3 1 41 4 16 0 1 0 1544993798 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21237/statm: 3400 797 370 3 0 500 0
[pid=21250] ppid=21237 vsize=5356 CPUtime=0
/proc/21250/stat : 21250 (sh) S 21237 21237 18537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544993851 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21250/statm: 1339 233 193 169 0 50 0
[pid=21251] ppid=21250 vsize=864288 CPUtime=12.03
/proc/21251/stat : 21251 (java) S 21250 21237 18537 0 -1 0 57594 0 1 0 1176 27 0 0 18 0 9 0 1544993852 885030912 46071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21251/statm: 216072 46071 2564 9 0 210619 0
[pid=21251/tid=21252] ppid=21250 vsize=864288 CPUtime=7.89
/proc/21251/task/21252/stat : 21252 (java) R 21250 21237 18537 0 -1 64 5086 0 1 0 786 3 0 0 25 0 9 0 1544993852 885030912 46071 996147200 134512640 134550740 4294955952 18446744073709551615 4126617472 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21253] ppid=21250 vsize=864288 CPUtime=4.02
/proc/21251/task/21253/stat : 21253 (java) S 21250 21237 18537 0 -1 64 51460 0 0 0 379 23 0 0 16 0 9 0 1544993854 885030912 46071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21254] ppid=21250 vsize=864288 CPUtime=0
/proc/21251/task/21254/stat : 21254 (java) S 21250 21237 18537 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544993854 885030912 46071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21255] ppid=21250 vsize=864288 CPUtime=0
/proc/21251/task/21255/stat : 21255 (java) S 21250 21237 18537 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1544993854 885030912 46071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21256] ppid=21250 vsize=864288 CPUtime=0
/proc/21251/task/21256/stat : 21256 (java) S 21250 21237 18537 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1544993856 885030912 46071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21257] ppid=21250 vsize=864288 CPUtime=0.1
/proc/21251/task/21257/stat : 21257 (java) S 21250 21237 18537 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1544993856 885030912 46071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21258] ppid=21250 vsize=864288 CPUtime=0
/proc/21251/task/21258/stat : 21258 (java) S 21250 21237 18537 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1544993856 885030912 46071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21259] ppid=21250 vsize=864288 CPUtime=0
/proc/21251/task/21259/stat : 21259 (java) S 21250 21237 18537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544993856 885030912 46071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 883244

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 21259
/proc/meminfo: memFree=1562784/2055920 swapFree=4180408/4192956
[pid=21237] ppid=21235 vsize=13600 CPUtime=0.49
/proc/21237/stat : 21237 (sugar) S 21235 21237 18537 0 -1 4194304 974 6693 0 1 3 1 41 4 16 0 1 0 1544993798 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21237/statm: 3400 797 370 3 0 500 0
[pid=21250] ppid=21237 vsize=5356 CPUtime=0
/proc/21250/stat : 21250 (sh) S 21237 21237 18537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544993851 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21250/statm: 1339 233 193 169 0 50 0
[pid=21251] ppid=21250 vsize=864288 CPUtime=24.7
/proc/21251/stat : 21251 (java) S 21250 21237 18537 0 -1 0 58574 0 1 0 2442 28 0 0 18 0 9 0 1544993852 885030912 47045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21251/statm: 216072 47045 2564 9 0 210619 0
[pid=21251/tid=21252] ppid=21250 vsize=864288 CPUtime=20.52
/proc/21251/task/21252/stat : 21252 (java) R 21250 21237 18537 0 -1 64 5092 0 1 0 2049 3 0 0 25 0 9 0 1544993852 885030912 47045 996147200 134512640 134550740 4294955952 18446744073709551615 4126622788 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21253] ppid=21250 vsize=864288 CPUtime=4.07
/proc/21251/task/21253/stat : 21253 (java) S 21250 21237 18537 0 -1 64 52434 0 0 0 383 24 0 0 16 0 9 0 1544993854 885030912 47045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21254] ppid=21250 vsize=864288 CPUtime=0
/proc/21251/task/21254/stat : 21254 (java) S 21250 21237 18537 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544993854 885030912 47045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21255] ppid=21250 vsize=864288 CPUtime=0
/proc/21251/task/21255/stat : 21255 (java) S 21250 21237 18537 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1544993854 885030912 47045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/21237/statm: 3400 797 370 3 0 500 0
[pid=21250] ppid=21237 vsize=5356 CPUtime=0
/proc/21250/stat : 21250 (sh) S 21237 21237 18537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544993851 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21250/statm: 1339 233 193 169 0 50 0
[pid=21251] ppid=21250 vsize=864256 CPUtime=1529.9
/proc/21251/stat : 21251 (java) S 21250 21237 18537 0 -1 0 136431 0 1 0 152787 203 0 0 18 0 9 0 1544993852 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21251/statm: 216064 81283 2564 9 0 210611 0
[pid=21251/tid=21252] ppid=21250 vsize=864256 CPUtime=1515.87
/proc/21251/task/21252/stat : 21252 (java) R 21250 21237 18537 0 -1 64 6121 0 1 0 151448 139 0 0 25 0 9 0 1544993852 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4126617472 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21251/tid=21253] ppid=21250 vsize=864256 CPUtime=13.9
/proc/21251/task/21253/stat : 21253 (java) S 21250 21237 18537 0 -1 64 129254 0 0 0 1327 63 0 0 16 0 9 0 1544993854 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21251/tid=21254] ppid=21250 vsize=864256 CPUtime=0
/proc/21251/task/21254/stat : 21254 (java) S 21250 21237 18537 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544993854 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21255] ppid=21250 vsize=864256 CPUtime=0
/proc/21251/task/21255/stat : 21255 (java) S 21250 21237 18537 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1544993854 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21256] ppid=21250 vsize=864256 CPUtime=0
/proc/21251/task/21256/stat : 21256 (java) S 21250 21237 18537 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1544993856 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21257] ppid=21250 vsize=864256 CPUtime=0.11
/proc/21251/task/21257/stat : 21257 (java) S 21250 21237 18537 0 -1 64 363 0 0 0 11 0 0 0 16 0 9 0 1544993856 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21258] ppid=21250 vsize=864256 CPUtime=0
/proc/21251/task/21258/stat : 21258 (java) S 21250 21237 18537 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1544993856 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21259] ppid=21250 vsize=864256 CPUtime=0
/proc/21251/task/21259/stat : 21259 (java) S 21250 21237 18537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544993856 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.39
Current children cumulated vsize (KiB) 883212

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 21315
/proc/meminfo: memFree=1048472/2055920 swapFree=4180408/4192956
[pid=21237] ppid=21235 vsize=13600 CPUtime=0.49
/proc/21237/stat : 21237 (sugar) S 21235 21237 18537 0 -1 4194304 974 6693 0 1 3 1 41 4 16 0 1 0 1544993798 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21237/statm: 3400 797 370 3 0 500 0
[pid=21250] ppid=21237 vsize=5356 CPUtime=0
/proc/21250/stat : 21250 (sh) S 21237 21237 18537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544993851 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21250/statm: 1339 233 193 169 0 50 0
[pid=21251] ppid=21250 vsize=864256 CPUtime=1589.85
/proc/21251/stat : 21251 (java) S 21250 21237 18537 0 -1 0 136479 0 1 0 158774 211 0 0 18 0 9 0 1544993852 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21251/statm: 216064 81283 2564 9 0 210611 0
[pid=21251/tid=21252] ppid=21250 vsize=864256 CPUtime=1575.57
/proc/21251/task/21252/stat : 21252 (java) R 21250 21237 18537 0 -1 64 6169 0 1 0 157411 146 0 0 25 0 9 0 1544993852 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4126617525 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21251/tid=21253] ppid=21250 vsize=864256 CPUtime=14.14
/proc/21251/task/21253/stat : 21253 (java) S 21250 21237 18537 0 -1 64 129254 0 0 0 1351 63 0 0 16 0 9 0 1544993854 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21251/tid=21254] ppid=21250 vsize=864256 CPUtime=0
/proc/21251/task/21254/stat : 21254 (java) S 21250 21237 18537 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544993854 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21255] ppid=21250 vsize=864256 CPUtime=0
/proc/21251/task/21255/stat : 21255 (java) S 21250 21237 18537 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1544993854 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21256] ppid=21250 vsize=864256 CPUtime=0
/proc/21251/task/21256/stat : 21256 (java) S 21250 21237 18537 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1544993856 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21257] ppid=21250 vsize=864256 CPUtime=0.11
/proc/21251/task/21257/stat : 21257 (java) S 21250 21237 18537 0 -1 64 363 0 0 0 11 0 0 0 16 0 9 0 1544993856 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21258] ppid=21250 vsize=864256 CPUtime=0
/proc/21251/task/21258/stat : 21258 (java) S 21250 21237 18537 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1544993856 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21259] ppid=21250 vsize=864256 CPUtime=0
/proc/21251/task/21259/stat : 21259 (java) S 21250 21237 18537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544993856 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.34
Current children cumulated vsize (KiB) 883212

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 21315
/proc/meminfo: memFree=1046040/2055920 swapFree=4180408/4192956
[pid=21237] ppid=21235 vsize=13600 CPUtime=0.49
/proc/21237/stat : 21237 (sugar) S 21235 21237 18537 0 -1 4194304 974 6693 0 1 3 1 41 4 16 0 1 0 1544993798 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21237/statm: 3400 797 370 3 0 500 0
[pid=21250] ppid=21237 vsize=5356 CPUtime=0
/proc/21250/stat : 21250 (sh) S 21237 21237 18537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544993851 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21250/statm: 1339 233 193 169 0 50 0
[pid=21251] ppid=21250 vsize=864256 CPUtime=1649.83
/proc/21251/stat : 21251 (java) S 21250 21237 18537 0 -1 0 136504 0 1 0 164771 212 0 0 18 0 9 0 1544993852 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21251/statm: 216064 81283 2564 9 0 210611 0
[pid=21251/tid=21252] ppid=21250 vsize=864256 CPUtime=1635.32
/proc/21251/task/21252/stat : 21252 (java) R 21250 21237 18537 0 -1 64 6194 0 1 0 163385 147 0 0 25 0 9 0 1544993852 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4126622788 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21251/tid=21253] ppid=21250 vsize=864256 CPUtime=14.38
/proc/21251/task/21253/stat : 21253 (java) S 21250 21237 18537 0 -1 64 129254 0 0 0 1374 64 0 0 16 0 9 0 1544993854 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21251/tid=21254] ppid=21250 vsize=864256 CPUtime=0
/proc/21251/task/21254/stat : 21254 (java) S 21250 21237 18537 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544993854 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21255] ppid=21250 vsize=864256 CPUtime=0
/proc/21251/task/21255/stat : 21255 (java) S 21250 21237 18537 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1544993854 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21256] ppid=21250 vsize=864256 CPUtime=0
/proc/21251/task/21256/stat : 21256 (java) S 21250 21237 18537 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1544993856 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21257] ppid=21250 vsize=864256 CPUtime=0.11
/proc/21251/task/21257/stat : 21257 (java) S 21250 21237 18537 0 -1 64 363 0 0 0 11 0 0 0 16 0 9 0 1544993856 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21258] ppid=21250 vsize=864256 CPUtime=0
/proc/21251/task/21258/stat : 21258 (java) S 21250 21237 18537 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1544993856 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21251/tid=21259] ppid=21250 vsize=864256 CPUtime=0
/proc/21251/task/21259/stat : 21259 (java) S 21250 21237 18537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544993856 884998144 81283 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.32
Current children cumulated vsize (KiB) 883212

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21317
/proc/meminfo: memFree=1308440/2055920 swapFree=4180408/4192956
[pid=21237] ppid=21235 vsize=13600 CPUtime=1708.11
/proc/21237/stat : 21237 (sugar) S 21235 21237 18537 0 -1 4194304 1022 143676 0 2 3 1 170553 254 17 0 1 0 1544993798 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21237/statm: 3400 799 370 3 0 500 0
[pid=21316] ppid=21237 vsize=5356 CPUtime=0
/proc/21316/stat : 21316 (sh) S 21237 21237 18537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545165812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21316/statm: 1339 232 193 169 0 50 0
[pid=21317] ppid=21316 vsize=5500 CPUtime=2.13
/proc/21317/stat : 21317 (picosat) R 21316 21237 18537 0 -1 4194304 1290 0 0 0 104 109 0 0 25 0 1 0 1545165813 5632000 1276 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21317/statm: 1375 1276 40 102 0 1270 0
Current children cumulated CPU time (s) 1710.24
Current children cumulated vsize (KiB) 24456

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21317
/proc/meminfo: memFree=1172248/2055920 swapFree=4180408/4192956
[pid=21237] ppid=21235 vsize=13600 CPUtime=1708.11
/proc/21237/stat : 21237 (sugar) S 21235 21237 18537 0 -1 4194304 1022 143676 0 2 3 1 170553 254 17 0 1 0 1544993798 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21237/statm: 3400 799 370 3 0 500 0
[pid=21316] ppid=21237 vsize=5356 CPUtime=0
/proc/21316/stat : 21316 (sh) S 21237 21237 18537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545165812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21316/statm: 1339 232 193 169 0 50 0
[pid=21317] ppid=21316 vsize=129728 CPUtime=61.55
/proc/21317/stat : 21317 (picosat) R 21316 21237 18537 0 -1 4194304 31647 0 0 0 2958 3197 0 0 25 0 1 0 1545165813 132841472 31633 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21317/statm: 32432 31633 40 102 0 32327 0
Current children cumulated CPU time (s) 1769.66
Current children cumulated vsize (KiB) 148684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21317
/proc/meminfo: memFree=1102552/2055920 swapFree=4180408/4192956
[pid=21237] ppid=21235 vsize=13600 CPUtime=1708.11
/proc/21237/stat : 21237 (sugar) S 21235 21237 18537 0 -1 4194304 1022 143676 0 2 3 1 170553 254 17 0 1 0 1544993798 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21237/statm: 3400 799 370 3 0 500 0
[pid=21316] ppid=21237 vsize=5356 CPUtime=0
/proc/21316/stat : 21316 (sh) S 21237 21237 18537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545165812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21316/statm: 1339 232 193 169 0 50 0
[pid=21317] ppid=21316 vsize=188996 CPUtime=91.96
/proc/21317/stat : 21317 (picosat) R 21316 21237 18537 0 -1 4194304 47117 0 0 0 4419 4777 0 0 25 0 1 0 1545165813 193531904 47103 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21317/statm: 47249 47103 40 102 0 47144 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 207952

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

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

[startup+1813 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21317
/proc/meminfo: memFree=1102552/2055920 swapFree=4180408/4192956
[pid=21237] ppid=21235 vsize=13600 CPUtime=1708.11
/proc/21237/stat : 21237 (sugar) S 21235 21237 18537 0 -1 4194304 1022 143676 0 2 3 1 170553 254 17 0 1 0 1544993798 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21237/statm: 3400 799 370 3 0 500 0
[pid=21316] ppid=21237 vsize=5356 CPUtime=0
/proc/21316/stat : 21316 (sh) S 21237 21237 18537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545165812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21316/statm: 1339 232 193 169 0 50 0
[pid=21317] ppid=21316 vsize=188996 CPUtime=91.96
/proc/21317/stat : 21317 (picosat) R 21316 21237 18537 0 -1 4194304 47117 0 0 0 4419 4777 0 0 25 0 1 0 1545165813 193531904 47103 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21317/statm: 47249 47103 40 102 0 47144 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 207952

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21237 and gives
#  childrusage.ru_utime.tv_sec=1705
#  childrusage.ru_utime.tv_usec=572713
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=559610
# CPU time returned by wait4() is 1708.13
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.04
CPU time (s): 1800.07
CPU user time (s): 1749.75
CPU system time (s): 50.32
CPU usage (%): 99.2845
Max. virtual memory (cumulated for all children) (KiB): 905704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1705.57
system time used= 2.55961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145053
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= 45157
involuntary context switches= 71246

runsolver used 2.29465 second user time and 6.01708 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-04 08:34:30
IDJOB=1068294
IDBENCH=55508
IDSOLVER=345
FILE ID=node55/1068294-1215153270
PBS_JOBID= 7877340
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg14-18_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068294-1215153270/watcher-1068294-1215153270 -o /tmp/evaluation-result-1068294-1215153270/solver-1068294-1215153270 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1068294-1215153270.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ca72fd363ec754292e0c02a94b9a6a57
RANDOM SEED=1647928965

node55.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.261
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.261
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:       1744728 kB
Buffers:         45784 kB
Cached:         152160 kB
SwapCached:       6804 kB
Active:         171628 kB
Inactive:        85972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1744728 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          73164 kB
Slab:            38728 kB
Committed_AS:  3741900 kB
PageTables:       1908 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= 66532 MiB
End job on node55 at 2008-07-04 09:04:45