Trace number 196508

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-CACHED 1.7 RC BF3? 372.099 374.397

General information on the benchmark

Namefapp/fapp06-10/fapp09/
fapp09-0800-5.xml
MD5SUM4634c03d54c303b83ebf64a419a233d2
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 benchmark5.14222
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables800
Number of constraints8975
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8975
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.28	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.28	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.29	c version CSP COMPETITION BUGFIX 3 CACHED
0.29	c sun.arch.data.model	32
0.29	c java.version	1.5.0_10
0.29	c os.name	Linux
0.29	c os.version	2.6.9-22.EL.rootsmp
0.29	c os.arch	i386
0.29	c Free memory 722620888
0.29	c Max memory 723845120
0.29	c Total memory 723845120
0.29	c Number of processors 2
0.37	c --- Begin Solver configuration ---
0.37	c Stops conflict analysis at the first Unique Implication Point
0.37	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.37	c Learn all clauses as in MiniSAT
0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37	c VSIDS like heuristics from MiniSAT using a heap
0.37	c No reason simplification
0.37	c --- End Solver configuration ---
0.37	c solving /tmp/evaluation/196508-1168123778/unknown.xml
0.37	c reading problem ... 
0.63	c reading problem named ?
0.63	c reading domains done.
1.07	c reading variables
c reading variables (800) done.
1.67	c reading predicates 
c reading relations (8) done.
1.92	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
372.54	c starts		: 0
372.54	c conflicts		: 0
372.54	c decisions		: 0
372.54	c propagations		: 0
372.54	c inspects		: 0
372.54	c learnt literals	: 0
372.54	c learnt binary clauses	: 0
372.54	c learnt ternary clauses	: 0
372.54	c learnt clauses	: 0
372.54	c root simplifications	: 0
372.54	c removed literals (reason simplification)	: 0
372.54	c reason swapping (by a shorter reason)	: 0
372.54	c Calls to reduceDB	: 0
372.54	c speed (decisions/second)	: 0.0
372.54	c non guided choices	0
372.54	s UNKNOWN
372.54	c Total wall clock time (in seconds) : 368.077
372.54	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/node6/watcher-196508-1168123778 -o ROOT/results/node6/solver-196508-1168123778 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196508-1168123778/sat4jCSP-bf3-cached.jar /tmp/evaluation/196508-1168123778/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.95 2.09 2.21 4/87 21938
/proc/meminfo: memFree=1447208/2055924 swapFree=4165672/4192956
[pid=21937] ppid=21935 vsize=308 CPUtime=0
/proc/21937/stat : 21937 (java) R 21935 21937 21317 0 -1 0 218 0 0 0 0 0 0 0 18 0 1 0 160773225 315392 40 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 2188068 0 0 4096 0 0 0 0 17 0 0 0
/proc/21937/statm: 77 40 31 14 0 5 0

[startup+0.104398 s]
/proc/loadavg: 1.95 2.09 2.21 4/87 21938
/proc/meminfo: memFree=1447208/2055924 swapFree=4165672/4192956
[pid=21937] ppid=21935 vsize=897120 CPUtime=0.06
/proc/21937/stat : 21937 (java) D 21935 21937 21317 0 -1 0 3167 0 1 0 5 1 0 0 23 0 6 0 160773225 918650880 2927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/21937/statm: 224280 2927 1495 14 0 211300 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 897120

[startup+0.512447 s]
/proc/loadavg: 1.95 2.09 2.21 4/87 21938
/proc/meminfo: memFree=1447208/2055924 swapFree=4165672/4192956
[pid=21937] ppid=21935 vsize=905448 CPUtime=0.36
/proc/21937/stat : 21937 (java) R 21935 21937 21317 0 -1 0 5333 0 1 0 33 3 0 0 18 0 12 0 160773225 927178752 4961 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21937/statm: 226362 4961 2060 14 0 212799 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 905448

[startup+1.33554 s]
/proc/loadavg: 1.95 2.09 2.21 4/98 21949
/proc/meminfo: memFree=1431760/2055924 swapFree=4165672/4192956
[pid=21937] ppid=21935 vsize=906456 CPUtime=1.17
/proc/21937/stat : 21937 (java) R 21935 21937 21317 0 -1 0 7124 0 1 0 113 4 0 0 21 0 12 0 160773225 928210944 6145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4053849464 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21937/statm: 226614 6145 2307 14 0 213051 0
[pid=21937/tid=21939] ppid=21935 vsize=906456 CPUtime=0
/proc/21937/task/21939/stat : 21939 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 160773228 928210944 6145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21940] ppid=21935 vsize=906456 CPUtime=0
/proc/21937/task/21940/stat : 21940 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 160773228 928210944 6145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21941] ppid=21935 vsize=906456 CPUtime=0
/proc/21937/task/21941/stat : 21941 (java) S 21935 21937 21317 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 160773231 928210944 6145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21942] ppid=21935 vsize=906456 CPUtime=0
/proc/21937/task/21942/stat : 21942 (java) S 21935 21937 21317 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 160773231 928210944 6145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21943] ppid=21935 vsize=906456 CPUtime=0
/proc/21937/task/21943/stat : 21943 (java) S 21935 21937 21317 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 160773231 928210944 6145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21944] ppid=21935 vsize=906456 CPUtime=0
/proc/21937/task/21944/stat : 21944 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 160773241 928210944 6145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21945] ppid=21935 vsize=906456 CPUtime=0
/proc/21937/task/21945/stat : 21945 (java) S 21935 21937 21317 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160773241 928210944 6145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21946] ppid=21935 vsize=906456 CPUtime=0.27
/proc/21937/task/21946/stat : 21946 (java) S 21935 21937 21317 0 -1 64 292 0 0 0 27 0 0 0 16 0 12 0 160773241 928210944 6145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21947] ppid=21935 vsize=906456 CPUtime=0.32
/proc/21937/task/21947/stat : 21947 (java) S 21935 21937 21317 0 -1 64 1505 0 0 0 32 0 0 0 16 0 12 0 160773241 928210944 6145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21948] ppid=21935 vsize=906456 CPUtime=0
/proc/21937/task/21948/stat : 21948 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 160773241 928210944 6145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21949] ppid=21935 vsize=906456 CPUtime=0
/proc/21937/task/21949/stat : 21949 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160773241 928210944 6145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 906456

[startup+2.98873 s]
/proc/loadavg: 1.95 2.09 2.21 4/98 21949
/proc/meminfo: memFree=1396816/2055924 swapFree=4165672/4192956
[pid=21937] ppid=21935 vsize=910904 CPUtime=2.96
/proc/21937/stat : 21937 (java) R 21935 21937 21317 0 -1 0 30942 0 1 0 278 18 0 0 24 0 12 0 160773225 932765696 28440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054278504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21937/statm: 227726 28440 2478 14 0 214163 0
[pid=21937/tid=21939] ppid=21935 vsize=910904 CPUtime=0.14
/proc/21937/task/21939/stat : 21939 (java) S 21935 21937 21317 0 -1 64 3269 0 0 0 13 1 0 0 18 0 12 0 160773228 932765696 28440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21940] ppid=21935 vsize=910904 CPUtime=0.13
/proc/21937/task/21940/stat : 21940 (java) S 21935 21937 21317 0 -1 64 4708 0 0 0 11 2 0 0 18 0 12 0 160773228 932765696 28440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21941] ppid=21935 vsize=910904 CPUtime=0
/proc/21937/task/21941/stat : 21941 (java) S 21935 21937 21317 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 160773231 932765696 28440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21942] ppid=21935 vsize=910904 CPUtime=0
/proc/21937/task/21942/stat : 21942 (java) S 21935 21937 21317 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 160773231 932765696 28440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21943] ppid=21935 vsize=910904 CPUtime=0
/proc/21937/task/21943/stat : 21943 (java) S 21935 21937 21317 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160773231 932765696 28440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21944] ppid=21935 vsize=910904 CPUtime=0
/proc/21937/task/21944/stat : 21944 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 160773241 932765696 28440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21945] ppid=21935 vsize=910904 CPUtime=0
/proc/21937/task/21945/stat : 21945 (java) S 21935 21937 21317 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160773241 932765696 28440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21946] ppid=21935 vsize=910904 CPUtime=0.64
/proc/21937/task/21946/stat : 21946 (java) S 21935 21937 21317 0 -1 64 1481 0 0 0 64 0 0 0 16 0 12 0 160773241 932765696 28440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21947] ppid=21935 vsize=910904 CPUtime=0.48
/proc/21937/task/21947/stat : 21947 (java) S 21935 21937 21317 0 -1 64 1537 0 0 0 48 0 0 0 16 0 12 0 160773241 932765696 28440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21948] ppid=21935 vsize=910904 CPUtime=0
/proc/21937/task/21948/stat : 21948 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 160773241 932765696 28440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21949] ppid=21935 vsize=910904 CPUtime=0
/proc/21937/task/21949/stat : 21949 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160773241 932765696 28440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 910904

[startup+6.1921 s]
/proc/loadavg: 2.04 2.10 2.21 7/98 21949
/proc/meminfo: memFree=1317776/2055924 swapFree=4165672/4192956
[pid=21937] ppid=21935 vsize=914052 CPUtime=6.14
/proc/21937/stat : 21937 (java) R 21935 21937 21317 0 -1 0 40181 0 1 0 591 23 0 0 25 0 12 0 160773225 935989248 36436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054278694 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21937/statm: 228513 36436 2479 14 0 214950 0
[pid=21937/tid=21939] ppid=21935 vsize=914052 CPUtime=0.29
/proc/21937/task/21939/stat : 21939 (java) S 21935 21937 21317 0 -1 64 6435 0 0 0 26 3 0 0 16 0 12 0 160773228 935989248 36436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21940] ppid=21935 vsize=914052 CPUtime=0.3
/proc/21937/task/21940/stat : 21940 (java) S 21935 21937 21317 0 -1 64 8532 0 0 0 26 4 0 0 16 0 12 0 160773228 935989248 36436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21941] ppid=21935 vsize=914052 CPUtime=0
/proc/21937/task/21941/stat : 21941 (java) S 21935 21937 21317 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 160773231 935989248 36436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21942] ppid=21935 vsize=914052 CPUtime=0
/proc/21937/task/21942/stat : 21942 (java) S 21935 21937 21317 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 160773231 935989248 36436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21943] ppid=21935 vsize=914052 CPUtime=0
/proc/21937/task/21943/stat : 21943 (java) S 21935 21937 21317 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160773231 935989248 36436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21944] ppid=21935 vsize=914052 CPUtime=0
/proc/21937/task/21944/stat : 21944 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 160773241 935989248 36436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21945] ppid=21935 vsize=914052 CPUtime=0
/proc/21937/task/21945/stat : 21945 (java) S 21935 21937 21317 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160773241 935989248 36436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21946] ppid=21935 vsize=914052 CPUtime=0.75
/proc/21937/task/21946/stat : 21946 (java) S 21935 21937 21317 0 -1 64 1487 0 0 0 75 0 0 0 17 0 12 0 160773241 935989248 36436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21947] ppid=21935 vsize=914052 CPUtime=0.98
/proc/21937/task/21947/stat : 21947 (java) S 21935 21937 21317 0 -1 64 3604 0 0 0 97 1 0 0 16 0 12 0 160773241 935989248 36436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21948] ppid=21935 vsize=914052 CPUtime=0
/proc/21937/task/21948/stat : 21948 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 160773241 935989248 36436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21949] ppid=21935 vsize=914052 CPUtime=0
/proc/21937/task/21949/stat : 21949 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160773241 935989248 36436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 914052

[startup+12.6329 s]
/proc/loadavg: 2.27 2.15 2.23 4/98 21949
/proc/meminfo: memFree=1261200/2055924 swapFree=4165672/4192956
[pid=21937] ppid=21935 vsize=913408 CPUtime=12.57
/proc/21937/stat : 21937 (java) R 21935 21937 21317 0 -1 0 53594 0 1 0 1227 30 0 0 25 0 12 0 160773225 935329792 48999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054295932 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21937/statm: 228352 48999 2479 14 0 214789 0
[pid=21937/tid=21939] ppid=21935 vsize=913408 CPUtime=0.81
/proc/21937/task/21939/stat : 21939 (java) S 21935 21937 21317 0 -1 64 12971 0 0 0 74 7 0 0 16 0 12 0 160773228 935329792 48999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21940] ppid=21935 vsize=913408 CPUtime=0.75
/proc/21937/task/21940/stat : 21940 (java) S 21935 21937 21317 0 -1 64 15341 0 0 0 68 7 0 0 16 0 12 0 160773228 935329792 48999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21941] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21941/stat : 21941 (java) S 21935 21937 21317 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 160773231 935329792 48999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21942] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21942/stat : 21942 (java) S 21935 21937 21317 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 160773231 935329792 48999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21943] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21943/stat : 21943 (java) S 21935 21937 21317 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160773231 935329792 48999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21944] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21944/stat : 21944 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 160773241 935329792 48999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21945] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21945/stat : 21945 (java) S 21935 21937 21317 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160773241 935329792 48999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21946] ppid=21935 vsize=913408 CPUtime=0.99
/proc/21937/task/21946/stat : 21946 (java) S 21935 21937 21317 0 -1 64 1509 0 0 0 99 0 0 0 16 0 12 0 160773241 935329792 48999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21947] ppid=21935 vsize=913408 CPUtime=1.21
/proc/21937/task/21947/stat : 21947 (java) S 21935 21937 21317 0 -1 64 3632 0 0 0 120 1 0 0 17 0 12 0 160773241 935329792 48999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21948] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21948/stat : 21948 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 160773241 935329792 48999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21949] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21949/stat : 21949 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160773241 935329792 48999 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 913408

[startup+25.5154 s]
/proc/loadavg: 2.36 2.17 2.23 3/98 21949
/proc/meminfo: memFree=1176464/2055924 swapFree=4165672/4192956
[pid=21937] ppid=21935 vsize=913408 CPUtime=25.38
/proc/21937/stat : 21937 (java) R 21935 21937 21317 0 -1 0 75509 0 1 0 2497 41 0 0 25 0 12 0 160773225 935329792 70794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054492890 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21937/statm: 228352 70794 2479 14 0 214789 0
[pid=21937/tid=21939] ppid=21935 vsize=913408 CPUtime=1.67
/proc/21937/task/21939/stat : 21939 (java) S 21935 21937 21317 0 -1 64 24374 0 0 0 156 11 0 0 16 0 12 0 160773228 935329792 70794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21940] ppid=21935 vsize=913408 CPUtime=1.42
/proc/21937/task/21940/stat : 21940 (java) S 21935 21937 21317 0 -1 64 25828 0 0 0 130 12 0 0 16 0 12 0 160773228 935329792 70794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21941] ppid=21935 vsize=913408 CPUtime=0.02
/proc/21937/task/21941/stat : 21941 (java) S 21935 21937 21317 0 -1 64 14 0 0 0 1 1 0 0 15 0 12 0 160773231 935329792 70794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21942] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21942/stat : 21942 (java) S 21935 21937 21317 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 160773231 935329792 70794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21943] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21943/stat : 21943 (java) S 21935 21937 21317 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160773231 935329792 70794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21944] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21944/stat : 21944 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 160773241 935329792 70794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21945] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21945/stat : 21945 (java) S 21935 21937 21317 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 160773241 935329792 70794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21946] ppid=21935 vsize=913408 CPUtime=1.01
/proc/21937/task/21946/stat : 21946 (java) S 21935 21937 21317 0 -1 64 1509 0 0 0 101 0 0 0 16 0 12 0 160773241 935329792 70794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21947] ppid=21935 vsize=913408 CPUtime=1.23
/proc/21937/task/21947/stat : 21947 (java) S 21935 21937 21317 0 -1 64 3632 0 0 0 122 1 0 0 17 0 12 0 160773241 935329792 70794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21948] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21948/stat : 21948 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 160773241 935329792 70794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21949] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21949/stat : 21949 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160773241 935329792 70794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 913408

[startup+51.1284 s]
/proc/loadavg: 2.41 2.20 2.24 3/98 21949
/proc/meminfo: memFree=978064/2055924 swapFree=4165672/4192956
[pid=21937] ppid=21935 vsize=913408 CPUtime=51.25
/proc/21937/stat : 21937 (java) R 21935 21937 21317 0 -1 0 124776 0 1 0 5062 63 0 0 25 0 12 0 160773225 935329792 118659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054315542 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21937/statm: 228352 118659 2479 14 0 214789 0
[pid=21937/tid=21939] ppid=21935 vsize=913408 CPUtime=3.29
/proc/21937/task/21939/stat : 21939 (java) S 21935 21937 21317 0 -1 64 47716 0 0 0 307 22 0 0 16 0 12 0 160773228 935329792 118659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21940] ppid=21935 vsize=913408 CPUtime=3.23
/proc/21937/task/21940/stat : 21940 (java) S 21935 21937 21317 0 -1 64 51711 0 0 0 300 23 0 0 16 0 12 0 160773228 935329792 118659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21941] ppid=21935 vsize=913408 CPUtime=0.03

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

/proc/21937/task/21943/stat : 21943 (java) S 21935 21937 21317 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160773231 935329792 118659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21944] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21944/stat : 21944 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 160773241 935329792 118659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21945] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21945/stat : 21945 (java) S 21935 21937 21317 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 160773241 935329792 118659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21946] ppid=21935 vsize=913408 CPUtime=1.02
/proc/21937/task/21946/stat : 21946 (java) S 21935 21937 21317 0 -1 64 1511 0 0 0 102 0 0 0 16 0 12 0 160773241 935329792 118659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21947] ppid=21935 vsize=913408 CPUtime=1.29
/proc/21937/task/21947/stat : 21947 (java) S 21935 21937 21317 0 -1 64 3634 0 0 0 128 1 0 0 17 0 12 0 160773241 935329792 118659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21948] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21948/stat : 21948 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 160773241 935329792 118659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21949] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21949/stat : 21949 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160773241 935329792 118659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.25
Current children cumulated vsize (KiB) 913408

[startup+102.337 s]
/proc/loadavg: 2.25 2.19 2.23 4/98 21949
/proc/meminfo: memFree=699728/2055924 swapFree=4165672/4192956
[pid=21937] ppid=21935 vsize=913408 CPUtime=102.8
/proc/21937/stat : 21937 (java) R 21935 21937 21317 0 -1 0 194029 0 1 0 10187 93 0 0 21 0 12 0 160773225 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21937/statm: 228352 187012 2480 14 0 214789 0
[pid=21937/tid=21939] ppid=21935 vsize=913408 CPUtime=6.01
/proc/21937/task/21939/stat : 21939 (java) S 21935 21937 21317 0 -1 64 77219 0 0 0 566 35 0 0 16 0 12 0 160773228 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21940] ppid=21935 vsize=913408 CPUtime=5.74
/proc/21937/task/21940/stat : 21940 (java) S 21935 21937 21317 0 -1 64 89563 0 0 0 537 37 0 0 16 0 12 0 160773228 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21941] ppid=21935 vsize=913408 CPUtime=9.42
/proc/21937/task/21941/stat : 21941 (java) R 21935 21937 21317 0 -1 64 1836 0 0 0 940 2 0 0 16 0 12 0 160773231 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154454060 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21942] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21942/stat : 21942 (java) S 21935 21937 21317 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160773231 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21943] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21943/stat : 21943 (java) S 21935 21937 21317 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160773231 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21944] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21944/stat : 21944 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21945] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21945/stat : 21945 (java) S 21935 21937 21317 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21946] ppid=21935 vsize=913408 CPUtime=1.12
/proc/21937/task/21946/stat : 21946 (java) S 21935 21937 21317 0 -1 64 1519 0 0 0 112 0 0 0 16 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21947] ppid=21935 vsize=913408 CPUtime=1.45
/proc/21937/task/21947/stat : 21947 (java) S 21935 21937 21317 0 -1 64 3642 0 0 0 144 1 0 0 17 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21948] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21948/stat : 21948 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21949] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21949/stat : 21949 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.8
Current children cumulated vsize (KiB) 913408

[startup+162.364 s]
/proc/loadavg: 2.46 2.27 2.26 4/98 21949
/proc/meminfo: memFree=695120/2055924 swapFree=4165672/4192956
[pid=21937] ppid=21935 vsize=913408 CPUtime=162.23
/proc/21937/stat : 21937 (java) R 21935 21937 21317 0 -1 0 194058 0 1 0 16129 94 0 0 17 0 12 0 160773225 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054647054 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21937/statm: 228352 187012 2480 14 0 214789 0
[pid=21937/tid=21939] ppid=21935 vsize=913408 CPUtime=6.01
/proc/21937/task/21939/stat : 21939 (java) S 21935 21937 21317 0 -1 64 77219 0 0 0 566 35 0 0 16 0 12 0 160773228 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21940] ppid=21935 vsize=913408 CPUtime=5.74
/proc/21937/task/21940/stat : 21940 (java) S 21935 21937 21317 0 -1 64 89563 0 0 0 537 37 0 0 16 0 12 0 160773228 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21941] ppid=21935 vsize=913408 CPUtime=62.75
/proc/21937/task/21941/stat : 21941 (java) R 21935 21937 21317 0 -1 64 1836 0 0 0 6273 2 0 0 25 0 12 0 160773231 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21942] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21942/stat : 21942 (java) S 21935 21937 21317 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160773231 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21943] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21943/stat : 21943 (java) S 21935 21937 21317 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160773231 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21944] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21944/stat : 21944 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21945] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21945/stat : 21945 (java) S 21935 21937 21317 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21946] ppid=21935 vsize=913408 CPUtime=1.13
/proc/21937/task/21946/stat : 21946 (java) S 21935 21937 21317 0 -1 64 1519 0 0 0 113 0 0 0 16 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21947] ppid=21935 vsize=913408 CPUtime=1.45
/proc/21937/task/21947/stat : 21947 (java) S 21935 21937 21317 0 -1 64 3642 0 0 0 144 1 0 0 17 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21948] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21948/stat : 21948 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21949] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21949/stat : 21949 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 913408

[startup+222.391 s]
/proc/loadavg: 2.24 2.23 2.24 3/98 21949
/proc/meminfo: memFree=692240/2055924 swapFree=4165672/4192956
[pid=21937] ppid=21935 vsize=913408 CPUtime=221.69
/proc/21937/stat : 21937 (java) S 21935 21937 21317 0 -1 0 194091 0 1 0 22074 95 0 0 17 0 12 0 160773225 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21937/statm: 228352 187012 2480 14 0 214789 0
[pid=21937/tid=21939] ppid=21935 vsize=913408 CPUtime=6.01
/proc/21937/task/21939/stat : 21939 (java) S 21935 21937 21317 0 -1 64 77219 0 0 0 566 35 0 0 16 0 12 0 160773228 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21940] ppid=21935 vsize=913408 CPUtime=5.74
/proc/21937/task/21940/stat : 21940 (java) S 21935 21937 21317 0 -1 64 89563 0 0 0 537 37 0 0 16 0 12 0 160773228 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21941] ppid=21935 vsize=913408 CPUtime=121.33
/proc/21937/task/21941/stat : 21941 (java) R 21935 21937 21317 0 -1 64 1836 0 0 0 12130 3 0 0 25 0 12 0 160773231 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154921402 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21942] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21942/stat : 21942 (java) S 21935 21937 21317 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160773231 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21943] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21943/stat : 21943 (java) S 21935 21937 21317 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160773231 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21944] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21944/stat : 21944 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21945] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21945/stat : 21945 (java) S 21935 21937 21317 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21946] ppid=21935 vsize=913408 CPUtime=1.13
/proc/21937/task/21946/stat : 21946 (java) S 21935 21937 21317 0 -1 64 1519 0 0 0 113 0 0 0 16 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21947] ppid=21935 vsize=913408 CPUtime=1.45
/proc/21937/task/21947/stat : 21947 (java) S 21935 21937 21317 0 -1 64 3642 0 0 0 144 1 0 0 17 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21948] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21948/stat : 21948 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21949] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21949/stat : 21949 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.69
Current children cumulated vsize (KiB) 913408

[startup+282.41 s]
/proc/loadavg: 2.12 2.20 2.23 3/98 21949
/proc/meminfo: memFree=688720/2055924 swapFree=4165672/4192956
[pid=21937] ppid=21935 vsize=913408 CPUtime=281.12
/proc/21937/stat : 21937 (java) S 21935 21937 21317 0 -1 0 194126 0 1 0 28017 95 0 0 17 0 12 0 160773225 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21937/statm: 228352 187012 2480 14 0 214789 0
[pid=21937/tid=21939] ppid=21935 vsize=913408 CPUtime=6.01
/proc/21937/task/21939/stat : 21939 (java) S 21935 21937 21317 0 -1 64 77219 0 0 0 566 35 0 0 16 0 12 0 160773228 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21940] ppid=21935 vsize=913408 CPUtime=5.74
/proc/21937/task/21940/stat : 21940 (java) S 21935 21937 21317 0 -1 64 89563 0 0 0 537 37 0 0 16 0 12 0 160773228 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21941] ppid=21935 vsize=913408 CPUtime=180.69
/proc/21937/task/21941/stat : 21941 (java) R 21935 21937 21317 0 -1 64 1836 0 0 0 18065 4 0 0 25 0 12 0 160773231 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155440582 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21942] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21942/stat : 21942 (java) S 21935 21937 21317 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160773231 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21943] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21943/stat : 21943 (java) S 21935 21937 21317 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160773231 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21944] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21944/stat : 21944 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21945] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21945/stat : 21945 (java) S 21935 21937 21317 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21946] ppid=21935 vsize=913408 CPUtime=1.13
/proc/21937/task/21946/stat : 21946 (java) S 21935 21937 21317 0 -1 64 1519 0 0 0 113 0 0 0 16 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21947] ppid=21935 vsize=913408 CPUtime=1.45
/proc/21937/task/21947/stat : 21947 (java) S 21935 21937 21317 0 -1 64 3642 0 0 0 144 1 0 0 17 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21948] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21948/stat : 21948 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21949] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21949/stat : 21949 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.12
Current children cumulated vsize (KiB) 913408

[startup+342.424 s]
/proc/loadavg: 2.04 2.16 2.21 3/98 21949
/proc/meminfo: memFree=685968/2055924 swapFree=4165672/4192956
[pid=21937] ppid=21935 vsize=913408 CPUtime=340.54
/proc/21937/stat : 21937 (java) S 21935 21937 21317 0 -1 0 194161 0 1 0 33959 95 0 0 17 0 12 0 160773225 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21937/statm: 228352 187012 2480 14 0 214789 0
[pid=21937/tid=21939] ppid=21935 vsize=913408 CPUtime=6.01
/proc/21937/task/21939/stat : 21939 (java) S 21935 21937 21317 0 -1 64 77219 0 0 0 566 35 0 0 16 0 12 0 160773228 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21940] ppid=21935 vsize=913408 CPUtime=5.74
/proc/21937/task/21940/stat : 21940 (java) S 21935 21937 21317 0 -1 64 89563 0 0 0 537 37 0 0 16 0 12 0 160773228 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21941] ppid=21935 vsize=913408 CPUtime=240.08
/proc/21937/task/21941/stat : 21941 (java) R 21935 21937 21317 0 -1 64 1836 0 0 0 24004 4 0 0 25 0 12 0 160773231 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154631064 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21942] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21942/stat : 21942 (java) S 21935 21937 21317 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160773231 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21943] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21943/stat : 21943 (java) S 21935 21937 21317 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160773231 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21944] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21944/stat : 21944 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21945] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21945/stat : 21945 (java) S 21935 21937 21317 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21946] ppid=21935 vsize=913408 CPUtime=1.13
/proc/21937/task/21946/stat : 21946 (java) S 21935 21937 21317 0 -1 64 1519 0 0 0 113 0 0 0 16 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21947] ppid=21935 vsize=913408 CPUtime=1.45
/proc/21937/task/21947/stat : 21947 (java) S 21935 21937 21317 0 -1 64 3642 0 0 0 144 1 0 0 17 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21937/tid=21948] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21948/stat : 21948 (java) S 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21937/tid=21949] ppid=21935 vsize=913408 CPUtime=0
/proc/21937/task/21949/stat : 21949 (java) R 21935 21937 21317 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160773241 935329792 187012 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 340.54
Current children cumulated vsize (KiB) 913408

Child status: 1
Real time (s): 374.397
CPU time (s): 372.099
CPU user time (s): 371.026
CPU system time (s): 1.07384
CPU usage (%): 99.3864
Max. virtual memory (cumulated for all children) (KiB): 915284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 371.026
system time used= 1.07384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194192
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= 10141
involuntary context switches= 21256

runsolver used 0.445932 s user time and 1.21582 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Jan  6 22:49:38 UTC 2007


IDJOB= 196508
IDBENCH= 3355
FILE ID= node6/196508-1168123778

PBS_JOBID= 3477158

Free space on /tmp= 66507 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp06-10/fapp09/fapp09-0800-5.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196508-1168123778/sat4jCSP-bf3-cached.jar /tmp/evaluation/196508-1168123778/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-196508-1168123778 -o ROOT/results/node6/solver-196508-1168123778 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196508-1168123778/sat4jCSP-bf3-cached.jar /tmp/evaluation/196508-1168123778/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  4634c03d54c303b83ebf64a419a233d2

RANDOM SEED= 494561632

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.240
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.240
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:      2055924 kB
MemFree:       1447688 kB
Buffers:         56244 kB
Cached:         276588 kB
SwapCached:       2476 kB
Active:         321792 kB
Inactive:       196252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1447688 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            3728 kB
Writeback:           0 kB
Mapped:         196012 kB
Slab:            74636 kB
Committed_AS:  4585444 kB
PageTables:       2684 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= 66507 MiB



End job on node6 on Sat Jan  6 22:55:52 UTC 2007