Trace number 204272

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, and are wall clock time (not CPU 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
sat4jCSP 1.7 RC BF3? (TO) 1800.22 1806.63

General information on the benchmark

NamejobShop/jobShop-e0ddr1/
e0ddr1-10-by-5-3.xml
MD5SUMe1bd95f32daac3037b0684e39e147fe9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.043992
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size114
Number of constraints which are defined in extension0
Number of constraints which are defined in intension265
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.21	c --- Begin Solver configuration ---
0.21	c Stops conflict analysis at the first Unique Implication Point
0.21	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.21	c Learn all clauses as in MiniSAT
0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving /tmp/evaluation/204272-1168165510/unknown.xml
0.21	c reading problem ... 
0.38	c reading problem named ?
0.38	c reading domains done.
0.41	c reading variables
c reading variables (50) done.
0.51	c reading predicates 
c reading relations (3) done.
0.70	c reading constraints
c reading constraints done.
9.76	c ... done. Wall clock time 9.545s.
9.76	c CPU time (experimental) 9.0s.
9.76	c #vars     5420
9.76	c #constraints  57472
992.29	c cleaning 98495 clauses out of 197000 for limit 2.0153628804337127
994.90	c cleaning 49503 clauses out of 99007 for limit 6.626412854692502
996.24	c cleaning 24996 clauses out of 50002 for limit 21.59453614460893
997.42	c cleaning 12750 clauses out of 25508 for limit 69.94871775451203
998.27	c cleaning 6625 clauses out of 13258 for limit 221.939211317752
999.03	c cleaning 3561 clauses out of 7131 for limit 679.1230641630084
999.76	c cleaning 2034 clauses out of 4074 for limit 1968.2117763336691
1000.46	c cleaning 1264 clauses out of 2538 for limit 5199.817440647125
1001.00	c cleaning 873 clauses out of 1773 for limit 12262.876478877584
1001.55	c cleaning 682 clauses out of 1400 for limit 25611.141798971705
1002.04	c cleaning 606 clauses out of 1219 for limit 48556.085727450234
1806.49	c starts		: 19
1806.49	c conflicts		: 338978
1806.49	c decisions		: 569561
1806.49	c propagations		: 39699971
1806.49	c inspects		: 2083784495
1806.49	c learnt literals	: 0
1806.49	c learnt binary clauses	: 0
1806.49	c learnt ternary clauses	: 0
1806.49	c learnt clauses	: 338978
1806.49	c root simplifications	: 0
1806.49	c removed literals (reason simplification)	: 0
1806.49	c reason swapping (by a shorter reason)	: 0
1806.49	c Calls to reduceDB	: 11
1806.49	c speed (decisions/second)	: 317.0011287259645
1806.49	c non guided choices	1122
1806.49	s UNKNOWN
1806.49	c Total wall clock time (in seconds) : 1806.275
1806.49	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-204272-1168165510 -o ROOT/results/node9/solver-204272-1168165510 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/204272-1168165510/sat4jCSP-bf3.jar /tmp/evaluation/204272-1168165510/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 1.70 1.76 1.87 4/81 18224
/proc/meminfo: memFree=1698704/2055920 swapFree=4191880/4192956
[pid=18223] ppid=18221 vsize=1784 CPUtime=0
/proc/18223/stat : 18223 (java) D 18221 18223 17712 0 -1 0 166 0 0 0 0 0 0 0 20 0 1 0 164946426 1826816 137 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/18223/statm: 446 137 102 14 0 91 0

[startup+0.102758 s]
/proc/loadavg: 1.70 1.76 1.87 4/81 18224
/proc/meminfo: memFree=1698704/2055920 swapFree=4191880/4192956
[pid=18223] ppid=18221 vsize=901540 CPUtime=0.08
/proc/18223/stat : 18223 (java) R 18221 18223 17712 0 -1 0 3345 0 1 0 7 1 0 0 24 0 12 0 164946426 923176960 3105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4160643169 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18223/statm: 225385 3105 1565 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.510804 s]
/proc/loadavg: 1.70 1.76 1.87 4/81 18224
/proc/meminfo: memFree=1698704/2055920 swapFree=4191880/4192956
[pid=18223] ppid=18221 vsize=907292 CPUtime=0.7
/proc/18223/stat : 18223 (java) R 18221 18223 17712 0 -1 0 6458 0 1 0 67 3 0 0 18 0 12 0 164946426 929067008 6042 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18223/statm: 226823 6042 2310 14 0 213260 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 907292

[startup+1.3329 s]
/proc/loadavg: 1.70 1.76 1.87 2/92 18238
/proc/meminfo: memFree=1677944/2055920 swapFree=4191880/4192956
[pid=18223] ppid=18221 vsize=907232 CPUtime=1.72
/proc/18223/stat : 18223 (java) R 18221 18223 17712 0 -1 0 11374 0 1 0 166 6 0 0 18 0 12 0 164946426 929005568 10753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054251339 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18223/statm: 226808 10753 2476 14 0 213245 0
[pid=18223/tid=18226] ppid=18221 vsize=907232 CPUtime=0
/proc/18223/task/18226/stat : 18226 (java) S 18221 18223 17712 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 164946429 929005568 10753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18227] ppid=18221 vsize=907232 CPUtime=0
/proc/18223/task/18227/stat : 18227 (java) S 18221 18223 17712 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 164946429 929005568 10753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18223/tid=18228] ppid=18221 vsize=907232 CPUtime=0
/proc/18223/task/18228/stat : 18228 (java) S 18221 18223 17712 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 164946432 929005568 10753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18229] ppid=18221 vsize=907232 CPUtime=0
/proc/18223/task/18229/stat : 18229 (java) S 18221 18223 17712 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 164946432 929005568 10753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18230] ppid=18221 vsize=907232 CPUtime=0
/proc/18223/task/18230/stat : 18230 (java) S 18221 18223 17712 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 164946432 929005568 10753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18231] ppid=18221 vsize=907232 CPUtime=0
/proc/18223/task/18231/stat : 18231 (java) S 18221 18223 17712 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 164946436 929005568 10753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18232] ppid=18221 vsize=907232 CPUtime=0
/proc/18223/task/18232/stat : 18232 (java) S 18221 18223 17712 0 -1 64 23 0 0 0 0 0 0 0 16 0 12 0 164946436 929005568 10753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18233] ppid=18221 vsize=907232 CPUtime=0.3
/proc/18223/task/18233/stat : 18233 (java) S 18221 18223 17712 0 -1 64 737 0 0 0 30 0 0 0 16 0 12 0 164946436 929005568 10753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18223/tid=18234] ppid=18221 vsize=907232 CPUtime=0.28
/proc/18223/task/18234/stat : 18234 (java) S 18221 18223 17712 0 -1 64 359 0 0 0 28 0 0 0 16 0 12 0 164946436 929005568 10753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18235] ppid=18221 vsize=907232 CPUtime=0
/proc/18223/task/18235/stat : 18235 (java) S 18221 18223 17712 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 164946436 929005568 10753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18236] ppid=18221 vsize=907232 CPUtime=0
/proc/18223/task/18236/stat : 18236 (java) S 18221 18223 17712 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164946436 929005568 10753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 907232

[startup+2.98508 s]
/proc/loadavg: 1.70 1.76 1.87 3/92 18238
/proc/meminfo: memFree=1626232/2055920 swapFree=4191880/4192956
[pid=18223] ppid=18221 vsize=913588 CPUtime=3.7
/proc/18223/stat : 18223 (java) R 18221 18223 17712 0 -1 0 25316 0 1 0 357 13 0 0 21 0 12 0 164946426 935514112 23567 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053873682 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18223/statm: 228397 23567 2479 14 0 214834 0
[pid=18223/tid=18226] ppid=18221 vsize=913588 CPUtime=0.01
/proc/18223/task/18226/stat : 18226 (java) S 18221 18223 17712 0 -1 64 655 0 0 0 1 0 0 0 16 0 12 0 164946429 935514112 23567 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18227] ppid=18221 vsize=913588 CPUtime=0.01
/proc/18223/task/18227/stat : 18227 (java) S 18221 18223 17712 0 -1 64 412 0 0 0 1 0 0 0 16 0 12 0 164946429 935514112 23567 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18223/tid=18228] ppid=18221 vsize=913588 CPUtime=0
/proc/18223/task/18228/stat : 18228 (java) S 18221 18223 17712 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 164946432 935514112 23567 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18223/tid=18229] ppid=18221 vsize=913588 CPUtime=0
/proc/18223/task/18229/stat : 18229 (java) S 18221 18223 17712 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 164946432 935514112 23567 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18230] ppid=18221 vsize=913588 CPUtime=0
/proc/18223/task/18230/stat : 18230 (java) S 18221 18223 17712 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164946432 935514112 23567 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18223/tid=18231] ppid=18221 vsize=913588 CPUtime=0
/proc/18223/task/18231/stat : 18231 (java) S 18221 18223 17712 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 164946436 935514112 23567 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18232] ppid=18221 vsize=913588 CPUtime=0
/proc/18223/task/18232/stat : 18232 (java) S 18221 18223 17712 0 -1 64 23 0 0 0 0 0 0 0 16 0 12 0 164946436 935514112 23567 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18233] ppid=18221 vsize=913588 CPUtime=0.55
/proc/18223/task/18233/stat : 18233 (java) S 18221 18223 17712 0 -1 64 2065 0 0 0 54 1 0 0 16 0 12 0 164946436 935514112 23567 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18223/tid=18234] ppid=18221 vsize=913588 CPUtime=0.52
/proc/18223/task/18234/stat : 18234 (java) S 18221 18223 17712 0 -1 64 1883 0 0 0 52 0 0 0 16 0 12 0 164946436 935514112 23567 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18235] ppid=18221 vsize=913588 CPUtime=0
/proc/18223/task/18235/stat : 18235 (java) S 18221 18223 17712 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 164946436 935514112 23567 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18236] ppid=18221 vsize=913588 CPUtime=0
/proc/18223/task/18236/stat : 18236 (java) S 18221 18223 17712 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164946436 935514112 23567 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 913588

[startup+6.27646 s]
/proc/loadavg: 1.64 1.75 1.86 3/98 18282
/proc/meminfo: memFree=1595392/2055920 swapFree=4191880/4192956
[pid=18223] ppid=18221 vsize=913268 CPUtime=7.13
/proc/18223/stat : 18223 (java) R 18221 18223 17712 0 -1 0 30182 0 1 0 698 15 0 0 25 0 12 0 164946426 935186432 28163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054309689 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18223/statm: 228317 28163 2479 14 0 214754 0
[pid=18223/tid=18226] ppid=18221 vsize=913268 CPUtime=0.11
/proc/18223/task/18226/stat : 18226 (java) S 18221 18223 17712 0 -1 64 5031 0 0 0 10 1 0 0 16 0 12 0 164946429 935186432 28163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18227] ppid=18221 vsize=913268 CPUtime=0.11
/proc/18223/task/18227/stat : 18227 (java) S 18221 18223 17712 0 -1 64 865 0 0 0 10 1 0 0 16 0 12 0 164946429 935186432 28163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18223/tid=18228] ppid=18221 vsize=913268 CPUtime=0
/proc/18223/task/18228/stat : 18228 (java) S 18221 18223 17712 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 164946432 935186432 28163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18223/tid=18229] ppid=18221 vsize=913268 CPUtime=0
/proc/18223/task/18229/stat : 18229 (java) S 18221 18223 17712 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 164946432 935186432 28163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18230] ppid=18221 vsize=913268 CPUtime=0
/proc/18223/task/18230/stat : 18230 (java) S 18221 18223 17712 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164946432 935186432 28163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18223/tid=18231] ppid=18221 vsize=913268 CPUtime=0
/proc/18223/task/18231/stat : 18231 (java) S 18221 18223 17712 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 164946436 935186432 28163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18232] ppid=18221 vsize=913268 CPUtime=0
/proc/18223/task/18232/stat : 18232 (java) S 18221 18223 17712 0 -1 64 23 0 0 0 0 0 0 0 15 0 12 0 164946436 935186432 28163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18233] ppid=18221 vsize=913268 CPUtime=0.62
/proc/18223/task/18233/stat : 18233 (java) S 18221 18223 17712 0 -1 64 2070 0 0 0 61 1 0 0 16 0 12 0 164946436 935186432 28163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18223/tid=18234] ppid=18221 vsize=913268 CPUtime=0.57
/proc/18223/task/18234/stat : 18234 (java) S 18221 18223 17712 0 -1 64 1895 0 0 0 57 0 0 0 17 0 12 0 164946436 935186432 28163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18235] ppid=18221 vsize=913268 CPUtime=0
/proc/18223/task/18235/stat : 18235 (java) S 18221 18223 17712 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 164946436 935186432 28163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18236] ppid=18221 vsize=913268 CPUtime=0
/proc/18223/task/18236/stat : 18236 (java) S 18221 18223 17712 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164946436 935186432 28163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.13
Current children cumulated vsize (KiB) 913268

[startup+12.6882 s]
/proc/loadavg: 1.59 1.74 1.86 2/93 18310
/proc/meminfo: memFree=1579824/2055920 swapFree=4191880/4192956
[pid=18223] ppid=18221 vsize=913784 CPUtime=14.29
/proc/18223/stat : 18223 (java) R 18221 18223 17712 0 -1 0 37536 0 1 0 1410 19 0 0 25 0 13 0 164946426 935714816 32873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054571478 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18223/statm: 228446 32873 2485 14 0 214883 0
[pid=18223/tid=18226] ppid=18221 vsize=913784 CPUtime=0.23
/proc/18223/task/18226/stat : 18226 (java) S 18221 18223 17712 0 -1 64 8251 0 0 0 20 3 0 0 16 0 13 0 164946429 935714816 32873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18227] ppid=18221 vsize=913784 CPUtime=0.22
/proc/18223/task/18227/stat : 18227 (java) S 18221 18223 17712 0 -1 64 4343 0 0 0 20 2 0 0 16 0 13 0 164946429 935714816 32873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18223/tid=18228] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18228/stat : 18228 (java) S 18221 18223 17712 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 164946432 935714816 32873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18223/tid=18229] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18229/stat : 18229 (java) S 18221 18223 17712 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 164946432 935714816 32873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18230] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18230/stat : 18230 (java) S 18221 18223 17712 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164946432 935714816 32873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18223/tid=18231] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18231/stat : 18231 (java) S 18221 18223 17712 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 164946436 935714816 32873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18232] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18232/stat : 18232 (java) S 18221 18223 17712 0 -1 64 23 0 0 0 0 0 0 0 17 0 13 0 164946436 935714816 32873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18233] ppid=18221 vsize=913784 CPUtime=1.03
/proc/18223/task/18233/stat : 18233 (java) S 18221 18223 17712 0 -1 64 2103 0 0 0 102 1 0 0 17 0 13 0 164946436 935714816 32873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18234] ppid=18221 vsize=913784 CPUtime=1.1
/proc/18223/task/18234/stat : 18234 (java) S 18221 18223 17712 0 -1 64 2486 0 0 0 109 1 0 0 17 0 13 0 164946436 935714816 32873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18223/tid=18235] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18235/stat : 18235 (java) S 18221 18223 17712 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 164946436 935714816 32873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18236] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18236/stat : 18236 (java) S 18221 18223 17712 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164946436 935714816 32873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18223/tid=18309] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18309/stat : 18309 (java) S 18221 18223 17712 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 164947404 935714816 32873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.29
Current children cumulated vsize (KiB) 913784

[startup+25.5496 s]
/proc/loadavg: 1.46 1.70 1.84 2/93 18350
/proc/meminfo: memFree=1561008/2055920 swapFree=4191880/4192956
[pid=18223] ppid=18221 vsize=913784 CPUtime=27.21
/proc/18223/stat : 18223 (java) R 18221 18223 17712 0 -1 0 44362 0 1 0 2698 23 0 0 25 0 13 0 164946426 935714816 37579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054571195 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18223/statm: 228446 37579 2485 14 0 214883 0
[pid=18223/tid=18226] ppid=18221 vsize=913784 CPUtime=0.28
/proc/18223/task/18226/stat : 18226 (java) S 18221 18223 17712 0 -1 64 11777 0 0 0 23 5 0 0 17 0 13 0 164946429 935714816 37579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18227] ppid=18221 vsize=913784 CPUtime=0.27
/proc/18223/task/18227/stat : 18227 (java) S 18221 18223 17712 0 -1 64 7632 0 0 0 23 4 0 0 16 0 13 0 164946429 935714816 37579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18223/tid=18228] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18228/stat : 18228 (java) S 18221 18223 17712 0 -1 64 26 0 0 0 0 0 0 0 17 0 13 0 164946432 935714816 37579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18223/tid=18229] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18229/stat : 18229 (java) S 18221 18223 17712 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 164946432 935714816 37579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18230] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18230/stat : 18230 (java) S 18221 18223 17712 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164946432 935714816 37579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18223/tid=18231] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18231/stat : 18231 (java) S 18221 18223 17712 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 164946436 935714816 37579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18232] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18232/stat : 18232 (java) S 18221 18223 17712 0 -1 64 23 0 0 0 0 0 0 0 17 0 13 0 164946436 935714816 37579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18233] ppid=18221 vsize=913784 CPUtime=1.06
/proc/18223/task/18233/stat : 18233 (java) S 18221 18223 17712 0 -1 64 2105 0 0 0 105 1 0 0 16 0 13 0 164946436 935714816 37579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18234] ppid=18221 vsize=913784 CPUtime=1.14
/proc/18223/task/18234/stat : 18234 (java) S 18221 18223 17712 0 -1 64 2488 0 0 0 113 1 0 0 17 0 13 0 164946436 935714816 37579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18223/tid=18235] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18235/stat : 18235 (java) S 18221 18223 17712 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 164946436 935714816 37579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18236] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18236/stat : 18236 (java) S 18221 18223 17712 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164946436 935714816 37579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18223/tid=18309] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18309/stat : 18309 (java) S 18221 18223 17712 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 164947404 935714816 37579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.21
Current children cumulated vsize (KiB) 913784

[startup+51.2116 s]
/proc/loadavg: 1.38 1.66 1.82 3/109 18548
/proc/meminfo: memFree=1455208/2055920 swapFree=4191880/4192956
[pid=18223] ppid=18221 vsize=913784 CPUtime=52.79
/proc/18223/stat : 18223 (java) R 18221 18223 17712 0 -1 0 51511 0 1 0 5252 27 0 0 25 0 13 0 164946426 935714816 42826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054661502 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18223/statm: 228446 42826 2485 14 0 214883 0
[pid=18223/tid=18226] ppid=18221 vsize=913784 CPUtime=0.34

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

/proc/loadavg: 1.52 1.87 1.92 2/93 19569
/proc/meminfo: memFree=980792/2055920 swapFree=4191880/4192956
[pid=18223] ppid=18221 vsize=913784 CPUtime=1597.6
/proc/18223/stat : 18223 (java) R 18221 18223 17712 0 -1 0 203930 0 1 0 159641 119 0 0 25 0 13 0 164946426 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054611089 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18223/statm: 228446 180842 2488 14 0 214883 0
[pid=18223/tid=18226] ppid=18221 vsize=913784 CPUtime=2.55
/proc/18223/task/18226/stat : 18226 (java) S 18221 18223 17712 0 -1 64 87390 0 0 0 216 39 0 0 17 0 13 0 164946429 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18227] ppid=18221 vsize=913784 CPUtime=2.65
/proc/18223/task/18227/stat : 18227 (java) S 18221 18223 17712 0 -1 64 91548 0 0 0 219 46 0 0 17 0 13 0 164946429 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18228] ppid=18221 vsize=913784 CPUtime=0.31
/proc/18223/task/18228/stat : 18228 (java) S 18221 18223 17712 0 -1 64 27 0 0 0 31 0 0 0 16 0 13 0 164946432 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18229] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18229/stat : 18229 (java) S 18221 18223 17712 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 164946432 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18230] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18230/stat : 18230 (java) S 18221 18223 17712 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164946432 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18231] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18231/stat : 18231 (java) S 18221 18223 17712 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 164946436 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18232] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18232/stat : 18232 (java) S 18221 18223 17712 0 -1 64 23 0 0 0 0 0 0 0 17 0 13 0 164946436 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18233] ppid=18221 vsize=913784 CPUtime=1.18
/proc/18223/task/18233/stat : 18233 (java) S 18221 18223 17712 0 -1 64 2106 0 0 0 117 1 0 0 17 0 13 0 164946436 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18234] ppid=18221 vsize=913784 CPUtime=1.22
/proc/18223/task/18234/stat : 18234 (java) S 18221 18223 17712 0 -1 64 2490 0 0 0 121 1 0 0 17 0 13 0 164946436 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18235] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18235/stat : 18235 (java) S 18221 18223 17712 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 164946436 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18236] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18236/stat : 18236 (java) S 18221 18223 17712 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164946436 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18223/tid=18309] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18309/stat : 18309 (java) S 18221 18223 17712 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 164947404 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.6
Current children cumulated vsize (KiB) 913784

[startup+1664.03 s]
/proc/loadavg: 1.79 1.87 1.91 3/100 19586
/proc/meminfo: memFree=978560/2055920 swapFree=4191880/4192956
[pid=18223] ppid=18221 vsize=913784 CPUtime=1657.55
/proc/18223/stat : 18223 (java) R 18221 18223 17712 0 -1 0 203932 0 1 0 165635 120 0 0 25 0 13 0 164946426 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054529428 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18223/statm: 228446 180842 2488 14 0 214883 0
[pid=18223/tid=18226] ppid=18221 vsize=913784 CPUtime=2.67
/proc/18223/task/18226/stat : 18226 (java) S 18221 18223 17712 0 -1 64 87390 0 0 0 228 39 0 0 17 0 13 0 164946429 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18227] ppid=18221 vsize=913784 CPUtime=2.79
/proc/18223/task/18227/stat : 18227 (java) S 18221 18223 17712 0 -1 64 91548 0 0 0 233 46 0 0 17 0 13 0 164946429 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18228] ppid=18221 vsize=913784 CPUtime=0.31
/proc/18223/task/18228/stat : 18228 (java) S 18221 18223 17712 0 -1 64 27 0 0 0 31 0 0 0 16 0 13 0 164946432 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18229] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18229/stat : 18229 (java) S 18221 18223 17712 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 164946432 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18230] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18230/stat : 18230 (java) S 18221 18223 17712 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164946432 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18231] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18231/stat : 18231 (java) S 18221 18223 17712 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 164946436 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18232] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18232/stat : 18232 (java) S 18221 18223 17712 0 -1 64 23 0 0 0 0 0 0 0 17 0 13 0 164946436 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18233] ppid=18221 vsize=913784 CPUtime=1.18
/proc/18223/task/18233/stat : 18233 (java) S 18221 18223 17712 0 -1 64 2106 0 0 0 117 1 0 0 17 0 13 0 164946436 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18234] ppid=18221 vsize=913784 CPUtime=1.22
/proc/18223/task/18234/stat : 18234 (java) S 18221 18223 17712 0 -1 64 2490 0 0 0 121 1 0 0 17 0 13 0 164946436 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18235] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18235/stat : 18235 (java) S 18221 18223 17712 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 164946436 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18236] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18236/stat : 18236 (java) S 18221 18223 17712 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164946436 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18223/tid=18309] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18309/stat : 18309 (java) S 18221 18223 17712 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 164947404 935714816 180842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.55
Current children cumulated vsize (KiB) 913784

[startup+1724.11 s]
/proc/loadavg: 1.51 1.79 1.88 2/93 19645
/proc/meminfo: memFree=979128/2055920 swapFree=4191880/4192956
[pid=18223] ppid=18221 vsize=913784 CPUtime=1717.76
/proc/18223/stat : 18223 (java) R 18221 18223 17712 0 -1 0 203935 0 1 0 171655 121 0 0 25 0 13 0 164946426 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054611391 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18223/statm: 228446 180843 2488 14 0 214883 0
[pid=18223/tid=18226] ppid=18221 vsize=913784 CPUtime=2.84
/proc/18223/task/18226/stat : 18226 (java) S 18221 18223 17712 0 -1 64 87390 0 0 0 245 39 0 0 17 0 13 0 164946429 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18227] ppid=18221 vsize=913784 CPUtime=2.96
/proc/18223/task/18227/stat : 18227 (java) S 18221 18223 17712 0 -1 64 91548 0 0 0 250 46 0 0 16 0 13 0 164946429 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18223/tid=18228] ppid=18221 vsize=913784 CPUtime=0.31
/proc/18223/task/18228/stat : 18228 (java) S 18221 18223 17712 0 -1 64 27 0 0 0 31 0 0 0 16 0 13 0 164946432 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18229] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18229/stat : 18229 (java) S 18221 18223 17712 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 164946432 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18230] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18230/stat : 18230 (java) S 18221 18223 17712 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164946432 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18231] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18231/stat : 18231 (java) S 18221 18223 17712 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 164946436 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18232] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18232/stat : 18232 (java) S 18221 18223 17712 0 -1 64 23 0 0 0 0 0 0 0 17 0 13 0 164946436 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18233] ppid=18221 vsize=913784 CPUtime=1.18
/proc/18223/task/18233/stat : 18233 (java) S 18221 18223 17712 0 -1 64 2106 0 0 0 117 1 0 0 17 0 13 0 164946436 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18234] ppid=18221 vsize=913784 CPUtime=1.22
/proc/18223/task/18234/stat : 18234 (java) S 18221 18223 17712 0 -1 64 2490 0 0 0 121 1 0 0 17 0 13 0 164946436 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18235] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18235/stat : 18235 (java) S 18221 18223 17712 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 164946436 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18236] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18236/stat : 18236 (java) S 18221 18223 17712 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164946436 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18309] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18309/stat : 18309 (java) S 18221 18223 17712 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 164947404 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.76
Current children cumulated vsize (KiB) 913784

[startup+1784.18 s]
/proc/loadavg: 1.43 1.69 1.84 3/100 19734
/proc/meminfo: memFree=977664/2055920 swapFree=4191880/4192956
[pid=18223] ppid=18221 vsize=913784 CPUtime=1777.77
/proc/18223/stat : 18223 (java) R 18221 18223 17712 0 -1 0 203936 0 1 0 177655 122 0 0 25 0 13 0 164946426 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054611451 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18223/statm: 228446 180843 2488 14 0 214883 0
[pid=18223/tid=18226] ppid=18221 vsize=913784 CPUtime=2.92
/proc/18223/task/18226/stat : 18226 (java) S 18221 18223 17712 0 -1 64 87390 0 0 0 253 39 0 0 17 0 13 0 164946429 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18227] ppid=18221 vsize=913784 CPUtime=3.01
/proc/18223/task/18227/stat : 18227 (java) S 18221 18223 17712 0 -1 64 91548 0 0 0 255 46 0 0 17 0 13 0 164946429 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18228] ppid=18221 vsize=913784 CPUtime=0.31
/proc/18223/task/18228/stat : 18228 (java) S 18221 18223 17712 0 -1 64 27 0 0 0 31 0 0 0 16 0 13 0 164946432 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18229] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18229/stat : 18229 (java) S 18221 18223 17712 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 164946432 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18230] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18230/stat : 18230 (java) S 18221 18223 17712 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164946432 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18231] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18231/stat : 18231 (java) S 18221 18223 17712 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 164946436 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18232] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18232/stat : 18232 (java) S 18221 18223 17712 0 -1 64 23 0 0 0 0 0 0 0 17 0 13 0 164946436 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18233] ppid=18221 vsize=913784 CPUtime=1.18
/proc/18223/task/18233/stat : 18233 (java) S 18221 18223 17712 0 -1 64 2106 0 0 0 117 1 0 0 17 0 13 0 164946436 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18234] ppid=18221 vsize=913784 CPUtime=1.22
/proc/18223/task/18234/stat : 18234 (java) S 18221 18223 17712 0 -1 64 2490 0 0 0 121 1 0 0 17 0 13 0 164946436 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18235] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18235/stat : 18235 (java) S 18221 18223 17712 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 164946436 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18236] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18236/stat : 18236 (java) S 18221 18223 17712 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164946436 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18309] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18309/stat : 18309 (java) S 18221 18223 17712 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 164947404 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.77
Current children cumulated vsize (KiB) 913784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.48 s]
/proc/loadavg: 1.62 1.71 1.84 3/100 19734
/proc/meminfo: memFree=977728/2055920 swapFree=4191880/4192956
[pid=18223] ppid=18221 vsize=913784 CPUtime=1800.06
/proc/18223/stat : 18223 (java) R 18221 18223 17712 0 -1 0 203936 0 1 0 179884 122 0 0 25 0 13 0 164946426 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054611342 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18223/statm: 228446 180843 2488 14 0 214883 0
[pid=18223/tid=18226] ppid=18221 vsize=913784 CPUtime=2.92
/proc/18223/task/18226/stat : 18226 (java) S 18221 18223 17712 0 -1 64 87390 0 0 0 253 39 0 0 17 0 13 0 164946429 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18227] ppid=18221 vsize=913784 CPUtime=3.01
/proc/18223/task/18227/stat : 18227 (java) S 18221 18223 17712 0 -1 64 91548 0 0 0 255 46 0 0 17 0 13 0 164946429 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18228] ppid=18221 vsize=913784 CPUtime=0.31
/proc/18223/task/18228/stat : 18228 (java) S 18221 18223 17712 0 -1 64 27 0 0 0 31 0 0 0 16 0 13 0 164946432 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18229] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18229/stat : 18229 (java) S 18221 18223 17712 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 164946432 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18230] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18230/stat : 18230 (java) S 18221 18223 17712 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164946432 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18231] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18231/stat : 18231 (java) S 18221 18223 17712 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 164946436 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18232] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18232/stat : 18232 (java) S 18221 18223 17712 0 -1 64 23 0 0 0 0 0 0 0 17 0 13 0 164946436 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18233] ppid=18221 vsize=913784 CPUtime=1.18
/proc/18223/task/18233/stat : 18233 (java) S 18221 18223 17712 0 -1 64 2106 0 0 0 117 1 0 0 17 0 13 0 164946436 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18234] ppid=18221 vsize=913784 CPUtime=1.22
/proc/18223/task/18234/stat : 18234 (java) S 18221 18223 17712 0 -1 64 2490 0 0 0 121 1 0 0 17 0 13 0 164946436 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18235] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18235/stat : 18235 (java) S 18221 18223 17712 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 164946436 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18236] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18236/stat : 18236 (java) S 18221 18223 17712 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164946436 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18223/tid=18309] ppid=18221 vsize=913784 CPUtime=0
/proc/18223/task/18309/stat : 18309 (java) S 18221 18223 17712 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 164947404 935714816 180843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 913784

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

Child status: 143
Real time (s): 1806.63
CPU time (s): 1800.22
CPU user time (s): 1798.89
CPU system time (s): 1.3348
CPU usage (%): 99.6451
Max. virtual memory (cumulated for all children) (KiB): 915000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 1.3348
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203958
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= 37849
involuntary context switches= 59952

runsolver used 2.34864 s user time and 5.99709 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Sun Jan  7 10:25:11 UTC 2007


IDJOB= 204272
IDBENCH= 4011
FILE ID= node9/204272-1168165510

PBS_JOBID= 3478337

Free space on /tmp= 66540 MiB

BENCH NAME= HOME/pub/bench/CPAI06/jobShop/jobShop-e0ddr1/e0ddr1-10-by-5-3.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/204272-1168165510/sat4jCSP-bf3.jar /tmp/evaluation/204272-1168165510/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-204272-1168165510 -o ROOT/results/node9/solver-204272-1168165510 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/204272-1168165510/sat4jCSP-bf3.jar /tmp/evaluation/204272-1168165510/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  e1bd95f32daac3037b0684e39e147fe9

RANDOM SEED= 772748580

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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:       1699440 kB
Buffers:         37104 kB
Cached:         210684 kB
SwapCached:        276 kB
Active:         149532 kB
Inactive:       145448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1699440 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2520 kB
Writeback:           0 kB
Mapped:          58884 kB
Slab:            46624 kB
Committed_AS:  4413476 kB
PageTables:       2136 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= 66542 MiB



End job on node9 on Sun Jan  7 10:55:23 UTC 2007