Trace number 201411

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? 1470.42 1476.61

General information on the benchmark

Namefapp/fapp11-15/fapp11/
fapp11-1000-6.xml
MD5SUM6b5dd0783de8ffe8db36fbbb14ddfcf0
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 benchmark5.85211
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.26	c --- Begin Solver configuration ---
0.26	c Stops conflict analysis at the first Unique Implication Point
0.26	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.26	c Learn all clauses as in MiniSAT
0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26	c VSIDS like heuristics from MiniSAT using a heap
0.26	c No reason simplification
0.26	c --- End Solver configuration ---
0.26	c solving /tmp/evaluation/201411-1168147622/unknown.xml
0.26	c reading problem ... 
0.51	c reading problem named ?
0.51	c reading domains done.
0.85	c reading variables
c reading variables (1000) done.
2.06	c reading predicates 
c reading relations (9) done.
2.27	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
1476.44	c starts		: 0
1476.44	c conflicts		: 0
1476.44	c decisions		: 0
1476.44	c propagations		: 0
1476.44	c inspects		: 0
1476.44	c learnt literals	: 0
1476.44	c learnt binary clauses	: 0
1476.44	c learnt ternary clauses	: 0
1476.44	c learnt clauses	: 0
1476.44	c root simplifications	: 0
1476.44	c removed literals (reason simplification)	: 0
1476.44	c reason swapping (by a shorter reason)	: 0
1476.44	c Calls to reduceDB	: 0
1476.44	c speed (decisions/second)	: 0.0
1476.44	c non guided choices	0
1476.44	s UNKNOWN
1476.44	c Total wall clock time (in seconds) : 1476.178
1476.44	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node51/watcher-201411-1168147622 -o ROOT/results/node51/solver-201411-1168147622 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201411-1168147622/sat4jCSP-bf3.jar /tmp/evaluation/201411-1168147622/unknown.xml 

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

/proc/loadavg: 2.00 2.00 1.84 2/73 21964
/proc/meminfo: memFree=1688976/2055920 swapFree=4192812/4192956
[pid=21963] ppid=21961 vsize=18540 CPUtime=0
/proc/21963/stat : 21963 (runsolver) R 21961 21963 21531 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 163160763 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 235371293991 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/21963/statm: 4635 279 244 17 0 2626 0

[startup+0.102545 s]
/proc/loadavg: 2.00 2.00 1.84 2/73 21964
/proc/meminfo: memFree=1688976/2055920 swapFree=4192812/4192956
[pid=21963] ppid=21961 vsize=900216 CPUtime=0.09
/proc/21963/stat : 21963 (java) R 21961 21963 21531 0 -1 0 3257 0 1 0 7 2 0 0 22 0 12 0 163160763 921821184 3017 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4160642226 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21963/statm: 225054 3017 1527 14 0 212074 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 900216

[startup+0.510612 s]
/proc/loadavg: 2.00 2.00 1.84 2/73 21964
/proc/meminfo: memFree=1688976/2055920 swapFree=4192812/4192956
[pid=21963] ppid=21961 vsize=905236 CPUtime=0.5
/proc/21963/stat : 21963 (java) R 21961 21963 21531 0 -1 0 5948 0 1 0 46 4 0 0 19 0 12 0 163160763 926961664 5542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054082762 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21963/statm: 226309 5542 2284 14 0 212746 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 905236

[startup+1.33375 s]
/proc/loadavg: 2.00 2.00 1.84 3/84 21975
/proc/meminfo: memFree=1663224/2055920 swapFree=4192812/4192956
[pid=21963] ppid=21961 vsize=906592 CPUtime=1.33
/proc/21963/stat : 21963 (java) R 21961 21963 21531 0 -1 0 9853 0 1 0 127 6 0 0 18 0 12 0 163160763 928350208 8950 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21963/statm: 226648 8950 2316 14 0 213085 0
[pid=21963/tid=21965] ppid=21961 vsize=906592 CPUtime=0
/proc/21963/task/21965/stat : 21965 (java) S 21961 21963 21531 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 163160766 928350208 8950 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21966] ppid=21961 vsize=906592 CPUtime=0
/proc/21963/task/21966/stat : 21966 (java) S 21961 21963 21531 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 163160766 928350208 8950 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21967] ppid=21961 vsize=906592 CPUtime=0
/proc/21963/task/21967/stat : 21967 (java) S 21961 21963 21531 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 163160768 928350208 8950 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21968] ppid=21961 vsize=906592 CPUtime=0
/proc/21963/task/21968/stat : 21968 (java) S 21961 21963 21531 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 163160769 928350208 8950 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21969] ppid=21961 vsize=906592 CPUtime=0
/proc/21963/task/21969/stat : 21969 (java) S 21961 21963 21531 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 163160769 928350208 8950 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21970] ppid=21961 vsize=906592 CPUtime=0
/proc/21963/task/21970/stat : 21970 (java) S 21961 21963 21531 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163160773 928350208 8950 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21971] ppid=21961 vsize=906592 CPUtime=0
/proc/21963/task/21971/stat : 21971 (java) S 21961 21963 21531 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 163160773 928350208 8950 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21963/tid=21972] ppid=21961 vsize=906592 CPUtime=0.39
/proc/21963/task/21972/stat : 21972 (java) S 21961 21963 21531 0 -1 64 1072 0 0 0 39 0 0 0 16 0 12 0 163160773 928350208 8950 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21963/tid=21973] ppid=21961 vsize=906592 CPUtime=0.27
/proc/21963/task/21973/stat : 21973 (java) R 21961 21963 21531 0 -1 64 668 0 0 0 27 0 0 0 16 0 12 0 163160773 928350208 8950 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151911505 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21963/tid=21974] ppid=21961 vsize=906592 CPUtime=0
/proc/21963/task/21974/stat : 21974 (java) S 21961 21963 21531 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163160773 928350208 8950 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21975] ppid=21961 vsize=906592 CPUtime=0
/proc/21963/task/21975/stat : 21975 (java) S 21961 21963 21531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163160773 928350208 8950 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 906592

[startup+2.98203 s]
/proc/loadavg: 2.00 2.00 1.84 3/84 21975
/proc/meminfo: memFree=1547128/2055920 swapFree=4192812/4192956
[pid=21963] ppid=21961 vsize=912712 CPUtime=3.22
/proc/21963/stat : 21963 (java) R 21961 21963 21531 0 -1 0 37586 0 1 0 304 18 0 0 19 0 12 0 163160763 934617088 33855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835934 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21963/statm: 228178 33855 2477 14 0 214615 0
[pid=21963/tid=21965] ppid=21961 vsize=912712 CPUtime=0.32
/proc/21963/task/21965/stat : 21965 (java) S 21961 21963 21531 0 -1 64 4217 0 0 0 30 2 0 0 16 0 12 0 163160766 934617088 33855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21966] ppid=21961 vsize=912712 CPUtime=0.35
/proc/21963/task/21966/stat : 21966 (java) S 21961 21963 21531 0 -1 64 9677 0 0 0 31 4 0 0 20 0 12 0 163160766 934617088 33855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21967] ppid=21961 vsize=912712 CPUtime=0
/proc/21963/task/21967/stat : 21967 (java) S 21961 21963 21531 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 163160768 934617088 33855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21968] ppid=21961 vsize=912712 CPUtime=0
/proc/21963/task/21968/stat : 21968 (java) S 21961 21963 21531 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 163160769 934617088 33855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21969] ppid=21961 vsize=912712 CPUtime=0
/proc/21963/task/21969/stat : 21969 (java) S 21961 21963 21531 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 163160769 934617088 33855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21970] ppid=21961 vsize=912712 CPUtime=0
/proc/21963/task/21970/stat : 21970 (java) S 21961 21963 21531 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163160773 934617088 33855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21971] ppid=21961 vsize=912712 CPUtime=0
/proc/21963/task/21971/stat : 21971 (java) S 21961 21963 21531 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 163160773 934617088 33855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21972] ppid=21961 vsize=912712 CPUtime=0.72
/proc/21963/task/21972/stat : 21972 (java) S 21961 21963 21531 0 -1 64 2135 0 0 0 72 0 0 0 16 0 12 0 163160773 934617088 33855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21973] ppid=21961 vsize=912712 CPUtime=0.52
/proc/21963/task/21973/stat : 21973 (java) S 21961 21963 21531 0 -1 64 1436 0 0 0 52 0 0 0 16 0 12 0 163160773 934617088 33855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21974] ppid=21961 vsize=912712 CPUtime=0
/proc/21963/task/21974/stat : 21974 (java) S 21961 21963 21531 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163160773 934617088 33855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21975] ppid=21961 vsize=912712 CPUtime=0
/proc/21963/task/21975/stat : 21975 (java) S 21961 21963 21531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163160773 934617088 33855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 912712

[startup+6.19158 s]
/proc/loadavg: 2.00 2.00 1.84 3/84 21975
/proc/meminfo: memFree=1485304/2055920 swapFree=4192812/4192956
[pid=21963] ppid=21961 vsize=916388 CPUtime=6.39
/proc/21963/stat : 21963 (java) R 21961 21963 21531 0 -1 0 45638 0 1 0 618 21 0 0 25 0 12 0 163160763 938381312 40478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054352163 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21963/statm: 229097 40478 2479 14 0 215534 0
[pid=21963/tid=21965] ppid=21961 vsize=916388 CPUtime=0.42
/proc/21963/task/21965/stat : 21965 (java) S 21961 21963 21531 0 -1 64 6476 0 0 0 39 3 0 0 16 0 12 0 163160766 938381312 40478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21966] ppid=21961 vsize=916388 CPUtime=0.44
/proc/21963/task/21966/stat : 21966 (java) S 21961 21963 21531 0 -1 64 13044 0 0 0 39 5 0 0 16 0 12 0 163160766 938381312 40478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21967] ppid=21961 vsize=916388 CPUtime=0
/proc/21963/task/21967/stat : 21967 (java) S 21961 21963 21531 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 163160768 938381312 40478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21968] ppid=21961 vsize=916388 CPUtime=0
/proc/21963/task/21968/stat : 21968 (java) S 21961 21963 21531 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 163160769 938381312 40478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21969] ppid=21961 vsize=916388 CPUtime=0
/proc/21963/task/21969/stat : 21969 (java) S 21961 21963 21531 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163160769 938381312 40478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21970] ppid=21961 vsize=916388 CPUtime=0
/proc/21963/task/21970/stat : 21970 (java) S 21961 21963 21531 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163160773 938381312 40478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21971] ppid=21961 vsize=916388 CPUtime=0
/proc/21963/task/21971/stat : 21971 (java) S 21961 21963 21531 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 163160773 938381312 40478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21972] ppid=21961 vsize=916388 CPUtime=1.31
/proc/21963/task/21972/stat : 21972 (java) S 21961 21963 21531 0 -1 64 4542 0 0 0 130 1 0 0 16 0 12 0 163160773 938381312 40478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21973] ppid=21961 vsize=916388 CPUtime=0.65
/proc/21963/task/21973/stat : 21973 (java) S 21961 21963 21531 0 -1 64 1442 0 0 0 65 0 0 0 16 0 12 0 163160773 938381312 40478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21974] ppid=21961 vsize=916388 CPUtime=0
/proc/21963/task/21974/stat : 21974 (java) S 21961 21963 21531 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163160773 938381312 40478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21975] ppid=21961 vsize=916388 CPUtime=0
/proc/21963/task/21975/stat : 21975 (java) S 21961 21963 21531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163160773 938381312 40478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 916388

[startup+12.5937 s]
/proc/loadavg: 2.00 2.00 1.84 3/84 21975
/proc/meminfo: memFree=1395768/2055920 swapFree=4192812/4192956
[pid=21963] ppid=21961 vsize=916388 CPUtime=12.75
/proc/21963/stat : 21963 (java) R 21961 21963 21531 0 -1 0 52970 0 1 0 1250 25 0 0 25 0 12 0 163160763 938381312 46667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21963/statm: 229097 46667 2479 14 0 215534 0
[pid=21963/tid=21965] ppid=21961 vsize=916388 CPUtime=0.52
/proc/21963/task/21965/stat : 21965 (java) S 21961 21963 21531 0 -1 64 9819 0 0 0 48 4 0 0 16 0 12 0 163160766 938381312 46667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21966] ppid=21961 vsize=916388 CPUtime=0.56
/proc/21963/task/21966/stat : 21966 (java) S 21961 21963 21531 0 -1 64 17006 0 0 0 49 7 0 0 16 0 12 0 163160766 938381312 46667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21967] ppid=21961 vsize=916388 CPUtime=0.01
/proc/21963/task/21967/stat : 21967 (java) S 21961 21963 21531 0 -1 64 14 0 0 0 1 0 0 0 16 0 12 0 163160768 938381312 46667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21968] ppid=21961 vsize=916388 CPUtime=0
/proc/21963/task/21968/stat : 21968 (java) S 21961 21963 21531 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 163160769 938381312 46667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21969] ppid=21961 vsize=916388 CPUtime=0
/proc/21963/task/21969/stat : 21969 (java) S 21961 21963 21531 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163160769 938381312 46667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21970] ppid=21961 vsize=916388 CPUtime=0
/proc/21963/task/21970/stat : 21970 (java) S 21961 21963 21531 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163160773 938381312 46667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21971] ppid=21961 vsize=916388 CPUtime=0
/proc/21963/task/21971/stat : 21971 (java) S 21961 21963 21531 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 163160773 938381312 46667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21972] ppid=21961 vsize=916388 CPUtime=1.36
/proc/21963/task/21972/stat : 21972 (java) S 21961 21963 21531 0 -1 64 4544 0 0 0 135 1 0 0 16 0 12 0 163160773 938381312 46667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21973] ppid=21961 vsize=916388 CPUtime=0.76
/proc/21963/task/21973/stat : 21973 (java) R 21961 21963 21531 0 -1 64 1443 0 0 0 76 0 0 0 17 0 12 0 163160773 938381312 46667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152458713 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21974] ppid=21961 vsize=916388 CPUtime=0
/proc/21963/task/21974/stat : 21974 (java) S 21961 21963 21531 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163160773 938381312 46667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21975] ppid=21961 vsize=916388 CPUtime=0
/proc/21963/task/21975/stat : 21975 (java) S 21961 21963 21531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163160773 938381312 46667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 916388

[startup+25.4657 s]
/proc/loadavg: 2.00 2.00 1.84 3/84 21975
/proc/meminfo: memFree=1231544/2055920 swapFree=4192812/4192956
[pid=21963] ppid=21961 vsize=916388 CPUtime=25.56
/proc/21963/stat : 21963 (java) R 21961 21963 21531 0 -1 0 60551 0 1 0 2528 28 0 0 25 0 12 0 163160763 938381312 54226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054505025 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21963/statm: 229097 54226 2479 14 0 215534 0
[pid=21963/tid=21965] ppid=21961 vsize=916388 CPUtime=0.62
/proc/21963/task/21965/stat : 21965 (java) S 21961 21963 21531 0 -1 64 13329 0 0 0 57 5 0 0 16 0 12 0 163160766 938381312 54226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21966] ppid=21961 vsize=916388 CPUtime=0.68
/proc/21963/task/21966/stat : 21966 (java) S 21961 21963 21531 0 -1 64 21019 0 0 0 59 9 0 0 16 0 12 0 163160766 938381312 54226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21967] ppid=21961 vsize=916388 CPUtime=0.01
/proc/21963/task/21967/stat : 21967 (java) S 21961 21963 21531 0 -1 64 15 0 0 0 1 0 0 0 15 0 12 0 163160768 938381312 54226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21968] ppid=21961 vsize=916388 CPUtime=0
/proc/21963/task/21968/stat : 21968 (java) S 21961 21963 21531 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 163160769 938381312 54226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21969] ppid=21961 vsize=916388 CPUtime=0
/proc/21963/task/21969/stat : 21969 (java) S 21961 21963 21531 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163160769 938381312 54226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21970] ppid=21961 vsize=916388 CPUtime=0
/proc/21963/task/21970/stat : 21970 (java) S 21961 21963 21531 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163160773 938381312 54226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21971] ppid=21961 vsize=916388 CPUtime=0
/proc/21963/task/21971/stat : 21971 (java) S 21961 21963 21531 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 163160773 938381312 54226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21972] ppid=21961 vsize=916388 CPUtime=1.43
/proc/21963/task/21972/stat : 21972 (java) S 21961 21963 21531 0 -1 64 4551 0 0 0 142 1 0 0 16 0 12 0 163160773 938381312 54226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21973] ppid=21961 vsize=916388 CPUtime=0.97
/proc/21963/task/21973/stat : 21973 (java) S 21961 21963 21531 0 -1 64 1469 0 0 0 97 0 0 0 17 0 12 0 163160773 938381312 54226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21974] ppid=21961 vsize=916388 CPUtime=0
/proc/21963/task/21974/stat : 21974 (java) S 21961 21963 21531 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163160773 938381312 54226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21975] ppid=21961 vsize=916388 CPUtime=0
/proc/21963/task/21975/stat : 21975 (java) S 21961 21963 21531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163160773 938381312 54226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 916388

[startup+51.122 s]
/proc/loadavg: 2.00 2.00 1.85 3/84 21975
/proc/meminfo: memFree=886840/2055920 swapFree=4192812/4192956
[pid=21963] ppid=21961 vsize=916388 CPUtime=51.11
/proc/21963/stat : 21963 (java) R 21961 21963 21531 0 -1 0 76345 0 1 0 5077 34 0 0 25 0 12 0 163160763 938381312 69984 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054282145 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21963/statm: 229097 69984 2479 14 0 215534 0
[pid=21963/tid=21965] ppid=21961 vsize=916388 CPUtime=0.84
/proc/21963/task/21965/stat : 21965 (java) S 21961 21963 21531 0 -1 64 20995 0 0 0 77 7 0 0 16 0 12 0 163160766 938381312 69984 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21966] ppid=21961 vsize=916388 CPUtime=0.9
/proc/21963/task/21966/stat : 21966 (java) S 21961 21963 21531 0 -1 64 29109 0 0 0 78 12 0 0 15 0 12 0 163160766 938381312 69984 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21967] ppid=21961 vsize=916388 CPUtime=0.03

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

/proc/21963/task/21969/stat : 21969 (java) S 21961 21963 21531 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163160769 938381312 187231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21970] ppid=21961 vsize=916388 CPUtime=0
/proc/21963/task/21970/stat : 21970 (java) S 21961 21963 21531 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163160773 938381312 187231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21971] ppid=21961 vsize=916388 CPUtime=0.01
/proc/21963/task/21971/stat : 21971 (java) S 21961 21963 21531 0 -1 64 3 0 0 0 1 0 0 0 16 0 12 0 163160773 938381312 187231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21963/tid=21972] ppid=21961 vsize=916388 CPUtime=1.72
/proc/21963/task/21972/stat : 21972 (java) S 21961 21963 21531 0 -1 64 4565 0 0 0 171 1 0 0 17 0 12 0 163160773 938381312 187231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21963/tid=21973] ppid=21961 vsize=916388 CPUtime=1.34
/proc/21963/task/21973/stat : 21973 (java) S 21961 21963 21531 0 -1 64 1487 0 0 0 134 0 0 0 16 0 12 0 163160773 938381312 187231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21974] ppid=21961 vsize=916388 CPUtime=0
/proc/21963/task/21974/stat : 21974 (java) S 21961 21963 21531 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163160773 938381312 187231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21975] ppid=21961 vsize=916388 CPUtime=0
/proc/21963/task/21975/stat : 21975 (java) S 21961 21963 21531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163160773 938381312 187231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1117.11
Current children cumulated vsize (KiB) 916388

[startup+1183.14 s]
/proc/loadavg: 1.31 1.83 1.93 2/76 22342
/proc/meminfo: memFree=1099776/2055920 swapFree=4192812/4192956
[pid=21963] ppid=21961 vsize=920392 CPUtime=1177.1
/proc/21963/stat : 21963 (java) S 21961 21963 21531 0 -1 0 862209 0 1 0 117194 516 0 0 15 0 12 0 163160763 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21963/statm: 230098 187808 2481 14 0 216535 0
[pid=21963/tid=21965] ppid=21961 vsize=920392 CPUtime=4.76
/proc/21963/task/21965/stat : 21965 (java) S 21961 21963 21531 0 -1 64 80025 0 0 0 442 34 0 0 15 0 12 0 163160766 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21966] ppid=21961 vsize=920392 CPUtime=5.02
/proc/21963/task/21966/stat : 21966 (java) S 21961 21963 21531 0 -1 64 87729 0 0 0 462 40 0 0 16 0 12 0 163160766 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21967] ppid=21961 vsize=920392 CPUtime=861.89
/proc/21963/task/21967/stat : 21967 (java) R 21961 21963 21531 0 -1 64 666704 0 0 0 85766 423 0 0 25 0 12 0 163160768 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21963/tid=21968] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21968/stat : 21968 (java) S 21961 21963 21531 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 163160769 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21969] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21969/stat : 21969 (java) S 21961 21963 21531 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163160769 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21970] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21970/stat : 21970 (java) S 21961 21963 21531 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21971] ppid=21961 vsize=920392 CPUtime=0.01
/proc/21963/task/21971/stat : 21971 (java) S 21961 21963 21531 0 -1 64 3 0 0 0 1 0 0 0 16 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21963/tid=21972] ppid=21961 vsize=920392 CPUtime=1.72
/proc/21963/task/21972/stat : 21972 (java) S 21961 21963 21531 0 -1 64 4565 0 0 0 171 1 0 0 17 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21963/tid=21973] ppid=21961 vsize=920392 CPUtime=1.34
/proc/21963/task/21973/stat : 21973 (java) S 21961 21963 21531 0 -1 64 1487 0 0 0 134 0 0 0 16 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21974] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21974/stat : 21974 (java) S 21961 21963 21531 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21975] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21975/stat : 21975 (java) S 21961 21963 21531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1177.1
Current children cumulated vsize (KiB) 920392

[startup+1243.16 s]
/proc/loadavg: 1.11 1.68 1.87 2/76 22342
/proc/meminfo: memFree=1099776/2055920 swapFree=4192812/4192956
[pid=21963] ppid=21961 vsize=920392 CPUtime=1237.1
/proc/21963/stat : 21963 (java) S 21961 21963 21531 0 -1 0 925207 0 1 0 123164 546 0 0 15 0 12 0 163160763 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21963/statm: 230098 187808 2481 14 0 216535 0
[pid=21963/tid=21965] ppid=21961 vsize=920392 CPUtime=4.76
/proc/21963/task/21965/stat : 21965 (java) S 21961 21963 21531 0 -1 64 80025 0 0 0 442 34 0 0 15 0 12 0 163160766 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21966] ppid=21961 vsize=920392 CPUtime=5.02
/proc/21963/task/21966/stat : 21966 (java) S 21961 21963 21531 0 -1 64 87729 0 0 0 462 40 0 0 16 0 12 0 163160766 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21967] ppid=21961 vsize=920392 CPUtime=921.88
/proc/21963/task/21967/stat : 21967 (java) R 21961 21963 21531 0 -1 64 729593 0 0 0 91735 453 0 0 25 0 12 0 163160768 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921481 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21963/tid=21968] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21968/stat : 21968 (java) S 21961 21963 21531 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 163160769 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21969] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21969/stat : 21969 (java) S 21961 21963 21531 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163160769 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21970] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21970/stat : 21970 (java) S 21961 21963 21531 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21971] ppid=21961 vsize=920392 CPUtime=0.01
/proc/21963/task/21971/stat : 21971 (java) S 21961 21963 21531 0 -1 64 3 0 0 0 1 0 0 0 16 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21963/tid=21972] ppid=21961 vsize=920392 CPUtime=1.72
/proc/21963/task/21972/stat : 21972 (java) S 21961 21963 21531 0 -1 64 4565 0 0 0 171 1 0 0 17 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21963/tid=21973] ppid=21961 vsize=920392 CPUtime=1.34
/proc/21963/task/21973/stat : 21973 (java) S 21961 21963 21531 0 -1 64 1487 0 0 0 134 0 0 0 16 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21974] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21974/stat : 21974 (java) S 21961 21963 21531 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21975] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21975/stat : 21975 (java) S 21961 21963 21531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1237.1
Current children cumulated vsize (KiB) 920392

[startup+1303.18 s]
/proc/loadavg: 1.04 1.55 1.81 2/76 22342
/proc/meminfo: memFree=1101952/2055920 swapFree=4192812/4192956
[pid=21963] ppid=21961 vsize=920392 CPUtime=1297.1
/proc/21963/stat : 21963 (java) S 21961 21963 21531 0 -1 0 988205 0 1 0 129134 576 0 0 15 0 12 0 163160763 942481408 187807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21963/statm: 230098 187807 2481 14 0 216535 0
[pid=21963/tid=21965] ppid=21961 vsize=920392 CPUtime=4.76
/proc/21963/task/21965/stat : 21965 (java) S 21961 21963 21531 0 -1 64 80025 0 0 0 442 34 0 0 15 0 12 0 163160766 942481408 187807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21966] ppid=21961 vsize=920392 CPUtime=5.02
/proc/21963/task/21966/stat : 21966 (java) S 21961 21963 21531 0 -1 64 87729 0 0 0 462 40 0 0 16 0 12 0 163160766 942481408 187807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21967] ppid=21961 vsize=920392 CPUtime=981.89
/proc/21963/task/21967/stat : 21967 (java) R 21961 21963 21531 0 -1 64 792483 0 0 0 97706 483 0 0 25 0 12 0 163160768 942481408 187807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21963/tid=21968] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21968/stat : 21968 (java) S 21961 21963 21531 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 163160769 942481408 187807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21969] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21969/stat : 21969 (java) S 21961 21963 21531 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163160769 942481408 187807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21970] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21970/stat : 21970 (java) S 21961 21963 21531 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163160773 942481408 187807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21971] ppid=21961 vsize=920392 CPUtime=0.01
/proc/21963/task/21971/stat : 21971 (java) S 21961 21963 21531 0 -1 64 3 0 0 0 1 0 0 0 16 0 12 0 163160773 942481408 187807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21963/tid=21972] ppid=21961 vsize=920392 CPUtime=1.72
/proc/21963/task/21972/stat : 21972 (java) S 21961 21963 21531 0 -1 64 4565 0 0 0 171 1 0 0 17 0 12 0 163160773 942481408 187807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21963/tid=21973] ppid=21961 vsize=920392 CPUtime=1.34
/proc/21963/task/21973/stat : 21973 (java) S 21961 21963 21531 0 -1 64 1487 0 0 0 134 0 0 0 16 0 12 0 163160773 942481408 187807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21974] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21974/stat : 21974 (java) S 21961 21963 21531 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163160773 942481408 187807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21975] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21975/stat : 21975 (java) S 21961 21963 21531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163160773 942481408 187807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1297.1
Current children cumulated vsize (KiB) 920392

[startup+1363.2 s]
/proc/loadavg: 1.01 1.45 1.76 2/76 22342
/proc/meminfo: memFree=1099840/2055920 swapFree=4192812/4192956
[pid=21963] ppid=21961 vsize=920392 CPUtime=1357.09
/proc/21963/stat : 21963 (java) S 21961 21963 21531 0 -1 0 1050622 0 1 0 135106 603 0 0 15 0 12 0 163160763 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21963/statm: 230098 187808 2481 14 0 216535 0
[pid=21963/tid=21965] ppid=21961 vsize=920392 CPUtime=4.76
/proc/21963/task/21965/stat : 21965 (java) S 21961 21963 21531 0 -1 64 80025 0 0 0 442 34 0 0 15 0 12 0 163160766 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21966] ppid=21961 vsize=920392 CPUtime=5.02
/proc/21963/task/21966/stat : 21966 (java) S 21961 21963 21531 0 -1 64 87729 0 0 0 462 40 0 0 16 0 12 0 163160766 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21967] ppid=21961 vsize=920392 CPUtime=1041.87
/proc/21963/task/21967/stat : 21967 (java) R 21961 21963 21531 0 -1 64 854793 0 0 0 103677 510 0 0 25 0 12 0 163160768 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154922636 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21963/tid=21968] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21968/stat : 21968 (java) S 21961 21963 21531 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 163160769 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21969] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21969/stat : 21969 (java) S 21961 21963 21531 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163160769 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21970] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21970/stat : 21970 (java) S 21961 21963 21531 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21971] ppid=21961 vsize=920392 CPUtime=0.01
/proc/21963/task/21971/stat : 21971 (java) S 21961 21963 21531 0 -1 64 3 0 0 0 1 0 0 0 16 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21963/tid=21972] ppid=21961 vsize=920392 CPUtime=1.72
/proc/21963/task/21972/stat : 21972 (java) S 21961 21963 21531 0 -1 64 4565 0 0 0 171 1 0 0 17 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21963/tid=21973] ppid=21961 vsize=920392 CPUtime=1.34
/proc/21963/task/21973/stat : 21973 (java) S 21961 21963 21531 0 -1 64 1487 0 0 0 134 0 0 0 16 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21974] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21974/stat : 21974 (java) S 21961 21963 21531 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21975] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21975/stat : 21975 (java) S 21961 21963 21531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1357.09
Current children cumulated vsize (KiB) 920392

[startup+1423.21 s]
/proc/loadavg: 1.06 1.38 1.71 2/76 22342
/proc/meminfo: memFree=1099776/2055920 swapFree=4192812/4192956
[pid=21963] ppid=21961 vsize=920392 CPUtime=1417.08
/proc/21963/stat : 21963 (java) S 21961 21963 21531 0 -1 0 1113621 0 1 0 141074 634 0 0 15 0 12 0 163160763 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21963/statm: 230098 187808 2481 14 0 216535 0
[pid=21963/tid=21965] ppid=21961 vsize=920392 CPUtime=4.76
/proc/21963/task/21965/stat : 21965 (java) S 21961 21963 21531 0 -1 64 80025 0 0 0 442 34 0 0 15 0 12 0 163160766 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21966] ppid=21961 vsize=920392 CPUtime=5.02
/proc/21963/task/21966/stat : 21966 (java) S 21961 21963 21531 0 -1 64 87729 0 0 0 462 40 0 0 16 0 12 0 163160766 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21967] ppid=21961 vsize=920392 CPUtime=1101.85
/proc/21963/task/21967/stat : 21967 (java) R 21961 21963 21531 0 -1 64 917683 0 0 0 109645 540 0 0 25 0 12 0 163160768 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21963/tid=21968] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21968/stat : 21968 (java) S 21961 21963 21531 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 163160769 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21969] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21969/stat : 21969 (java) S 21961 21963 21531 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163160769 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21970] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21970/stat : 21970 (java) S 21961 21963 21531 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21971] ppid=21961 vsize=920392 CPUtime=0.01
/proc/21963/task/21971/stat : 21971 (java) S 21961 21963 21531 0 -1 64 3 0 0 0 1 0 0 0 16 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21963/tid=21972] ppid=21961 vsize=920392 CPUtime=1.72
/proc/21963/task/21972/stat : 21972 (java) S 21961 21963 21531 0 -1 64 4565 0 0 0 171 1 0 0 17 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21963/tid=21973] ppid=21961 vsize=920392 CPUtime=1.34
/proc/21963/task/21973/stat : 21973 (java) S 21961 21963 21531 0 -1 64 1487 0 0 0 134 0 0 0 16 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21974] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21974/stat : 21974 (java) S 21961 21963 21531 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21963/tid=21975] ppid=21961 vsize=920392 CPUtime=0
/proc/21963/task/21975/stat : 21975 (java) S 21961 21963 21531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163160773 942481408 187808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1417.08
Current children cumulated vsize (KiB) 920392

Child status: 1
Real time (s): 1476.61
CPU time (s): 1470.42
CPU user time (s): 1463.71
CPU system time (s): 6.71198
CPU usage (%): 99.5807
Max. virtual memory (cumulated for all children) (KiB): 920392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1463.71
system time used= 6.71198
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1167952
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= 39046
involuntary context switches= 38544

runsolver used 1.72674 s user time and 4.50331 s system time

The end

Launcher Data (download as text)

Begin job on node51 on Sun Jan  7 05:27:02 UTC 2007


IDJOB= 201411
IDBENCH= 3761
FILE ID= node51/201411-1168147622

PBS_JOBID= 3478381

Free space on /tmp= 66555 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp11/fapp11-1000-6.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201411-1168147622/sat4jCSP-bf3.jar /tmp/evaluation/201411-1168147622/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-201411-1168147622 -o ROOT/results/node51/solver-201411-1168147622 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201411-1168147622/sat4jCSP-bf3.jar /tmp/evaluation/201411-1168147622/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  6b5dd0783de8ffe8db36fbbb14ddfcf0

RANDOM SEED= 84751074

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.277
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.277
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:       1689392 kB
Buffers:         16376 kB
Cached:         112008 kB
SwapCached:          0 kB
Active:         237208 kB
Inactive:        70188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6620 kB
Writeback:           0 kB
Mapped:         190032 kB
Slab:            44320 kB
Committed_AS:  3511332 kB
PageTables:       2036 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= 66557 MiB



End job on node51 on Sun Jan  7 05:51:39 UTC 2007