Trace number 1717865

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
SAT4J CORE 2.1 RC1? (TO) 1201.2 1200.51

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h22-unknown.cnf
MD5SUM8c6ad18be635cee0d986377c4d06ab11
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.97
Satisfiable
(Un)Satisfiability was proved
Number of variables146874
Number of clauses937242
Sum of the clauses size2519136
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2791651
Number of clauses of size 3139269
Number of clauses of size 41522
Number of clauses of size 583
Number of clauses of size over 54592

Solver Data

0.15/0.41	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.15/0.41	c This is free software under the dual EPL/GNU LGPL licenses.
0.15/0.41	c See www.sat4j.org for details.
0.15/0.42	c version 2.1.0.v20090228
0.15/0.42	c sun.arch.data.model	32
0.15/0.42	c java.version	1.6.0_12
0.15/0.42	c os.name	Linux
0.15/0.42	c os.version	2.6.9-22.EL.rootsmp
0.15/0.42	c os.arch	i386
0.15/0.42	c Free memory 1651659224
0.15/0.42	c Max memory 1654456320
0.15/0.42	c Total memory 1654456320
0.15/0.42	c Number of processors 2
0.15/0.47	c c --- Begin Solver configuration ---
0.15/0.47	c Stops conflict analysis at the first Unique Implication Point
0.15/0.47	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.15/0.47	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.15/0.47	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.15/0.47	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.15/0.47	c Expensive reason simplification
0.15/0.47	c Armin Biere (Picosat) restarts strategy
0.15/0.47	c timeout=2147483647s
0.15/0.47	c DB Simplification allowed=true
0.15/0.47	c --- End Solver configuration ---
0.15/0.47	c solving HOME/instance-1717865-1240631677.cnf
0.15/0.47	c reading problem ... 
2.76/2.84	c ... done. Wall clock time 2.372s.
2.76/2.84	c #vars     148153
2.76/2.84	c #constraints  936992
2.76/2.84	c constraints type 
2.76/2.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 145341
2.76/2.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 791526
1200.86/1200.35	c starts		: 282
1200.86/1200.35	c conflicts		: 65511
1200.86/1200.35	c decisions		: 166444
1200.86/1200.35	c propagations		: 895498864
1200.86/1200.35	c inspects		: 1997033836
1200.86/1200.35	c learnt literals	: 0
1200.86/1200.35	c learnt binary clauses	: 380
1200.86/1200.36	c learnt ternary clauses	: 877
1200.86/1200.36	c learnt clauses	: 65511
1200.86/1200.36	c ignored clauses	: 0
1200.86/1200.36	c root simplifications	: 282
1200.86/1200.36	c removed literals (reason simplification)	: 3748974
1200.86/1200.36	c reason swapping (by a shorter reason)	: 0
1200.86/1200.36	c Calls to reduceDB	: 0
1200.86/1200.36	c speed (assignments/second)	: 747798.473505551
1200.86/1200.36	c non guided choices	2924
1201.05/1200.42	c learnt constraints type 
1201.05/1200.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 380
1201.05/1200.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 65136
1201.05/1200.42	s UNKNOWN
1201.05/1200.42	c Total wall clock time (in seconds) : 1199.889

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1717865-1240631677/watcher-1717865-1240631677 -o /tmp/evaluation-result-1717865-1240631677/solver-1717865-1240631677 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1717865-1240631677.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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.00 1.00 1.00 2/65 17168
/proc/meminfo: memFree=1747384/2055920 swapFree=4181224/4192956
[pid=17168] ppid=17166 vsize=152 CPUtime=0
/proc/17168/stat : 17168 (java6) R 17166 17168 16258 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 91197876 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 4735780 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/17168/statm: 38 26 19 9 0 4 0

[startup+0.0545 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17168
/proc/meminfo: memFree=1747384/2055920 swapFree=4181224/4192956
[pid=17168] ppid=17166 vsize=1612 CPUtime=0
/proc/17168/stat : 17168 (java6) R 17166 17168 16258 0 -1 0 177 0 2 0 0 0 0 0 18 0 1 0 91197876 1650688 150 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/17168/statm: 403 150 114 9 0 45 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1612

[startup+0.101734 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17168
/proc/meminfo: memFree=1747384/2055920 swapFree=4181224/4192956
[pid=17168] ppid=17166 vsize=12928 CPUtime=0.01
/proc/17168/stat : 17168 (java) R 17166 17168 16258 0 -1 0 383 0 22 0 0 1 0 0 18 0 1 0 91197876 13238272 212 1992294400 134512640 134550932 4294955984 18446744073709551615 4707114 0 0 4096 0 0 0 0 17 0 0 0
/proc/17168/statm: 3232 212 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.301669 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17168
/proc/meminfo: memFree=1747384/2055920 swapFree=4181224/4192956
[pid=17168] ppid=17166 vsize=1778560 CPUtime=0.09
/proc/17168/stat : 17168 (java) S 17166 17168 16258 0 -1 0 3586 0 43 0 4 5 0 0 18 0 7 0 91197876 1821245440 3373 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/17168/statm: 444640 3373 1028 9 0 441991 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1778560

[startup+0.701716 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17168
/proc/meminfo: memFree=1747384/2055920 swapFree=4181224/4192956
[pid=17168] ppid=17166 vsize=1784920 CPUtime=0.6
/proc/17168/stat : 17168 (java) S 17166 17168 16258 0 -1 0 7972 0 43 0 52 8 0 0 18 0 12 0 91197876 1827758080 7543 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17168/statm: 446230 7544 1372 9 0 443577 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1784920

[startup+1.50179 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17180
/proc/meminfo: memFree=1702488/2055920 swapFree=4181224/4192956
[pid=17168] ppid=17166 vsize=1784920 CPUtime=1.42
/proc/17168/stat : 17168 (java) S 17166 17168 16258 0 -1 0 14334 0 43 0 130 12 0 0 18 0 12 0 91197876 1827758080 13904 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17168/statm: 446230 13904 1375 9 0 443577 0
[pid=17168/tid=17170] ppid=17166 vsize=1784920 CPUtime=1.14
/proc/17168/task/17170/stat : 17170 (java) R 17166 17168 16258 0 -1 64 12356 0 12 0 105 9 0 0 24 0 12 0 91197888 1827758080 13904 1992294400 134512640 134550932 4294955984 18446744073709551615 4109466356 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17171] ppid=17166 vsize=1784920 CPUtime=0
/proc/17168/task/17171/stat : 17171 (java) S 17166 17168 16258 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 91197897 1827758080 13904 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17172] ppid=17166 vsize=1784920 CPUtime=0
/proc/17168/task/17172/stat : 17172 (java) S 17166 17168 16258 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 91197897 1827758080 13904 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17173] ppid=17166 vsize=1784920 CPUtime=0
/proc/17168/task/17173/stat : 17173 (java) S 17166 17168 16258 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 91197900 1827758080 13904 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17174] ppid=17166 vsize=1784920 CPUtime=0
/proc/17168/task/17174/stat : 17174 (java) S 17166 17168 16258 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 91197901 1827758080 13904 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17175] ppid=17166 vsize=1784920 CPUtime=0
/proc/17168/task/17175/stat : 17175 (java) S 17166 17168 16258 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 91197901 1827758080 13905 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17176] ppid=17166 vsize=1784920 CPUtime=0
/proc/17168/task/17176/stat : 17176 (java) S 17166 17168 16258 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 91197910 1827758080 13905 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17177] ppid=17166 vsize=1784920 CPUtime=0.11
/proc/17168/task/17177/stat : 17177 (java) S 17166 17168 16258 0 -1 64 374 0 0 0 11 0 0 0 16 0 12 0 91197910 1827758080 13905 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17178] ppid=17166 vsize=1784920 CPUtime=0.13
/proc/17168/task/17178/stat : 17178 (java) S 17166 17168 16258 0 -1 64 893 0 0 0 13 0 0 0 16 0 12 0 91197910 1827758080 13906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17179] ppid=17166 vsize=1784920 CPUtime=0
/proc/17168/task/17179/stat : 17179 (java) S 17166 17168 16258 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 91197910 1827758080 13906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17180] ppid=17166 vsize=1784920 CPUtime=0
/proc/17168/task/17180/stat : 17180 (java) S 17166 17168 16258 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 91197910 1827758080 13906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 1784920

[startup+3.10297 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17180
/proc/meminfo: memFree=1668312/2055920 swapFree=4181224/4192956
[pid=17168] ppid=17166 vsize=1785276 CPUtime=3.22
/proc/17168/stat : 17168 (java) S 17166 17168 16258 0 -1 0 27212 0 43 0 305 17 0 0 18 0 13 0 91197876 1828122624 26685 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17168/statm: 446319 26685 1398 9 0 443666 0
[pid=17168/tid=17170] ppid=17166 vsize=1785276 CPUtime=2.66
/proc/17168/task/17170/stat : 17170 (java) R 17166 17168 16258 0 -1 64 24977 0 12 0 252 14 0 0 20 0 13 0 91197888 1828122624 26685 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17171] ppid=17166 vsize=1785276 CPUtime=0
/proc/17168/task/17171/stat : 17171 (java) S 17166 17168 16258 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 91197897 1828122624 26685 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17172] ppid=17166 vsize=1785276 CPUtime=0
/proc/17168/task/17172/stat : 17172 (java) S 17166 17168 16258 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 91197897 1828122624 26685 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17173] ppid=17166 vsize=1785276 CPUtime=0
/proc/17168/task/17173/stat : 17173 (java) S 17166 17168 16258 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 91197900 1828122624 26685 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17174] ppid=17166 vsize=1785276 CPUtime=0
/proc/17168/task/17174/stat : 17174 (java) S 17166 17168 16258 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 91197901 1828122624 26685 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17175] ppid=17166 vsize=1785276 CPUtime=0
/proc/17168/task/17175/stat : 17175 (java) S 17166 17168 16258 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 91197901 1828122624 26685 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17176] ppid=17166 vsize=1785276 CPUtime=0
/proc/17168/task/17176/stat : 17176 (java) S 17166 17168 16258 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 91197910 1828122624 26685 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17177] ppid=17166 vsize=1785276 CPUtime=0.26
/proc/17168/task/17177/stat : 17177 (java) R 17166 17168 16258 0 -1 64 518 0 0 0 26 0 0 0 16 0 13 0 91197910 1828122624 26685 1992294400 134512640 134550932 4294955984 18446744073709551615 104143455 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17178] ppid=17166 vsize=1785276 CPUtime=0.25
/proc/17168/task/17178/stat : 17178 (java) R 17166 17168 16258 0 -1 64 1002 0 0 0 25 0 0 0 16 0 13 0 91197910 1828122624 26685 1992294400 134512640 134550932 4294955984 18446744073709551615 104143351 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17179] ppid=17166 vsize=1785276 CPUtime=0
/proc/17168/task/17179/stat : 17179 (java) S 17166 17168 16258 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 91197910 1828122624 26685 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17180] ppid=17166 vsize=1785276 CPUtime=0
/proc/17168/task/17180/stat : 17180 (java) S 17166 17168 16258 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 91197910 1828122624 26685 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 1785276

[startup+6.30229 s]
/proc/loadavg: 1.16 1.03 1.01 2/78 17181
/proc/meminfo: memFree=1633040/2055920 swapFree=4181224/4192956
[pid=17168] ppid=17166 vsize=1786100 CPUtime=6.82
/proc/17168/stat : 17168 (java) S 17166 17168 16258 0 -1 0 28189 0 43 0 663 19 0 0 18 0 13 0 91197876 1828966400 26893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17168/statm: 446525 26893 1404 9 0 443872 0
[pid=17168/tid=17170] ppid=17166 vsize=1786100 CPUtime=5.72
/proc/17168/task/17170/stat : 17170 (java) R 17166 17168 16258 0 -1 64 25060 0 12 0 557 15 0 0 25 0 13 0 91197888 1828966400 26893 1992294400 134512640 134550932 4294955984 18446744073709551615 4109702607 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17171] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17171/stat : 17171 (java) S 17166 17168 16258 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 91197897 1828966400 26893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17172] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17172/stat : 17172 (java) S 17166 17168 16258 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 91197897 1828966400 26893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17173] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17173/stat : 17173 (java) S 17166 17168 16258 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 91197900 1828966400 26893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17174] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17174/stat : 17174 (java) S 17166 17168 16258 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 91197901 1828966400 26893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17175] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17175/stat : 17175 (java) S 17166 17168 16258 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 91197901 1828966400 26893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17176] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17176/stat : 17176 (java) S 17166 17168 16258 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 91197910 1828966400 26893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17177] ppid=17166 vsize=1786100 CPUtime=0.61
/proc/17168/task/17177/stat : 17177 (java) S 17166 17168 16258 0 -1 64 791 0 0 0 61 0 0 0 16 0 13 0 91197910 1828966400 26893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17178] ppid=17166 vsize=1786100 CPUtime=0.44
/proc/17168/task/17178/stat : 17178 (java) S 17166 17168 16258 0 -1 64 1623 0 0 0 44 0 0 0 16 0 13 0 91197910 1828966400 26893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17179] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17179/stat : 17179 (java) S 17166 17168 16258 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 91197910 1828966400 26893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17180] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17180/stat : 17180 (java) S 17166 17168 16258 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 91197910 1828966400 26893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17181] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17181/stat : 17181 (java) S 17166 17168 16258 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 91198170 1828966400 26893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 1786100

[startup+12.703 s]
/proc/loadavg: 1.23 1.05 1.02 2/78 17181
/proc/meminfo: memFree=1633944/2055920 swapFree=4181224/4192956
[pid=17168] ppid=17166 vsize=1786100 CPUtime=13.28
/proc/17168/stat : 17168 (java) S 17166 17168 16258 0 -1 0 28267 0 43 0 1309 19 0 0 18 0 13 0 91197876 1828966400 26955 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17168/statm: 446525 26955 1407 9 0 443872 0
[pid=17168/tid=17170] ppid=17166 vsize=1786100 CPUtime=12.11
/proc/17168/task/17170/stat : 17170 (java) R 17166 17168 16258 0 -1 64 25115 0 12 0 1196 15 0 0 25 0 13 0 91197888 1828966400 26955 1992294400 134512640 134550932 4294955984 18446744073709551615 4109702487 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17171] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17171/stat : 17171 (java) S 17166 17168 16258 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 91197897 1828966400 26955 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17172] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17172/stat : 17172 (java) S 17166 17168 16258 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 91197897 1828966400 26955 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17173] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17173/stat : 17173 (java) S 17166 17168 16258 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 91197900 1828966400 26955 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17174] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17174/stat : 17174 (java) S 17166 17168 16258 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 91197901 1828966400 26955 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17175] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17175/stat : 17175 (java) S 17166 17168 16258 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 91197901 1828966400 26955 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17176] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17176/stat : 17176 (java) S 17166 17168 16258 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 91197910 1828966400 26955 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17177] ppid=17166 vsize=1786100 CPUtime=0.68
/proc/17168/task/17177/stat : 17177 (java) S 17166 17168 16258 0 -1 64 814 0 0 0 68 0 0 0 17 0 13 0 91197910 1828966400 26955 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17178] ppid=17166 vsize=1786100 CPUtime=0.44
/proc/17168/task/17178/stat : 17178 (java) S 17166 17168 16258 0 -1 64 1623 0 0 0 44 0 0 0 16 0 13 0 91197910 1828966400 26955 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17179] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17179/stat : 17179 (java) S 17166 17168 16258 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 91197910 1828966400 26955 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17180] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17180/stat : 17180 (java) S 17166 17168 16258 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 91197910 1828966400 26955 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17181] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17181/stat : 17181 (java) S 17166 17168 16258 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 91198170 1828966400 26955 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.28
Current children cumulated vsize (KiB) 1786100

[startup+25.5013 s]
/proc/loadavg: 1.18 1.05 1.01 2/78 17181
/proc/meminfo: memFree=1633880/2055920 swapFree=4181224/4192956
[pid=17168] ppid=17166 vsize=1786100 CPUtime=26.08
/proc/17168/stat : 17168 (java) S 17166 17168 16258 0 -1 0 28395 0 43 0 2589 19 0 0 18 0 13 0 91197876 1828966400 27081 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17168/statm: 446525 27081 1407 9 0 443872 0
[pid=17168/tid=17170] ppid=17166 vsize=1786100 CPUtime=24.89
/proc/17168/task/17170/stat : 17170 (java) R 17166 17168 16258 0 -1 64 25243 0 12 0 2474 15 0 0 25 0 13 0 91197888 1828966400 27081 1992294400 134512640 134550932 4294955984 18446744073709551615 4109630318 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17171] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17171/stat : 17171 (java) S 17166 17168 16258 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 91197897 1828966400 27081 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17172] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17172/stat : 17172 (java) S 17166 17168 16258 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 91197897 1828966400 27081 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17173] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17173/stat : 17173 (java) S 17166 17168 16258 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 91197900 1828966400 27081 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17174] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17174/stat : 17174 (java) S 17166 17168 16258 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 91197901 1828966400 27081 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=17168/tid=17175] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17175/stat : 17175 (java) S 17166 17168 16258 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 91197901 1828966400 37402 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17176] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17176/stat : 17176 (java) S 17166 17168 16258 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 91197910 1828966400 37402 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17177] ppid=17166 vsize=1786100 CPUtime=0.82
/proc/17168/task/17177/stat : 17177 (java) S 17166 17168 16258 0 -1 64 1306 0 0 0 82 0 0 0 16 0 13 0 91197910 1828966400 37402 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17178] ppid=17166 vsize=1786100 CPUtime=0.48
/proc/17168/task/17178/stat : 17178 (java) S 17166 17168 16258 0 -1 64 1627 0 0 0 48 0 0 0 17 0 13 0 91197910 1828966400 37402 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17179] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17179/stat : 17179 (java) S 17166 17168 16258 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 91197910 1828966400 37402 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17180] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17180/stat : 17180 (java) S 17166 17168 16258 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 91197910 1828966400 37402 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17181] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17181/stat : 17181 (java) S 17166 17168 16258 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 91198170 1828966400 37402 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.5
Current children cumulated vsize (KiB) 1786100

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17187
/proc/meminfo: memFree=1589848/2055920 swapFree=4181224/4192956
[pid=17168] ppid=17166 vsize=1786100 CPUtime=1182.48
/proc/17168/stat : 17168 (java) S 17166 17168 16258 0 -1 0 39748 0 43 0 118213 35 0 0 18 0 13 0 91197876 1828966400 37953 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17168/statm: 446525 37953 1411 9 0 443872 0
[pid=17168/tid=17170] ppid=17166 vsize=1786100 CPUtime=1181.12
/proc/17168/task/17170/stat : 17170 (java) R 17166 17168 16258 0 -1 64 36100 0 12 0 118081 31 0 0 25 0 13 0 91197888 1828966400 37953 1992294400 134512640 134550932 4294955984 18446744073709551615 4109702487 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17171] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17171/stat : 17171 (java) S 17166 17168 16258 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 91197897 1828966400 37953 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17172] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17172/stat : 17172 (java) S 17166 17168 16258 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 91197897 1828966400 37953 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17173] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17173/stat : 17173 (java) S 17166 17168 16258 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 91197900 1828966400 37953 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17174] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17174/stat : 17174 (java) S 17166 17168 16258 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 91197901 1828966400 37953 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17175] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17175/stat : 17175 (java) S 17166 17168 16258 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 91197901 1828966400 37953 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17176] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17176/stat : 17176 (java) S 17166 17168 16258 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 91197910 1828966400 37953 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17177] ppid=17166 vsize=1786100 CPUtime=0.82
/proc/17168/task/17177/stat : 17177 (java) S 17166 17168 16258 0 -1 64 1306 0 0 0 82 0 0 0 16 0 13 0 91197910 1828966400 37953 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17178] ppid=17166 vsize=1786100 CPUtime=0.48
/proc/17168/task/17178/stat : 17178 (java) S 17166 17168 16258 0 -1 64 1627 0 0 0 48 0 0 0 17 0 13 0 91197910 1828966400 37953 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17179] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17179/stat : 17179 (java) S 17166 17168 16258 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 91197910 1828966400 37953 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17180] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17180/stat : 17180 (java) S 17166 17168 16258 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 91197910 1828966400 37953 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17181] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17181/stat : 17181 (java) S 17166 17168 16258 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 91198170 1828966400 37953 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.48
Current children cumulated vsize (KiB) 1786100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17187
/proc/meminfo: memFree=1589208/2055920 swapFree=4181224/4192956
[pid=17168] ppid=17166 vsize=1786100 CPUtime=1200.08
/proc/17168/stat : 17168 (java) S 17166 17168 16258 0 -1 0 39913 0 43 0 119972 36 0 0 18 0 13 0 91197876 1828966400 38118 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17168/statm: 446525 38118 1411 9 0 443872 0
[pid=17168/tid=17170] ppid=17166 vsize=1786100 CPUtime=1198.72
/proc/17168/task/17170/stat : 17170 (java) R 17166 17168 16258 0 -1 64 36265 0 12 0 119840 32 0 0 25 0 13 0 91197888 1828966400 38118 1992294400 134512640 134550932 4294955984 18446744073709551615 4109702607 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17171] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17171/stat : 17171 (java) S 17166 17168 16258 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 91197897 1828966400 38118 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17172] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17172/stat : 17172 (java) S 17166 17168 16258 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 91197897 1828966400 38118 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17173] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17173/stat : 17173 (java) S 17166 17168 16258 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 91197900 1828966400 38118 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17174] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17174/stat : 17174 (java) S 17166 17168 16258 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 91197901 1828966400 38118 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17175] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17175/stat : 17175 (java) S 17166 17168 16258 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 91197901 1828966400 38118 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17176] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17176/stat : 17176 (java) S 17166 17168 16258 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 91197910 1828966400 38118 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17177] ppid=17166 vsize=1786100 CPUtime=0.82
/proc/17168/task/17177/stat : 17177 (java) S 17166 17168 16258 0 -1 64 1306 0 0 0 82 0 0 0 16 0 13 0 91197910 1828966400 38118 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17178] ppid=17166 vsize=1786100 CPUtime=0.48
/proc/17168/task/17178/stat : 17178 (java) S 17166 17168 16258 0 -1 64 1627 0 0 0 48 0 0 0 17 0 13 0 91197910 1828966400 38118 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17179] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17179/stat : 17179 (java) S 17166 17168 16258 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 91197910 1828966400 38118 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17180] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17180/stat : 17180 (java) S 17166 17168 16258 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 91197910 1828966400 38118 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17181] ppid=17166 vsize=1786100 CPUtime=0
/proc/17168/task/17181/stat : 17181 (java) S 17166 17168 16258 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 91198170 1828966400 38118 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 1786100

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

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

[startup+1200.2 s]
/proc/loadavg: 1.00 1.00 1.00 4/80 17189
/proc/meminfo: memFree=1538184/2055920 swapFree=4181224/4192956
[pid=17168] ppid=17166 vsize=1786424 CPUtime=1200.66
/proc/17168/stat : 17168 (java) S 17166 17168 16258 0 -1 0 65367 0 43 0 120017 49 0 0 16 0 14 0 91197876 1829298176 60137 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17168/statm: 446606 60139 1416 9 0 443953 0
[pid=17168/tid=17170] ppid=17166 vsize=1786424 CPUtime=1198.73
/proc/17168/task/17170/stat : 17170 (java) S 17166 17168 16258 0 -1 64 36266 0 12 0 119841 32 0 0 25 0 14 0 91197888 1829298176 60139 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17171] ppid=17166 vsize=1786424 CPUtime=0.27
/proc/17168/task/17171/stat : 17171 (java) R 17166 17168 16258 0 -1 64 16429 0 0 0 20 7 0 0 18 0 14 0 91197897 1829298176 60141 1992294400 134512640 134550932 4294955984 18446744073709551615 106195230 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17172] ppid=17166 vsize=1786424 CPUtime=0.27
/proc/17168/task/17172/stat : 17172 (java) R 17166 17168 16258 0 -1 64 9019 0 0 0 23 4 0 0 18 0 14 0 91197897 1829298176 60142 1992294400 134512640 134550932 4294955984 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17173] ppid=17166 vsize=1786424 CPUtime=0
/proc/17168/task/17173/stat : 17173 (java) S 17166 17168 16258 0 -1 64 4 0 0 0 0 0 0 0 16 0 14 0 91197900 1829298176 60143 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17174] ppid=17166 vsize=1786424 CPUtime=0
/proc/17168/task/17174/stat : 17174 (java) S 17166 17168 16258 0 -1 64 10 0 0 0 0 0 0 0 21 0 14 0 91197901 1829298176 60144 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17175] ppid=17166 vsize=1786424 CPUtime=0
/proc/17168/task/17175/stat : 17175 (java) S 17166 17168 16258 0 -1 64 4 0 0 0 0 0 0 0 22 0 14 0 91197901 1829298176 60145 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17176] ppid=17166 vsize=1786424 CPUtime=0
/proc/17168/task/17176/stat : 17176 (java) S 17166 17168 16258 0 -1 64 7 0 0 0 0 0 0 0 18 0 14 0 91197910 1829298176 60145 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17177] ppid=17166 vsize=1786424 CPUtime=0.82
/proc/17168/task/17177/stat : 17177 (java) S 17166 17168 16258 0 -1 64 1306 0 0 0 82 0 0 0 16 0 14 0 91197910 1829298176 60146 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17178] ppid=17166 vsize=1786424 CPUtime=0.48
/proc/17168/task/17178/stat : 17178 (java) S 17166 17168 16258 0 -1 64 1627 0 0 0 48 0 0 0 17 0 14 0 91197910 1829298176 60147 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17179] ppid=17166 vsize=1786424 CPUtime=0
/proc/17168/task/17179/stat : 17179 (java) S 17166 17168 16258 0 -1 64 1 0 0 0 0 0 0 0 21 0 14 0 91197910 1829298176 60148 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17180] ppid=17166 vsize=1786424 CPUtime=0
/proc/17168/task/17180/stat : 17180 (java) S 17166 17168 16258 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 91197910 1829298176 60149 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17181] ppid=17166 vsize=1786424 CPUtime=0
/proc/17168/task/17181/stat : 17181 (java) S 17166 17168 16258 0 -1 64 4 0 0 0 0 0 0 0 19 0 14 0 91198170 1829298176 60150 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17189] ppid=17166 vsize=1786424 CPUtime=0
/proc/17168/task/17189/stat : 17189 (java) S 17166 17168 16258 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 91317867 1829298176 60151 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.66
Current children cumulated vsize (KiB) 1786424

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 4/80 17189
/proc/meminfo: memFree=1538184/2055920 swapFree=4181224/4192956
[pid=17168] ppid=17166 vsize=1786748 CPUtime=1201.05
/proc/17168/stat : 17168 (java) S 17166 17168 16258 0 -1 0 73574 0 43 0 120053 52 0 0 16 0 15 0 91197876 1829629952 67476 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17168/statm: 446687 67476 1420 9 0 444034 0
[pid=17168/tid=17170] ppid=17166 vsize=1786748 CPUtime=1198.78
/proc/17168/task/17170/stat : 17170 (java) R 17166 17168 16258 0 -1 64 36266 0 12 0 119846 32 0 0 24 0 15 0 91197888 1829629952 67476 1992294400 134512640 134550932 4294955984 18446744073709551615 4109702487 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17171] ppid=17166 vsize=1786748 CPUtime=0.43
/proc/17168/task/17171/stat : 17171 (java) S 17166 17168 16258 0 -1 64 21032 0 0 0 33 10 0 0 21 0 15 0 91197897 1829629952 67476 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17172] ppid=17166 vsize=1786748 CPUtime=0.44
/proc/17168/task/17172/stat : 17172 (java) S 17166 17168 16258 0 -1 64 12481 0 0 0 38 6 0 0 16 0 15 0 91197897 1829629952 67476 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17173] ppid=17166 vsize=1786748 CPUtime=0
/proc/17168/task/17173/stat : 17173 (java) S 17166 17168 16258 0 -1 64 9 0 0 0 0 0 0 0 17 0 15 0 91197900 1829629952 67476 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17174] ppid=17166 vsize=1786748 CPUtime=0
/proc/17168/task/17174/stat : 17174 (java) S 17166 17168 16258 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 91197901 1829629952 67476 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17175] ppid=17166 vsize=1786748 CPUtime=0
/proc/17168/task/17175/stat : 17175 (java) S 17166 17168 16258 0 -1 64 7 0 0 0 0 0 0 0 17 0 15 0 91197901 1829629952 67476 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17176] ppid=17166 vsize=1786748 CPUtime=0
/proc/17168/task/17176/stat : 17176 (java) S 17166 17168 16258 0 -1 64 7 0 0 0 0 0 0 0 18 0 15 0 91197910 1829629952 67476 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17177] ppid=17166 vsize=1786748 CPUtime=0.84
/proc/17168/task/17177/stat : 17177 (java) R 17166 17168 16258 0 -1 64 1425 0 0 0 84 0 0 0 17 0 15 0 91197910 1829629952 67476 1992294400 134512640 134550932 4294955984 18446744073709551615 103142638 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17178] ppid=17166 vsize=1786748 CPUtime=0.48
/proc/17168/task/17178/stat : 17178 (java) S 17166 17168 16258 0 -1 64 1627 0 0 0 48 0 0 0 17 0 15 0 91197910 1829629952 67476 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17168/tid=17179] ppid=17166 vsize=1786748 CPUtime=0
/proc/17168/task/17179/stat : 17179 (java) S 17166 17168 16258 0 -1 64 1 0 0 0 0 0 0 0 21 0 15 0 91197910 1829629952 67476 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17180] ppid=17166 vsize=1786748 CPUtime=0
/proc/17168/task/17180/stat : 17180 (java) S 17166 17168 16258 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 91197910 1829629952 67476 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17181] ppid=17166 vsize=1786748 CPUtime=0
/proc/17168/task/17181/stat : 17181 (java) S 17166 17168 16258 0 -1 64 4 0 0 0 0 0 0 0 19 0 15 0 91198170 1829629952 67476 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17168/tid=17189] ppid=17166 vsize=1786748 CPUtime=0
/proc/17168/task/17189/stat : 17189 (java) S 17166 17168 16258 0 -1 64 8 0 0 0 0 0 0 0 17 0 15 0 91317867 1829629952 67476 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1201.05
Current children cumulated vsize (KiB) 1786748

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 4/80 17189
/proc/meminfo: memFree=1538184/2055920 swapFree=4181224/4192956
[pid=17168] ppid=17166 vsize=0 CPUtime=1201.18
/proc/17168/stat : 17168 (java) Z 17166 17168 16258 0 -1 1036 73607 0 43 0 120063 55 0 0 15 0 2 0 91197876 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17168/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1201.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1200.51
CPU time (s): 1201.2
CPU user time (s): 1200.63
CPU system time (s): 0.568913
CPU usage (%): 100.057
Max. virtual memory (cumulated for all children) (KiB): 1787124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.63
system time used= 0.568913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73607
page faults= 43
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25145
involuntary context switches= 28395

runsolver used 1.40679 second user time and 2.99554 second system time

The end

Launcher Data

Begin job on node79 at 2009-04-25 05:54:39
IDJOB=1717865
IDBENCH=20430
IDSOLVER=500
FILE ID=node79/1717865-1240631677
PBS_JOBID= 9186350
Free space on /tmp= 66280 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT07/industrial/palacios/medium/blocks-4-ipc5-h22-unknown.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717865-1240631677/watcher-1717865-1240631677 -o /tmp/evaluation-result-1717865-1240631677/solver-1717865-1240631677 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1717865-1240631677.cnf

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

MD5SUM BENCH= 8c6ad18be635cee0d986377c4d06ab11
RANDOM SEED=1577327739

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1747864 kB
Buffers:         33388 kB
Cached:         223256 kB
SwapCached:       6652 kB
Active:          48568 kB
Inactive:       217076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747864 kB
SwapTotal:     4192956 kB
SwapFree:      4181224 kB
Dirty:           17328 kB
Writeback:           0 kB
Mapped:          13456 kB
Slab:            28356 kB
Committed_AS:   301580 kB
PageTables:       1384 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= 66280 MiB
End job on node79 at 2009-04-25 06:14:41