Trace number 201555

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? (MO) 457.749 459.659

General information on the benchmark

Namefapp/fapp11-15/fapp13/
fapp13-2000-5.xml
MD5SUMffb4cc3cc68459b6d1c6c34b1a6e5ea5
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints25652
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25652
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.18	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.18	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.19	c version CSP COMPETITION BUGFIX 3
0.19	c sun.arch.data.model	32
0.19	c java.version	1.5.0_10
0.19	c os.name	Linux
0.19	c os.version	2.6.9-22.EL.rootsmp
0.19	c os.arch	i386
0.19	c Free memory 722620888
0.19	c Max memory 723845120
0.19	c Total memory 723845120
0.19	c Number of processors 2
0.28	c --- Begin Solver configuration ---
0.28	c Stops conflict analysis at the first Unique Implication Point
0.28	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.28	c Learn all clauses as in MiniSAT
0.28	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28	c VSIDS like heuristics from MiniSAT using a heap
0.28	c No reason simplification
0.28	c --- End Solver configuration ---
0.28	c solving /tmp/evaluation/201555-1168148483/unknown.xml
0.28	c reading problem ... 
0.56	c reading problem named ?
0.56	c reading domains done.
0.94	c reading variables
c reading variables (2000) done.
2.72	c reading predicates 
c reading relations (9) done.
2.93	c reading constraints

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node14/watcher-201555-1168148483 -o ROOT/results/node14/solver-201555-1168148483 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201555-1168148483/sat4jCSP-bf3.jar /tmp/evaluation/201555-1168148483/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.03 2.06 2.05 4/94 17312
/proc/meminfo: memFree=1514936/2055920 swapFree=4182236/4192956
[pid=17311] ppid=17309 vsize=18540 CPUtime=0
/proc/17311/stat : 17311 (runsolver) R 17309 17311 17253 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 163243203 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 212234464551 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/17311/statm: 4635 279 244 17 0 2626 0

[startup+0.103576 s]
/proc/loadavg: 2.03 2.06 2.05 4/94 17312
/proc/meminfo: memFree=1514936/2055920 swapFree=4182236/4192956
[pid=17311] ppid=17309 vsize=897120 CPUtime=0.06
/proc/17311/stat : 17311 (java) R 17309 17311 17253 0 -1 0 3069 0 1 0 5 1 0 0 16 0 6 0 163243203 918650880 2829 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155125803 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 224280 2829 1461 14 0 211300 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 897120

[startup+0.512612 s]
/proc/loadavg: 2.03 2.06 2.05 4/94 17312
/proc/meminfo: memFree=1514936/2055920 swapFree=4182236/4192956
[pid=17311] ppid=17309 vsize=905236 CPUtime=0.47
/proc/17311/stat : 17311 (java) R 17309 17311 17253 0 -1 0 5783 0 1 0 44 3 0 0 19 0 12 0 163243203 926961664 5378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053843452 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 226309 5378 2247 14 0 212746 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 905236

[startup+1.33869 s]
/proc/loadavg: 2.02 2.06 2.05 3/105 17323
/proc/meminfo: memFree=1498912/2055920 swapFree=4182236/4192956
[pid=17311] ppid=17309 vsize=906592 CPUtime=1.29
/proc/17311/stat : 17311 (java) R 17309 17311 17253 0 -1 0 7071 0 1 0 125 4 0 0 22 0 12 0 163243203 928350208 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 226648 6168 2307 14 0 213085 0
[pid=17311/tid=17313] ppid=17309 vsize=906592 CPUtime=0
/proc/17311/task/17313/stat : 17313 (java) S 17309 17311 17253 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 163243208 928350208 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17314] ppid=17309 vsize=906592 CPUtime=0
/proc/17311/task/17314/stat : 17314 (java) S 17309 17311 17253 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 163243208 928350208 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17315] ppid=17309 vsize=906592 CPUtime=0
/proc/17311/task/17315/stat : 17315 (java) S 17309 17311 17253 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 163243211 928350208 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17316] ppid=17309 vsize=906592 CPUtime=0
/proc/17311/task/17316/stat : 17316 (java) S 17309 17311 17253 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 163243212 928350208 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17317] ppid=17309 vsize=906592 CPUtime=0
/proc/17311/task/17317/stat : 17317 (java) S 17309 17311 17253 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 163243212 928350208 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17318] ppid=17309 vsize=906592 CPUtime=0
/proc/17311/task/17318/stat : 17318 (java) S 17309 17311 17253 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163243215 928350208 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17319] ppid=17309 vsize=906592 CPUtime=0
/proc/17311/task/17319/stat : 17319 (java) S 17309 17311 17253 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163243215 928350208 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17320] ppid=17309 vsize=906592 CPUtime=0.36
/proc/17311/task/17320/stat : 17320 (java) S 17309 17311 17253 0 -1 64 1060 0 0 0 36 0 0 0 16 0 12 0 163243215 928350208 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17321] ppid=17309 vsize=906592 CPUtime=0.26
/proc/17311/task/17321/stat : 17321 (java) R 17309 17311 17253 0 -1 64 677 0 0 0 26 0 0 0 16 0 12 0 163243215 928350208 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154305960 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17322] ppid=17309 vsize=906592 CPUtime=0
/proc/17311/task/17322/stat : 17322 (java) S 17309 17311 17253 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163243216 928350208 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17323] ppid=17309 vsize=906592 CPUtime=0
/proc/17311/task/17323/stat : 17323 (java) S 17309 17311 17253 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163243216 928350208 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 906592

[startup+2.99184 s]
/proc/loadavg: 2.02 2.06 2.05 3/105 17323
/proc/meminfo: memFree=1450208/2055920 swapFree=4182236/4192956
[pid=17311] ppid=17309 vsize=910440 CPUtime=2.94
/proc/17311/stat : 17311 (java) R 17309 17311 17253 0 -1 0 35138 0 1 0 275 19 0 0 18 0 12 0 163243203 932290560 33074 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054361710 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 227610 33074 2467 14 0 214047 0
[pid=17311/tid=17313] ppid=17309 vsize=910440 CPUtime=0.21
/proc/17311/task/17313/stat : 17313 (java) S 17309 17311 17253 0 -1 64 9075 0 0 0 17 4 0 0 19 0 12 0 163243208 932290560 33074 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17314] ppid=17309 vsize=910440 CPUtime=0.1
/proc/17311/task/17314/stat : 17314 (java) S 17309 17311 17253 0 -1 64 3867 0 0 0 9 1 0 0 18 0 12 0 163243208 932290560 33074 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17315] ppid=17309 vsize=910440 CPUtime=0
/proc/17311/task/17315/stat : 17315 (java) S 17309 17311 17253 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 163243211 932290560 33074 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17316] ppid=17309 vsize=910440 CPUtime=0
/proc/17311/task/17316/stat : 17316 (java) S 17309 17311 17253 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 163243212 932290560 33074 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17317] ppid=17309 vsize=910440 CPUtime=0
/proc/17311/task/17317/stat : 17317 (java) S 17309 17311 17253 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163243212 932290560 33074 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17318] ppid=17309 vsize=910440 CPUtime=0
/proc/17311/task/17318/stat : 17318 (java) S 17309 17311 17253 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163243215 932290560 33074 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17319] ppid=17309 vsize=910440 CPUtime=0
/proc/17311/task/17319/stat : 17319 (java) S 17309 17311 17253 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163243215 932290560 33074 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17320] ppid=17309 vsize=910440 CPUtime=0.66
/proc/17311/task/17320/stat : 17320 (java) S 17309 17311 17253 0 -1 64 1433 0 0 0 66 0 0 0 16 0 12 0 163243215 932290560 33074 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17321] ppid=17309 vsize=910440 CPUtime=0.49
/proc/17311/task/17321/stat : 17321 (java) S 17309 17311 17253 0 -1 64 713 0 0 0 49 0 0 0 16 0 12 0 163243215 932290560 33074 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17322] ppid=17309 vsize=910440 CPUtime=0
/proc/17311/task/17322/stat : 17322 (java) S 17309 17311 17253 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163243216 932290560 33074 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17323] ppid=17309 vsize=910440 CPUtime=0
/proc/17311/task/17323/stat : 17323 (java) S 17309 17311 17253 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163243216 932290560 33074 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 910440

[startup+6.28415 s]
/proc/loadavg: 2.02 2.06 2.05 3/105 17323
/proc/meminfo: memFree=1351392/2055920 swapFree=4182236/4192956
[pid=17311] ppid=17309 vsize=916644 CPUtime=6.34
/proc/17311/stat : 17311 (java) R 17309 17311 17253 0 -1 0 48141 0 1 0 608 26 0 0 25 0 12 0 163243203 938643456 41089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054444303 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 229161 41089 2480 14 0 215598 0
[pid=17311/tid=17313] ppid=17309 vsize=916644 CPUtime=0.41
/proc/17311/task/17313/stat : 17313 (java) S 17309 17311 17253 0 -1 64 13430 0 0 0 34 7 0 0 17 0 12 0 163243208 938643456 41089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17314] ppid=17309 vsize=916644 CPUtime=0.28
/proc/17311/task/17314/stat : 17314 (java) S 17309 17311 17253 0 -1 64 7007 0 0 0 26 2 0 0 17 0 12 0 163243208 938643456 41089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17315] ppid=17309 vsize=916644 CPUtime=0
/proc/17311/task/17315/stat : 17315 (java) S 17309 17311 17253 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 163243211 938643456 41089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17316] ppid=17309 vsize=916644 CPUtime=0
/proc/17311/task/17316/stat : 17316 (java) S 17309 17311 17253 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163243212 938643456 41089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17317] ppid=17309 vsize=916644 CPUtime=0
/proc/17311/task/17317/stat : 17317 (java) S 17309 17311 17253 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163243212 938643456 41089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17318] ppid=17309 vsize=916644 CPUtime=0
/proc/17311/task/17318/stat : 17318 (java) S 17309 17311 17253 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163243215 938643456 41089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17319] ppid=17309 vsize=916644 CPUtime=0
/proc/17311/task/17319/stat : 17319 (java) S 17309 17311 17253 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163243215 938643456 41089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17320] ppid=17309 vsize=916644 CPUtime=1.76
/proc/17311/task/17320/stat : 17320 (java) S 17309 17311 17253 0 -1 64 5781 0 0 0 174 2 0 0 16 0 12 0 163243215 938643456 41089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17321] ppid=17309 vsize=916644 CPUtime=0.87
/proc/17311/task/17321/stat : 17321 (java) S 17309 17311 17253 0 -1 64 1859 0 0 0 86 1 0 0 16 0 12 0 163243215 938643456 41089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17322] ppid=17309 vsize=916644 CPUtime=0
/proc/17311/task/17322/stat : 17322 (java) S 17309 17311 17253 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163243216 938643456 41089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17323] ppid=17309 vsize=916644 CPUtime=0
/proc/17311/task/17323/stat : 17323 (java) S 17309 17311 17253 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163243216 938643456 41089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 916644

[startup+12.7318 s]
/proc/loadavg: 2.09 2.07 2.06 3/105 17323
/proc/meminfo: memFree=1324208/2055920 swapFree=4182236/4192956
[pid=17311] ppid=17309 vsize=916516 CPUtime=12.75
/proc/17311/stat : 17311 (java) R 17309 17311 17253 0 -1 0 53858 0 1 0 1245 30 0 0 25 0 12 0 163243203 938512384 46691 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054584132 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 229129 46691 2480 14 0 215566 0
[pid=17311/tid=17313] ppid=17309 vsize=916516 CPUtime=0.6
/proc/17311/task/17313/stat : 17313 (java) S 17309 17311 17253 0 -1 64 15583 0 0 0 52 8 0 0 16 0 12 0 163243208 938512384 46691 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17314] ppid=17309 vsize=916516 CPUtime=0.47
/proc/17311/task/17314/stat : 17314 (java) S 17309 17311 17253 0 -1 64 10543 0 0 0 43 4 0 0 16 0 12 0 163243208 938512384 46691 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17315] ppid=17309 vsize=916516 CPUtime=0.02
/proc/17311/task/17315/stat : 17315 (java) S 17309 17311 17253 0 -1 64 14 0 0 0 2 0 0 0 16 0 12 0 163243211 938512384 46691 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17316] ppid=17309 vsize=916516 CPUtime=0
/proc/17311/task/17316/stat : 17316 (java) S 17309 17311 17253 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163243212 938512384 46691 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17317] ppid=17309 vsize=916516 CPUtime=0
/proc/17311/task/17317/stat : 17317 (java) S 17309 17311 17253 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163243212 938512384 46691 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17318] ppid=17309 vsize=916516 CPUtime=0
/proc/17311/task/17318/stat : 17318 (java) S 17309 17311 17253 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163243215 938512384 46691 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17319] ppid=17309 vsize=916516 CPUtime=0
/proc/17311/task/17319/stat : 17319 (java) S 17309 17311 17253 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163243215 938512384 46691 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17320] ppid=17309 vsize=916516 CPUtime=1.85
/proc/17311/task/17320/stat : 17320 (java) S 17309 17311 17253 0 -1 64 5785 0 0 0 183 2 0 0 16 0 12 0 163243215 938512384 46691 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17321] ppid=17309 vsize=916516 CPUtime=0.91
/proc/17311/task/17321/stat : 17321 (java) S 17309 17311 17253 0 -1 64 1861 0 0 0 90 1 0 0 16 0 12 0 163243215 938512384 46691 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17322] ppid=17309 vsize=916516 CPUtime=0
/proc/17311/task/17322/stat : 17322 (java) S 17309 17311 17253 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163243216 938512384 46691 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17323] ppid=17309 vsize=916516 CPUtime=0
/proc/17311/task/17323/stat : 17323 (java) S 17309 17311 17253 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163243216 938512384 46691 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 916516

[startup+25.5678 s]
/proc/loadavg: 2.08 2.07 2.05 3/105 17323
/proc/meminfo: memFree=1292720/2055920 swapFree=4182236/4192956
[pid=17311] ppid=17309 vsize=915684 CPUtime=25.55
/proc/17311/stat : 17311 (java) R 17309 17311 17253 0 -1 0 60575 0 1 0 2521 34 0 0 25 0 12 0 163243203 937660416 52105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054373436 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 228921 52105 2480 14 0 215358 0
[pid=17311/tid=17313] ppid=17309 vsize=915684 CPUtime=0.73
/proc/17311/task/17313/stat : 17313 (java) S 17309 17311 17253 0 -1 64 19306 0 0 0 63 10 0 0 16 0 12 0 163243208 937660416 52105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17314] ppid=17309 vsize=915684 CPUtime=0.59
/proc/17311/task/17314/stat : 17314 (java) S 17309 17311 17253 0 -1 64 13495 0 0 0 54 5 0 0 16 0 12 0 163243208 937660416 52105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17315] ppid=17309 vsize=915684 CPUtime=0.02
/proc/17311/task/17315/stat : 17315 (java) S 17309 17311 17253 0 -1 64 18 0 0 0 2 0 0 0 15 0 12 0 163243211 937660416 52105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17316] ppid=17309 vsize=915684 CPUtime=0
/proc/17311/task/17316/stat : 17316 (java) S 17309 17311 17253 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163243212 937660416 52105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17317] ppid=17309 vsize=915684 CPUtime=0
/proc/17311/task/17317/stat : 17317 (java) S 17309 17311 17253 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163243212 937660416 52105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17318] ppid=17309 vsize=915684 CPUtime=0
/proc/17311/task/17318/stat : 17318 (java) S 17309 17311 17253 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163243215 937660416 52105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17319] ppid=17309 vsize=915684 CPUtime=0
/proc/17311/task/17319/stat : 17319 (java) S 17309 17311 17253 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 163243215 937660416 52105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17320] ppid=17309 vsize=915684 CPUtime=1.91
/proc/17311/task/17320/stat : 17320 (java) S 17309 17311 17253 0 -1 64 5786 0 0 0 189 2 0 0 16 0 12 0 163243215 937660416 52105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17321] ppid=17309 vsize=915684 CPUtime=1.1
/proc/17311/task/17321/stat : 17321 (java) S 17309 17311 17253 0 -1 64 1873 0 0 0 109 1 0 0 15 0 12 0 163243215 937660416 52105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17322] ppid=17309 vsize=915684 CPUtime=0
/proc/17311/task/17322/stat : 17322 (java) S 17309 17311 17253 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163243216 937660416 52105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17323] ppid=17309 vsize=915684 CPUtime=0
/proc/17311/task/17323/stat : 17323 (java) S 17309 17311 17253 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163243216 937660416 52105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 915684

[startup+51.2622 s]
/proc/loadavg: 2.10 2.08 2.06 3/105 17323
/proc/meminfo: memFree=1203056/2055920 swapFree=4182236/4192956
[pid=17311] ppid=17309 vsize=913108 CPUtime=51.24
/proc/17311/stat : 17311 (java) R 17309 17311 17253 0 -1 0 76386 0 1 0 5082 42 0 0 25 0 12 0 163243203 935022592 67062 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053836024 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 228277 67062 2481 14 0 214714 0
[pid=17311/tid=17313] ppid=17309 vsize=913108 CPUtime=1
/proc/17311/task/17313/stat : 17313 (java) S 17309 17311 17253 0 -1 64 27726 0 0 0 86 14 0 0 16 0 12 0 163243208 935022592 67062 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17314] ppid=17309 vsize=913108 CPUtime=0.85
/proc/17311/task/17314/stat : 17314 (java) S 17309 17311 17253 0 -1 64 20841 0 0 0 77 8 0 0 16 0 12 0 163243208 935022592 67062 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17315] ppid=17309 vsize=913108 CPUtime=0.03

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

[pid=17311/tid=17322] ppid=17309 vsize=913108 CPUtime=0
/proc/17311/task/17322/stat : 17322 (java) S 17309 17311 17253 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163243216 935022592 131454 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17323] ppid=17309 vsize=913108 CPUtime=0
/proc/17311/task/17323/stat : 17323 (java) S 17309 17311 17253 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163243216 935022592 131454 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.68
Current children cumulated vsize (KiB) 913108

[startup+222.531 s]
/proc/loadavg: 2.07 2.08 2.06 3/105 17323
/proc/meminfo: memFree=678960/2055920 swapFree=4182236/4192956
[pid=17311] ppid=17309 vsize=913108 CPUtime=221.26
/proc/17311/stat : 17311 (java) R 17309 17311 17253 0 -1 0 175097 0 1 0 22033 93 0 0 25 0 12 0 163243203 935022592 164684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054399035 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 228277 164684 2484 14 0 214714 0
[pid=17311/tid=17313] ppid=17309 vsize=913108 CPUtime=3.61
/proc/17311/task/17313/stat : 17313 (java) S 17309 17311 17253 0 -1 64 78394 0 0 0 322 39 0 0 16 0 12 0 163243208 935022592 164684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17314] ppid=17309 vsize=913108 CPUtime=3.5
/proc/17311/task/17314/stat : 17314 (java) S 17309 17311 17253 0 -1 64 68371 0 0 0 319 31 0 0 16 0 12 0 163243208 935022592 164684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17315] ppid=17309 vsize=913108 CPUtime=0.13
/proc/17311/task/17315/stat : 17315 (java) S 17309 17311 17253 0 -1 64 18 0 0 0 10 3 0 0 15 0 12 0 163243211 935022592 164684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17316] ppid=17309 vsize=913108 CPUtime=0
/proc/17311/task/17316/stat : 17316 (java) S 17309 17311 17253 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163243212 935022592 164684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17317] ppid=17309 vsize=913108 CPUtime=0
/proc/17311/task/17317/stat : 17317 (java) S 17309 17311 17253 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163243212 935022592 164684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17318] ppid=17309 vsize=913108 CPUtime=0
/proc/17311/task/17318/stat : 17318 (java) S 17309 17311 17253 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163243215 935022592 164684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17319] ppid=17309 vsize=913108 CPUtime=0
/proc/17311/task/17319/stat : 17319 (java) S 17309 17311 17253 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 163243215 935022592 164684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17320] ppid=17309 vsize=913108 CPUtime=2.25
/proc/17311/task/17320/stat : 17320 (java) S 17309 17311 17253 0 -1 64 5806 0 0 0 223 2 0 0 17 0 12 0 163243215 935022592 164684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17321] ppid=17309 vsize=913108 CPUtime=1.64
/proc/17311/task/17321/stat : 17321 (java) S 17309 17311 17253 0 -1 64 2139 0 0 0 163 1 0 0 16 0 12 0 163243215 935022592 164684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17311/tid=17322] ppid=17309 vsize=913108 CPUtime=0
/proc/17311/task/17322/stat : 17322 (java) S 17309 17311 17253 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163243216 935022592 164684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17323] ppid=17309 vsize=913108 CPUtime=0
/proc/17311/task/17323/stat : 17323 (java) S 17309 17311 17253 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163243216 935022592 164684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.26
Current children cumulated vsize (KiB) 913108

[startup+282.614 s]
/proc/loadavg: 2.10 2.08 2.06 3/105 17323
/proc/meminfo: memFree=558704/2055920 swapFree=4182236/4192956
[pid=17311] ppid=17309 vsize=913108 CPUtime=280.93
/proc/17311/stat : 17311 (java) R 17309 17311 17253 0 -1 0 201999 0 1 0 27985 108 0 0 25 0 12 0 163243203 935022592 186767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054381860 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17311/statm: 228277 186767 2485 14 0 214714 0
[pid=17311/tid=17313] ppid=17309 vsize=913108 CPUtime=4.71
/proc/17311/task/17313/stat : 17313 (java) S 17309 17311 17253 0 -1 64 88288 0 0 0 427 44 0 0 16 0 12 0 163243208 935022592 186767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17311/tid=17314] ppid=17309 vsize=913108 CPUtime=4.63
/proc/17311/task/17314/stat : 17314 (java) S 17309 17311 17253 0 -1 64 80531 0 0 0 427 36 0 0 16 0 12 0 163243208 935022592 186767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17311/tid=17315] ppid=17309 vsize=913108 CPUtime=6.68
/proc/17311/task/17315/stat : 17315 (java) S 17309 17311 17253 0 -1 64 4795 0 0 0 661 7 0 0 15 0 12 0 163243211 935022592 186767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17311/tid=17316] ppid=17309 vsize=913108 CPUtime=0
/proc/17311/task/17316/stat : 17316 (java) S 17309 17311 17253 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163243212 935022592 186767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17311/tid=17317] ppid=17309 vsize=913108 CPUtime=0
/proc/17311/task/17317/stat : 17317 (java) S 17309 17311 17253 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163243212 935022592 186767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17318] ppid=17309 vsize=913108 CPUtime=0
/proc/17311/task/17318/stat : 17318 (java) S 17309 17311 17253 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163243215 935022592 186767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17319] ppid=17309 vsize=913108 CPUtime=0
/proc/17311/task/17319/stat : 17319 (java) S 17309 17311 17253 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 163243215 935022592 186767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17320] ppid=17309 vsize=913108 CPUtime=2.25
/proc/17311/task/17320/stat : 17320 (java) S 17309 17311 17253 0 -1 64 5806 0 0 0 223 2 0 0 17 0 12 0 163243215 935022592 186767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17321] ppid=17309 vsize=913108 CPUtime=1.64
/proc/17311/task/17321/stat : 17321 (java) S 17309 17311 17253 0 -1 64 2139 0 0 0 163 1 0 0 16 0 12 0 163243215 935022592 186767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17311/tid=17322] ppid=17309 vsize=913108 CPUtime=0
/proc/17311/task/17322/stat : 17322 (java) S 17309 17311 17253 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163243216 935022592 186767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17323] ppid=17309 vsize=913108 CPUtime=0
/proc/17311/task/17323/stat : 17323 (java) S 17309 17311 17253 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163243216 935022592 186767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.93
Current children cumulated vsize (KiB) 913108

[startup+342.708 s]
/proc/loadavg: 2.49 2.19 2.10 4/105 17323
/proc/meminfo: memFree=521080/2055920 swapFree=4182236/4192956
[pid=17311] ppid=17309 vsize=917112 CPUtime=340.95
/proc/17311/stat : 17311 (java) R 17309 17311 17253 0 -1 0 238215 0 1 0 33964 131 0 0 25 0 12 0 163243203 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17311/statm: 229278 187203 2485 14 0 215715 0
[pid=17311/tid=17313] ppid=17309 vsize=917112 CPUtime=5.23
/proc/17311/task/17313/stat : 17313 (java) S 17309 17311 17253 0 -1 64 88320 0 0 0 479 44 0 0 16 0 12 0 163243208 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17311/tid=17314] ppid=17309 vsize=917112 CPUtime=5.16
/proc/17311/task/17314/stat : 17314 (java) S 17309 17311 17253 0 -1 64 80531 0 0 0 480 36 0 0 15 0 12 0 163243208 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17311/tid=17315] ppid=17309 vsize=917112 CPUtime=48.17
/proc/17311/task/17315/stat : 17315 (java) R 17309 17311 17253 0 -1 64 40923 0 0 0 4788 29 0 0 17 0 12 0 163243211 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694584 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17311/tid=17316] ppid=17309 vsize=917112 CPUtime=0
/proc/17311/task/17316/stat : 17316 (java) S 17309 17311 17253 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163243212 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17311/tid=17317] ppid=17309 vsize=917112 CPUtime=0
/proc/17311/task/17317/stat : 17317 (java) S 17309 17311 17253 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163243212 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17318] ppid=17309 vsize=917112 CPUtime=0
/proc/17311/task/17318/stat : 17318 (java) S 17309 17311 17253 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163243215 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17319] ppid=17309 vsize=917112 CPUtime=0
/proc/17311/task/17319/stat : 17319 (java) S 17309 17311 17253 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 163243215 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17320] ppid=17309 vsize=917112 CPUtime=2.25
/proc/17311/task/17320/stat : 17320 (java) S 17309 17311 17253 0 -1 64 5806 0 0 0 223 2 0 0 17 0 12 0 163243215 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17321] ppid=17309 vsize=917112 CPUtime=1.64
/proc/17311/task/17321/stat : 17321 (java) S 17309 17311 17253 0 -1 64 2139 0 0 0 163 1 0 0 16 0 12 0 163243215 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17311/tid=17322] ppid=17309 vsize=917112 CPUtime=0
/proc/17311/task/17322/stat : 17322 (java) S 17309 17311 17253 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163243216 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17323] ppid=17309 vsize=917112 CPUtime=0
/proc/17311/task/17323/stat : 17323 (java) S 17309 17311 17253 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163243216 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.95
Current children cumulated vsize (KiB) 917112

[startup+402.798 s]
/proc/loadavg: 2.32 2.21 2.11 3/105 17323
/proc/meminfo: memFree=500664/2055920 swapFree=4182236/4192956
[pid=17311] ppid=17309 vsize=917112 CPUtime=400.96
/proc/17311/stat : 17311 (java) S 17309 17311 17253 0 -1 0 289578 0 1 0 39932 164 0 0 17 0 12 0 163243203 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17311/statm: 229278 187203 2485 14 0 215715 0
[pid=17311/tid=17313] ppid=17309 vsize=917112 CPUtime=5.23
/proc/17311/task/17313/stat : 17313 (java) S 17309 17311 17253 0 -1 64 88320 0 0 0 479 44 0 0 16 0 12 0 163243208 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17311/tid=17314] ppid=17309 vsize=917112 CPUtime=5.16
/proc/17311/task/17314/stat : 17314 (java) S 17309 17311 17253 0 -1 64 80531 0 0 0 480 36 0 0 15 0 12 0 163243208 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17311/tid=17315] ppid=17309 vsize=917112 CPUtime=104.83
/proc/17311/task/17315/stat : 17315 (java) R 17309 17311 17253 0 -1 64 92244 0 0 0 10421 62 0 0 25 0 12 0 163243211 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921529 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17311/tid=17316] ppid=17309 vsize=917112 CPUtime=0
/proc/17311/task/17316/stat : 17316 (java) S 17309 17311 17253 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163243212 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17311/tid=17317] ppid=17309 vsize=917112 CPUtime=0
/proc/17311/task/17317/stat : 17317 (java) S 17309 17311 17253 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163243212 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17318] ppid=17309 vsize=917112 CPUtime=0
/proc/17311/task/17318/stat : 17318 (java) S 17309 17311 17253 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163243215 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17319] ppid=17309 vsize=917112 CPUtime=0
/proc/17311/task/17319/stat : 17319 (java) S 17309 17311 17253 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 163243215 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17320] ppid=17309 vsize=917112 CPUtime=2.25
/proc/17311/task/17320/stat : 17320 (java) S 17309 17311 17253 0 -1 64 5806 0 0 0 223 2 0 0 17 0 12 0 163243215 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17321] ppid=17309 vsize=917112 CPUtime=1.64
/proc/17311/task/17321/stat : 17321 (java) S 17309 17311 17253 0 -1 64 2139 0 0 0 163 1 0 0 16 0 12 0 163243215 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17311/tid=17322] ppid=17309 vsize=917112 CPUtime=0
/proc/17311/task/17322/stat : 17322 (java) S 17309 17311 17253 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163243216 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17323] ppid=17309 vsize=917112 CPUtime=0
/proc/17311/task/17323/stat : 17323 (java) S 17309 17311 17253 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163243216 939122688 187203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.96
Current children cumulated vsize (KiB) 917112



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+457.519 s]
/proc/loadavg: 2.13 2.17 2.10 3/105 17323
/proc/meminfo: memFree=471096/2055920 swapFree=4182236/4192956
[pid=17311] ppid=17309 vsize=921112 CPUtime=455.61
/proc/17311/stat : 17311 (java) S 17309 17311 17253 0 -1 0 337286 0 1 0 45367 194 0 0 17 0 12 0 163243203 943218688 187580 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17311/statm: 230278 187580 2485 14 0 216715 0
[pid=17311/tid=17313] ppid=17309 vsize=921112 CPUtime=5.23
/proc/17311/task/17313/stat : 17313 (java) S 17309 17311 17253 0 -1 64 88320 0 0 0 479 44 0 0 16 0 12 0 163243208 943218688 187581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17311/tid=17314] ppid=17309 vsize=921112 CPUtime=5.16
/proc/17311/task/17314/stat : 17314 (java) S 17309 17311 17253 0 -1 64 80531 0 0 0 480 36 0 0 15 0 12 0 163243208 943218688 187581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17311/tid=17315] ppid=17309 vsize=921112 CPUtime=158.17
/proc/17311/task/17315/stat : 17315 (java) R 17309 17311 17253 0 -1 64 139912 0 0 0 15725 92 0 0 25 0 12 0 163243211 943218688 187581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17311/tid=17316] ppid=17309 vsize=921112 CPUtime=0
/proc/17311/task/17316/stat : 17316 (java) S 17309 17311 17253 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163243212 943218688 187581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17311/tid=17317] ppid=17309 vsize=921112 CPUtime=0
/proc/17311/task/17317/stat : 17317 (java) S 17309 17311 17253 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163243212 943218688 187582 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17318] ppid=17309 vsize=921112 CPUtime=0
/proc/17311/task/17318/stat : 17318 (java) S 17309 17311 17253 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163243215 943218688 187582 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17319] ppid=17309 vsize=921112 CPUtime=0
/proc/17311/task/17319/stat : 17319 (java) S 17309 17311 17253 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 163243215 943218688 187582 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17320] ppid=17309 vsize=921112 CPUtime=2.25
/proc/17311/task/17320/stat : 17320 (java) S 17309 17311 17253 0 -1 64 5806 0 0 0 223 2 0 0 17 0 12 0 163243215 943218688 187582 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17321] ppid=17309 vsize=921112 CPUtime=1.64
/proc/17311/task/17321/stat : 17321 (java) S 17309 17311 17253 0 -1 64 2139 0 0 0 163 1 0 0 16 0 12 0 163243215 943218688 187582 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17311/tid=17322] ppid=17309 vsize=921112 CPUtime=0
/proc/17311/task/17322/stat : 17322 (java) S 17309 17311 17253 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163243216 943218688 187583 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17311/tid=17323] ppid=17309 vsize=921112 CPUtime=0
/proc/17311/task/17323/stat : 17323 (java) S 17309 17311 17253 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163243216 943218688 187583 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 455.61
Current children cumulated vsize (KiB) 921112

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

Sending SIGKILL to process tree (bottom up)

Child ended because it received signal 9 (SIGKILL)
Real time (s): 459.659
CPU time (s): 457.749
CPU user time (s): 455.678
CPU system time (s): 2.07169
CPU usage (%): 99.5845
Max. virtual memory (cumulated for all children) (KiB): 925116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 455.678
system time used= 2.07168
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 338447
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= 15748
involuntary context switches= 19051

runsolver used 0.568913 s user time and 1.64175 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Sun Jan  7 05:41:23 UTC 2007


IDJOB= 201555
IDBENCH= 3770
FILE ID= node14/201555-1168148483

PBS_JOBID= 3478176

Free space on /tmp= 66336 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp13/fapp13-2000-5.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201555-1168148483/sat4jCSP-bf3.jar /tmp/evaluation/201555-1168148483/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-201555-1168148483 -o ROOT/results/node14/solver-201555-1168148483 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201555-1168148483/sat4jCSP-bf3.jar /tmp/evaluation/201555-1168148483/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  ffb4cc3cc68459b6d1c6c34b1a6e5ea5

RANDOM SEED= 752243631

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.227
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.227
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:       1515416 kB
Buffers:         30728 kB
Cached:         169744 kB
SwapCached:       4208 kB
Active:         384292 kB
Inactive:        83348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1515416 kB
SwapTotal:     4192956 kB
SwapFree:      4182236 kB
Dirty:            6092 kB
Writeback:           0 kB
Mapped:         284832 kB
Slab:            57196 kB
Committed_AS:  5724228 kB
PageTables:       2704 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= 66336 MiB



End job on node14 on Sun Jan  7 05:49:02 UTC 2007