Trace number 2067368

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 CSP 2.1.1? (TO) 1800.16 1800.16

General information on the benchmark

Namecsp/pseudo/fpga/
normalized-fpga-45-43.xml
MD5SUMea690cb6b373d731e61ee38afb0b4e4b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark70.3983
Satisfiable
(Un)Satisfiability was proved
Number of variables2903
Number of constraints2066
Maximum constraint arity45
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2066
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.14	c version 2.1.1.v20090622
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 671000808
0.08/0.14	c Max memory 672137216
0.08/0.14	c Total memory 672137216
0.08/0.14	c Number of processors 2
0.18/0.22	c c --- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.22	c Expensive reason simplification
0.18/0.22	c MiniSAT restarts strategy
0.18/0.22	c Memory based learned constraints deletion strategy
0.18/0.22	c timeout=2147483s
0.18/0.22	c DB Simplification allowed=false
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c solving HOME/instance-2067368-1247344573.xml
0.18/0.22	c reading problem ... 
0.38/0.46	c reading problem named null
0.38/0.46	c reading domains done.
0.38/0.47	c reading variables done.
1.18/1.26	c reading predicates  done.
1.48/1.53	c reading constraints
1800.09/1800.11	c starts		: 0
1800.09/1800.11	c conflicts		: 0
1800.09/1800.11	c decisions		: 0
1800.09/1800.11	c propagations		: 0
1800.09/1800.11	c inspects		: 0
1800.09/1800.11	c learnt literals	: 0
1800.09/1800.11	c learnt binary clauses	: 0
1800.09/1800.11	c learnt ternary clauses	: 0
1800.09/1800.11	c learnt clauses	: 0
1800.09/1800.11	c ignored clauses	: 0
1800.09/1800.11	c root simplifications	: 0
1800.09/1800.11	c removed literals (reason simplification)	: 0
1800.09/1800.11	c reason swapping (by a shorter reason)	: 0
1800.09/1800.11	c Calls to reduceDB	: 0
1800.09/1800.11	c speed (assignments/second)	: 0.0
1800.09/1800.12	c non guided choices	0
1800.09/1800.12	c learnt constraints type 
1800.09/1800.12	c constraints type 
1800.09/1800.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 44
1800.09/1800.12	c org.sat4j.minisat.constraints.card.AtLeast => 2903
1800.09/1800.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2903
1800.09/1800.12	s UNKNOWN
1800.09/1800.12	c Total wall clock time (in seconds) : 1799.888

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2067368-1247344573/watcher-2067368-1247344573 -o /tmp/evaluation-result-2067368-1247344573/solver-2067368-1247344573 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067368-1247344573.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.21 2.06 2.01 4/81 16358
/proc/meminfo: memFree=1446496/2055920 swapFree=4192812/4192956
[pid=16358] ppid=16356 vsize=4 CPUtime=0
/proc/16358/stat : 16358 (java) R 16356 16358 14941 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 21524138 4096 1 996147200 0 0 4294956428 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/16358/statm: 35 3 0 9 0 1 0

[startup+0.030289 s]
/proc/loadavg: 2.21 2.06 2.01 4/81 16358
/proc/meminfo: memFree=1446496/2055920 swapFree=4192812/4192956
[pid=16358] ppid=16356 vsize=800696 CPUtime=0.02
/proc/16358/stat : 16358 (java) S 16356 16358 14941 0 -1 0 2338 0 1 0 1 1 0 0 18 0 4 0 21524138 819912704 2085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16358/statm: 200174 2085 938 9 0 197525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.101271 s]
/proc/loadavg: 2.21 2.06 2.01 4/81 16358
/proc/meminfo: memFree=1446496/2055920 swapFree=4192812/4192956
[pid=16358] ppid=16356 vsize=804560 CPUtime=0.08
/proc/16358/stat : 16358 (java) S 16356 16358 14941 0 -1 0 3065 0 1 0 7 1 0 0 18 0 12 0 21524138 823869440 2808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16358/statm: 201140 2808 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301213 s]
/proc/loadavg: 2.21 2.06 2.01 4/81 16358
/proc/meminfo: memFree=1446496/2055920 swapFree=4192812/4192956
[pid=16358] ppid=16356 vsize=805856 CPUtime=0.29
/proc/16358/stat : 16358 (java) S 16356 16358 14941 0 -1 0 4388 0 1 0 26 3 0 0 18 0 12 0 21524138 825196544 4125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16358/statm: 201464 4125 1363 9 0 198791 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805856

[startup+0.701095 s]
/proc/loadavg: 2.21 2.06 2.01 4/81 16358
/proc/meminfo: memFree=1446496/2055920 swapFree=4192812/4192956
[pid=16358] ppid=16356 vsize=807404 CPUtime=0.68
/proc/16358/stat : 16358 (java) S 16356 16358 14941 0 -1 0 5529 0 1 0 64 4 0 0 18 0 12 0 21524138 826781696 4990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16358/statm: 201851 4990 1392 9 0 199178 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807404

[startup+1.50287 s]
/proc/loadavg: 2.21 2.06 2.01 4/93 16370
/proc/meminfo: memFree=1431168/2055920 swapFree=4192812/4192956
[pid=16358] ppid=16356 vsize=807352 CPUtime=1.48
/proc/16358/stat : 16358 (java) S 16356 16358 14941 0 -1 0 7494 0 1 0 143 5 0 0 18 0 12 0 21524138 826728448 6569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16358/statm: 201838 6569 1420 9 0 199165 0
[pid=16358/tid=16360] ppid=16356 vsize=807352 CPUtime=0.96
/proc/16358/task/16360/stat : 16360 (java) R 16356 16358 14941 0 -1 64 5255 0 1 0 92 4 0 0 25 0 12 0 21524139 826728448 6569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16361] ppid=16356 vsize=807352 CPUtime=0
/proc/16358/task/16361/stat : 16361 (java) S 16356 16358 14941 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 21524140 826728448 6569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16362] ppid=16356 vsize=807352 CPUtime=0
/proc/16358/task/16362/stat : 16362 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 21524140 826728448 6569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16363] ppid=16356 vsize=807352 CPUtime=0
/proc/16358/task/16363/stat : 16363 (java) S 16356 16358 14941 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 21524142 826728448 6569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16364] ppid=16356 vsize=807352 CPUtime=0
/proc/16358/task/16364/stat : 16364 (java) S 16356 16358 14941 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 21524142 826728448 6569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16365] ppid=16356 vsize=807352 CPUtime=0
/proc/16358/task/16365/stat : 16365 (java) S 16356 16358 14941 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 21524142 826728448 6569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16366] ppid=16356 vsize=807352 CPUtime=0
/proc/16358/task/16366/stat : 16366 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21524147 826728448 6569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16367] ppid=16356 vsize=807352 CPUtime=0.04
/proc/16358/task/16367/stat : 16367 (java) S 16356 16358 14941 0 -1 64 294 0 0 0 4 0 0 0 18 0 12 0 21524147 826728448 6569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16368] ppid=16356 vsize=807352 CPUtime=0.47
/proc/16358/task/16368/stat : 16368 (java) R 16356 16358 14941 0 -1 64 1201 0 0 0 47 0 0 0 16 0 12 0 21524147 826728448 6569 996147200 134512640 134550932 4294956016 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16369] ppid=16356 vsize=807352 CPUtime=0
/proc/16358/task/16369/stat : 16369 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21524147 826728448 6569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16370] ppid=16356 vsize=807352 CPUtime=0
/proc/16358/task/16370/stat : 16370 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21524147 826728448 6569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 807352

[startup+3.10241 s]
/proc/loadavg: 2.27 2.07 2.02 3/93 16370
/proc/meminfo: memFree=1417152/2055920 swapFree=4192812/4192956
[pid=16358] ppid=16356 vsize=817992 CPUtime=3.08
/proc/16358/stat : 16358 (java) S 16356 16358 14941 0 -1 0 18916 0 1 0 298 10 0 0 18 0 12 0 21524138 837623808 15187 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16358/statm: 204498 15189 1436 9 0 201825 0
[pid=16358/tid=16360] ppid=16356 vsize=817992 CPUtime=1.5
/proc/16358/task/16360/stat : 16360 (java) R 16356 16358 14941 0 -1 64 11168 0 1 0 143 7 0 0 25 0 12 0 21524139 837623808 15190 996147200 134512640 134550932 4294956016 18446744073709551615 4109643770 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16361] ppid=16356 vsize=817992 CPUtime=0
/proc/16358/task/16361/stat : 16361 (java) S 16356 16358 14941 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 21524140 837623808 15191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16362] ppid=16356 vsize=817992 CPUtime=0
/proc/16358/task/16362/stat : 16362 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 21524140 837623808 15192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16363] ppid=16356 vsize=817992 CPUtime=0
/proc/16358/task/16363/stat : 16363 (java) S 16356 16358 14941 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21524142 837623808 15194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16364] ppid=16356 vsize=817992 CPUtime=0
/proc/16358/task/16364/stat : 16364 (java) S 16356 16358 14941 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 21524142 837623808 15195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16365] ppid=16356 vsize=817992 CPUtime=0
/proc/16358/task/16365/stat : 16365 (java) S 16356 16358 14941 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 21524142 837623808 15196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16366] ppid=16356 vsize=817992 CPUtime=0
/proc/16358/task/16366/stat : 16366 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21524147 837623808 15197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16367] ppid=16356 vsize=817992 CPUtime=0.05
/proc/16358/task/16367/stat : 16367 (java) S 16356 16358 14941 0 -1 64 393 0 0 0 5 0 0 0 16 0 12 0 21524147 837623808 15199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16368] ppid=16356 vsize=817992 CPUtime=1.5
/proc/16358/task/16368/stat : 16368 (java) S 16356 16358 14941 0 -1 64 6614 0 0 0 148 2 0 0 22 0 12 0 21524147 837623808 15200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16369] ppid=16356 vsize=817992 CPUtime=0
/proc/16358/task/16369/stat : 16369 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21524147 837623808 15201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16370] ppid=16356 vsize=817992 CPUtime=0
/proc/16358/task/16370/stat : 16370 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21524147 837623808 15202 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 817992

[startup+6.30149 s]
/proc/loadavg: 2.27 2.07 2.02 3/93 16370
/proc/meminfo: memFree=1362816/2055920 swapFree=4192812/4192956
[pid=16358] ppid=16356 vsize=816392 CPUtime=6.29
/proc/16358/stat : 16358 (java) S 16356 16358 14941 0 -1 0 29736 0 1 0 614 15 0 0 18 0 12 0 21524138 835985408 25612 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16358/statm: 204098 25612 1445 9 0 201425 0
[pid=16358/tid=16360] ppid=16356 vsize=816392 CPUtime=4.58
/proc/16358/task/16360/stat : 16360 (java) R 16356 16358 14941 0 -1 64 19862 0 1 0 448 10 0 0 25 0 12 0 21524139 835985408 25612 996147200 134512640 134550932 4294956016 18446744073709551615 4109639792 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16361] ppid=16356 vsize=816392 CPUtime=0.03
/proc/16358/task/16361/stat : 16361 (java) S 16356 16358 14941 0 -1 64 853 0 0 0 3 0 0 0 16 0 12 0 21524140 835985408 25612 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16362] ppid=16356 vsize=816392 CPUtime=0.06
/proc/16358/task/16362/stat : 16362 (java) S 16356 16358 14941 0 -1 64 1247 0 0 0 6 0 0 0 16 0 12 0 21524140 835985408 25612 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16363] ppid=16356 vsize=816392 CPUtime=0
/proc/16358/task/16363/stat : 16363 (java) S 16356 16358 14941 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 21524142 835985408 25612 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16364] ppid=16356 vsize=816392 CPUtime=0
/proc/16358/task/16364/stat : 16364 (java) S 16356 16358 14941 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21524142 835985408 25612 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16365] ppid=16356 vsize=816392 CPUtime=0
/proc/16358/task/16365/stat : 16365 (java) S 16356 16358 14941 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21524142 835985408 25612 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16366] ppid=16356 vsize=816392 CPUtime=0
/proc/16358/task/16366/stat : 16366 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21524147 835985408 25612 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16367] ppid=16356 vsize=816392 CPUtime=0.05
/proc/16358/task/16367/stat : 16367 (java) S 16356 16358 14941 0 -1 64 393 0 0 0 5 0 0 0 16 0 12 0 21524147 835985408 25612 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16368] ppid=16356 vsize=816392 CPUtime=1.5
/proc/16358/task/16368/stat : 16368 (java) S 16356 16358 14941 0 -1 64 6614 0 0 0 148 2 0 0 22 0 12 0 21524147 835985408 25612 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16369] ppid=16356 vsize=816392 CPUtime=0
/proc/16358/task/16369/stat : 16369 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21524147 835985408 25612 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16370] ppid=16356 vsize=816392 CPUtime=0
/proc/16358/task/16370/stat : 16370 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21524147 835985408 25612 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 816392

[startup+12.7026 s]
/proc/loadavg: 2.23 2.07 2.02 3/93 16370
/proc/meminfo: memFree=1348736/2055920 swapFree=4192812/4192956
[pid=16358] ppid=16356 vsize=816392 CPUtime=12.69
/proc/16358/stat : 16358 (java) S 16356 16358 14941 0 -1 0 29762 0 1 0 1254 15 0 0 18 0 12 0 21524138 835985408 25626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16358/statm: 204098 25626 1445 9 0 201425 0
[pid=16358/tid=16360] ppid=16356 vsize=816392 CPUtime=10.98
/proc/16358/task/16360/stat : 16360 (java) R 16356 16358 14941 0 -1 64 19874 0 1 0 1087 11 0 0 25 0 12 0 21524139 835985408 25626 996147200 134512640 134550932 4294956016 18446744073709551615 4109619710 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16361] ppid=16356 vsize=816392 CPUtime=0.04
/proc/16358/task/16361/stat : 16361 (java) S 16356 16358 14941 0 -1 64 861 0 0 0 4 0 0 0 16 0 12 0 21524140 835985408 25626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16362] ppid=16356 vsize=816392 CPUtime=0.07
/proc/16358/task/16362/stat : 16362 (java) S 16356 16358 14941 0 -1 64 1253 0 0 0 7 0 0 0 16 0 12 0 21524140 835985408 25626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16363] ppid=16356 vsize=816392 CPUtime=0
/proc/16358/task/16363/stat : 16363 (java) S 16356 16358 14941 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 21524142 835985408 25626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16364] ppid=16356 vsize=816392 CPUtime=0
/proc/16358/task/16364/stat : 16364 (java) S 16356 16358 14941 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21524142 835985408 25626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16365] ppid=16356 vsize=816392 CPUtime=0
/proc/16358/task/16365/stat : 16365 (java) S 16356 16358 14941 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21524142 835985408 25626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16366] ppid=16356 vsize=816392 CPUtime=0
/proc/16358/task/16366/stat : 16366 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21524147 835985408 25626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16367] ppid=16356 vsize=816392 CPUtime=0.05
/proc/16358/task/16367/stat : 16367 (java) S 16356 16358 14941 0 -1 64 393 0 0 0 5 0 0 0 16 0 12 0 21524147 835985408 25626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16368] ppid=16356 vsize=816392 CPUtime=1.5
/proc/16358/task/16368/stat : 16368 (java) S 16356 16358 14941 0 -1 64 6614 0 0 0 148 2 0 0 22 0 12 0 21524147 835985408 25626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16369] ppid=16356 vsize=816392 CPUtime=0
/proc/16358/task/16369/stat : 16369 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21524147 835985408 25626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16370] ppid=16356 vsize=816392 CPUtime=0
/proc/16358/task/16370/stat : 16370 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21524147 835985408 25626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 816392

[startup+25.502 s]
/proc/loadavg: 2.19 2.07 2.02 3/93 16370
/proc/meminfo: memFree=1346624/2055920 swapFree=4192812/4192956
[pid=16358] ppid=16356 vsize=816392 CPUtime=25.48
/proc/16358/stat : 16358 (java) S 16356 16358 14941 0 -1 0 30349 0 1 0 2533 15 0 0 18 0 12 0 21524138 835985408 26189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16358/statm: 204098 26189 1445 9 0 201425 0
[pid=16358/tid=16360] ppid=16356 vsize=816392 CPUtime=23.77
/proc/16358/task/16360/stat : 16360 (java) R 16356 16358 14941 0 -1 64 20431 0 1 0 2366 11 0 0 25 0 12 0 21524139 835985408 26189 996147200 134512640 134550932 4294956016 18446744073709551615 4109632068 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16361] ppid=16356 vsize=816392 CPUtime=0.04
/proc/16358/task/16361/stat : 16361 (java) S 16356 16358 14941 0 -1 64 875 0 0 0 4 0 0 0 16 0 12 0 21524140 835985408 26189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16362] ppid=16356 vsize=816392 CPUtime=0.07
/proc/16358/task/16362/stat : 16362 (java) S 16356 16358 14941 0 -1 64 1269 0 0 0 7 0 0 0 15 0 12 0 21524140 835985408 26189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16363] ppid=16356 vsize=816392 CPUtime=0
/proc/16358/task/16363/stat : 16363 (java) S 16356 16358 14941 0 -1 64 26 0 0 0 0 0 0 0 15 0 12 0 21524142 835985408 26189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16364] ppid=16356 vsize=816392 CPUtime=0
/proc/16358/task/16364/stat : 16364 (java) S 16356 16358 14941 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21524142 835985408 26189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16365] ppid=16356 vsize=816392 CPUtime=0
/proc/16358/task/16365/stat : 16365 (java) S 16356 16358 14941 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21524142 835985408 26189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16366] ppid=16356 vsize=816392 CPUtime=0
/proc/16358/task/16366/stat : 16366 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21524147 835985408 26189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16367] ppid=16356 vsize=816392 CPUtime=0.05

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

[pid=16358/tid=16369] ppid=16356 vsize=816360 CPUtime=0
/proc/16358/task/16369/stat : 16369 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21524147 835952640 29036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16370] ppid=16356 vsize=816360 CPUtime=0
/proc/16358/task/16370/stat : 16370 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21524147 835952640 29036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.28
Current children cumulated vsize (KiB) 816360

[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/85 16937
/proc/meminfo: memFree=1749432/2055920 swapFree=4192812/4192956
[pid=16358] ppid=16356 vsize=816360 CPUtime=1662.27
/proc/16358/stat : 16358 (java) S 16356 16358 14941 0 -1 0 36254 0 1 0 166171 56 0 0 18 0 12 0 21524138 835952640 29144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16358/statm: 204090 29144 1445 9 0 201417 0
[pid=16358/tid=16360] ppid=16356 vsize=816360 CPUtime=1658.95
/proc/16358/task/16360/stat : 16360 (java) R 16356 16358 14941 0 -1 64 23375 0 1 0 165871 24 0 0 25 0 12 0 21524139 835952640 29144 996147200 134512640 134550932 4294956016 18446744073709551615 4109639792 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16361] ppid=16356 vsize=816360 CPUtime=0.57
/proc/16358/task/16361/stat : 16361 (java) S 16356 16358 14941 0 -1 64 2362 0 0 0 55 2 0 0 15 0 12 0 21524140 835952640 29144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16362] ppid=16356 vsize=816360 CPUtime=0.6
/proc/16358/task/16362/stat : 16362 (java) S 16356 16358 14941 0 -1 64 2743 0 0 0 57 3 0 0 16 0 12 0 21524140 835952640 29144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16363] ppid=16356 vsize=816360 CPUtime=0.54
/proc/16358/task/16363/stat : 16363 (java) S 16356 16358 14941 0 -1 64 26 0 0 0 32 22 0 0 15 0 12 0 21524142 835952640 29144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16364] ppid=16356 vsize=816360 CPUtime=0
/proc/16358/task/16364/stat : 16364 (java) S 16356 16358 14941 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21524142 835952640 29144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16365] ppid=16356 vsize=816360 CPUtime=0
/proc/16358/task/16365/stat : 16365 (java) S 16356 16358 14941 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21524142 835952640 29144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16366] ppid=16356 vsize=816360 CPUtime=0
/proc/16358/task/16366/stat : 16366 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21524147 835952640 29144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16367] ppid=16356 vsize=816360 CPUtime=0.05
/proc/16358/task/16367/stat : 16367 (java) S 16356 16358 14941 0 -1 64 393 0 0 0 5 0 0 0 16 0 12 0 21524147 835952640 29144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16368] ppid=16356 vsize=816360 CPUtime=1.51
/proc/16358/task/16368/stat : 16368 (java) S 16356 16358 14941 0 -1 64 6614 0 0 0 149 2 0 0 16 0 12 0 21524147 835952640 29144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16369] ppid=16356 vsize=816360 CPUtime=0
/proc/16358/task/16369/stat : 16369 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21524147 835952640 29144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16370] ppid=16356 vsize=816360 CPUtime=0
/proc/16358/task/16370/stat : 16370 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21524147 835952640 29144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.27
Current children cumulated vsize (KiB) 816360

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 16937
/proc/meminfo: memFree=1748920/2055920 swapFree=4192812/4192956
[pid=16358] ppid=16356 vsize=816360 CPUtime=1722.28
/proc/16358/stat : 16358 (java) S 16356 16358 14941 0 -1 0 36471 0 1 0 172170 58 0 0 18 0 12 0 21524138 835952640 29253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16358/statm: 204090 29253 1445 9 0 201417 0
[pid=16358/tid=16360] ppid=16356 vsize=816360 CPUtime=1718.89
/proc/16358/task/16360/stat : 16360 (java) R 16356 16358 14941 0 -1 64 23483 0 1 0 171864 25 0 0 25 0 12 0 21524139 835952640 29253 996147200 134512640 134550932 4294956016 18446744073709551615 4109694501 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16361] ppid=16356 vsize=816360 CPUtime=0.59
/proc/16358/task/16361/stat : 16361 (java) S 16356 16358 14941 0 -1 64 2417 0 0 0 57 2 0 0 15 0 12 0 21524140 835952640 29253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16362] ppid=16356 vsize=816360 CPUtime=0.62
/proc/16358/task/16362/stat : 16362 (java) S 16356 16358 14941 0 -1 64 2797 0 0 0 59 3 0 0 16 0 12 0 21524140 835952640 29253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16363] ppid=16356 vsize=816360 CPUtime=0.55
/proc/16358/task/16363/stat : 16363 (java) S 16356 16358 14941 0 -1 64 26 0 0 0 33 22 0 0 15 0 12 0 21524142 835952640 29253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16364] ppid=16356 vsize=816360 CPUtime=0
/proc/16358/task/16364/stat : 16364 (java) S 16356 16358 14941 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21524142 835952640 29253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16365] ppid=16356 vsize=816360 CPUtime=0
/proc/16358/task/16365/stat : 16365 (java) S 16356 16358 14941 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21524142 835952640 29253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16366] ppid=16356 vsize=816360 CPUtime=0
/proc/16358/task/16366/stat : 16366 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21524147 835952640 29253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16367] ppid=16356 vsize=816360 CPUtime=0.05
/proc/16358/task/16367/stat : 16367 (java) S 16356 16358 14941 0 -1 64 393 0 0 0 5 0 0 0 16 0 12 0 21524147 835952640 29253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16368] ppid=16356 vsize=816360 CPUtime=1.51
/proc/16358/task/16368/stat : 16368 (java) S 16356 16358 14941 0 -1 64 6614 0 0 0 149 2 0 0 16 0 12 0 21524147 835952640 29253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16369] ppid=16356 vsize=816360 CPUtime=0
/proc/16358/task/16369/stat : 16369 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21524147 835952640 29253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16370] ppid=16356 vsize=816360 CPUtime=0
/proc/16358/task/16370/stat : 16370 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21524147 835952640 29253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.28
Current children cumulated vsize (KiB) 816360

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/86 16938
/proc/meminfo: memFree=1748528/2055920 swapFree=4192812/4192956
[pid=16358] ppid=16356 vsize=816328 CPUtime=1782.28
/proc/16358/stat : 16358 (java) S 16356 16358 14941 0 -1 0 36687 0 1 0 178169 59 0 0 18 0 12 0 21524138 835919872 29353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16358/statm: 204082 29353 1445 9 0 201409 0
[pid=16358/tid=16360] ppid=16356 vsize=816328 CPUtime=1778.8
/proc/16358/task/16360/stat : 16360 (java) R 16356 16358 14941 0 -1 64 23591 0 1 0 177855 25 0 0 25 0 12 0 21524139 835919872 29353 996147200 134512640 134550932 4294956016 18446744073709551615 4109620252 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16361] ppid=16356 vsize=816328 CPUtime=0.61
/proc/16358/task/16361/stat : 16361 (java) S 16356 16358 14941 0 -1 64 2471 0 0 0 59 2 0 0 15 0 12 0 21524140 835919872 29353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16362] ppid=16356 vsize=816328 CPUtime=0.65
/proc/16358/task/16362/stat : 16362 (java) S 16356 16358 14941 0 -1 64 2851 0 0 0 61 4 0 0 16 0 12 0 21524140 835919872 29353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16363] ppid=16356 vsize=816328 CPUtime=0.57
/proc/16358/task/16363/stat : 16363 (java) S 16356 16358 14941 0 -1 64 26 0 0 0 34 23 0 0 15 0 12 0 21524142 835919872 29353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16364] ppid=16356 vsize=816328 CPUtime=0
/proc/16358/task/16364/stat : 16364 (java) S 16356 16358 14941 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21524142 835919872 29353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16365] ppid=16356 vsize=816328 CPUtime=0
/proc/16358/task/16365/stat : 16365 (java) S 16356 16358 14941 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21524142 835919872 29353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16366] ppid=16356 vsize=816328 CPUtime=0
/proc/16358/task/16366/stat : 16366 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21524147 835919872 29353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16367] ppid=16356 vsize=816328 CPUtime=0.05
/proc/16358/task/16367/stat : 16367 (java) S 16356 16358 14941 0 -1 64 393 0 0 0 5 0 0 0 16 0 12 0 21524147 835919872 29353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16368] ppid=16356 vsize=816328 CPUtime=1.53
/proc/16358/task/16368/stat : 16368 (java) S 16356 16358 14941 0 -1 64 6614 0 0 0 151 2 0 0 16 0 12 0 21524147 835919872 29353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16369] ppid=16356 vsize=816328 CPUtime=0
/proc/16358/task/16369/stat : 16369 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21524147 835919872 29353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16370] ppid=16356 vsize=816328 CPUtime=0
/proc/16358/task/16370/stat : 16370 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21524147 835919872 29353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.28
Current children cumulated vsize (KiB) 816328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/86 16938
/proc/meminfo: memFree=1748408/2055920 swapFree=4192812/4192956
[pid=16358] ppid=16356 vsize=816328 CPUtime=1800.09
/proc/16358/stat : 16358 (java) S 16356 16358 14941 0 -1 0 36751 0 1 0 179949 60 0 0 18 0 12 0 21524138 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16358/statm: 204082 29385 1445 9 0 201409 0
[pid=16358/tid=16360] ppid=16356 vsize=816328 CPUtime=1796.6
/proc/16358/task/16360/stat : 16360 (java) R 16356 16358 14941 0 -1 64 23623 0 1 0 179634 26 0 0 25 0 12 0 21524139 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4109620317 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16361] ppid=16356 vsize=816328 CPUtime=0.61
/proc/16358/task/16361/stat : 16361 (java) S 16356 16358 14941 0 -1 64 2488 0 0 0 59 2 0 0 15 0 12 0 21524140 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16362] ppid=16356 vsize=816328 CPUtime=0.66
/proc/16358/task/16362/stat : 16362 (java) S 16356 16358 14941 0 -1 64 2866 0 0 0 62 4 0 0 16 0 12 0 21524140 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16363] ppid=16356 vsize=816328 CPUtime=0.57
/proc/16358/task/16363/stat : 16363 (java) S 16356 16358 14941 0 -1 64 26 0 0 0 34 23 0 0 15 0 12 0 21524142 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16364] ppid=16356 vsize=816328 CPUtime=0
/proc/16358/task/16364/stat : 16364 (java) S 16356 16358 14941 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21524142 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16365] ppid=16356 vsize=816328 CPUtime=0
/proc/16358/task/16365/stat : 16365 (java) S 16356 16358 14941 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21524142 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16366] ppid=16356 vsize=816328 CPUtime=0
/proc/16358/task/16366/stat : 16366 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21524147 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16367] ppid=16356 vsize=816328 CPUtime=0.05
/proc/16358/task/16367/stat : 16367 (java) S 16356 16358 14941 0 -1 64 393 0 0 0 5 0 0 0 16 0 12 0 21524147 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16368] ppid=16356 vsize=816328 CPUtime=1.53
/proc/16358/task/16368/stat : 16368 (java) S 16356 16358 14941 0 -1 64 6614 0 0 0 151 2 0 0 16 0 12 0 21524147 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16369] ppid=16356 vsize=816328 CPUtime=0
/proc/16358/task/16369/stat : 16369 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21524147 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16370] ppid=16356 vsize=816328 CPUtime=0
/proc/16358/task/16370/stat : 16370 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21524147 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 816328

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

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

[startup+1800.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/86 16938
/proc/meminfo: memFree=1748408/2055920 swapFree=4192812/4192956
[pid=16358] ppid=16356 vsize=816328 CPUtime=1800.09
/proc/16358/stat : 16358 (java) S 16356 16358 14941 0 -1 0 36751 0 1 0 179949 60 0 0 18 0 12 0 21524138 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16358/statm: 204082 29385 1445 9 0 201409 0
[pid=16358/tid=16360] ppid=16356 vsize=816328 CPUtime=1796.6
/proc/16358/task/16360/stat : 16360 (java) R 16356 16358 14941 0 -1 64 23623 0 1 0 179634 26 0 0 25 0 12 0 21524139 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4109620317 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16361] ppid=16356 vsize=816328 CPUtime=0.61
/proc/16358/task/16361/stat : 16361 (java) S 16356 16358 14941 0 -1 64 2488 0 0 0 59 2 0 0 15 0 12 0 21524140 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16362] ppid=16356 vsize=816328 CPUtime=0.66
/proc/16358/task/16362/stat : 16362 (java) S 16356 16358 14941 0 -1 64 2866 0 0 0 62 4 0 0 16 0 12 0 21524140 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16363] ppid=16356 vsize=816328 CPUtime=0.57
/proc/16358/task/16363/stat : 16363 (java) S 16356 16358 14941 0 -1 64 26 0 0 0 34 23 0 0 15 0 12 0 21524142 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16364] ppid=16356 vsize=816328 CPUtime=0
/proc/16358/task/16364/stat : 16364 (java) S 16356 16358 14941 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21524142 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16365] ppid=16356 vsize=816328 CPUtime=0
/proc/16358/task/16365/stat : 16365 (java) S 16356 16358 14941 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21524142 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16366] ppid=16356 vsize=816328 CPUtime=0
/proc/16358/task/16366/stat : 16366 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21524147 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16367] ppid=16356 vsize=816328 CPUtime=0.05
/proc/16358/task/16367/stat : 16367 (java) S 16356 16358 14941 0 -1 64 393 0 0 0 5 0 0 0 16 0 12 0 21524147 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16368] ppid=16356 vsize=816328 CPUtime=1.53
/proc/16358/task/16368/stat : 16368 (java) S 16356 16358 14941 0 -1 64 6614 0 0 0 151 2 0 0 16 0 12 0 21524147 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16369] ppid=16356 vsize=816328 CPUtime=0
/proc/16358/task/16369/stat : 16369 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21524147 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16358/tid=16370] ppid=16356 vsize=816328 CPUtime=0
/proc/16358/task/16370/stat : 16370 (java) S 16356 16358 14941 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21524147 835919872 29385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 816328

Child status: 143
Real time (s): 1800.16
CPU time (s): 1800.16
CPU user time (s): 1799.54
CPU system time (s): 0.621905
CPU usage (%): 99.9997
Max. virtual memory (cumulated for all children) (KiB): 820324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 0.621905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36775
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= 84096
involuntary context switches= 74601

runsolver used 2.40363 second user time and 6.48901 second system time

The end

Launcher Data

Begin job on node16 at 2009-07-11 22:36:13
IDJOB=2067368
IDBENCH=54651
IDSOLVER=731
FILE ID=node16/2067368-1247344573
PBS_JOBID= 9506791
Free space on /tmp= 66448 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/fpga/normalized-fpga-45-43.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2067368-1247344573/watcher-2067368-1247344573 -o /tmp/evaluation-result-2067368-1247344573/solver-2067368-1247344573 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067368-1247344573.xml

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

MD5SUM BENCH= ea690cb6b373d731e61ee38afb0b4e4b
RANDOM SEED=377659181

node16.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.231
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.231
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:       1446976 kB
Buffers:         29036 kB
Cached:          95540 kB
SwapCached:          0 kB
Active:         515884 kB
Inactive:        42488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1446976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2212 kB
Writeback:           0 kB
Mapped:         454248 kB
Slab:            34996 kB
Committed_AS:   577440 kB
PageTables:       2776 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= 66448 MiB
End job on node16 at 2009-07-11 23:06:15