Trace number 1068939

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+minisat? (TO) 1800.14 1816.43

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg14-15_ext.xml
MD5SUMaca7198b8bad2de4793a977967afcafb
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 benchmark29.2046
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints29
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension29
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 09:51:07 2008
0.00/0.05	c 0	PID 27596
0.00/0.05	c 0	HOST node9.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1068939-1215157866.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-1068939-1215157866.xml' 'HOME/temp.csp'
0.04/0.66	c 0	1 domains, 210 variables, 0 predicates, 2 relations, 29 constraints
0.04/0.68	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.68	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.63/0.76	c 0	Parsing HOME/temp.csp
0.93/1.02	c 1	parsed 242 expressions
0.93/1.03	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.93/1.03	c 1	Converting to clausal form CSP
0.93/1.05	c 1	converted 25 (10%) expressions
0.93/1.05	c 1	converted 49 (20%) expressions
0.93/1.05	c 1	converted 73 (30%) expressions
0.93/1.05	c 1	converted 97 (40%) expressions
0.93/1.05	c 1	converted 121 (50%) expressions
0.93/1.05	c 1	converted 146 (60%) expressions
0.93/1.05	c 1	converted 170 (70%) expressions
0.93/1.05	c 1	converted 194 (80%) expressions
2.21/2.34	c 2	converted 218 (90%) expressions
5.97/6.19	c 6	converted 242 (100%) expressions
5.97/6.19	c 6	CSP : 210 integers, 0 booleans, 29 clauses, largest domain size 26
5.97/6.19	c 6	Heap : 184 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.97/6.19	c 6	Propagation in CSP
5.97/6.19	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.97/6.19	c 6	CSP : 210 integers, 0 booleans, 29 clauses, largest domain size 26
5.97/6.19	c 6	Heap : 184 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.97/6.19	c 6	Simplifing CSP by introducing new Boolean variables
5.97/6.19	c 6	CSP : 210 integers, 0 booleans, 29 clauses, largest domain size 26
5.97/6.19	c 6	Heap : 184 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.16/7.37	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.16/7.39	c 7	21 (10%) CSP integer variables are encoded (504 clauses, 5400 bytes)
7.16/7.39	c 7	42 (20%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
7.16/7.39	c 7	63 (30%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
7.16/7.39	c 7	84 (40%) CSP integer variables are encoded (2016 clauses, 24145 bytes)
7.16/7.40	c 7	105 (50%) CSP integer variables are encoded (2520 clauses, 30697 bytes)
7.16/7.40	c 7	126 (60%) CSP integer variables are encoded (3024 clauses, 37249 bytes)
7.25/7.40	c 7	147 (70%) CSP integer variables are encoded (3528 clauses, 43801 bytes)
7.25/7.40	c 7	168 (80%) CSP integer variables are encoded (4032 clauses, 50353 bytes)
7.25/7.40	c 7	189 (90%) CSP integer variables are encoded (4536 clauses, 56905 bytes)
7.25/7.40	c 7	210 (100%) CSP integer variables are encoded (5040 clauses, 63457 bytes)
295.08/298.36	c 298	3 (10%) CSP clauses are encoded (451380 clauses, 41221779 bytes)
589.12/595.54	c 595	6 (20%) CSP clauses are encoded (897720 clauses, 83081860 bytes)
891.98/901.69	c 901	9 (30%) CSP clauses are encoded (1344060 clauses, 125229712 bytes)
1194.37/1207.26	c 1207	12 (40%) CSP clauses are encoded (1790400 clauses, 167948336 bytes)
1480.24/1495.02	c 1495	15 (50%) CSP clauses are encoded (2236740 clauses, 210949898 bytes)
1607.04/1622.42	c 1622	18 (60%) CSP clauses are encoded (2530158 clauses, 235491915 bytes)
1732.45/1748.43	c 1748	21 (70%) CSP clauses are encoded (2823576 clauses, 266070699 bytes)
1800.02/1816.32	c ERROR INTERRUPTED
1800.14/1816.42	s UNKNOWN
1800.14/1816.42	c 1816	CPU 0.58 (0.03 0.01 0.55 0.06)
1800.14/1816.42	c 1816	END Fri Jul  4 10:21:23 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-1068939-1215157866/watcher-1068939-1215157866 -o /tmp/evaluation-result-1068939-1215157866/solver-1068939-1215157866 -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/minisat -tmp=HOME/temp HOME/instance-1068939-1215157866.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.91 1.95 1.98 4/80 27596
/proc/meminfo: memFree=1696808/2055920 swapFree=4114036/4192956
[pid=27596] ppid=27594 vsize=18572 CPUtime=0
/proc/27596/stat : 27596 (runsolver) R 27594 27596 27559 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 1545462892 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27596/statm: 4643 292 257 25 0 2626 0

[startup+0.054192 s]
/proc/loadavg: 1.91 1.95 1.98 4/80 27596
/proc/meminfo: memFree=1696808/2055920 swapFree=4114036/4192956
[pid=27596] ppid=27594 vsize=13600 CPUtime=0.04
/proc/27596/stat : 27596 (sugar) S 27594 27596 27559 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1545462892 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27596/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.10135 s]
/proc/loadavg: 1.91 1.95 1.98 4/80 27596
/proc/meminfo: memFree=1696808/2055920 swapFree=4114036/4192956
[pid=27596] ppid=27594 vsize=13600 CPUtime=0.04
/proc/27596/stat : 27596 (sugar) S 27594 27596 27559 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1545462892 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27596/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301387 s]
/proc/loadavg: 1.91 1.95 1.98 4/80 27596
/proc/meminfo: memFree=1696808/2055920 swapFree=4114036/4192956
[pid=27596] ppid=27594 vsize=13600 CPUtime=0.04
/proc/27596/stat : 27596 (sugar) S 27594 27596 27559 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1545462892 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27596/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702468 s]
/proc/loadavg: 1.91 1.95 1.98 4/80 27596
/proc/meminfo: memFree=1696808/2055920 swapFree=4114036/4192956
[pid=27596] ppid=27594 vsize=13600 CPUtime=0.63
/proc/27596/stat : 27596 (sugar) S 27594 27596 27559 0 -1 4194304 956 7046 0 1 3 1 54 5 16 0 1 0 1545462892 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27596/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 13600

[startup+1.50162 s]
/proc/loadavg: 1.91 1.95 1.98 5/91 27618
/proc/meminfo: memFree=1685456/2055920 swapFree=4114036/4192956
[pid=27596] ppid=27594 vsize=13600 CPUtime=0.63
/proc/27596/stat : 27596 (sugar) S 27594 27596 27559 0 -1 4194304 973 7046 0 1 3 1 54 5 15 0 1 0 1545462892 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27596/statm: 3400 797 370 3 0 500 0
[pid=27609] ppid=27596 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27596 27596 27559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545462961 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 233 193 169 0 50 0
[pid=27610] ppid=27609 vsize=864188 CPUtime=0.79
/proc/27610/stat : 27610 (java) S 27609 27596 27559 0 -1 0 9598 0 1 0 74 5 0 0 18 0 9 0 1545462961 884928512 8739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 216047 8739 2540 9 0 210622 0
[pid=27610/tid=27611] ppid=27609 vsize=864188 CPUtime=0.38
/proc/27610/task/27611/stat : 27611 (java) R 27609 27596 27559 0 -1 64 2743 0 1 0 37 1 0 0 22 0 9 0 1545462962 884928512 8739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27612] ppid=27609 vsize=864188 CPUtime=0.32
/proc/27610/task/27612/stat : 27612 (java) R 27609 27596 27559 0 -1 64 5829 0 0 0 30 2 0 0 16 0 9 0 1545462963 884928512 8739 996147200 134512640 134550740 4294955952 18446744073709551615 104185911 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27613] ppid=27609 vsize=864188 CPUtime=0
/proc/27610/task/27613/stat : 27613 (java) S 27609 27596 27559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545462963 884928512 8739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27614] ppid=27609 vsize=864188 CPUtime=0
/proc/27610/task/27614/stat : 27614 (java) S 27609 27596 27559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1545462963 884928512 8739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27615] ppid=27609 vsize=864188 CPUtime=0
/proc/27610/task/27615/stat : 27615 (java) S 27609 27596 27559 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1545462965 884928512 8739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27616] ppid=27609 vsize=864188 CPUtime=0.06
/proc/27610/task/27616/stat : 27616 (java) S 27609 27596 27559 0 -1 64 333 0 0 0 6 0 0 0 16 0 9 0 1545462965 884928512 8739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27617] ppid=27609 vsize=864188 CPUtime=0
/proc/27610/task/27617/stat : 27617 (java) S 27609 27596 27559 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545462965 884928512 8739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27618] ppid=27609 vsize=864188 CPUtime=0
/proc/27610/task/27618/stat : 27618 (java) S 27609 27596 27559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545462965 884928512 8739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883144

[startup+3.10293 s]
/proc/loadavg: 1.91 1.95 1.98 4/91 27618
/proc/meminfo: memFree=1649936/2055920 swapFree=4114036/4192956
[pid=27596] ppid=27594 vsize=13600 CPUtime=0.63
/proc/27596/stat : 27596 (sugar) S 27594 27596 27559 0 -1 4194304 973 7046 0 1 3 1 54 5 16 0 1 0 1545462892 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27596/statm: 3400 797 370 3 0 500 0
[pid=27609] ppid=27596 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27596 27596 27559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545462961 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 233 193 169 0 50 0
[pid=27610] ppid=27609 vsize=864188 CPUtime=2.38
/proc/27610/stat : 27610 (java) S 27609 27596 27559 0 -1 0 21714 0 1 0 226 12 0 0 18 0 9 0 1545462961 884928512 20574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 216047 20574 2540 9 0 210622 0
[pid=27610/tid=27611] ppid=27609 vsize=864188 CPUtime=0.81
/proc/27610/task/27611/stat : 27611 (java) R 27609 27596 27559 0 -1 64 3372 0 1 0 79 2 0 0 22 0 9 0 1545462962 884928512 20574 996147200 134512640 134550740 4294955952 18446744073709551615 4126549048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27612] ppid=27609 vsize=864188 CPUtime=1.47
/proc/27610/task/27612/stat : 27612 (java) S 27609 27596 27559 0 -1 64 17316 0 0 0 139 8 0 0 19 0 9 0 1545462963 884928512 20574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27613] ppid=27609 vsize=864188 CPUtime=0
/proc/27610/task/27613/stat : 27613 (java) S 27609 27596 27559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545462963 884928512 20574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27614] ppid=27609 vsize=864188 CPUtime=0
/proc/27610/task/27614/stat : 27614 (java) S 27609 27596 27559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1545462963 884928512 20574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27615] ppid=27609 vsize=864188 CPUtime=0
/proc/27610/task/27615/stat : 27615 (java) S 27609 27596 27559 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1545462965 884928512 20574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27616] ppid=27609 vsize=864188 CPUtime=0.06
/proc/27610/task/27616/stat : 27616 (java) S 27609 27596 27559 0 -1 64 333 0 0 0 6 0 0 0 16 0 9 0 1545462965 884928512 20574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27617] ppid=27609 vsize=864188 CPUtime=0
/proc/27610/task/27617/stat : 27617 (java) S 27609 27596 27559 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545462965 884928512 20574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27618] ppid=27609 vsize=864188 CPUtime=0
/proc/27610/task/27618/stat : 27618 (java) S 27609 27596 27559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545462965 884928512 20574 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) 883144

[startup+6.30255 s]
/proc/loadavg: 2.08 1.99 1.99 3/91 27618
/proc/meminfo: memFree=1539216/2055920 swapFree=4114036/4192956
[pid=27596] ppid=27594 vsize=13600 CPUtime=0.63
/proc/27596/stat : 27596 (sugar) S 27594 27596 27559 0 -1 4194304 974 7046 0 1 3 1 54 5 16 0 1 0 1545462892 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27596/statm: 3400 797 370 3 0 500 0
[pid=27609] ppid=27596 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27596 27596 27559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545462961 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 233 193 169 0 50 0
[pid=27610] ppid=27609 vsize=864440 CPUtime=5.54
/proc/27610/stat : 27610 (java) S 27609 27596 27559 0 -1 0 51925 0 1 0 531 23 0 0 18 0 9 0 1545462961 885186560 50680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 216110 50680 2540 9 0 210685 0
[pid=27610/tid=27611] ppid=27609 vsize=864440 CPUtime=1.85
/proc/27610/task/27611/stat : 27611 (java) S 27609 27596 27559 0 -1 64 4465 0 1 0 183 2 0 0 16 0 9 0 1545462962 885186560 50680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27612] ppid=27609 vsize=864440 CPUtime=3.59
/proc/27610/task/27612/stat : 27612 (java) R 27609 27596 27559 0 -1 64 46432 0 0 0 340 19 0 0 25 0 9 0 1545462963 885186560 50680 996147200 134512640 134550740 4294955952 18446744073709551615 103828999 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27613] ppid=27609 vsize=864440 CPUtime=0
/proc/27610/task/27613/stat : 27613 (java) S 27609 27596 27559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545462963 885186560 50680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27614] ppid=27609 vsize=864440 CPUtime=0
/proc/27610/task/27614/stat : 27614 (java) S 27609 27596 27559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1545462963 885186560 50680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27615] ppid=27609 vsize=864440 CPUtime=0
/proc/27610/task/27615/stat : 27615 (java) S 27609 27596 27559 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1545462965 885186560 50680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27616] ppid=27609 vsize=864440 CPUtime=0.06
/proc/27610/task/27616/stat : 27616 (java) S 27609 27596 27559 0 -1 64 335 0 0 0 6 0 0 0 15 0 9 0 1545462965 885186560 50680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27617] ppid=27609 vsize=864440 CPUtime=0
/proc/27610/task/27617/stat : 27617 (java) S 27609 27596 27559 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545462965 885186560 50680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27618] ppid=27609 vsize=864440 CPUtime=0
/proc/27610/task/27618/stat : 27618 (java) S 27609 27596 27559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545462965 885186560 50680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 883396

[startup+12.7018 s]
/proc/loadavg: 2.07 1.99 1.99 3/91 27618
/proc/meminfo: memFree=1489936/2055920 swapFree=4114036/4192956
[pid=27596] ppid=27594 vsize=13600 CPUtime=0.63
/proc/27596/stat : 27596 (sugar) S 27594 27596 27559 0 -1 4194304 974 7046 0 1 3 1 54 5 16 0 1 0 1545462892 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27596/statm: 3400 797 370 3 0 500 0
[pid=27609] ppid=27596 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27596 27596 27559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545462961 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 233 193 169 0 50 0
[pid=27610] ppid=27609 vsize=864300 CPUtime=11.87
/proc/27610/stat : 27610 (java) S 27609 27596 27559 0 -1 0 64826 0 1 0 1158 29 0 0 18 0 9 0 1545462961 885043200 53315 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 216075 53315 2564 9 0 210622 0
[pid=27610/tid=27611] ppid=27609 vsize=864300 CPUtime=7.04
/proc/27610/task/27611/stat : 27611 (java) R 27609 27596 27559 0 -1 64 5727 0 1 0 701 3 0 0 25 0 9 0 1545462962 885043200 53315 996147200 134512640 134550740 4294955952 18446744073709551615 4126616199 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27612] ppid=27609 vsize=864300 CPUtime=4.7
/proc/27610/task/27612/stat : 27612 (java) S 27609 27596 27559 0 -1 64 58051 0 0 0 446 24 0 0 16 0 9 0 1545462963 885043200 53315 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27613] ppid=27609 vsize=864300 CPUtime=0
/proc/27610/task/27613/stat : 27613 (java) S 27609 27596 27559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545462963 885043200 53315 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27614] ppid=27609 vsize=864300 CPUtime=0
/proc/27610/task/27614/stat : 27614 (java) S 27609 27596 27559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1545462963 885043200 53315 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27615] ppid=27609 vsize=864300 CPUtime=0
/proc/27610/task/27615/stat : 27615 (java) S 27609 27596 27559 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1545462965 885043200 53315 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27616] ppid=27609 vsize=864300 CPUtime=0.1
/proc/27610/task/27616/stat : 27616 (java) S 27609 27596 27559 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1545462965 885043200 53315 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27617] ppid=27609 vsize=864300 CPUtime=0
/proc/27610/task/27617/stat : 27617 (java) S 27609 27596 27559 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545462965 885043200 53315 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27618] ppid=27609 vsize=864300 CPUtime=0
/proc/27610/task/27618/stat : 27618 (java) S 27609 27596 27559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545462965 885043200 53315 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 883256

[startup+25.5022 s]
/proc/loadavg: 2.06 1.99 1.99 3/91 27618
/proc/meminfo: memFree=1486864/2055920 swapFree=4114036/4192956
[pid=27596] ppid=27594 vsize=13600 CPUtime=0.63
/proc/27596/stat : 27596 (sugar) S 27594 27596 27559 0 -1 4194304 974 7046 0 1 3 1 54 5 16 0 1 0 1545462892 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27596/statm: 3400 797 370 3 0 500 0
[pid=27609] ppid=27596 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27596 27596 27559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545462961 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 233 193 169 0 50 0
[pid=27610] ppid=27609 vsize=864300 CPUtime=24.52
/proc/27610/stat : 27610 (java) S 27609 27596 27559 0 -1 0 65748 0 1 0 2423 29 0 0 18 0 9 0 1545462961 885043200 54232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 216075 54232 2564 9 0 210622 0
[pid=27610/tid=27611] ppid=27609 vsize=864300 CPUtime=19.65
/proc/27610/task/27611/stat : 27611 (java) R 27609 27596 27559 0 -1 64 5732 0 1 0 1962 3 0 0 25 0 9 0 1545462962 885043200 54232 996147200 134512640 134550740 4294955952 18446744073709551615 4126621565 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27612] ppid=27609 vsize=864300 CPUtime=4.75
/proc/27610/task/27612/stat : 27612 (java) S 27609 27596 27559 0 -1 64 58968 0 0 0 450 25 0 0 16 0 9 0 1545462963 885043200 54232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27613] ppid=27609 vsize=864300 CPUtime=0
/proc/27610/task/27613/stat : 27613 (java) S 27609 27596 27559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545462963 885043200 54232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27614] ppid=27609 vsize=864300 CPUtime=0
/proc/27610/task/27614/stat : 27614 (java) S 27609 27596 27559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1545462963 885043200 54232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=27610/tid=27616] ppid=27609 vsize=864256 CPUtime=0.11
/proc/27610/task/27616/stat : 27616 (java) S 27609 27596 27559 0 -1 64 364 0 0 0 11 0 0 0 16 0 9 0 1545462965 884998144 92925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27617] ppid=27609 vsize=864256 CPUtime=0
/proc/27610/task/27617/stat : 27617 (java) S 27609 27596 27559 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545462965 884998144 92925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27618] ppid=27609 vsize=864256 CPUtime=0
/proc/27610/task/27618/stat : 27618 (java) S 27609 27596 27559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545462965 884998144 92925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.03
Current children cumulated vsize (KiB) 883212

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 27652
/proc/meminfo: memFree=1150232/2055920 swapFree=4114036/4192956
[pid=27596] ppid=27594 vsize=13600 CPUtime=0.63
/proc/27596/stat : 27596 (sugar) S 27594 27596 27559 0 -1 4194304 974 7046 0 1 3 1 54 5 16 0 1 0 1545462892 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27596/statm: 3400 797 370 3 0 500 0
[pid=27609] ppid=27596 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27596 27596 27559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545462961 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 233 193 169 0 50 0
[pid=27610] ppid=27609 vsize=864256 CPUtime=1646.13
/proc/27610/stat : 27610 (java) S 27609 27596 27559 0 -1 0 137134 0 1 0 164406 207 0 0 18 0 9 0 1545462961 884998144 92925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 216064 92925 2564 9 0 210611 0
[pid=27610/tid=27611] ppid=27609 vsize=864256 CPUtime=1631.46
/proc/27610/task/27611/stat : 27611 (java) R 27609 27596 27559 0 -1 64 6682 0 1 0 163002 144 0 0 25 0 9 0 1545462962 884998144 92925 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27610/tid=27612] ppid=27609 vsize=864256 CPUtime=14.51
/proc/27610/task/27612/stat : 27612 (java) S 27609 27596 27559 0 -1 64 129395 0 0 0 1390 61 0 0 16 0 9 0 1545462963 884998144 92925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27610/tid=27613] ppid=27609 vsize=864256 CPUtime=0
/proc/27610/task/27613/stat : 27613 (java) S 27609 27596 27559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545462963 884998144 92925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27614] ppid=27609 vsize=864256 CPUtime=0
/proc/27610/task/27614/stat : 27614 (java) S 27609 27596 27559 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1545462963 884998144 92925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27615] ppid=27609 vsize=864256 CPUtime=0
/proc/27610/task/27615/stat : 27615 (java) S 27609 27596 27559 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1545462965 884998144 92925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27616] ppid=27609 vsize=864256 CPUtime=0.11
/proc/27610/task/27616/stat : 27616 (java) S 27609 27596 27559 0 -1 64 364 0 0 0 11 0 0 0 16 0 9 0 1545462965 884998144 92925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27617] ppid=27609 vsize=864256 CPUtime=0
/proc/27610/task/27617/stat : 27617 (java) S 27609 27596 27559 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545462965 884998144 92925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27618] ppid=27609 vsize=864256 CPUtime=0
/proc/27610/task/27618/stat : 27618 (java) S 27609 27596 27559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545462965 884998144 92925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.76
Current children cumulated vsize (KiB) 883212

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 27652
/proc/meminfo: memFree=1129752/2055920 swapFree=4114036/4192956
[pid=27596] ppid=27594 vsize=13600 CPUtime=0.63
/proc/27596/stat : 27596 (sugar) S 27594 27596 27559 0 -1 4194304 974 7046 0 1 3 1 54 5 16 0 1 0 1545462892 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27596/statm: 3400 797 370 3 0 500 0
[pid=27609] ppid=27596 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27596 27596 27559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545462961 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 233 193 169 0 50 0
[pid=27610] ppid=27609 vsize=864256 CPUtime=1705.84
/proc/27610/stat : 27610 (java) S 27609 27596 27559 0 -1 0 137194 0 1 0 170364 220 0 0 18 0 9 0 1545462961 884998144 92925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 216064 92925 2564 9 0 210611 0
[pid=27610/tid=27611] ppid=27609 vsize=864256 CPUtime=1690.77
/proc/27610/task/27611/stat : 27611 (java) R 27609 27596 27559 0 -1 64 6742 0 1 0 168920 157 0 0 25 0 9 0 1545462962 884998144 92925 996147200 134512640 134550740 4294955952 18446744073709551615 4126616215 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27610/tid=27612] ppid=27609 vsize=864256 CPUtime=14.92
/proc/27610/task/27612/stat : 27612 (java) S 27609 27596 27559 0 -1 64 129395 0 0 0 1431 61 0 0 16 0 9 0 1545462963 884998144 92925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27610/tid=27613] ppid=27609 vsize=864256 CPUtime=0
/proc/27610/task/27613/stat : 27613 (java) S 27609 27596 27559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545462963 884998144 92925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27614] ppid=27609 vsize=864256 CPUtime=0
/proc/27610/task/27614/stat : 27614 (java) S 27609 27596 27559 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1545462963 884998144 92925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27615] ppid=27609 vsize=864256 CPUtime=0
/proc/27610/task/27615/stat : 27615 (java) S 27609 27596 27559 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1545462965 884998144 92925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27616] ppid=27609 vsize=864256 CPUtime=0.11
/proc/27610/task/27616/stat : 27616 (java) S 27609 27596 27559 0 -1 64 364 0 0 0 11 0 0 0 16 0 9 0 1545462965 884998144 92925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27617] ppid=27609 vsize=864256 CPUtime=0
/proc/27610/task/27617/stat : 27617 (java) S 27609 27596 27559 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545462965 884998144 92925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27618] ppid=27609 vsize=864256 CPUtime=0
/proc/27610/task/27618/stat : 27618 (java) S 27609 27596 27559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545462965 884998144 92925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.47
Current children cumulated vsize (KiB) 883212

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 27652
/proc/meminfo: memFree=1118936/2055920 swapFree=4114036/4192956
[pid=27596] ppid=27594 vsize=13600 CPUtime=0.63
/proc/27596/stat : 27596 (sugar) S 27594 27596 27559 0 -1 4194304 974 7046 0 1 3 1 54 5 16 0 1 0 1545462892 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27596/statm: 3400 797 370 3 0 500 0
[pid=27609] ppid=27596 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27596 27596 27559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545462961 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 233 193 169 0 50 0
[pid=27610] ppid=27609 vsize=864256 CPUtime=1765.56
/proc/27610/stat : 27610 (java) S 27609 27596 27559 0 -1 0 147887 0 1 0 176327 229 0 0 18 0 9 0 1545462961 884998144 93067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 216064 93067 2564 9 0 210611 0
[pid=27610/tid=27611] ppid=27609 vsize=864256 CPUtime=1749.08
/proc/27610/task/27611/stat : 27611 (java) R 27609 27596 27559 0 -1 64 6788 0 1 0 174747 161 0 0 25 0 9 0 1545462962 884998144 93067 996147200 134512640 134550740 4294955952 18446744073709551615 4126621538 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27610/tid=27612] ppid=27609 vsize=864256 CPUtime=16.34
/proc/27610/task/27612/stat : 27612 (java) S 27609 27596 27559 0 -1 64 140042 0 0 0 1568 66 0 0 16 0 9 0 1545462963 884998144 93067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27610/tid=27613] ppid=27609 vsize=864256 CPUtime=0
/proc/27610/task/27613/stat : 27613 (java) S 27609 27596 27559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545462963 884998144 93067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27614] ppid=27609 vsize=864256 CPUtime=0
/proc/27610/task/27614/stat : 27614 (java) S 27609 27596 27559 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1545462963 884998144 93067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27615] ppid=27609 vsize=864256 CPUtime=0
/proc/27610/task/27615/stat : 27615 (java) S 27609 27596 27559 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1545462965 884998144 93067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27616] ppid=27609 vsize=864256 CPUtime=0.11
/proc/27610/task/27616/stat : 27616 (java) S 27609 27596 27559 0 -1 64 364 0 0 0 11 0 0 0 16 0 9 0 1545462965 884998144 93067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27617] ppid=27609 vsize=864256 CPUtime=0
/proc/27610/task/27617/stat : 27617 (java) S 27609 27596 27559 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545462965 884998144 93067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27618] ppid=27609 vsize=864256 CPUtime=0
/proc/27610/task/27618/stat : 27618 (java) S 27609 27596 27559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545462965 884998144 93067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.19
Current children cumulated vsize (KiB) 883212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 27652
/proc/meminfo: memFree=1108568/2055920 swapFree=4114036/4192956
[pid=27596] ppid=27594 vsize=13600 CPUtime=0.63
/proc/27596/stat : 27596 (sugar) S 27594 27596 27559 0 -1 4194304 974 7046 0 1 3 1 54 5 16 0 1 0 1545462892 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27596/statm: 3400 797 370 3 0 500 0
[pid=27609] ppid=27596 vsize=5356 CPUtime=0
/proc/27609/stat : 27609 (sh) S 27596 27596 27559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545462961 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27609/statm: 1339 233 193 169 0 50 0
[pid=27610] ppid=27609 vsize=864256 CPUtime=1799.39
/proc/27610/stat : 27610 (java) S 27609 27596 27559 0 -1 0 147916 0 1 0 179705 234 0 0 18 0 9 0 1545462961 884998144 93067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 216064 93067 2564 9 0 210611 0
[pid=27610/tid=27611] ppid=27609 vsize=864256 CPUtime=1782.74
/proc/27610/task/27611/stat : 27611 (java) R 27609 27596 27559 0 -1 64 6817 0 1 0 178107 167 0 0 25 0 9 0 1545462962 884998144 93067 996147200 134512640 134550740 4294955952 18446744073709551615 4126616256 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27610/tid=27612] ppid=27609 vsize=864256 CPUtime=16.52
/proc/27610/task/27612/stat : 27612 (java) S 27609 27596 27559 0 -1 64 140042 0 0 0 1586 66 0 0 16 0 9 0 1545462963 884998144 93067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27610/tid=27613] ppid=27609 vsize=864256 CPUtime=0
/proc/27610/task/27613/stat : 27613 (java) S 27609 27596 27559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545462963 884998144 93067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27614] ppid=27609 vsize=864256 CPUtime=0
/proc/27610/task/27614/stat : 27614 (java) S 27609 27596 27559 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1545462963 884998144 93067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27615] ppid=27609 vsize=864256 CPUtime=0
/proc/27610/task/27615/stat : 27615 (java) S 27609 27596 27559 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1545462965 884998144 93067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27616] ppid=27609 vsize=864256 CPUtime=0.11
/proc/27610/task/27616/stat : 27616 (java) S 27609 27596 27559 0 -1 64 364 0 0 0 11 0 0 0 16 0 9 0 1545462965 884998144 93067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27617] ppid=27609 vsize=864256 CPUtime=0
/proc/27610/task/27617/stat : 27617 (java) S 27609 27596 27559 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545462965 884998144 93067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27618] ppid=27609 vsize=864256 CPUtime=0
/proc/27610/task/27618/stat : 27618 (java) S 27609 27596 27559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545462965 884998144 93067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 883212

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

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

[startup+1816.43 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 27652
/proc/meminfo: memFree=1108568/2055920 swapFree=4114036/4192956
[pid=27596] ppid=27594 vsize=13600 CPUtime=0.63
/proc/27596/stat : 27596 (sugar) S 27594 27596 27559 0 -1 4194304 982 7046 0 1 3 1 54 5 16 0 1 0 1545462892 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27596/statm: 3400 797 370 3 0 500 0
[pid=27609] ppid=27596 vsize=0 CPUtime=0
/proc/27609/stat : 27609 (sh) Z 27596 27596 27559 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1545462961 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/27609/statm: 0 0 0 0 0 0 0
[pid=27610] ppid=1 vsize=0 CPUtime=1799.51
/proc/27610/stat : 27610 (java) Z 1 27596 27559 0 -1 1036 147937 0 1 0 179711 240 0 0 16 0 2 0 1545462961 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27610/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 13600

Child status: 0

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

Real time (s): 1816.43
CPU time (s): 1800.14
CPU user time (s): 1797.68
CPU system time (s): 2.46
CPU usage (%): 99.1033
Max. virtual memory (cumulated for all children) (KiB): 909828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.58891
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8351
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 393
involuntary context switches= 230

runsolver used 2.42563 second user time and 5.9001 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-04 09:51:06
IDJOB=1068939
IDBENCH=55552
IDSOLVER=346
FILE ID=node9/1068939-1215157866
PBS_JOBID= 7881447
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg14-15_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068939-1215157866/watcher-1068939-1215157866 -o /tmp/evaluation-result-1068939-1215157866/solver-1068939-1215157866 -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/minisat" -tmp="HOME/temp" HOME/instance-1068939-1215157866.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= aca7198b8bad2de4793a977967afcafb
RANDOM SEED=2137968462

node9.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.265
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	: 5931.00
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.265
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:       1697352 kB
Buffers:         22756 kB
Cached:         121048 kB
SwapCached:      72708 kB
Active:         260496 kB
Inactive:        41384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697352 kB
SwapTotal:     4192956 kB
SwapFree:      4114036 kB
Dirty:            1888 kB
Writeback:           0 kB
Mapped:         174396 kB
Slab:            41708 kB
Committed_AS:  3766276 kB
PageTables:       2140 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= 66544 MiB
End job on node9 at 2008-07-04 10:21:25