Trace number 195785

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.23 1808.88

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-38_ext.xml
MD5SUM915ffb10afaffa7b121056e55d9bf943
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark421.256
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.49	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.49	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.49	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.51	c version CSP COMPETITION BUGFIX 3
0.51	c sun.arch.data.model	32
0.51	c java.version	1.5.0_10
0.51	c os.name	Linux
0.51	c os.version	2.6.9-22.EL.rootsmp
0.51	c os.arch	i386
0.51	c Free memory 722620888
0.51	c Max memory 723845120
0.51	c Total memory 723845120
0.51	c Number of processors 2
0.62	c --- Begin Solver configuration ---
0.62	c Stops conflict analysis at the first Unique Implication Point
0.62	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.62	c Learn all clauses as in MiniSAT
0.62	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.62	c VSIDS like heuristics from MiniSAT using a heap
0.62	c No reason simplification
0.62	c --- End Solver configuration ---
0.62	c solving /tmp/evaluation/195785-1168113829/unknown.xml
0.62	c reading problem ... 
0.93	c reading problem named ?
0.93	c reading domains done.
0.94	c reading variables
c reading variables (24) done.
0.98	c reading relations
c reading relations (75) done.
3.61	c reading constraints
c reading constraints done.
4.86	c ... done. Wall clock time 4.239s.
4.86	c CPU time (experimental) 2.73s.
4.86	c #vars     576
4.86	c #constraints  658495
1808.77	c starts		: 21
1808.77	c conflicts		: 700542
1808.77	c decisions		: 1179732
1808.77	c propagations		: 40222402
1808.77	c inspects		: 4369270293
1808.77	c learnt literals	: 0
1808.77	c learnt binary clauses	: 0
1808.77	c learnt ternary clauses	: 444
1808.77	c learnt clauses	: 700537
1808.77	c root simplifications	: 0
1808.77	c removed literals (reason simplification)	: 0
1808.77	c reason swapping (by a shorter reason)	: 0
1808.77	c Calls to reduceDB	: 0
1808.77	c speed (decisions/second)	: 653.9853385309261
1808.77	c non guided choices	170
1808.77	s UNKNOWN
1808.77	c Total wall clock time (in seconds) : 1808.152
1808.77	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/node75/watcher-195785-1168113829 -o ROOT/results/node75/solver-195785-1168113829 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/195785-1168113829/sat4jCSP-bf3.jar /tmp/evaluation/195785-1168113829/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: 2.89 2.96 2.63 5/82 2212
/proc/meminfo: memFree=15304/2055920 swapFree=4184496/4192956
[pid=2211] ppid=2209 vsize=18540 CPUtime=0
/proc/2211/stat : 2211 (runsolver) R 2209 2211 1360 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 159782390 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 231882681639 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/2211/statm: 4635 279 244 17 0 2626 0

[startup+0.104011 s]
/proc/loadavg: 2.89 2.96 2.63 5/82 2212
/proc/meminfo: memFree=15304/2055920 swapFree=4184496/4192956
[pid=2211] ppid=2209 vsize=1784 CPUtime=0
/proc/2211/stat : 2211 (java) D 2209 2211 1360 0 -1 0 174 0 4 0 0 0 0 0 18 0 1 0 159782390 1826816 148 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/2211/statm: 446 148 113 14 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1784

[startup+0.512066 s]
/proc/loadavg: 2.89 2.96 2.63 5/82 2212
/proc/meminfo: memFree=15304/2055920 swapFree=4184496/4192956
[pid=2211] ppid=2209 vsize=902844 CPUtime=0.17
/proc/2211/stat : 2211 (java) R 2209 2211 1360 0 -1 0 3768 0 39 0 12 5 0 0 22 0 12 0 159782390 924512256 3566 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151513458 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2211/statm: 225711 3566 1711 14 0 212148 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 902844

[startup+1.33416 s]
/proc/loadavg: 2.89 2.96 2.63 4/93 2223
/proc/meminfo: memFree=16176/2055920 swapFree=4184496/4192956
[pid=2211] ppid=2209 vsize=907052 CPUtime=0.92
/proc/2211/stat : 2211 (java) R 2209 2211 1360 0 -1 0 7334 0 56 0 84 8 0 0 22 0 12 0 159782390 928821248 6535 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053834049 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2211/statm: 226763 6535 2323 14 0 213200 0
[pid=2211/tid=2213] ppid=2209 vsize=907052 CPUtime=0
/proc/2211/task/2213/stat : 2213 (java) S 2209 2211 1360 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 159782422 928821248 6535 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2214] ppid=2209 vsize=907052 CPUtime=0
/proc/2211/task/2214/stat : 2214 (java) S 2209 2211 1360 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 159782422 928821248 6535 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2215] ppid=2209 vsize=907052 CPUtime=0
/proc/2211/task/2215/stat : 2215 (java) S 2209 2211 1360 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 159782425 928821248 6535 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2216] ppid=2209 vsize=907052 CPUtime=0
/proc/2211/task/2216/stat : 2216 (java) S 2209 2211 1360 0 -1 64 7 0 0 0 0 0 0 0 22 0 12 0 159782426 928821248 6535 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2217] ppid=2209 vsize=907052 CPUtime=0
/proc/2211/task/2217/stat : 2217 (java) S 2209 2211 1360 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 159782426 928821248 6535 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2218] ppid=2209 vsize=907052 CPUtime=0
/proc/2211/task/2218/stat : 2218 (java) S 2209 2211 1360 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 159782432 928821248 6535 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2219] ppid=2209 vsize=907052 CPUtime=0
/proc/2211/task/2219/stat : 2219 (java) S 2209 2211 1360 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 159782432 928821248 6535 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2220] ppid=2209 vsize=907052 CPUtime=0.23
/proc/2211/task/2220/stat : 2220 (java) S 2209 2211 1360 0 -1 64 1096 0 0 0 23 0 0 0 16 0 12 0 159782432 928821248 6535 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2221] ppid=2209 vsize=907052 CPUtime=0.17
/proc/2211/task/2221/stat : 2221 (java) S 2209 2211 1360 0 -1 64 677 0 0 0 17 0 0 0 16 0 12 0 159782432 928821248 6535 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2222] ppid=2209 vsize=907052 CPUtime=0
/proc/2211/task/2222/stat : 2222 (java) S 2209 2211 1360 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 159782432 928821248 6535 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2223] ppid=2209 vsize=907052 CPUtime=0
/proc/2211/task/2223/stat : 2223 (java) S 2209 2211 1360 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 159782432 928821248 6535 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 907052

[startup+2.99136 s]
/proc/loadavg: 2.89 2.96 2.63 3/93 2223
/proc/meminfo: memFree=15216/2055920 swapFree=4184496/4192956
[pid=2211] ppid=2209 vsize=907208 CPUtime=2.52
/proc/2211/stat : 2211 (java) R 2209 2211 1360 0 -1 0 25283 0 56 0 236 16 0 0 25 0 12 0 159782390 928980992 24185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054202748 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2211/statm: 226802 24185 2334 14 0 213239 0
[pid=2211/tid=2213] ppid=2209 vsize=907208 CPUtime=0.07
/proc/2211/task/2213/stat : 2213 (java) S 2209 2211 1360 0 -1 64 1512 0 0 0 7 0 0 0 16 0 12 0 159782422 928980992 24185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2214] ppid=2209 vsize=907208 CPUtime=0.07
/proc/2211/task/2214/stat : 2214 (java) S 2209 2211 1360 0 -1 64 1981 0 0 0 7 0 0 0 16 0 12 0 159782422 928980992 24185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2215] ppid=2209 vsize=907208 CPUtime=0
/proc/2211/task/2215/stat : 2215 (java) S 2209 2211 1360 0 -1 64 24 0 0 0 0 0 0 0 16 0 12 0 159782425 928980992 24185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2216] ppid=2209 vsize=907208 CPUtime=0
/proc/2211/task/2216/stat : 2216 (java) S 2209 2211 1360 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 159782426 928980992 24185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2217] ppid=2209 vsize=907208 CPUtime=0
/proc/2211/task/2217/stat : 2217 (java) S 2209 2211 1360 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 159782426 928980992 24185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2218] ppid=2209 vsize=907208 CPUtime=0
/proc/2211/task/2218/stat : 2218 (java) S 2209 2211 1360 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 159782432 928980992 24185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2219] ppid=2209 vsize=907208 CPUtime=0
/proc/2211/task/2219/stat : 2219 (java) S 2209 2211 1360 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 159782432 928980992 24185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2220] ppid=2209 vsize=907208 CPUtime=0.47
/proc/2211/task/2220/stat : 2220 (java) S 2209 2211 1360 0 -1 64 1492 0 0 0 47 0 0 0 16 0 12 0 159782432 928980992 24185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2221] ppid=2209 vsize=907208 CPUtime=0.3
/proc/2211/task/2221/stat : 2221 (java) S 2209 2211 1360 0 -1 64 696 0 0 0 30 0 0 0 16 0 12 0 159782432 928980992 24185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2222] ppid=2209 vsize=907208 CPUtime=0
/proc/2211/task/2222/stat : 2222 (java) S 2209 2211 1360 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 159782432 928980992 24185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2223] ppid=2209 vsize=907208 CPUtime=0
/proc/2211/task/2223/stat : 2223 (java) S 2209 2211 1360 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 159782432 928980992 24185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 907208

[startup+6.19874 s]
/proc/loadavg: 3.06 2.99 2.64 3/94 2224
/proc/meminfo: memFree=15720/2055920 swapFree=4184496/4192956
[pid=2211] ppid=2209 vsize=909008 CPUtime=5.72
/proc/2211/stat : 2211 (java) R 2209 2211 1360 0 -1 0 36452 0 56 0 550 22 0 0 25 0 13 0 159782390 930824192 35152 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054339772 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2211/statm: 227252 35152 2357 14 0 213689 0
[pid=2211/tid=2213] ppid=2209 vsize=909008 CPUtime=0.28
/proc/2211/task/2213/stat : 2213 (java) S 2209 2211 1360 0 -1 64 5755 0 0 0 26 2 0 0 16 0 13 0 159782422 930824192 35152 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2214] ppid=2209 vsize=909008 CPUtime=0.32
/proc/2211/task/2214/stat : 2214 (java) S 2209 2211 1360 0 -1 64 8800 0 0 0 28 4 0 0 16 0 13 0 159782422 930824192 35152 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2215] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2215/stat : 2215 (java) S 2209 2211 1360 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 159782425 930824192 35152 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2216] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2216/stat : 2216 (java) S 2209 2211 1360 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159782426 930824192 35152 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2217] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2217/stat : 2217 (java) S 2209 2211 1360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159782426 930824192 35152 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2218] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2218/stat : 2218 (java) S 2209 2211 1360 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159782432 930824192 35152 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2219] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2219/stat : 2219 (java) S 2209 2211 1360 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159782432 930824192 35152 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2220] ppid=2209 vsize=909008 CPUtime=0.78
/proc/2211/task/2220/stat : 2220 (java) S 2209 2211 1360 0 -1 64 1523 0 0 0 78 0 0 0 16 0 13 0 159782432 930824192 35152 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2221] ppid=2209 vsize=909008 CPUtime=0.66
/proc/2211/task/2221/stat : 2221 (java) S 2209 2211 1360 0 -1 64 734 0 0 0 66 0 0 0 16 0 13 0 159782432 930824192 35152 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2222] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2222/stat : 2222 (java) S 2209 2211 1360 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 159782432 930824192 35152 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2223] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2223/stat : 2223 (java) S 2209 2211 1360 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159782432 930824192 35152 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2224] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2224/stat : 2224 (java) S 2209 2211 1360 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 159782876 930824192 35152 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 909008

[startup+12.6955 s]
/proc/loadavg: 3.06 2.99 2.64 3/94 2224
/proc/meminfo: memFree=16104/2055920 swapFree=4184496/4192956
[pid=2211] ppid=2209 vsize=909008 CPUtime=12.1
/proc/2211/stat : 2211 (java) R 2209 2211 1360 0 -1 0 36461 0 56 0 1181 29 0 0 25 0 13 0 159782390 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054350885 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2211/statm: 227252 35155 2357 14 0 213689 0
[pid=2211/tid=2213] ppid=2209 vsize=909008 CPUtime=0.28
/proc/2211/task/2213/stat : 2213 (java) S 2209 2211 1360 0 -1 64 5755 0 0 0 26 2 0 0 16 0 13 0 159782422 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2214] ppid=2209 vsize=909008 CPUtime=0.32
/proc/2211/task/2214/stat : 2214 (java) S 2209 2211 1360 0 -1 64 8800 0 0 0 28 4 0 0 16 0 13 0 159782422 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2215] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2215/stat : 2215 (java) S 2209 2211 1360 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 159782425 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2216] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2216/stat : 2216 (java) S 2209 2211 1360 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159782426 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2217] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2217/stat : 2217 (java) S 2209 2211 1360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159782426 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2218] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2218/stat : 2218 (java) S 2209 2211 1360 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159782432 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2219] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2219/stat : 2219 (java) S 2209 2211 1360 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159782432 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2220] ppid=2209 vsize=909008 CPUtime=0.8
/proc/2211/task/2220/stat : 2220 (java) S 2209 2211 1360 0 -1 64 1525 0 0 0 80 0 0 0 16 0 13 0 159782432 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2221] ppid=2209 vsize=909008 CPUtime=0.67
/proc/2211/task/2221/stat : 2221 (java) S 2209 2211 1360 0 -1 64 735 0 0 0 67 0 0 0 16 0 13 0 159782432 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2222] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2222/stat : 2222 (java) S 2209 2211 1360 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 159782432 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2223] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2223/stat : 2223 (java) S 2209 2211 1360 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159782432 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2224] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2224/stat : 2224 (java) S 2209 2211 1360 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 159782876 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 909008

[startup+25.501 s]
/proc/loadavg: 3.11 3.01 2.65 3/95 2226
/proc/meminfo: memFree=15136/2055920 swapFree=4184496/4192956
[pid=2211] ppid=2209 vsize=909008 CPUtime=24.77
/proc/2211/stat : 2211 (java) R 2209 2211 1360 0 -1 0 36462 0 56 0 2447 30 0 0 25 0 13 0 159782390 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054350286 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2211/statm: 227252 35155 2357 14 0 213689 0
[pid=2211/tid=2213] ppid=2209 vsize=909008 CPUtime=0.28
/proc/2211/task/2213/stat : 2213 (java) S 2209 2211 1360 0 -1 64 5755 0 0 0 26 2 0 0 16 0 13 0 159782422 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2214] ppid=2209 vsize=909008 CPUtime=0.32
/proc/2211/task/2214/stat : 2214 (java) S 2209 2211 1360 0 -1 64 8800 0 0 0 28 4 0 0 16 0 13 0 159782422 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2215] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2215/stat : 2215 (java) S 2209 2211 1360 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 159782425 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2216] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2216/stat : 2216 (java) S 2209 2211 1360 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159782426 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2217] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2217/stat : 2217 (java) S 2209 2211 1360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159782426 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2218] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2218/stat : 2218 (java) S 2209 2211 1360 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159782432 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2219] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2219/stat : 2219 (java) S 2209 2211 1360 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159782432 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2220] ppid=2209 vsize=909008 CPUtime=0.8
/proc/2211/task/2220/stat : 2220 (java) S 2209 2211 1360 0 -1 64 1525 0 0 0 80 0 0 0 16 0 13 0 159782432 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2221] ppid=2209 vsize=909008 CPUtime=0.67
/proc/2211/task/2221/stat : 2221 (java) S 2209 2211 1360 0 -1 64 735 0 0 0 67 0 0 0 17 0 13 0 159782432 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2222] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2222/stat : 2222 (java) S 2209 2211 1360 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 159782432 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2223] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2223/stat : 2223 (java) S 2209 2211 1360 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159782432 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2224] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2224/stat : 2224 (java) S 2209 2211 1360 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 159782876 930824192 35155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.77
Current children cumulated vsize (KiB) 909008

[startup+51.1142 s]
/proc/loadavg: 2.79 2.94 2.64 2/87 2227
/proc/meminfo: memFree=1782696/2055920 swapFree=4184496/4192956
[pid=2211] ppid=2209 vsize=909008 CPUtime=50.08
/proc/2211/stat : 2211 (java) R 2209 2211 1360 0 -1 0 36464 0 56 0 4974 34 0 0 25 0 13 0 159782390 930824192 35157 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054340044 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/loadavg: 2.00 2.00 2.10 3/88 2294
/proc/meminfo: memFree=1155608/2055920 swapFree=4184496/4192956
[pid=2211] ppid=2209 vsize=909008 CPUtime=1595.09
/proc/2211/stat : 2211 (java) R 2209 2211 1360 0 -1 0 134872 0 56 0 159432 77 0 0 25 0 13 0 159782390 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054350885 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2211/statm: 227252 126624 2357 14 0 213689 0
[pid=2211/tid=2213] ppid=2209 vsize=909008 CPUtime=1.63
/proc/2211/task/2213/stat : 2213 (java) S 2209 2211 1360 0 -1 64 59139 0 0 0 140 23 0 0 18 0 13 0 159782422 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2214] ppid=2209 vsize=909008 CPUtime=1.6
/proc/2211/task/2214/stat : 2214 (java) S 2209 2211 1360 0 -1 64 53810 0 0 0 139 21 0 0 18 0 13 0 159782422 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2215] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2215/stat : 2215 (java) S 2209 2211 1360 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 159782425 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2216] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2216/stat : 2216 (java) S 2209 2211 1360 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159782426 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2217] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2217/stat : 2217 (java) S 2209 2211 1360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159782426 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2218] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2218/stat : 2218 (java) S 2209 2211 1360 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159782432 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2219] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2219/stat : 2219 (java) S 2209 2211 1360 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159782432 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2220] ppid=2209 vsize=909008 CPUtime=0.83
/proc/2211/task/2220/stat : 2220 (java) S 2209 2211 1360 0 -1 64 1526 0 0 0 83 0 0 0 17 0 13 0 159782432 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2221] ppid=2209 vsize=909008 CPUtime=0.69
/proc/2211/task/2221/stat : 2221 (java) S 2209 2211 1360 0 -1 64 736 0 0 0 69 0 0 0 17 0 13 0 159782432 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2222] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2222/stat : 2222 (java) S 2209 2211 1360 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 159782432 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2223] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2223/stat : 2223 (java) S 2209 2211 1360 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159782432 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2224] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2224/stat : 2224 (java) S 2209 2211 1360 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 159782876 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.09
Current children cumulated vsize (KiB) 909008

[startup+1662.83 s]
/proc/loadavg: 2.00 2.00 2.09 3/88 2294
/proc/meminfo: memFree=1155544/2055920 swapFree=4184496/4192956
[pid=2211] ppid=2209 vsize=909008 CPUtime=1654.83
/proc/2211/stat : 2211 (java) R 2209 2211 1360 0 -1 0 134872 0 56 0 165406 77 0 0 25 0 13 0 159782390 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054350624 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2211/statm: 227252 126624 2357 14 0 213689 0
[pid=2211/tid=2213] ppid=2209 vsize=909008 CPUtime=1.63
/proc/2211/task/2213/stat : 2213 (java) S 2209 2211 1360 0 -1 64 59139 0 0 0 140 23 0 0 18 0 13 0 159782422 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2214] ppid=2209 vsize=909008 CPUtime=1.6
/proc/2211/task/2214/stat : 2214 (java) S 2209 2211 1360 0 -1 64 53810 0 0 0 139 21 0 0 18 0 13 0 159782422 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2215] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2215/stat : 2215 (java) S 2209 2211 1360 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 159782425 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2216] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2216/stat : 2216 (java) S 2209 2211 1360 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159782426 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2217] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2217/stat : 2217 (java) S 2209 2211 1360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159782426 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2218] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2218/stat : 2218 (java) S 2209 2211 1360 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159782432 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2219] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2219/stat : 2219 (java) S 2209 2211 1360 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159782432 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2220] ppid=2209 vsize=909008 CPUtime=0.83
/proc/2211/task/2220/stat : 2220 (java) S 2209 2211 1360 0 -1 64 1526 0 0 0 83 0 0 0 17 0 13 0 159782432 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2221] ppid=2209 vsize=909008 CPUtime=0.69
/proc/2211/task/2221/stat : 2221 (java) S 2209 2211 1360 0 -1 64 736 0 0 0 69 0 0 0 17 0 13 0 159782432 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2222] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2222/stat : 2222 (java) S 2209 2211 1360 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 159782432 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2223] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2223/stat : 2223 (java) S 2209 2211 1360 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159782432 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2224] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2224/stat : 2224 (java) S 2209 2211 1360 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 159782876 930824192 126624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.83
Current children cumulated vsize (KiB) 909008

[startup+1722.85 s]
/proc/loadavg: 2.00 2.00 2.08 3/88 2294
/proc/meminfo: memFree=1127576/2055920 swapFree=4184496/4192956
[pid=2211] ppid=2209 vsize=909008 CPUtime=1714.59
/proc/2211/stat : 2211 (java) R 2209 2211 1360 0 -1 0 141977 0 56 0 171379 80 0 0 25 0 13 0 159782390 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054019095 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2211/statm: 227252 133589 2357 14 0 213689 0
[pid=2211/tid=2213] ppid=2209 vsize=909008 CPUtime=1.73
/proc/2211/task/2213/stat : 2213 (java) S 2209 2211 1360 0 -1 64 62973 0 0 0 148 25 0 0 17 0 13 0 159782422 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2214] ppid=2209 vsize=909008 CPUtime=1.7
/proc/2211/task/2214/stat : 2214 (java) S 2209 2211 1360 0 -1 64 57080 0 0 0 148 22 0 0 17 0 13 0 159782422 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2215] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2215/stat : 2215 (java) S 2209 2211 1360 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 159782425 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2216] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2216/stat : 2216 (java) S 2209 2211 1360 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159782426 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2217] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2217/stat : 2217 (java) S 2209 2211 1360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159782426 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2218] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2218/stat : 2218 (java) S 2209 2211 1360 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159782432 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2219] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2219/stat : 2219 (java) S 2209 2211 1360 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159782432 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2220] ppid=2209 vsize=909008 CPUtime=0.83
/proc/2211/task/2220/stat : 2220 (java) S 2209 2211 1360 0 -1 64 1526 0 0 0 83 0 0 0 17 0 13 0 159782432 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2221] ppid=2209 vsize=909008 CPUtime=0.69
/proc/2211/task/2221/stat : 2221 (java) S 2209 2211 1360 0 -1 64 736 0 0 0 69 0 0 0 17 0 13 0 159782432 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2222] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2222/stat : 2222 (java) S 2209 2211 1360 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 159782432 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2223] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2223/stat : 2223 (java) S 2209 2211 1360 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159782432 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2224] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2224/stat : 2224 (java) S 2209 2211 1360 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 159782876 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.59
Current children cumulated vsize (KiB) 909008

[startup+1782.87 s]
/proc/loadavg: 2.08 2.02 2.08 3/88 2294
/proc/meminfo: memFree=1127576/2055920 swapFree=4184496/4192956
[pid=2211] ppid=2209 vsize=909008 CPUtime=1774.34
/proc/2211/stat : 2211 (java) R 2209 2211 1360 0 -1 0 141977 0 56 0 177354 80 0 0 25 0 13 0 159782390 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054339563 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2211/statm: 227252 133589 2357 14 0 213689 0
[pid=2211/tid=2213] ppid=2209 vsize=909008 CPUtime=1.73
/proc/2211/task/2213/stat : 2213 (java) S 2209 2211 1360 0 -1 64 62973 0 0 0 148 25 0 0 17 0 13 0 159782422 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2214] ppid=2209 vsize=909008 CPUtime=1.7
/proc/2211/task/2214/stat : 2214 (java) S 2209 2211 1360 0 -1 64 57080 0 0 0 148 22 0 0 17 0 13 0 159782422 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2215] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2215/stat : 2215 (java) S 2209 2211 1360 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 159782425 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2216] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2216/stat : 2216 (java) S 2209 2211 1360 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159782426 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2217] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2217/stat : 2217 (java) S 2209 2211 1360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159782426 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2218] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2218/stat : 2218 (java) S 2209 2211 1360 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159782432 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2219] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2219/stat : 2219 (java) S 2209 2211 1360 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159782432 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2220] ppid=2209 vsize=909008 CPUtime=0.83
/proc/2211/task/2220/stat : 2220 (java) S 2209 2211 1360 0 -1 64 1526 0 0 0 83 0 0 0 17 0 13 0 159782432 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2221] ppid=2209 vsize=909008 CPUtime=0.69
/proc/2211/task/2221/stat : 2221 (java) S 2209 2211 1360 0 -1 64 736 0 0 0 69 0 0 0 17 0 13 0 159782432 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2222] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2222/stat : 2222 (java) S 2209 2211 1360 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 159782432 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2223] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2223/stat : 2223 (java) S 2209 2211 1360 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159782432 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2224] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2224/stat : 2224 (java) S 2209 2211 1360 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 159782876 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.34
Current children cumulated vsize (KiB) 909008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.76 s]
/proc/loadavg: 2.05 2.01 2.08 3/88 2294
/proc/meminfo: memFree=1127576/2055920 swapFree=4184496/4192956
[pid=2211] ppid=2209 vsize=909008 CPUtime=1800.1
/proc/2211/stat : 2211 (java) R 2209 2211 1360 0 -1 0 141977 0 56 0 179930 80 0 0 25 0 13 0 159782390 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054351408 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2211/statm: 227252 133589 2357 14 0 213689 0
[pid=2211/tid=2213] ppid=2209 vsize=909008 CPUtime=1.73
/proc/2211/task/2213/stat : 2213 (java) S 2209 2211 1360 0 -1 64 62973 0 0 0 148 25 0 0 17 0 13 0 159782422 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2214] ppid=2209 vsize=909008 CPUtime=1.7
/proc/2211/task/2214/stat : 2214 (java) S 2209 2211 1360 0 -1 64 57080 0 0 0 148 22 0 0 17 0 13 0 159782422 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2215] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2215/stat : 2215 (java) S 2209 2211 1360 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 159782425 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2216] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2216/stat : 2216 (java) S 2209 2211 1360 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159782426 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2217] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2217/stat : 2217 (java) S 2209 2211 1360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159782426 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2218] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2218/stat : 2218 (java) S 2209 2211 1360 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159782432 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2219] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2219/stat : 2219 (java) S 2209 2211 1360 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159782432 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2220] ppid=2209 vsize=909008 CPUtime=0.83
/proc/2211/task/2220/stat : 2220 (java) S 2209 2211 1360 0 -1 64 1526 0 0 0 83 0 0 0 17 0 13 0 159782432 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2221] ppid=2209 vsize=909008 CPUtime=0.69
/proc/2211/task/2221/stat : 2221 (java) S 2209 2211 1360 0 -1 64 736 0 0 0 69 0 0 0 17 0 13 0 159782432 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2211/tid=2222] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2222/stat : 2222 (java) S 2209 2211 1360 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 159782432 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2223] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2223/stat : 2223 (java) S 2209 2211 1360 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159782432 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2211/tid=2224] ppid=2209 vsize=909008 CPUtime=0
/proc/2211/task/2224/stat : 2224 (java) S 2209 2211 1360 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 159782876 930824192 133589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 909008

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

Child status: 143
Real time (s): 1808.88
CPU time (s): 1800.23
CPU user time (s): 1799.34
CPU system time (s): 0.890864
CPU usage (%): 99.5218
Max. virtual memory (cumulated for all children) (KiB): 909008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 0.890864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141996
page faults= 57
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37564
involuntary context switches= 52330

runsolver used 1.9687 s user time and 6.02608 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Sat Jan  6 20:03:50 UTC 2007


IDJOB= 195785
IDBENCH= 3301
FILE ID= node75/195785-1168113829

PBS_JOBID= 3477361

Free space on /tmp= 49679 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24/rand-3-24-24-76-632-38_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/195785-1168113829/sat4jCSP-bf3.jar /tmp/evaluation/195785-1168113829/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-195785-1168113829 -o ROOT/results/node75/solver-195785-1168113829 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/195785-1168113829/sat4jCSP-bf3.jar /tmp/evaluation/195785-1168113829/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  915ffb10afaffa7b121056e55d9bf943

RANDOM SEED= 187334484

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.218
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.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:         16224 kB
Buffers:          3256 kB
Cached:        1859700 kB
SwapCached:       1060 kB
Active:         102592 kB
Inactive:      1839688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         16224 kB
SwapTotal:     4192956 kB
SwapFree:      4184496 kB
Dirty:          822516 kB
Writeback:           0 kB
Mapped:          93564 kB
Slab:            82328 kB
Committed_AS:  3518576 kB
PageTables:       2000 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= 66538 MiB



End job on node75 on Sat Jan  6 20:33:59 UTC 2007