Trace number 208969

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? 423.772 426.592

General information on the benchmark

Namefapp/fapp01-05/fapp05/
fapp05-0350-8.xml
MD5SUM61a526b58ac018a240cb0aa93cbcd293
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.28765
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables350
Number of constraints4665
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4665
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.19	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.20	c version CSP COMPETITION BUGFIX 3
0.20	c sun.arch.data.model	32
0.20	c java.version	1.5.0_10
0.20	c os.name	Linux
0.20	c os.version	2.6.9-22.EL.rootsmp
0.20	c os.arch	i386
0.20	c Free memory 722620888
0.20	c Max memory 723845120
0.20	c Total memory 723845120
0.20	c Number of processors 2
0.29	c --- Begin Solver configuration ---
0.29	c Stops conflict analysis at the first Unique Implication Point
0.29	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.29	c Learn all clauses as in MiniSAT
0.29	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29	c VSIDS like heuristics from MiniSAT using a heap
0.29	c No reason simplification
0.29	c --- End Solver configuration ---
0.29	c solving /tmp/evaluation/208969-1168191184/unknown.xml
0.29	c reading problem ... 
0.57	c reading problem named ?
0.57	c reading domains done.
0.64	c reading variables
c reading variables (350) done.
1.21	c reading predicates 
c reading relations (8) done.
1.41	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
426.44	c starts		: 0
426.44	c conflicts		: 0
426.44	c decisions		: 0
426.44	c propagations		: 0
426.44	c inspects		: 0
426.44	c learnt literals	: 0
426.44	c learnt binary clauses	: 0
426.44	c learnt ternary clauses	: 0
426.44	c learnt clauses	: 0
426.44	c root simplifications	: 0
426.44	c removed literals (reason simplification)	: 0
426.44	c reason swapping (by a shorter reason)	: 0
426.44	c Calls to reduceDB	: 0
426.44	c speed (decisions/second)	: 0.0
426.44	c non guided choices	0
426.44	s UNKNOWN
426.44	c Total wall clock time (in seconds) : 426.146
426.44	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/node25/watcher-208969-1168191184 -o ROOT/results/node25/solver-208969-1168191184 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/208969-1168191184/sat4jCSP-bf3.jar /tmp/evaluation/208969-1168191184/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.39 1.54 1.22 4/87 5224
/proc/meminfo: memFree=1211984/2055920 swapFree=4170848/4192956
[pid=5223] ppid=5221 vsize=12200 CPUtime=0
/proc/5223/stat : 5223 (java) S 5221 5223 5113 0 -1 0 870 0 0 0 0 0 0 0 18 0 1 0 167510843 12492800 636 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 7368 0 0 0 17 1 0 0
/proc/5223/statm: 3050 636 481 14 0 1142 0

[startup+0.104435 s]
/proc/loadavg: 2.39 1.54 1.22 4/87 5224
/proc/meminfo: memFree=1211984/2055920 swapFree=4170848/4192956
[pid=5223] ppid=5221 vsize=901540 CPUtime=0.09
/proc/5223/stat : 5223 (java) R 5221 5223 5113 0 -1 0 3300 0 1 0 7 2 0 0 22 0 12 0 167510843 923176960 3060 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155350992 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5223/statm: 225385 3060 1552 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.515503 s]
/proc/loadavg: 2.39 1.54 1.22 4/87 5224
/proc/meminfo: memFree=1211984/2055920 swapFree=4170848/4192956
[pid=5223] ppid=5221 vsize=905236 CPUtime=0.45
/proc/5223/stat : 5223 (java) R 5221 5223 5113 0 -1 0 5727 0 1 0 42 3 0 0 19 0 12 0 167510843 926961664 5322 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152157664 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5223/statm: 226309 5322 2224 14 0 212746 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 905236

[startup+1.34265 s]
/proc/loadavg: 2.44 1.56 1.23 4/98 5235
/proc/meminfo: memFree=1192888/2055920 swapFree=4170848/4192956
[pid=5223] ppid=5221 vsize=905300 CPUtime=1.27
/proc/5223/stat : 5223 (java) R 5221 5223 5113 0 -1 0 11608 0 1 0 121 6 0 0 18 0 12 0 167510843 927027200 11002 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4149859301 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5223/statm: 226325 11002 2442 14 0 212762 0
[pid=5223/tid=5225] ppid=5221 vsize=905300 CPUtime=0
/proc/5223/task/5225/stat : 5225 (java) S 5221 5223 5113 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 167510846 927027200 11002 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5226] ppid=5221 vsize=905300 CPUtime=0
/proc/5223/task/5226/stat : 5226 (java) S 5221 5223 5113 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 167510846 927027200 11002 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5227] ppid=5221 vsize=905300 CPUtime=0
/proc/5223/task/5227/stat : 5227 (java) S 5221 5223 5113 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 167510848 927027200 11002 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5228] ppid=5221 vsize=905300 CPUtime=0
/proc/5223/task/5228/stat : 5228 (java) S 5221 5223 5113 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 167510849 927027200 11002 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5229] ppid=5221 vsize=905300 CPUtime=0
/proc/5223/task/5229/stat : 5229 (java) S 5221 5223 5113 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 167510849 927027200 11002 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5230] ppid=5221 vsize=905300 CPUtime=0
/proc/5223/task/5230/stat : 5230 (java) S 5221 5223 5113 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 167510853 927027200 11002 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5231] ppid=5221 vsize=905300 CPUtime=0
/proc/5223/task/5231/stat : 5231 (java) S 5221 5223 5113 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 167510853 927027200 11002 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5232] ppid=5221 vsize=905300 CPUtime=0.28
/proc/5223/task/5232/stat : 5232 (java) S 5221 5223 5113 0 -1 64 331 0 0 0 28 0 0 0 16 0 12 0 167510853 927027200 11002 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5233] ppid=5221 vsize=905300 CPUtime=0.27
/proc/5223/task/5233/stat : 5233 (java) S 5221 5223 5113 0 -1 64 692 0 0 0 27 0 0 0 16 0 12 0 167510853 927027200 11002 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5234] ppid=5221 vsize=905300 CPUtime=0
/proc/5223/task/5234/stat : 5234 (java) S 5221 5223 5113 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 167510853 927027200 11002 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5235] ppid=5221 vsize=905300 CPUtime=0
/proc/5223/task/5235/stat : 5235 (java) S 5221 5223 5113 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167510853 927027200 11002 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 905300

[startup+2.98492 s]
/proc/loadavg: 2.44 1.56 1.23 3/98 5235
/proc/meminfo: memFree=1162040/2055920 swapFree=4170848/4192956
[pid=5223] ppid=5221 vsize=912172 CPUtime=2.92
/proc/5223/stat : 5223 (java) R 5221 5223 5113 0 -1 0 24250 0 1 0 279 13 0 0 23 0 12 0 167510843 934064128 21206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054221188 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5223/statm: 228043 21206 2476 14 0 214480 0
[pid=5223/tid=5225] ppid=5221 vsize=912172 CPUtime=0
/proc/5223/task/5225/stat : 5225 (java) S 5221 5223 5113 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 167510846 934064128 21206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5226] ppid=5221 vsize=912172 CPUtime=0
/proc/5223/task/5226/stat : 5226 (java) S 5221 5223 5113 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 167510846 934064128 21206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5227] ppid=5221 vsize=912172 CPUtime=0
/proc/5223/task/5227/stat : 5227 (java) S 5221 5223 5113 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 167510848 934064128 21206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5228] ppid=5221 vsize=912172 CPUtime=0
/proc/5223/task/5228/stat : 5228 (java) S 5221 5223 5113 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 167510849 934064128 21206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5229] ppid=5221 vsize=912172 CPUtime=0
/proc/5223/task/5229/stat : 5229 (java) S 5221 5223 5113 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 167510849 934064128 21206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5230] ppid=5221 vsize=912172 CPUtime=0
/proc/5223/task/5230/stat : 5230 (java) S 5221 5223 5113 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 167510853 934064128 21206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5231] ppid=5221 vsize=912172 CPUtime=0
/proc/5223/task/5231/stat : 5231 (java) S 5221 5223 5113 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 167510853 934064128 21206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5232] ppid=5221 vsize=912172 CPUtime=0.93
/proc/5223/task/5232/stat : 5232 (java) S 5221 5223 5113 0 -1 64 3351 0 0 0 92 1 0 0 16 0 12 0 167510853 934064128 21206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5233] ppid=5221 vsize=912172 CPUtime=0.59
/proc/5223/task/5233/stat : 5233 (java) S 5221 5223 5113 0 -1 64 1907 0 0 0 59 0 0 0 16 0 12 0 167510853 934064128 21206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5234] ppid=5221 vsize=912172 CPUtime=0
/proc/5223/task/5234/stat : 5234 (java) S 5221 5223 5113 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 167510853 934064128 21206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5235] ppid=5221 vsize=912172 CPUtime=0
/proc/5223/task/5235/stat : 5235 (java) S 5221 5223 5113 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167510853 934064128 21206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 912172

[startup+6.20547 s]
/proc/loadavg: 2.41 1.57 1.24 3/98 5235
/proc/meminfo: memFree=1100664/2055920 swapFree=4170848/4192956
[pid=5223] ppid=5221 vsize=913428 CPUtime=6.12
/proc/5223/stat : 5223 (java) R 5221 5223 5113 0 -1 0 33773 0 1 0 594 18 0 0 25 0 12 0 167510843 935350272 30554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054241070 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5223/statm: 228357 30554 2479 14 0 214794 0
[pid=5223/tid=5225] ppid=5221 vsize=913428 CPUtime=0.16
/proc/5223/task/5225/stat : 5225 (java) S 5221 5223 5113 0 -1 64 3130 0 0 0 15 1 0 0 16 0 12 0 167510846 935350272 30554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5226] ppid=5221 vsize=913428 CPUtime=0.18
/proc/5223/task/5226/stat : 5226 (java) S 5221 5223 5113 0 -1 64 5153 0 0 0 16 2 0 0 16 0 12 0 167510846 935350272 30554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5227] ppid=5221 vsize=913428 CPUtime=0
/proc/5223/task/5227/stat : 5227 (java) S 5221 5223 5113 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 167510848 935350272 30554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5228] ppid=5221 vsize=913428 CPUtime=0
/proc/5223/task/5228/stat : 5228 (java) S 5221 5223 5113 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167510849 935350272 30554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5229] ppid=5221 vsize=913428 CPUtime=0
/proc/5223/task/5229/stat : 5229 (java) S 5221 5223 5113 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167510849 935350272 30554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5230] ppid=5221 vsize=913428 CPUtime=0
/proc/5223/task/5230/stat : 5230 (java) S 5221 5223 5113 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 167510853 935350272 30554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5231] ppid=5221 vsize=913428 CPUtime=0
/proc/5223/task/5231/stat : 5231 (java) S 5221 5223 5113 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 167510853 935350272 30554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5232] ppid=5221 vsize=913428 CPUtime=1.01
/proc/5223/task/5232/stat : 5232 (java) S 5221 5223 5113 0 -1 64 3355 0 0 0 100 1 0 0 16 0 12 0 167510853 935350272 30554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5233] ppid=5221 vsize=913428 CPUtime=0.6
/proc/5223/task/5233/stat : 5233 (java) S 5221 5223 5113 0 -1 64 1907 0 0 0 60 0 0 0 16 0 12 0 167510853 935350272 30554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5234] ppid=5221 vsize=913428 CPUtime=0
/proc/5223/task/5234/stat : 5234 (java) S 5221 5223 5113 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 167510853 935350272 30554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5235] ppid=5221 vsize=913428 CPUtime=0
/proc/5223/task/5235/stat : 5235 (java) S 5221 5223 5113 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167510853 935350272 30554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 913428

[startup+12.6186 s]
/proc/loadavg: 2.37 1.58 1.24 3/98 5235
/proc/meminfo: memFree=1077504/2055920 swapFree=4170848/4192956
[pid=5223] ppid=5221 vsize=912540 CPUtime=12.5
/proc/5223/stat : 5223 (java) R 5221 5223 5113 0 -1 0 39876 0 1 0 1229 21 0 0 25 0 12 0 167510843 934440960 35892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054241031 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5223/statm: 228135 35892 2480 14 0 214572 0
[pid=5223/tid=5225] ppid=5221 vsize=912540 CPUtime=0.26
/proc/5223/task/5225/stat : 5225 (java) S 5221 5223 5113 0 -1 64 6498 0 0 0 23 3 0 0 16 0 12 0 167510846 934440960 35892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5226] ppid=5221 vsize=912540 CPUtime=0.26
/proc/5223/task/5226/stat : 5226 (java) S 5221 5223 5113 0 -1 64 7599 0 0 0 23 3 0 0 16 0 12 0 167510846 934440960 35892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5227] ppid=5221 vsize=912540 CPUtime=0.01
/proc/5223/task/5227/stat : 5227 (java) S 5221 5223 5113 0 -1 64 11 0 0 0 1 0 0 0 16 0 12 0 167510848 934440960 35892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5228] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5228/stat : 5228 (java) S 5221 5223 5113 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167510849 934440960 35892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5229] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5229/stat : 5229 (java) S 5221 5223 5113 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167510849 934440960 35892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5230] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5230/stat : 5230 (java) S 5221 5223 5113 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 167510853 934440960 35892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5231] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5231/stat : 5231 (java) S 5221 5223 5113 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 167510853 934440960 35892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5232] ppid=5221 vsize=912540 CPUtime=1.13
/proc/5223/task/5232/stat : 5232 (java) S 5221 5223 5113 0 -1 64 3357 0 0 0 112 1 0 0 16 0 12 0 167510853 934440960 35892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5233] ppid=5221 vsize=912540 CPUtime=1.21
/proc/5223/task/5233/stat : 5233 (java) S 5221 5223 5113 0 -1 64 2179 0 0 0 120 1 0 0 16 0 12 0 167510853 934440960 35892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5234] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5234/stat : 5234 (java) S 5221 5223 5113 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 167510853 934440960 35892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5235] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5235/stat : 5235 (java) S 5221 5223 5113 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167510853 934440960 35892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 912540

[startup+25.4197 s]
/proc/loadavg: 2.32 1.59 1.25 3/98 5235
/proc/meminfo: memFree=1050240/2055920 swapFree=4170848/4192956
[pid=5223] ppid=5221 vsize=912540 CPUtime=25.24
/proc/5223/stat : 5223 (java) R 5221 5223 5113 0 -1 0 47163 0 1 0 2499 25 0 0 25 0 12 0 167510843 934440960 42996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054226222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5223/statm: 228135 42996 2480 14 0 214572 0
[pid=5223/tid=5225] ppid=5221 vsize=912540 CPUtime=0.34
/proc/5223/task/5225/stat : 5225 (java) S 5221 5223 5113 0 -1 64 9643 0 0 0 30 4 0 0 16 0 12 0 167510846 934440960 42996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5226] ppid=5221 vsize=912540 CPUtime=0.35
/proc/5223/task/5226/stat : 5226 (java) S 5221 5223 5113 0 -1 64 11712 0 0 0 30 5 0 0 16 0 12 0 167510846 934440960 42996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5227] ppid=5221 vsize=912540 CPUtime=0.02
/proc/5223/task/5227/stat : 5227 (java) S 5221 5223 5113 0 -1 64 11 0 0 0 2 0 0 0 16 0 12 0 167510848 934440960 42996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5228] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5228/stat : 5228 (java) S 5221 5223 5113 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167510849 934440960 42996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5229] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5229/stat : 5229 (java) S 5221 5223 5113 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167510849 934440960 42996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5230] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5230/stat : 5230 (java) S 5221 5223 5113 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 167510853 934440960 42996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5231] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5231/stat : 5231 (java) S 5221 5223 5113 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 167510853 934440960 42996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5232] ppid=5221 vsize=912540 CPUtime=1.18
/proc/5223/task/5232/stat : 5232 (java) S 5221 5223 5113 0 -1 64 3359 0 0 0 117 1 0 0 16 0 12 0 167510853 934440960 42996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5233] ppid=5221 vsize=912540 CPUtime=1.25
/proc/5223/task/5233/stat : 5233 (java) S 5221 5223 5113 0 -1 64 2181 0 0 0 124 1 0 0 17 0 12 0 167510853 934440960 42996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5234] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5234/stat : 5234 (java) S 5221 5223 5113 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 167510853 934440960 42996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5235] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5235/stat : 5235 (java) S 5221 5223 5113 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167510853 934440960 42996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 912540

[startup+51.1091 s]
/proc/loadavg: 2.26 1.65 1.28 3/98 5235
/proc/meminfo: memFree=985920/2055920 swapFree=4170848/4192956
[pid=5223] ppid=5221 vsize=912540 CPUtime=50.8
/proc/5223/stat : 5223 (java) R 5221 5223 5113 0 -1 0 62700 0 1 0 5048 32 0 0 25 0 12 0 167510843 934440960 58449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054226267 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5223/statm: 228135 58449 2480 14 0 214572 0
[pid=5223/tid=5225] ppid=5221 vsize=912540 CPUtime=0.57
/proc/5223/task/5225/stat : 5225 (java) S 5221 5223 5113 0 -1 64 18855 0 0 0 49 8 0 0 16 0 12 0 167510846 934440960 58449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5226] ppid=5221 vsize=912540 CPUtime=0.51
/proc/5223/task/5226/stat : 5226 (java) S 5221 5223 5113 0 -1 64 17984 0 0 0 44 7 0 0 15 0 12 0 167510846 934440960 58449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5227] ppid=5221 vsize=912540 CPUtime=0.03

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

/proc/5223/task/5229/stat : 5229 (java) S 5221 5223 5113 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167510849 934440960 88917 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5230] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5230/stat : 5230 (java) S 5221 5223 5113 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 167510853 934440960 88917 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5231] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5231/stat : 5231 (java) S 5221 5223 5113 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 167510853 934440960 88917 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5232] ppid=5221 vsize=912540 CPUtime=1.29
/proc/5223/task/5232/stat : 5232 (java) S 5221 5223 5113 0 -1 64 3362 0 0 0 128 1 0 0 16 0 12 0 167510853 934440960 88917 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5233] ppid=5221 vsize=912540 CPUtime=1.42
/proc/5223/task/5233/stat : 5233 (java) S 5221 5223 5113 0 -1 64 2191 0 0 0 141 1 0 0 17 0 12 0 167510853 934440960 88917 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5234] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5234/stat : 5234 (java) S 5221 5223 5113 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 167510853 934440960 88917 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5235] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5235/stat : 5235 (java) S 5221 5223 5113 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167510853 934440960 88917 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 912540

[startup+162.481 s]
/proc/loadavg: 2.06 1.76 1.36 3/98 5235
/proc/meminfo: memFree=720192/2055920 swapFree=4170848/4192956
[pid=5223] ppid=5221 vsize=912540 CPUtime=161.63
/proc/5223/stat : 5223 (java) R 5221 5223 5113 0 -1 0 128193 0 1 0 16100 63 0 0 25 0 12 0 167510843 934440960 123641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054221055 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5223/statm: 228135 123641 2480 14 0 214572 0
[pid=5223/tid=5225] ppid=5221 vsize=912540 CPUtime=1.79
/proc/5223/task/5225/stat : 5225 (java) S 5221 5223 5113 0 -1 64 53247 0 0 0 155 24 0 0 16 0 12 0 167510846 934440960 123641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5226] ppid=5221 vsize=912540 CPUtime=1.59
/proc/5223/task/5226/stat : 5226 (java) S 5221 5223 5113 0 -1 64 48908 0 0 0 139 20 0 0 16 0 12 0 167510846 934440960 123641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5227] ppid=5221 vsize=912540 CPUtime=0.09
/proc/5223/task/5227/stat : 5227 (java) S 5221 5223 5113 0 -1 64 11 0 0 0 7 2 0 0 15 0 12 0 167510848 934440960 123641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5228] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5228/stat : 5228 (java) S 5221 5223 5113 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167510849 934440960 123641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5229] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5229/stat : 5229 (java) S 5221 5223 5113 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167510849 934440960 123641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5230] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5230/stat : 5230 (java) S 5221 5223 5113 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 167510853 934440960 123641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5231] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5231/stat : 5231 (java) S 5221 5223 5113 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 167510853 934440960 123641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5232] ppid=5221 vsize=912540 CPUtime=1.42
/proc/5223/task/5232/stat : 5232 (java) S 5221 5223 5113 0 -1 64 3373 0 0 0 141 1 0 0 17 0 12 0 167510853 934440960 123641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5233] ppid=5221 vsize=912540 CPUtime=1.58
/proc/5223/task/5233/stat : 5233 (java) S 5221 5223 5113 0 -1 64 2201 0 0 0 157 1 0 0 17 0 12 0 167510853 934440960 123641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5234] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5234/stat : 5234 (java) S 5221 5223 5113 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 167510853 934440960 123641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5235] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5235/stat : 5235 (java) S 5221 5223 5113 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167510853 934440960 123641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 912540

[startup+222.532 s]
/proc/loadavg: 2.10 1.83 1.40 3/98 5235
/proc/meminfo: memFree=569152/2055920 swapFree=4170848/4192956
[pid=5223] ppid=5221 vsize=912540 CPUtime=221.48
/proc/5223/stat : 5223 (java) R 5221 5223 5113 0 -1 0 165905 0 1 0 22066 82 0 0 25 0 12 0 167510843 934440960 161212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5223/statm: 228135 161212 2480 14 0 214572 0
[pid=5223/tid=5225] ppid=5221 vsize=912540 CPUtime=2.71
/proc/5223/task/5225/stat : 5225 (java) R 5221 5223 5113 0 -1 64 72103 0 0 0 239 32 0 0 15 0 12 0 167510846 934440960 161212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958048 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5223/tid=5226] ppid=5221 vsize=912540 CPUtime=2.51
/proc/5223/task/5226/stat : 5226 (java) R 5221 5223 5113 0 -1 64 67673 0 0 0 222 29 0 0 15 0 12 0 167510846 934440960 161212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631234 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5223/tid=5227] ppid=5221 vsize=912540 CPUtime=0.11
/proc/5223/task/5227/stat : 5227 (java) S 5221 5223 5113 0 -1 64 12 0 0 0 8 3 0 0 15 0 12 0 167510848 934440960 161212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5223/tid=5228] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5228/stat : 5228 (java) S 5221 5223 5113 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167510849 934440960 161212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5229] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5229/stat : 5229 (java) S 5221 5223 5113 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167510849 934440960 161212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5230] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5230/stat : 5230 (java) S 5221 5223 5113 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 167510853 934440960 161212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5231] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5231/stat : 5231 (java) S 5221 5223 5113 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 167510853 934440960 161212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5232] ppid=5221 vsize=912540 CPUtime=1.44
/proc/5223/task/5232/stat : 5232 (java) S 5221 5223 5113 0 -1 64 3373 0 0 0 143 1 0 0 17 0 12 0 167510853 934440960 161212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5223/tid=5233] ppid=5221 vsize=912540 CPUtime=1.66
/proc/5223/task/5233/stat : 5233 (java) S 5221 5223 5113 0 -1 64 2204 0 0 0 165 1 0 0 17 0 12 0 167510853 934440960 161212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5223/tid=5234] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5234/stat : 5234 (java) S 5221 5223 5113 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 167510853 934440960 161212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5235] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5235/stat : 5235 (java) R 5221 5223 5113 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167510853 934440960 161212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.48
Current children cumulated vsize (KiB) 912540

[startup+282.542 s]
/proc/loadavg: 2.00 1.85 1.43 3/108 5358
/proc/meminfo: memFree=391536/2055920 swapFree=4170848/4192956
[pid=5223] ppid=5221 vsize=912540 CPUtime=281.34
/proc/5223/stat : 5223 (java) R 5221 5223 5113 0 -1 0 191447 0 1 0 28040 94 0 0 25 0 12 0 167510843 934440960 186399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054185883 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5223/statm: 228135 186399 2481 14 0 214572 0
[pid=5223/tid=5225] ppid=5221 vsize=912540 CPUtime=3.62
/proc/5223/task/5225/stat : 5225 (java) S 5221 5223 5113 0 -1 64 84383 0 0 0 325 37 0 0 16 0 12 0 167510846 934440960 186399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5223/tid=5226] ppid=5221 vsize=912540 CPUtime=3.44
/proc/5223/task/5226/stat : 5226 (java) S 5221 5223 5113 0 -1 64 80843 0 0 0 310 34 0 0 16 0 12 0 167510846 934440960 186399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5223/tid=5227] ppid=5221 vsize=912540 CPUtime=1.11
/proc/5223/task/5227/stat : 5227 (java) S 5221 5223 5113 0 -1 64 13 0 0 0 108 3 0 0 15 0 12 0 167510848 934440960 186399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5223/tid=5228] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5228/stat : 5228 (java) S 5221 5223 5113 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167510849 934440960 186399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5229] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5229/stat : 5229 (java) S 5221 5223 5113 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167510849 934440960 186399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5230] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5230/stat : 5230 (java) S 5221 5223 5113 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 167510853 934440960 186399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5231] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5231/stat : 5231 (java) S 5221 5223 5113 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 167510853 934440960 186399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5232] ppid=5221 vsize=912540 CPUtime=1.49
/proc/5223/task/5232/stat : 5232 (java) S 5221 5223 5113 0 -1 64 3376 0 0 0 148 1 0 0 16 0 12 0 167510853 934440960 186399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5223/tid=5233] ppid=5221 vsize=912540 CPUtime=1.7
/proc/5223/task/5233/stat : 5233 (java) S 5221 5223 5113 0 -1 64 2206 0 0 0 169 1 0 0 17 0 12 0 167510853 934440960 186399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5223/tid=5234] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5234/stat : 5234 (java) S 5221 5223 5113 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 167510853 934440960 186399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5235] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5235/stat : 5235 (java) S 5221 5223 5113 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167510853 934440960 186399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.34
Current children cumulated vsize (KiB) 912540

[startup+342.563 s]
/proc/loadavg: 2.54 2.02 1.52 5/108 5358
/proc/meminfo: memFree=15856/2055920 swapFree=4170848/4192956
[pid=5223] ppid=5221 vsize=916544 CPUtime=340.54
/proc/5223/stat : 5223 (java) R 5221 5223 5113 0 -1 0 193280 0 1 0 33958 96 0 0 25 0 12 0 167510843 938541056 187382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5223/statm: 229136 187382 2481 14 0 215573 0
[pid=5223/tid=5225] ppid=5221 vsize=916544 CPUtime=4.24
/proc/5223/task/5225/stat : 5225 (java) S 5221 5223 5113 0 -1 64 84488 0 0 0 387 37 0 0 15 0 12 0 167510846 938541056 187382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5226] ppid=5221 vsize=916544 CPUtime=4.09
/proc/5223/task/5226/stat : 5226 (java) S 5221 5223 5113 0 -1 64 80856 0 0 0 375 34 0 0 16 0 12 0 167510846 938541056 187382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5227] ppid=5221 vsize=916544 CPUtime=25.11
/proc/5223/task/5227/stat : 5227 (java) R 5221 5223 5113 0 -1 64 1655 0 0 0 2507 4 0 0 17 0 12 0 167510848 938541056 187382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154922743 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5228] ppid=5221 vsize=916544 CPUtime=0
/proc/5223/task/5228/stat : 5228 (java) S 5221 5223 5113 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167510849 938541056 187382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5223/tid=5229] ppid=5221 vsize=916544 CPUtime=0
/proc/5223/task/5229/stat : 5229 (java) S 5221 5223 5113 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167510849 938541056 187382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5230] ppid=5221 vsize=916544 CPUtime=0
/proc/5223/task/5230/stat : 5230 (java) S 5221 5223 5113 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 167510853 938541056 187382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5231] ppid=5221 vsize=916544 CPUtime=0
/proc/5223/task/5231/stat : 5231 (java) S 5221 5223 5113 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 167510853 938541056 187382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5232] ppid=5221 vsize=916544 CPUtime=1.49
/proc/5223/task/5232/stat : 5232 (java) S 5221 5223 5113 0 -1 64 3376 0 0 0 148 1 0 0 16 0 12 0 167510853 938541056 187382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5223/tid=5233] ppid=5221 vsize=916544 CPUtime=1.73
/proc/5223/task/5233/stat : 5233 (java) S 5221 5223 5113 0 -1 64 2206 0 0 0 172 1 0 0 17 0 12 0 167510853 938541056 187382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5234] ppid=5221 vsize=916544 CPUtime=0
/proc/5223/task/5234/stat : 5234 (java) S 5221 5223 5113 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 167510853 938541056 187382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5235] ppid=5221 vsize=916544 CPUtime=0
/proc/5223/task/5235/stat : 5235 (java) S 5221 5223 5113 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167510853 938541056 187382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.54
Current children cumulated vsize (KiB) 916544

[startup+402.581 s]
/proc/loadavg: 3.19 2.31 1.64 4/108 5358
/proc/meminfo: memFree=19696/2055920 swapFree=4170848/4192956
[pid=5223] ppid=5221 vsize=912540 CPUtime=399.94
/proc/5223/stat : 5223 (java) R 5221 5223 5113 0 -1 0 194917 0 1 0 39896 98 0 0 25 0 12 0 167510843 934440960 186635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5223/statm: 228135 186635 2481 14 0 214572 0
[pid=5223/tid=5225] ppid=5221 vsize=912540 CPUtime=4.24
/proc/5223/task/5225/stat : 5225 (java) S 5221 5223 5113 0 -1 64 84488 0 0 0 387 37 0 0 15 0 12 0 167510846 934440960 186635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5226] ppid=5221 vsize=912540 CPUtime=4.09
/proc/5223/task/5226/stat : 5226 (java) S 5221 5223 5113 0 -1 64 80856 0 0 0 375 34 0 0 16 0 12 0 167510846 934440960 186635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5227] ppid=5221 vsize=912540 CPUtime=79.24
/proc/5223/task/5227/stat : 5227 (java) R 5221 5223 5113 0 -1 64 3231 0 0 0 7919 5 0 0 17 0 12 0 167510848 934440960 186635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5228] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5228/stat : 5228 (java) S 5221 5223 5113 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167510849 934440960 186635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5223/tid=5229] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5229/stat : 5229 (java) S 5221 5223 5113 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167510849 934440960 186635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5230] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5230/stat : 5230 (java) S 5221 5223 5113 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 167510853 934440960 186635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5231] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5231/stat : 5231 (java) S 5221 5223 5113 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 167510853 934440960 186635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5232] ppid=5221 vsize=912540 CPUtime=1.69
/proc/5223/task/5232/stat : 5232 (java) S 5221 5223 5113 0 -1 64 3383 0 0 0 168 1 0 0 17 0 12 0 167510853 934440960 186635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5233] ppid=5221 vsize=912540 CPUtime=1.73
/proc/5223/task/5233/stat : 5233 (java) S 5221 5223 5113 0 -1 64 2206 0 0 0 172 1 0 0 17 0 12 0 167510853 934440960 186635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5234] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5234/stat : 5234 (java) S 5221 5223 5113 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 167510853 934440960 186635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5223/tid=5235] ppid=5221 vsize=912540 CPUtime=0
/proc/5223/task/5235/stat : 5235 (java) S 5221 5223 5113 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167510853 934440960 186635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.94
Current children cumulated vsize (KiB) 912540

Child status: 1
Real time (s): 426.592
CPU time (s): 423.772
CPU user time (s): 422.658
CPU system time (s): 1.11383
CPU usage (%): 99.3388
Max. virtual memory (cumulated for all children) (KiB): 916544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 422.658
system time used= 1.11383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194959
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= 15755
involuntary context switches= 22496

runsolver used 0.533918 s user time and 1.56376 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Sun Jan  7 17:33:04 UTC 2007


IDJOB= 208969
IDBENCH= 4487
FILE ID= node25/208969-1168191184

PBS_JOBID= 3479274

Free space on /tmp= 66545 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp01-05/fapp05/fapp05-0350-8.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/208969-1168191184/sat4jCSP-bf3.jar /tmp/evaluation/208969-1168191184/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-208969-1168191184 -o ROOT/results/node25/solver-208969-1168191184 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/208969-1168191184/sat4jCSP-bf3.jar /tmp/evaluation/208969-1168191184/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  61a526b58ac018a240cb0aa93cbcd293

RANDOM SEED= 999416129

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.279
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.279
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:       1212464 kB
Buffers:         52020 kB
Cached:         564308 kB
SwapCached:       2608 kB
Active:         276764 kB
Inactive:       488740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1212464 kB
SwapTotal:     4192956 kB
SwapFree:      4170848 kB
Dirty:            3020 kB
Writeback:           0 kB
Mapped:         158968 kB
Slab:            62340 kB
Committed_AS:  3509360 kB
PageTables:       2548 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= 66555 MiB



End job on node25 on Sun Jan  7 17:40:11 UTC 2007