Trace number 201189

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? 873.613 875.985

General information on the benchmark

Namefapp/fapp11-15/fapp12/
fapp12-1500-9.xml
MD5SUMe607438c7b2869fc3dff7cfb5d7cfcb3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark25.3261
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data (download as text)

0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.22	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.22	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.23	c version CSP COMPETITION BUGFIX 3
0.23	c sun.arch.data.model	32
0.23	c java.version	1.5.0_10
0.23	c os.name	Linux
0.23	c os.version	2.6.9-22.EL.rootsmp
0.23	c os.arch	i386
0.23	c Free memory 722620888
0.23	c Max memory 723845120
0.23	c Total memory 723845120
0.23	c Number of processors 2
0.32	c --- Begin Solver configuration ---
0.32	c Stops conflict analysis at the first Unique Implication Point
0.32	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.32	c Learn all clauses as in MiniSAT
0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32	c VSIDS like heuristics from MiniSAT using a heap
0.32	c No reason simplification
0.32	c --- End Solver configuration ---
0.32	c solving /tmp/evaluation/201189-1168145946/unknown.xml
0.32	c reading problem ... 
0.58	c reading problem named ?
0.58	c reading domains done.
0.91	c reading variables
c reading variables (1500) done.
2.46	c reading predicates 
c reading relations (9) done.
2.69	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
875.85	c starts		: 0
875.85	c conflicts		: 0
875.85	c decisions		: 0
875.85	c propagations		: 0
875.85	c inspects		: 0
875.85	c learnt literals	: 0
875.85	c learnt binary clauses	: 0
875.85	c learnt ternary clauses	: 0
875.85	c learnt clauses	: 0
875.85	c root simplifications	: 0
875.85	c removed literals (reason simplification)	: 0
875.85	c reason swapping (by a shorter reason)	: 0
875.85	c Calls to reduceDB	: 0
875.85	c speed (decisions/second)	: 0.0
875.85	c non guided choices	0
875.85	s UNKNOWN
875.85	c Total wall clock time (in seconds) : 871.477
875.85	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/node14/watcher-201189-1168145946 -o ROOT/results/node14/solver-201189-1168145946 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201189-1168145946/sat4jCSP-bf3.jar /tmp/evaluation/201189-1168145946/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.05 2.00 5/94 16382
/proc/meminfo: memFree=1491896/2055920 swapFree=4182236/4192956
[pid=16381] ppid=16379 vsize=18540 CPUtime=0
/proc/16381/stat : 16381 (runsolver) R 16379 16381 15968 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 162989512 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 212234464551 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/16381/statm: 4635 279 244 17 0 2626 0

[startup+0.104761 s]
/proc/loadavg: 2.03 2.05 2.00 5/94 16382
/proc/meminfo: memFree=1491896/2055920 swapFree=4182236/4192956
[pid=16381] ppid=16379 vsize=895148 CPUtime=0.02
/proc/16381/stat : 16381 (java) R 16379 16381 15968 0 -1 0 2250 0 1 0 1 1 0 0 19 0 3 0 162989512 916631552 2012 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151525237 0 4 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/16381/statm: 223787 2012 992 14 0 210807 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 895148

[startup+0.514788 s]
/proc/loadavg: 2.03 2.05 2.00 5/94 16382
/proc/meminfo: memFree=1491896/2055920 swapFree=4182236/4192956
[pid=16381] ppid=16379 vsize=905236 CPUtime=0.42
/proc/16381/stat : 16381 (java) R 16379 16381 15968 0 -1 0 5632 0 1 0 38 4 0 0 25 0 12 0 162989512 926961664 5227 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053846277 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16381/statm: 226309 5227 2184 14 0 212746 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 905236

[startup+1.33587 s]
/proc/loadavg: 2.03 2.05 2.00 4/105 16393
/proc/meminfo: memFree=1476384/2055920 swapFree=4182236/4192956
[pid=16381] ppid=16379 vsize=906592 CPUtime=1.23
/proc/16381/stat : 16381 (java) R 16379 16381 15968 0 -1 0 7033 0 1 0 119 4 0 0 25 0 12 0 162989512 928350208 6130 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16381/statm: 226648 6130 2307 14 0 213085 0
[pid=16381/tid=16383] ppid=16379 vsize=906592 CPUtime=0
/proc/16381/task/16383/stat : 16383 (java) S 16379 16381 15968 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 162989523 928350208 6130 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16384] ppid=16379 vsize=906592 CPUtime=0
/proc/16381/task/16384/stat : 16384 (java) S 16379 16381 15968 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 162989523 928350208 6130 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16385] ppid=16379 vsize=906592 CPUtime=0
/proc/16381/task/16385/stat : 16385 (java) S 16379 16381 15968 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 162989525 928350208 6130 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16386] ppid=16379 vsize=906592 CPUtime=0
/proc/16381/task/16386/stat : 16386 (java) S 16379 16381 15968 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 162989526 928350208 6130 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16387] ppid=16379 vsize=906592 CPUtime=0
/proc/16381/task/16387/stat : 16387 (java) S 16379 16381 15968 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 162989526 928350208 6130 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16388] ppid=16379 vsize=906592 CPUtime=0
/proc/16381/task/16388/stat : 16388 (java) S 16379 16381 15968 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 162989530 928350208 6130 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16389] ppid=16379 vsize=906592 CPUtime=0
/proc/16381/task/16389/stat : 16389 (java) S 16379 16381 15968 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162989530 928350208 6130 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16390] ppid=16379 vsize=906592 CPUtime=0.36
/proc/16381/task/16390/stat : 16390 (java) R 16379 16381 15968 0 -1 64 1072 0 0 0 36 0 0 0 16 0 12 0 162989530 928350208 6130 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152666671 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16391] ppid=16379 vsize=906592 CPUtime=0.26
/proc/16381/task/16391/stat : 16391 (java) S 16379 16381 15968 0 -1 64 673 0 0 0 26 0 0 0 16 0 12 0 162989530 928350208 6130 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16392] ppid=16379 vsize=906592 CPUtime=0
/proc/16381/task/16392/stat : 16392 (java) S 16379 16381 15968 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 162989530 928350208 6130 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16393] ppid=16379 vsize=906592 CPUtime=0
/proc/16381/task/16393/stat : 16393 (java) S 16379 16381 15968 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162989530 928350208 6130 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 906592

[startup+2.97806 s]
/proc/loadavg: 2.03 2.05 2.00 7/105 16393
/proc/meminfo: memFree=1378976/2055920 swapFree=4182236/4192956
[pid=16381] ppid=16379 vsize=912884 CPUtime=2.87
/proc/16381/stat : 16381 (java) R 16379 16381 15968 0 -1 0 36232 0 1 0 264 23 0 0 25 0 12 0 162989512 934793216 33590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16381/statm: 228221 33590 2466 14 0 214658 0
[pid=16381/tid=16383] ppid=16379 vsize=912884 CPUtime=0.18
/proc/16381/task/16383/stat : 16383 (java) S 16379 16381 15968 0 -1 64 6925 0 0 0 14 4 0 0 18 0 12 0 162989523 934793216 33590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16384] ppid=16379 vsize=912884 CPUtime=0.13
/proc/16381/task/16384/stat : 16384 (java) S 16379 16381 15968 0 -1 64 6091 0 0 0 10 3 0 0 18 0 12 0 162989523 934793216 33590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16385] ppid=16379 vsize=912884 CPUtime=0
/proc/16381/task/16385/stat : 16385 (java) S 16379 16381 15968 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 162989525 934793216 33590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16386] ppid=16379 vsize=912884 CPUtime=0
/proc/16381/task/16386/stat : 16386 (java) S 16379 16381 15968 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 162989526 934793216 33590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16387] ppid=16379 vsize=912884 CPUtime=0
/proc/16381/task/16387/stat : 16387 (java) S 16379 16381 15968 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 162989526 934793216 33590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16388] ppid=16379 vsize=912884 CPUtime=0
/proc/16381/task/16388/stat : 16388 (java) S 16379 16381 15968 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 162989530 934793216 33590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16389] ppid=16379 vsize=912884 CPUtime=0
/proc/16381/task/16389/stat : 16389 (java) S 16379 16381 15968 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162989530 934793216 33590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16390] ppid=16379 vsize=912884 CPUtime=0.64
/proc/16381/task/16390/stat : 16390 (java) S 16379 16381 15968 0 -1 64 1449 0 0 0 64 0 0 0 16 0 12 0 162989530 934793216 33590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16391] ppid=16379 vsize=912884 CPUtime=0.54
/proc/16381/task/16391/stat : 16391 (java) R 16379 16381 15968 0 -1 64 1704 0 0 0 54 0 0 0 17 0 12 0 162989530 934793216 33590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16392] ppid=16379 vsize=912884 CPUtime=0
/proc/16381/task/16392/stat : 16392 (java) S 16379 16381 15968 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 162989530 934793216 33590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16393] ppid=16379 vsize=912884 CPUtime=0
/proc/16381/task/16393/stat : 16393 (java) S 16379 16381 15968 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162989530 934793216 33590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 912884

[startup+6.18232 s]
/proc/loadavg: 2.10 2.06 2.01 3/105 16393
/proc/meminfo: memFree=1312864/2055920 swapFree=4182236/4192956
[pid=16381] ppid=16379 vsize=917280 CPUtime=6.35
/proc/16381/stat : 16381 (java) R 16379 16381 15968 0 -1 0 53144 0 1 0 601 34 0 0 25 0 12 0 162989512 939294720 46949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054419657 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16381/statm: 229320 46949 2478 14 0 215757 0
[pid=16381/tid=16383] ppid=16379 vsize=917280 CPUtime=0.62
/proc/16381/task/16383/stat : 16383 (java) S 16379 16381 15968 0 -1 64 11260 0 0 0 55 7 0 0 17 0 12 0 162989523 939294720 46949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16381/tid=16384] ppid=16379 vsize=917280 CPUtime=0.59
/proc/16381/task/16384/stat : 16384 (java) S 16379 16381 15968 0 -1 64 15541 0 0 0 51 8 0 0 16 0 12 0 162989523 939294720 46949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16381/tid=16385] ppid=16379 vsize=917280 CPUtime=0
/proc/16381/task/16385/stat : 16385 (java) S 16379 16381 15968 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 162989525 939294720 46949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16381/tid=16386] ppid=16379 vsize=917280 CPUtime=0
/proc/16381/task/16386/stat : 16386 (java) S 16379 16381 15968 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 162989526 939294720 46949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16387] ppid=16379 vsize=917280 CPUtime=0
/proc/16381/task/16387/stat : 16387 (java) S 16379 16381 15968 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 162989526 939294720 46949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16388] ppid=16379 vsize=917280 CPUtime=0
/proc/16381/task/16388/stat : 16388 (java) S 16379 16381 15968 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 162989530 939294720 46949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16389] ppid=16379 vsize=917280 CPUtime=0
/proc/16381/task/16389/stat : 16389 (java) S 16379 16381 15968 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 162989530 939294720 46949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16390] ppid=16379 vsize=917280 CPUtime=0.76
/proc/16381/task/16390/stat : 16390 (java) S 16379 16381 15968 0 -1 64 1472 0 0 0 76 0 0 0 16 0 12 0 162989530 939294720 46949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16391] ppid=16379 vsize=917280 CPUtime=1.16
/proc/16381/task/16391/stat : 16391 (java) S 16379 16381 15968 0 -1 64 4800 0 0 0 114 2 0 0 17 0 12 0 162989530 939294720 46949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16392] ppid=16379 vsize=917280 CPUtime=0
/proc/16381/task/16392/stat : 16392 (java) S 16379 16381 15968 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 162989530 939294720 46949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16393] ppid=16379 vsize=917280 CPUtime=0
/proc/16381/task/16393/stat : 16393 (java) S 16379 16381 15968 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162989530 939294720 46949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 917280

[startup+12.6829 s]
/proc/loadavg: 2.10 2.06 2.01 3/105 16393
/proc/meminfo: memFree=1288488/2055920 swapFree=4182236/4192956
[pid=16381] ppid=16379 vsize=915908 CPUtime=12.82
/proc/16381/stat : 16381 (java) R 16379 16381 15968 0 -1 0 58829 0 1 0 1245 37 0 0 25 0 12 0 162989512 937889792 52277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054336796 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16381/statm: 228977 52277 2479 14 0 215414 0
[pid=16381/tid=16383] ppid=16379 vsize=915908 CPUtime=0.78
/proc/16381/task/16383/stat : 16383 (java) S 16379 16381 15968 0 -1 64 13738 0 0 0 70 8 0 0 16 0 12 0 162989523 937889792 52277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16381/tid=16384] ppid=16379 vsize=915908 CPUtime=0.78
/proc/16381/task/16384/stat : 16384 (java) S 16379 16381 15968 0 -1 64 18658 0 0 0 68 10 0 0 16 0 12 0 162989523 937889792 52277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16381/tid=16385] ppid=16379 vsize=915908 CPUtime=0.01
/proc/16381/task/16385/stat : 16385 (java) S 16379 16381 15968 0 -1 64 10 0 0 0 1 0 0 0 16 0 12 0 162989525 937889792 52277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16381/tid=16386] ppid=16379 vsize=915908 CPUtime=0
/proc/16381/task/16386/stat : 16386 (java) S 16379 16381 15968 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 162989526 937889792 52277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16387] ppid=16379 vsize=915908 CPUtime=0
/proc/16381/task/16387/stat : 16387 (java) S 16379 16381 15968 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 162989526 937889792 52277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16388] ppid=16379 vsize=915908 CPUtime=0
/proc/16381/task/16388/stat : 16388 (java) S 16379 16381 15968 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 162989530 937889792 52277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16389] ppid=16379 vsize=915908 CPUtime=0
/proc/16381/task/16389/stat : 16389 (java) S 16379 16381 15968 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 162989530 937889792 52277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16390] ppid=16379 vsize=915908 CPUtime=0.88
/proc/16381/task/16390/stat : 16390 (java) S 16379 16381 15968 0 -1 64 1481 0 0 0 88 0 0 0 16 0 12 0 162989530 937889792 52277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16381/tid=16391] ppid=16379 vsize=915908 CPUtime=1.59
/proc/16381/task/16391/stat : 16391 (java) S 16379 16381 15968 0 -1 64 4861 0 0 0 157 2 0 0 16 0 12 0 162989530 937889792 52277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16381/tid=16392] ppid=16379 vsize=915908 CPUtime=0
/proc/16381/task/16392/stat : 16392 (java) S 16379 16381 15968 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 162989530 937889792 52277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16393] ppid=16379 vsize=915908 CPUtime=0
/proc/16381/task/16393/stat : 16393 (java) S 16379 16381 15968 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162989530 937889792 52277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.82
Current children cumulated vsize (KiB) 915908

[startup+25.5852 s]
/proc/loadavg: 2.07 2.06 2.01 3/105 16393
/proc/meminfo: memFree=1267176/2055920 swapFree=4182236/4192956
[pid=16381] ppid=16379 vsize=913644 CPUtime=25.66
/proc/16381/stat : 16381 (java) R 16379 16381 15968 0 -1 0 65174 0 1 0 2525 41 0 0 25 0 12 0 162989512 935571456 56844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054342494 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16381/statm: 228411 56844 2479 14 0 214848 0
[pid=16381/tid=16383] ppid=16379 vsize=913644 CPUtime=0.92
/proc/16381/task/16383/stat : 16383 (java) S 16379 16381 15968 0 -1 64 16921 0 0 0 83 9 0 0 16 0 12 0 162989523 935571456 56844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16381/tid=16384] ppid=16379 vsize=913644 CPUtime=0.92
/proc/16381/task/16384/stat : 16384 (java) S 16379 16381 15968 0 -1 64 21787 0 0 0 80 12 0 0 16 0 12 0 162989523 935571456 56844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16381/tid=16385] ppid=16379 vsize=913644 CPUtime=0.01
/proc/16381/task/16385/stat : 16385 (java) S 16379 16381 15968 0 -1 64 13 0 0 0 1 0 0 0 16 0 12 0 162989525 935571456 56844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16381/tid=16386] ppid=16379 vsize=913644 CPUtime=0
/proc/16381/task/16386/stat : 16386 (java) S 16379 16381 15968 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 162989526 935571456 56844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16387] ppid=16379 vsize=913644 CPUtime=0
/proc/16381/task/16387/stat : 16387 (java) S 16379 16381 15968 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 162989526 935571456 56844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16388] ppid=16379 vsize=913644 CPUtime=0
/proc/16381/task/16388/stat : 16388 (java) S 16379 16381 15968 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 162989530 935571456 56844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16389] ppid=16379 vsize=913644 CPUtime=0
/proc/16381/task/16389/stat : 16389 (java) S 16379 16381 15968 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 162989530 935571456 56844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16390] ppid=16379 vsize=913644 CPUtime=0.93
/proc/16381/task/16390/stat : 16390 (java) S 16379 16381 15968 0 -1 64 1482 0 0 0 93 0 0 0 16 0 12 0 162989530 935571456 56844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16381/tid=16391] ppid=16379 vsize=913644 CPUtime=1.63
/proc/16381/task/16391/stat : 16391 (java) S 16379 16381 15968 0 -1 64 4862 0 0 0 161 2 0 0 16 0 12 0 162989530 935571456 56844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16381/tid=16392] ppid=16379 vsize=913644 CPUtime=0
/proc/16381/task/16392/stat : 16392 (java) S 16379 16381 15968 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 162989530 935571456 56844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16393] ppid=16379 vsize=913644 CPUtime=0
/proc/16381/task/16393/stat : 16393 (java) S 16379 16381 15968 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162989530 935571456 56844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.66
Current children cumulated vsize (KiB) 913644

[startup+51.2736 s]
/proc/loadavg: 2.11 2.07 2.01 3/105 16393
/proc/meminfo: memFree=1203496/2055920 swapFree=4182236/4192956
[pid=16381] ppid=16379 vsize=913644 CPUtime=51.21
/proc/16381/stat : 16381 (java) R 16379 16381 15968 0 -1 0 79619 0 1 0 5073 48 0 0 25 0 12 0 162989512 935571456 71192 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054336961 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16381/statm: 228411 71192 2479 14 0 214848 0
[pid=16381/tid=16383] ppid=16379 vsize=913644 CPUtime=1.2
/proc/16381/task/16383/stat : 16383 (java) S 16379 16381 15968 0 -1 64 25181 0 0 0 107 13 0 0 16 0 12 0 162989523 935571456 71192 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16381/tid=16384] ppid=16379 vsize=913644 CPUtime=1.12
/proc/16381/task/16384/stat : 16384 (java) S 16379 16381 15968 0 -1 64 27938 0 0 0 97 15 0 0 16 0 12 0 162989523 935571456 71192 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16381/tid=16385] ppid=16379 vsize=913644 CPUtime=0.02

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

/proc/16381/task/16387/stat : 16387 (java) S 16379 16381 15968 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162989526 937623552 186283 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16381/tid=16388] ppid=16379 vsize=915648 CPUtime=0
/proc/16381/task/16388/stat : 16388 (java) S 16379 16381 15968 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 162989530 937623552 186283 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16389] ppid=16379 vsize=915648 CPUtime=0
/proc/16381/task/16389/stat : 16389 (java) S 16379 16381 15968 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162989530 937623552 186283 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16390] ppid=16379 vsize=915648 CPUtime=1.03
/proc/16381/task/16390/stat : 16390 (java) S 16379 16381 15968 0 -1 64 1487 0 0 0 103 0 0 0 17 0 12 0 162989530 937623552 186283 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16391] ppid=16379 vsize=915648 CPUtime=1.76
/proc/16381/task/16391/stat : 16391 (java) S 16379 16381 15968 0 -1 64 4868 0 0 0 174 2 0 0 17 0 12 0 162989530 937623552 186283 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16392] ppid=16379 vsize=915648 CPUtime=0
/proc/16381/task/16392/stat : 16392 (java) S 16379 16381 15968 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 162989530 937623552 186283 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16393] ppid=16379 vsize=915648 CPUtime=0
/proc/16381/task/16393/stat : 16393 (java) S 16379 16381 15968 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162989530 937623552 186283 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.05
Current children cumulated vsize (KiB) 915648

[startup+583.061 s]
/proc/loadavg: 2.06 2.23 2.11 3/105 16591
/proc/meminfo: memFree=649768/2055920 swapFree=4182236/4192956
[pid=16381] ppid=16379 vsize=917648 CPUtime=581.06
/proc/16381/stat : 16381 (java) S 16379 16381 15968 0 -1 0 592306 0 2 0 57742 364 0 0 15 0 12 0 162989512 939671552 186709 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16381/statm: 229412 186709 2481 14 0 215849 0
[pid=16381/tid=16383] ppid=16379 vsize=917648 CPUtime=4.91
/proc/16381/task/16383/stat : 16383 (java) S 16379 16381 15968 0 -1 64 79878 0 0 0 452 39 0 0 16 0 12 0 162989523 939671552 186709 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16384] ppid=16379 vsize=917648 CPUtime=5.1
/proc/16381/task/16384/stat : 16384 (java) S 16379 16381 15968 0 -1 64 88977 0 0 0 466 44 0 0 15 0 12 0 162989523 939671552 186709 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16385] ppid=16379 vsize=917648 CPUtime=260.5
/proc/16381/task/16385/stat : 16385 (java) R 16379 16381 15968 0 -1 64 396330 0 1 0 25792 258 0 0 25 0 12 0 162989525 939671552 186709 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694584 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16386] ppid=16379 vsize=917648 CPUtime=0
/proc/16381/task/16386/stat : 16386 (java) S 16379 16381 15968 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162989526 939671552 186709 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16387] ppid=16379 vsize=917648 CPUtime=0
/proc/16381/task/16387/stat : 16387 (java) S 16379 16381 15968 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162989526 939671552 186709 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16381/tid=16388] ppid=16379 vsize=917648 CPUtime=0
/proc/16381/task/16388/stat : 16388 (java) S 16379 16381 15968 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 162989530 939671552 186709 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16389] ppid=16379 vsize=917648 CPUtime=0
/proc/16381/task/16389/stat : 16389 (java) S 16379 16381 15968 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162989530 939671552 186709 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16390] ppid=16379 vsize=917648 CPUtime=1.03
/proc/16381/task/16390/stat : 16390 (java) S 16379 16381 15968 0 -1 64 1487 0 0 0 103 0 0 0 17 0 12 0 162989530 939671552 186709 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16391] ppid=16379 vsize=917648 CPUtime=1.76
/proc/16381/task/16391/stat : 16391 (java) S 16379 16381 15968 0 -1 64 4868 0 0 0 174 2 0 0 17 0 12 0 162989530 939671552 186709 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16392] ppid=16379 vsize=917648 CPUtime=0
/proc/16381/task/16392/stat : 16392 (java) S 16379 16381 15968 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 162989530 939671552 186709 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16393] ppid=16379 vsize=917648 CPUtime=0
/proc/16381/task/16393/stat : 16393 (java) S 16379 16381 15968 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162989530 939671552 186709 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.06
Current children cumulated vsize (KiB) 917648

[startup+643.143 s]
/proc/loadavg: 2.09 2.20 2.10 3/105 16591
/proc/meminfo: memFree=642536/2055920 swapFree=4182236/4192956
[pid=16381] ppid=16379 vsize=917648 CPUtime=641.09
/proc/16381/stat : 16381 (java) S 16379 16381 15968 0 -1 0 689979 0 2 0 63679 430 0 0 15 0 12 0 162989512 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16381/statm: 229412 186710 2481 14 0 215849 0
[pid=16381/tid=16383] ppid=16379 vsize=917648 CPUtime=4.91
/proc/16381/task/16383/stat : 16383 (java) S 16379 16381 15968 0 -1 64 79878 0 0 0 452 39 0 0 16 0 12 0 162989523 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16384] ppid=16379 vsize=917648 CPUtime=5.1
/proc/16381/task/16384/stat : 16384 (java) S 16379 16381 15968 0 -1 64 88977 0 0 0 466 44 0 0 15 0 12 0 162989523 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16385] ppid=16379 vsize=917648 CPUtime=320.38
/proc/16381/task/16385/stat : 16385 (java) R 16379 16381 15968 0 -1 64 493931 0 1 0 31715 323 0 0 25 0 12 0 162989525 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154624352 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16386] ppid=16379 vsize=917648 CPUtime=0
/proc/16381/task/16386/stat : 16386 (java) S 16379 16381 15968 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162989526 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16387] ppid=16379 vsize=917648 CPUtime=0
/proc/16381/task/16387/stat : 16387 (java) S 16379 16381 15968 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162989526 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16381/tid=16388] ppid=16379 vsize=917648 CPUtime=0
/proc/16381/task/16388/stat : 16388 (java) S 16379 16381 15968 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 162989530 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16389] ppid=16379 vsize=917648 CPUtime=0
/proc/16381/task/16389/stat : 16389 (java) S 16379 16381 15968 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162989530 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16390] ppid=16379 vsize=917648 CPUtime=1.03
/proc/16381/task/16390/stat : 16390 (java) S 16379 16381 15968 0 -1 64 1487 0 0 0 103 0 0 0 17 0 12 0 162989530 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16391] ppid=16379 vsize=917648 CPUtime=1.76
/proc/16381/task/16391/stat : 16391 (java) S 16379 16381 15968 0 -1 64 4868 0 0 0 174 2 0 0 17 0 12 0 162989530 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16392] ppid=16379 vsize=917648 CPUtime=0
/proc/16381/task/16392/stat : 16392 (java) S 16379 16381 15968 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 162989530 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16393] ppid=16379 vsize=917648 CPUtime=0
/proc/16381/task/16393/stat : 16393 (java) S 16379 16381 15968 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162989530 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 641.09
Current children cumulated vsize (KiB) 917648

[startup+703.232 s]
/proc/loadavg: 2.03 2.16 2.09 3/105 16591
/proc/meminfo: memFree=633576/2055920 swapFree=4182236/4192956
[pid=16381] ppid=16379 vsize=917648 CPUtime=701.09
/proc/16381/stat : 16381 (java) S 16379 16381 15968 0 -1 0 789021 0 2 0 69616 493 0 0 16 0 12 0 162989512 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16381/statm: 229412 186710 2481 14 0 215849 0
[pid=16381/tid=16383] ppid=16379 vsize=917648 CPUtime=4.91
/proc/16381/task/16383/stat : 16383 (java) S 16379 16381 15968 0 -1 64 79878 0 0 0 452 39 0 0 16 0 12 0 162989523 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16384] ppid=16379 vsize=917648 CPUtime=5.1
/proc/16381/task/16384/stat : 16384 (java) S 16379 16381 15968 0 -1 64 88977 0 0 0 466 44 0 0 15 0 12 0 162989523 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16385] ppid=16379 vsize=917648 CPUtime=380.25
/proc/16381/task/16385/stat : 16385 (java) R 16379 16381 15968 0 -1 64 592902 0 1 0 37639 386 0 0 25 0 12 0 162989525 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16386] ppid=16379 vsize=917648 CPUtime=0
/proc/16381/task/16386/stat : 16386 (java) S 16379 16381 15968 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162989526 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16387] ppid=16379 vsize=917648 CPUtime=0
/proc/16381/task/16387/stat : 16387 (java) S 16379 16381 15968 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162989526 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16381/tid=16388] ppid=16379 vsize=917648 CPUtime=0
/proc/16381/task/16388/stat : 16388 (java) S 16379 16381 15968 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 162989530 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16389] ppid=16379 vsize=917648 CPUtime=0
/proc/16381/task/16389/stat : 16389 (java) S 16379 16381 15968 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162989530 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16390] ppid=16379 vsize=917648 CPUtime=1.03
/proc/16381/task/16390/stat : 16390 (java) S 16379 16381 15968 0 -1 64 1487 0 0 0 103 0 0 0 17 0 12 0 162989530 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16391] ppid=16379 vsize=917648 CPUtime=1.76
/proc/16381/task/16391/stat : 16391 (java) S 16379 16381 15968 0 -1 64 4868 0 0 0 174 2 0 0 17 0 12 0 162989530 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16392] ppid=16379 vsize=917648 CPUtime=0
/proc/16381/task/16392/stat : 16392 (java) S 16379 16381 15968 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 162989530 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16393] ppid=16379 vsize=917648 CPUtime=0
/proc/16381/task/16393/stat : 16393 (java) S 16379 16381 15968 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162989530 939671552 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 701.09
Current children cumulated vsize (KiB) 917648

[startup+763.309 s]
/proc/loadavg: 2.01 2.13 2.08 3/105 16591
/proc/meminfo: memFree=625576/2055920 swapFree=4182236/4192956
[pid=16381] ppid=16379 vsize=913644 CPUtime=761.1
/proc/16381/stat : 16381 (java) S 16379 16381 15968 0 -1 0 888059 0 2 0 75552 558 0 0 16 0 12 0 162989512 935571456 185855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16381/statm: 228411 185855 2481 14 0 214848 0
[pid=16381/tid=16383] ppid=16379 vsize=913644 CPUtime=4.91
/proc/16381/task/16383/stat : 16383 (java) S 16379 16381 15968 0 -1 64 79878 0 0 0 452 39 0 0 16 0 12 0 162989523 935571456 185855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16384] ppid=16379 vsize=913644 CPUtime=5.1
/proc/16381/task/16384/stat : 16384 (java) S 16379 16381 15968 0 -1 64 88977 0 0 0 466 44 0 0 15 0 12 0 162989523 935571456 185855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16385] ppid=16379 vsize=913644 CPUtime=440.19
/proc/16381/task/16385/stat : 16385 (java) R 16379 16381 15968 0 -1 64 691868 0 1 0 43568 451 0 0 25 0 12 0 162989525 935571456 185855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681477 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16386] ppid=16379 vsize=913644 CPUtime=0
/proc/16381/task/16386/stat : 16386 (java) S 16379 16381 15968 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162989526 935571456 185855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16387] ppid=16379 vsize=913644 CPUtime=0
/proc/16381/task/16387/stat : 16387 (java) S 16379 16381 15968 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162989526 935571456 185855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16381/tid=16388] ppid=16379 vsize=913644 CPUtime=0
/proc/16381/task/16388/stat : 16388 (java) S 16379 16381 15968 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 162989530 935571456 185855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16389] ppid=16379 vsize=913644 CPUtime=0
/proc/16381/task/16389/stat : 16389 (java) S 16379 16381 15968 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162989530 935571456 185855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16390] ppid=16379 vsize=913644 CPUtime=1.03
/proc/16381/task/16390/stat : 16390 (java) S 16379 16381 15968 0 -1 64 1487 0 0 0 103 0 0 0 17 0 12 0 162989530 935571456 185855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16391] ppid=16379 vsize=913644 CPUtime=1.76
/proc/16381/task/16391/stat : 16391 (java) S 16379 16381 15968 0 -1 64 4868 0 0 0 174 2 0 0 17 0 12 0 162989530 935571456 185855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16392] ppid=16379 vsize=913644 CPUtime=0
/proc/16381/task/16392/stat : 16392 (java) S 16379 16381 15968 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 162989530 935571456 185855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16393] ppid=16379 vsize=913644 CPUtime=0
/proc/16381/task/16393/stat : 16393 (java) S 16379 16381 15968 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162989530 935571456 185855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 761.1
Current children cumulated vsize (KiB) 913644

[startup+823.392 s]
/proc/loadavg: 2.08 2.12 2.08 3/105 16591
/proc/meminfo: memFree=619240/2055920 swapFree=4182236/4192956
[pid=16381] ppid=16379 vsize=918672 CPUtime=821.11
/proc/16381/stat : 16381 (java) S 16379 16381 15968 0 -1 0 987078 0 2 0 81486 625 0 0 16 0 12 0 162989512 940720128 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16381/statm: 229668 186710 2481 14 0 216105 0
[pid=16381/tid=16383] ppid=16379 vsize=918672 CPUtime=4.91
/proc/16381/task/16383/stat : 16383 (java) S 16379 16381 15968 0 -1 64 79878 0 0 0 452 39 0 0 16 0 12 0 162989523 940720128 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16384] ppid=16379 vsize=918672 CPUtime=5.1
/proc/16381/task/16384/stat : 16384 (java) S 16379 16381 15968 0 -1 64 88977 0 0 0 466 44 0 0 15 0 12 0 162989523 940720128 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16385] ppid=16379 vsize=918672 CPUtime=500.16
/proc/16381/task/16385/stat : 16385 (java) R 16379 16381 15968 0 -1 64 790817 0 1 0 49498 518 0 0 25 0 12 0 162989525 940720128 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16386] ppid=16379 vsize=918672 CPUtime=0
/proc/16381/task/16386/stat : 16386 (java) S 16379 16381 15968 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162989526 940720128 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16387] ppid=16379 vsize=918672 CPUtime=0
/proc/16381/task/16387/stat : 16387 (java) S 16379 16381 15968 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162989526 940720128 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16381/tid=16388] ppid=16379 vsize=918672 CPUtime=0
/proc/16381/task/16388/stat : 16388 (java) S 16379 16381 15968 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 162989530 940720128 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16389] ppid=16379 vsize=918672 CPUtime=0
/proc/16381/task/16389/stat : 16389 (java) S 16379 16381 15968 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162989530 940720128 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16390] ppid=16379 vsize=918672 CPUtime=1.03
/proc/16381/task/16390/stat : 16390 (java) S 16379 16381 15968 0 -1 64 1487 0 0 0 103 0 0 0 17 0 12 0 162989530 940720128 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16391] ppid=16379 vsize=918672 CPUtime=1.76
/proc/16381/task/16391/stat : 16391 (java) S 16379 16381 15968 0 -1 64 4868 0 0 0 174 2 0 0 17 0 12 0 162989530 940720128 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16392] ppid=16379 vsize=918672 CPUtime=0
/proc/16381/task/16392/stat : 16392 (java) S 16379 16381 15968 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 162989530 940720128 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16381/tid=16393] ppid=16379 vsize=918672 CPUtime=0
/proc/16381/task/16393/stat : 16393 (java) S 16379 16381 15968 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 162989530 940720128 186710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 821.11
Current children cumulated vsize (KiB) 918672

Child status: 1
Real time (s): 875.985
CPU time (s): 873.613
CPU user time (s): 866.719
CPU system time (s): 6.89395
CPU usage (%): 99.7293
Max. virtual memory (cumulated for all children) (KiB): 920676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 866.719
system time used= 6.89395
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1069806
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25155
involuntary context switches= 21511

runsolver used 1.14482 s user time and 3.01654 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Sun Jan  7 04:59:06 UTC 2007


IDJOB= 201189
IDBENCH= 3748
FILE ID= node14/201189-1168145946

PBS_JOBID= 3477873

Free space on /tmp= 66333 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  e607438c7b2869fc3dff7cfb5d7cfcb3

RANDOM SEED= 830092620

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:       1492440 kB
Buffers:         26424 kB
Cached:         151540 kB
SwapCached:       4208 kB
Active:         430960 kB
Inactive:        59552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1492440 kB
SwapTotal:     4192956 kB
SwapFree:      4182236 kB
Dirty:            5976 kB
Writeback:           0 kB
Mapped:         330352 kB
Slab:            57300 kB
Committed_AS:  5711872 kB
PageTables:       2792 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= 66333 MiB



End job on node14 on Sun Jan  7 05:13:42 UTC 2007