Trace number 221496

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? 883.593 887.757

General information on the benchmark

Namefapp/fapp31-35/fapp32/
fapp32-0550-3.xml
MD5SUM80cac2eb2911dcfc3dcd6df18856595a
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 benchmark7.14691
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables550
Number of constraints9461
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9461
Global constraints used (with number of constraints)

Solver Data (download as text)

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

[startup+0.102762 s]
/proc/loadavg: 0.87 0.96 0.99 2/84 16075
/proc/meminfo: memFree=1782560/2055920 swapFree=4174172/4192956
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

[startup+0.510831 s]
/proc/loadavg: 0.87 0.96 0.99 2/84 16075
/proc/meminfo: memFree=1782560/2055920 swapFree=4174172/4192956
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

[startup+1.33397 s]
/proc/loadavg: 0.87 0.96 0.99 3/97 16290
/proc/meminfo: memFree=1727464/2055920 swapFree=4174172/4192956
[pid=16074] ppid=16069 vsize=908928 CPUtime=1.57
/proc/16074/stat : 16074 (java) R 16069 16074 16001 0 -1 0 15807 0 1 0 150 7 0 0 18 0 12 0 174347318 930742272 14799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151513458 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16074/statm: 227232 14799 2321 14 0 213669 0
[pid=16074/tid=16086] ppid=16069 vsize=908928 CPUtime=0
/proc/16074/task/16086/stat : 16086 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 174347321 930742272 14800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16087] ppid=16069 vsize=908928 CPUtime=0
/proc/16074/task/16087/stat : 16087 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174347321 930742272 14800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16102] ppid=16069 vsize=908928 CPUtime=0
/proc/16074/task/16102/stat : 16102 (java) S 16069 16074 16001 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 174347324 930742272 14804 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16106] ppid=16069 vsize=908928 CPUtime=0
/proc/16074/task/16106/stat : 16106 (java) S 16069 16074 16001 0 -1 64 7 0 0 0 0 0 0 0 22 0 12 0 174347324 930742272 14806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16107] ppid=16069 vsize=908928 CPUtime=0
/proc/16074/task/16107/stat : 16107 (java) S 16069 16074 16001 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 174347324 930742272 14813 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16124] ppid=16069 vsize=908928 CPUtime=0
/proc/16074/task/16124/stat : 16124 (java) S 16069 16074 16001 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174347328 930742272 14818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16125] ppid=16069 vsize=908928 CPUtime=0
/proc/16074/task/16125/stat : 16125 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174347328 930742272 14823 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16126] ppid=16069 vsize=908928 CPUtime=0.43
/proc/16074/task/16126/stat : 16126 (java) S 16069 16074 16001 0 -1 64 1418 0 0 0 43 0 0 0 16 0 12 0 174347328 930742272 14828 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16127] ppid=16069 vsize=908928 CPUtime=0.38
/proc/16074/task/16127/stat : 16127 (java) S 16069 16074 16001 0 -1 64 893 0 0 0 38 0 0 0 16 0 12 0 174347328 930742272 14834 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16128] ppid=16069 vsize=908928 CPUtime=0
/proc/16074/task/16128/stat : 16128 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 174347328 930742272 14840 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16129] ppid=16069 vsize=908928 CPUtime=0
/proc/16074/task/16129/stat : 16129 (java) S 16069 16074 16001 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174347328 930742272 14843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 908928

[startup+2.98727 s]
/proc/loadavg: 0.96 0.97 0.99 4/97 16290
/proc/meminfo: memFree=1628264/2055920 swapFree=4174172/4192956
[pid=16074] ppid=16069 vsize=914464 CPUtime=3.29
/proc/16074/stat : 16074 (java) R 16069 16074 16001 0 -1 0 48554 0 1 0 308 21 0 0 17 0 12 0 174347318 936411136 45544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054299290 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16074/statm: 228616 45544 2479 14 0 215053 0
[pid=16074/tid=16086] ppid=16069 vsize=914464 CPUtime=0.35
/proc/16074/task/16086/stat : 16086 (java) S 16069 16074 16001 0 -1 64 13234 0 0 0 30 5 0 0 18 0 12 0 174347321 936411136 45544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16087] ppid=16069 vsize=914464 CPUtime=0.31
/proc/16074/task/16087/stat : 16087 (java) R 16069 16074 16001 0 -1 64 11866 0 0 0 27 4 0 0 19 0 12 0 174347321 936411136 45544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16102] ppid=16069 vsize=914464 CPUtime=0
/proc/16074/task/16102/stat : 16102 (java) S 16069 16074 16001 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 174347324 936411136 45544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16106] ppid=16069 vsize=914464 CPUtime=0
/proc/16074/task/16106/stat : 16106 (java) S 16069 16074 16001 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174347324 936411136 45544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16107] ppid=16069 vsize=914464 CPUtime=0
/proc/16074/task/16107/stat : 16107 (java) S 16069 16074 16001 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174347324 936411136 45544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16124] ppid=16069 vsize=914464 CPUtime=0
/proc/16074/task/16124/stat : 16124 (java) S 16069 16074 16001 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174347328 936411136 45544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16125] ppid=16069 vsize=914464 CPUtime=0
/proc/16074/task/16125/stat : 16125 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174347328 936411136 45544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16126] ppid=16069 vsize=914464 CPUtime=0.52
/proc/16074/task/16126/stat : 16126 (java) S 16069 16074 16001 0 -1 64 1437 0 0 0 52 0 0 0 16 0 12 0 174347328 936411136 45544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16127] ppid=16069 vsize=914464 CPUtime=0.65
/proc/16074/task/16127/stat : 16127 (java) S 16069 16074 16001 0 -1 64 1611 0 0 0 65 0 0 0 16 0 12 0 174347328 936411136 45544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16128] ppid=16069 vsize=914464 CPUtime=0
/proc/16074/task/16128/stat : 16128 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 174347328 936411136 45544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16129] ppid=16069 vsize=914464 CPUtime=0
/proc/16074/task/16129/stat : 16129 (java) S 16069 16074 16001 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174347328 936411136 45544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 914464

[startup+6.27985 s]
/proc/loadavg: 0.96 0.97 0.99 3/97 16290
/proc/meminfo: memFree=1577704/2055920 swapFree=4174172/4192956
[pid=16074] ppid=16069 vsize=914352 CPUtime=6.59
/proc/16074/stat : 16074 (java) R 16069 16074 16001 0 -1 0 51288 0 1 0 636 23 0 0 25 0 12 0 174347318 936296448 48273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054291399 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16074/statm: 228588 48273 2479 14 0 215025 0
[pid=16074/tid=16086] ppid=16069 vsize=914352 CPUtime=0.49
/proc/16074/task/16086/stat : 16086 (java) S 16069 16074 16001 0 -1 64 15256 0 0 0 43 6 0 0 16 0 12 0 174347321 936296448 48273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16087] ppid=16069 vsize=914352 CPUtime=0.46
/proc/16074/task/16087/stat : 16087 (java) S 16069 16074 16001 0 -1 64 12573 0 0 0 41 5 0 0 17 0 12 0 174347321 936296448 48273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16102] ppid=16069 vsize=914352 CPUtime=0
/proc/16074/task/16102/stat : 16102 (java) S 16069 16074 16001 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 174347324 936296448 48273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16106] ppid=16069 vsize=914352 CPUtime=0
/proc/16074/task/16106/stat : 16106 (java) S 16069 16074 16001 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174347324 936296448 48273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16107] ppid=16069 vsize=914352 CPUtime=0
/proc/16074/task/16107/stat : 16107 (java) S 16069 16074 16001 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174347324 936296448 48273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16124] ppid=16069 vsize=914352 CPUtime=0
/proc/16074/task/16124/stat : 16124 (java) S 16069 16074 16001 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174347328 936296448 48273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16125] ppid=16069 vsize=914352 CPUtime=0
/proc/16074/task/16125/stat : 16125 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174347328 936296448 48273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16126] ppid=16069 vsize=914352 CPUtime=0.52
/proc/16074/task/16126/stat : 16126 (java) S 16069 16074 16001 0 -1 64 1437 0 0 0 52 0 0 0 16 0 12 0 174347328 936296448 48273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16127] ppid=16069 vsize=914352 CPUtime=0.65
/proc/16074/task/16127/stat : 16127 (java) S 16069 16074 16001 0 -1 64 1611 0 0 0 65 0 0 0 16 0 12 0 174347328 936296448 48273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16128] ppid=16069 vsize=914352 CPUtime=0
/proc/16074/task/16128/stat : 16128 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 174347328 936296448 48273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16129] ppid=16069 vsize=914352 CPUtime=0
/proc/16074/task/16129/stat : 16129 (java) S 16069 16074 16001 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174347328 936296448 48273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.59
Current children cumulated vsize (KiB) 914352

[startup+12.7779 s]
/proc/loadavg: 1.19 1.02 1.01 3/97 16290
/proc/meminfo: memFree=1551736/2055920 swapFree=4174172/4192956
[pid=16074] ppid=16069 vsize=918160 CPUtime=13.06
/proc/16074/stat : 16074 (java) R 16069 16074 16001 0 -1 0 56855 0 1 0 1281 25 0 0 25 0 12 0 174347318 940195840 53161 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053813971 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16074/statm: 229540 53161 2479 14 0 215977 0
[pid=16074/tid=16086] ppid=16069 vsize=918160 CPUtime=0.54
/proc/16074/task/16086/stat : 16086 (java) S 16069 16074 16001 0 -1 64 16942 0 0 0 48 6 0 0 16 0 12 0 174347321 940195840 53161 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16087] ppid=16069 vsize=918160 CPUtime=0.51
/proc/16074/task/16087/stat : 16087 (java) S 16069 16074 16001 0 -1 64 14777 0 0 0 46 5 0 0 16 0 12 0 174347321 940195840 53161 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16102] ppid=16069 vsize=918160 CPUtime=0
/proc/16074/task/16102/stat : 16102 (java) S 16069 16074 16001 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 174347324 940195840 53161 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16106] ppid=16069 vsize=918160 CPUtime=0
/proc/16074/task/16106/stat : 16106 (java) S 16069 16074 16001 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174347324 940195840 53161 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16107] ppid=16069 vsize=918160 CPUtime=0
/proc/16074/task/16107/stat : 16107 (java) S 16069 16074 16001 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174347324 940195840 53161 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16124] ppid=16069 vsize=918160 CPUtime=0
/proc/16074/task/16124/stat : 16124 (java) S 16069 16074 16001 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174347328 940195840 53161 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16125] ppid=16069 vsize=918160 CPUtime=0
/proc/16074/task/16125/stat : 16125 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174347328 940195840 53161 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16126] ppid=16069 vsize=918160 CPUtime=0.57
/proc/16074/task/16126/stat : 16126 (java) S 16069 16074 16001 0 -1 64 1441 0 0 0 57 0 0 0 16 0 12 0 174347328 940195840 53161 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16127] ppid=16069 vsize=918160 CPUtime=1.02
/proc/16074/task/16127/stat : 16127 (java) S 16069 16074 16001 0 -1 64 3267 0 0 0 101 1 0 0 17 0 12 0 174347328 940195840 53161 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16128] ppid=16069 vsize=918160 CPUtime=0
/proc/16074/task/16128/stat : 16128 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 174347328 940195840 53161 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16129] ppid=16069 vsize=918160 CPUtime=0
/proc/16074/task/16129/stat : 16129 (java) S 16069 16074 16001 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174347328 940195840 53161 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.06
Current children cumulated vsize (KiB) 918160

[startup+25.6421 s]
/proc/loadavg: 1.32 1.05 1.02 3/97 16290
/proc/meminfo: memFree=1520760/2055920 swapFree=4174172/4192956
[pid=16074] ppid=16069 vsize=914044 CPUtime=25.89
/proc/16074/stat : 16074 (java) R 16069 16074 16001 0 -1 0 66814 0 1 0 2560 29 0 0 25 0 12 0 174347318 935981056 60805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054283881 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16074/statm: 228511 60805 2481 14 0 214948 0
[pid=16074/tid=16086] ppid=16069 vsize=914044 CPUtime=0.66
/proc/16074/task/16086/stat : 16086 (java) S 16069 16074 16001 0 -1 64 22876 0 0 0 58 8 0 0 17 0 12 0 174347321 935981056 60805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16087] ppid=16069 vsize=914044 CPUtime=0.63
/proc/16074/task/16087/stat : 16087 (java) S 16069 16074 16001 0 -1 64 18740 0 0 0 56 7 0 0 16 0 12 0 174347321 935981056 60805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16102] ppid=16069 vsize=914044 CPUtime=0.01
/proc/16074/task/16102/stat : 16102 (java) S 16069 16074 16001 0 -1 64 18 0 0 0 1 0 0 0 17 0 12 0 174347324 935981056 60805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16106] ppid=16069 vsize=914044 CPUtime=0
/proc/16074/task/16106/stat : 16106 (java) S 16069 16074 16001 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174347324 935981056 60805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16107] ppid=16069 vsize=914044 CPUtime=0
/proc/16074/task/16107/stat : 16107 (java) S 16069 16074 16001 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174347324 935981056 60805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16124] ppid=16069 vsize=914044 CPUtime=0
/proc/16074/task/16124/stat : 16124 (java) S 16069 16074 16001 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174347328 935981056 60805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16125] ppid=16069 vsize=914044 CPUtime=0
/proc/16074/task/16125/stat : 16125 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174347328 935981056 60805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16126] ppid=16069 vsize=914044 CPUtime=0.76
/proc/16074/task/16126/stat : 16126 (java) S 16069 16074 16001 0 -1 64 1455 0 0 0 75 1 0 0 16 0 12 0 174347328 935981056 60805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16127] ppid=16069 vsize=914044 CPUtime=1.18
/proc/16074/task/16127/stat : 16127 (java) S 16069 16074 16001 0 -1 64 3282 0 0 0 117 1 0 0 16 0 12 0 174347328 935981056 60805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16128] ppid=16069 vsize=914044 CPUtime=0
/proc/16074/task/16128/stat : 16128 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 174347328 935981056 60805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16129] ppid=16069 vsize=914044 CPUtime=0
/proc/16074/task/16129/stat : 16129 (java) S 16069 16074 16001 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174347328 935981056 60805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.89
Current children cumulated vsize (KiB) 914044

[startup+51.2925 s]
/proc/loadavg: 1.55 1.13 1.04 3/97 16290
/proc/meminfo: memFree=1433016/2055920 swapFree=4174172/4192956
[pid=16074] ppid=16069 vsize=914044 CPUtime=51.52
/proc/16074/stat : 16074 (java) R 16069 16074 16001 0 -1 0 89005 0 1 0 5115 37 0 0 25 0 12 0 174347318 935981056 82721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054316950 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16074/statm: 228511 82721 2481 14 0 214948 0
[pid=16074/tid=16086] ppid=16069 vsize=914044 CPUtime=0.84
/proc/16074/task/16086/stat : 16086 (java) S 16069 16074 16001 0 -1 64 34881 0 0 0 72 12 0 0 16 0 12 0 174347321 935981056 82721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16087] ppid=16069 vsize=914044 CPUtime=0.87
/proc/16074/task/16087/stat : 16087 (java) S 16069 16074 16001 0 -1 64 28896 0 0 0 76 11 0 0 16 0 12 0 174347321 935981056 82721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16102] ppid=16069 vsize=914044 CPUtime=0.01
/proc/16074/task/16102/stat : 16102 (java) S 16069 16074 16001 0 -1 64 18 0 0 0 1 0 0 0 15 0 12 0 174347324 935981056 82721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16106] ppid=16069 vsize=914044 CPUtime=0
/proc/16074/task/16106/stat : 16106 (java) S 16069 16074 16001 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174347324 935981056 82721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16107] ppid=16069 vsize=914044 CPUtime=0
/proc/16074/task/16107/stat : 16107 (java) S 16069 16074 16001 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174347324 935981056 82721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16124] ppid=16069 vsize=914044 CPUtime=0
/proc/16074/task/16124/stat : 16124 (java) S 16069 16074 16001 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174347328 935981056 82721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16125] ppid=16069 vsize=914044 CPUtime=0
/proc/16074/task/16125/stat : 16125 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174347328 935981056 82721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/16074/task/16107/stat : 16107 (java) S 16069 16074 16001 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174347324 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16124] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16124/stat : 16124 (java) S 16069 16074 16001 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16125] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16125/stat : 16125 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16126] ppid=16069 vsize=918048 CPUtime=0.8
/proc/16074/task/16126/stat : 16126 (java) S 16069 16074 16001 0 -1 64 1455 0 0 0 79 1 0 0 16 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16127] ppid=16069 vsize=918048 CPUtime=1.24
/proc/16074/task/16127/stat : 16127 (java) S 16069 16074 16001 0 -1 64 3290 0 0 0 123 1 0 0 16 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16128] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16128/stat : 16128 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16129] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16129/stat : 16129 (java) S 16069 16074 16001 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 580.91
Current children cumulated vsize (KiB) 918048

[startup+643.03 s]
/proc/loadavg: 2.51 2.18 1.61 3/108 16397
/proc/meminfo: memFree=295704/2055920 swapFree=4174172/4192956
[pid=16074] ppid=16069 vsize=918048 CPUtime=639.69
/proc/16074/stat : 16074 (java) S 16069 16074 16001 0 -1 0 841688 0 1 0 63550 419 0 0 15 0 12 0 174347318 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16074/statm: 229512 186721 2482 14 0 215949 0
[pid=16074/tid=16086] ppid=16069 vsize=918048 CPUtime=5.25
/proc/16074/task/16086/stat : 16086 (java) S 16069 16074 16001 0 -1 64 87575 0 0 0 494 31 0 0 15 0 12 0 174347321 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16087] ppid=16069 vsize=918048 CPUtime=5.45
/proc/16074/task/16087/stat : 16087 (java) S 16069 16074 16001 0 -1 64 85420 0 0 0 514 31 0 0 16 0 12 0 174347321 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16102] ppid=16069 vsize=918048 CPUtime=166.46
/proc/16074/task/16102/stat : 16102 (java) R 16069 16074 16001 0 -1 64 642609 0 0 0 16311 335 0 0 25 0 12 0 174347324 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16106] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16106/stat : 16106 (java) S 16069 16074 16001 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174347324 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16107] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16107/stat : 16107 (java) S 16069 16074 16001 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174347324 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16124] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16124/stat : 16124 (java) S 16069 16074 16001 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16125] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16125/stat : 16125 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16126] ppid=16069 vsize=918048 CPUtime=0.8
/proc/16074/task/16126/stat : 16126 (java) S 16069 16074 16001 0 -1 64 1455 0 0 0 79 1 0 0 16 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16127] ppid=16069 vsize=918048 CPUtime=1.24
/proc/16074/task/16127/stat : 16127 (java) S 16069 16074 16001 0 -1 64 3290 0 0 0 123 1 0 0 16 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16128] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16128/stat : 16128 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16129] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16129/stat : 16129 (java) S 16069 16074 16001 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 639.69
Current children cumulated vsize (KiB) 918048

[startup+703.108 s]
/proc/loadavg: 2.34 2.19 1.65 3/108 16397
/proc/meminfo: memFree=295640/2055920 swapFree=4174172/4192956
[pid=16074] ppid=16069 vsize=918048 CPUtime=699.41
/proc/16074/stat : 16074 (java) S 16069 16074 16001 0 -1 0 1031171 0 1 0 69383 558 0 0 15 0 12 0 174347318 940081152 186558 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16074/statm: 229512 186558 2482 14 0 215949 0
[pid=16074/tid=16086] ppid=16069 vsize=918048 CPUtime=5.25
/proc/16074/task/16086/stat : 16086 (java) S 16069 16074 16001 0 -1 64 87575 0 0 0 494 31 0 0 15 0 12 0 174347321 940081152 186558 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16087] ppid=16069 vsize=918048 CPUtime=5.45
/proc/16074/task/16087/stat : 16087 (java) S 16069 16074 16001 0 -1 64 85420 0 0 0 514 31 0 0 16 0 12 0 174347321 940081152 186558 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16102] ppid=16069 vsize=918048 CPUtime=225.93
/proc/16074/task/16102/stat : 16102 (java) R 16069 16074 16001 0 -1 64 831986 0 0 0 22119 474 0 0 25 0 12 0 174347324 940081152 186558 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16106] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16106/stat : 16106 (java) S 16069 16074 16001 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174347324 940081152 186558 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16107] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16107/stat : 16107 (java) S 16069 16074 16001 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174347324 940081152 186558 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16124] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16124/stat : 16124 (java) S 16069 16074 16001 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174347328 940081152 186558 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16125] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16125/stat : 16125 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174347328 940081152 186558 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16126] ppid=16069 vsize=918048 CPUtime=0.8
/proc/16074/task/16126/stat : 16126 (java) S 16069 16074 16001 0 -1 64 1455 0 0 0 79 1 0 0 16 0 12 0 174347328 940081152 186558 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16127] ppid=16069 vsize=918048 CPUtime=1.24
/proc/16074/task/16127/stat : 16127 (java) S 16069 16074 16001 0 -1 64 3290 0 0 0 123 1 0 0 16 0 12 0 174347328 940081152 186558 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16128] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16128/stat : 16128 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 174347328 940081152 186558 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16129] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16129/stat : 16129 (java) S 16069 16074 16001 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174347328 940081152 186558 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 699.41
Current children cumulated vsize (KiB) 918048

[startup+763.166 s]
/proc/loadavg: 2.14 2.17 1.67 3/105 16531
/proc/meminfo: memFree=963960/2055920 swapFree=4174172/4192956
[pid=16074] ppid=16069 vsize=918048 CPUtime=759.2
/proc/16074/stat : 16074 (java) S 16069 16074 16001 0 -1 0 1236783 0 1 0 75232 688 0 0 15 0 12 0 174347318 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16074/statm: 229512 186721 2482 14 0 215949 0
[pid=16074/tid=16086] ppid=16069 vsize=918048 CPUtime=5.25
/proc/16074/task/16086/stat : 16086 (java) S 16069 16074 16001 0 -1 64 87575 0 0 0 494 31 0 0 15 0 12 0 174347321 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16087] ppid=16069 vsize=918048 CPUtime=5.45
/proc/16074/task/16087/stat : 16087 (java) S 16069 16074 16001 0 -1 64 85420 0 0 0 514 31 0 0 16 0 12 0 174347321 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16102] ppid=16069 vsize=918048 CPUtime=285.54
/proc/16074/task/16102/stat : 16102 (java) R 16069 16074 16001 0 -1 64 1037484 0 0 0 27951 603 0 0 25 0 12 0 174347324 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154455390 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16106] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16106/stat : 16106 (java) S 16069 16074 16001 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174347324 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16107] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16107/stat : 16107 (java) S 16069 16074 16001 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174347324 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16124] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16124/stat : 16124 (java) S 16069 16074 16001 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16125] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16125/stat : 16125 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16126] ppid=16069 vsize=918048 CPUtime=0.8
/proc/16074/task/16126/stat : 16126 (java) S 16069 16074 16001 0 -1 64 1455 0 0 0 79 1 0 0 16 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16127] ppid=16069 vsize=918048 CPUtime=1.24
/proc/16074/task/16127/stat : 16127 (java) S 16069 16074 16001 0 -1 64 3290 0 0 0 123 1 0 0 16 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16128] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16128/stat : 16128 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16129] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16129/stat : 16129 (java) S 16069 16074 16001 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 759.2
Current children cumulated vsize (KiB) 918048

[startup+823.195 s]
/proc/loadavg: 1.90 2.13 1.69 2/89 16545
/proc/meminfo: memFree=1051024/2055920 swapFree=4174172/4192956
[pid=16074] ppid=16069 vsize=916048 CPUtime=819.07
/proc/16074/stat : 16074 (java) S 16069 16074 16001 0 -1 0 1476275 0 1 0 81096 811 0 0 16 0 12 0 174347318 938033152 186145 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16074/statm: 229012 186146 2482 14 0 215449 0
[pid=16074/tid=16086] ppid=16069 vsize=916048 CPUtime=5.25
/proc/16074/task/16086/stat : 16086 (java) S 16069 16074 16001 0 -1 64 87575 0 0 0 494 31 0 0 15 0 12 0 174347321 938033152 186146 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16087] ppid=16069 vsize=916048 CPUtime=5.45
/proc/16074/task/16087/stat : 16087 (java) S 16069 16074 16001 0 -1 64 85420 0 0 0 514 31 0 0 16 0 12 0 174347321 938033152 186147 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16102] ppid=16069 vsize=916048 CPUtime=345.3
/proc/16074/task/16102/stat : 16102 (java) R 16069 16074 16001 0 -1 64 1276845 0 0 0 33804 726 0 0 17 0 12 0 174347324 938033152 186148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16106] ppid=16069 vsize=916048 CPUtime=0
/proc/16074/task/16106/stat : 16106 (java) S 16069 16074 16001 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174347324 938033152 186149 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16107] ppid=16069 vsize=916048 CPUtime=0
/proc/16074/task/16107/stat : 16107 (java) S 16069 16074 16001 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174347324 938033152 186150 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16124] ppid=16069 vsize=916048 CPUtime=0
/proc/16074/task/16124/stat : 16124 (java) S 16069 16074 16001 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174347328 938033152 186150 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16125] ppid=16069 vsize=916048 CPUtime=0
/proc/16074/task/16125/stat : 16125 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174347328 938033152 186151 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16126] ppid=16069 vsize=916048 CPUtime=0.8
/proc/16074/task/16126/stat : 16126 (java) S 16069 16074 16001 0 -1 64 1455 0 0 0 79 1 0 0 16 0 12 0 174347328 938033152 186152 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16127] ppid=16069 vsize=916048 CPUtime=1.24
/proc/16074/task/16127/stat : 16127 (java) S 16069 16074 16001 0 -1 64 3290 0 0 0 123 1 0 0 16 0 12 0 174347328 938033152 186153 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16128] ppid=16069 vsize=916048 CPUtime=0
/proc/16074/task/16128/stat : 16128 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 174347328 938033152 186154 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16129] ppid=16069 vsize=916048 CPUtime=0
/proc/16074/task/16129/stat : 16129 (java) S 16069 16074 16001 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174347328 938033152 186154 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 819.07
Current children cumulated vsize (KiB) 916048

[startup+883.222 s]
/proc/loadavg: 1.33 1.92 1.64 2/89 16545
/proc/meminfo: memFree=1049360/2055920 swapFree=4174172/4192956
[pid=16074] ppid=16069 vsize=918048 CPUtime=879.08
/proc/16074/stat : 16074 (java) S 16069 16074 16001 0 -1 0 1730213 0 1 0 86975 933 0 0 15 0 12 0 174347318 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16074/statm: 229512 186721 2482 14 0 215949 0
[pid=16074/tid=16086] ppid=16069 vsize=918048 CPUtime=5.25
/proc/16074/task/16086/stat : 16086 (java) S 16069 16074 16001 0 -1 64 87575 0 0 0 494 31 0 0 15 0 12 0 174347321 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16087] ppid=16069 vsize=918048 CPUtime=5.45
/proc/16074/task/16087/stat : 16087 (java) S 16069 16074 16001 0 -1 64 85420 0 0 0 514 31 0 0 16 0 12 0 174347321 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16102] ppid=16069 vsize=918048 CPUtime=405.28
/proc/16074/task/16102/stat : 16102 (java) R 16069 16074 16001 0 -1 64 1530639 0 0 0 39681 847 0 0 25 0 12 0 174347324 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16106] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16106/stat : 16106 (java) S 16069 16074 16001 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174347324 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16107] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16107/stat : 16107 (java) S 16069 16074 16001 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174347324 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16124] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16124/stat : 16124 (java) S 16069 16074 16001 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16125] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16125/stat : 16125 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16126] ppid=16069 vsize=918048 CPUtime=0.8
/proc/16074/task/16126/stat : 16126 (java) S 16069 16074 16001 0 -1 64 1455 0 0 0 79 1 0 0 16 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16127] ppid=16069 vsize=918048 CPUtime=1.24
/proc/16074/task/16127/stat : 16127 (java) S 16069 16074 16001 0 -1 64 3290 0 0 0 123 1 0 0 16 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16074/tid=16128] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16128/stat : 16128 (java) S 16069 16074 16001 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16074/tid=16129] ppid=16069 vsize=918048 CPUtime=0
/proc/16074/task/16129/stat : 16129 (java) S 16069 16074 16001 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174347328 940081152 186721 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 879.08
Current children cumulated vsize (KiB) 918048

Child status: 1
Real time (s): 887.757
CPU time (s): 883.593
CPU user time (s): 874.086
CPU system time (s): 9.50655
CPU usage (%): 99.5309
Max. virtual memory (cumulated for all children) (KiB): 920052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 874.086
system time used= 9.50655
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1744276
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= 28150
involuntary context switches= 38916

runsolver used 1.12583 s user time and 2.77758 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Mon Jan  8 12:32:05 UTC 2007


IDJOB= 221496
IDBENCH= 5452
FILE ID= node15/221496-1168259525

PBS_JOBID= 3482435

Free space on /tmp= 66329 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp31-35/fapp32/fapp32-0550-3.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/221496-1168259525/sat4jCSP-bf3.jar /tmp/evaluation/221496-1168259525/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-221496-1168259525 -o ROOT/results/node15/solver-221496-1168259525 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/221496-1168259525/sat4jCSP-bf3.jar /tmp/evaluation/221496-1168259525/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  80cac2eb2911dcfc3dcd6df18856595a

RANDOM SEED= 884181351

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.276
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.276
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:       1784272 kB
Buffers:         66160 kB
Cached:         114032 kB
SwapCached:       6400 kB
Active:         116684 kB
Inactive:        99320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784272 kB
SwapTotal:     4192956 kB
SwapFree:      4174172 kB
Dirty:            7400 kB
Writeback:           0 kB
Mapped:          45252 kB
Slab:            40580 kB
Committed_AS:  5148624 kB
PageTables:       2264 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= 66332 MiB



End job on node15 on Mon Jan  8 12:46:53 UTC 2007