Trace number 207387

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? 785.078 790.518

General information on the benchmark

Namefapp/test01-04/test02/
test02-0250-6.xml
MD5SUM9e5d3dab65c76b98c7c2483edeec1715
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 benchmark1.11483
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables250
Number of constraints2462
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2462
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.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/207387-1168181548/unknown.xml
0.26	c reading problem ... 
0.53	c reading problem named ?
0.53	c reading domains done.
0.80	c reading variables
c reading variables (250) done.
1.21	c reading predicates 
c reading relations (7) done.
1.41	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
789.84	c starts		: 0
789.84	c conflicts		: 0
789.84	c decisions		: 0
789.84	c propagations		: 0
789.84	c inspects		: 0
789.84	c learnt literals	: 0
789.84	c learnt binary clauses	: 0
789.84	c learnt ternary clauses	: 0
789.84	c learnt clauses	: 0
789.85	c root simplifications	: 0
789.85	c removed literals (reason simplification)	: 0
789.85	c reason swapping (by a shorter reason)	: 0
789.85	c Calls to reduceDB	: 0
789.85	c speed (decisions/second)	: 0.0
789.85	c non guided choices	0
789.85	s UNKNOWN
789.85	c Total wall clock time (in seconds) : 786.896
789.85	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

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

Watcher Data (download as text)

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

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

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

/proc/loadavg: 1.99 2.01 1.98 4/84 5413
/proc/meminfo: memFree=1204208/2055920 swapFree=4191892/4192956
[pid=5412] ppid=5410 vsize=14072 CPUtime=0
/proc/5412/stat : 5412 (java) D 5410 5412 5042 0 -1 0 922 0 1 0 0 0 0 0 17 0 1 0 166554103 14409728 688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 1962788 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/5412/statm: 3518 688 530 14 0 1602 0

[startup+0.103394 s]
/proc/loadavg: 1.99 2.01 1.98 4/84 5413
/proc/meminfo: memFree=1204208/2055920 swapFree=4191892/4192956
[pid=5412] ppid=5410 vsize=900216 CPUtime=0.08
/proc/5412/stat : 5412 (java) R 5410 5412 5042 0 -1 0 3263 0 1 0 7 1 0 0 21 0 12 0 166554103 921821184 3023 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151900643 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5412/statm: 225054 3023 1529 14 0 212074 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 900216

[startup+0.512431 s]
/proc/loadavg: 1.99 2.01 1.98 4/84 5413
/proc/meminfo: memFree=1204208/2055920 swapFree=4191892/4192956
[pid=5412] ppid=5410 vsize=905236 CPUtime=0.49
/proc/5412/stat : 5412 (java) R 5410 5412 5042 0 -1 0 5831 0 1 0 47 2 0 0 19 0 12 0 166554103 926961664 5426 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5412/statm: 226309 5426 2250 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.34151 s]
/proc/loadavg: 1.99 2.01 1.98 4/95 5424
/proc/meminfo: memFree=1180056/2055920 swapFree=4191892/4192956
[pid=5412] ppid=5410 vsize=906592 CPUtime=1.3
/proc/5412/stat : 5412 (java) R 5410 5412 5042 0 -1 0 11389 0 1 0 125 5 0 0 22 0 12 0 166554103 928350208 10485 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053869223 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5412/statm: 226648 10485 2438 14 0 213085 0
[pid=5412/tid=5414] ppid=5410 vsize=906592 CPUtime=0
/proc/5412/task/5414/stat : 5414 (java) S 5410 5412 5042 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 166554106 928350208 10485 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5415] ppid=5410 vsize=906592 CPUtime=0
/proc/5412/task/5415/stat : 5415 (java) S 5410 5412 5042 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 166554106 928350208 10485 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5416] ppid=5410 vsize=906592 CPUtime=0
/proc/5412/task/5416/stat : 5416 (java) S 5410 5412 5042 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 166554109 928350208 10485 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5417] ppid=5410 vsize=906592 CPUtime=0
/proc/5412/task/5417/stat : 5417 (java) S 5410 5412 5042 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 166554110 928350208 10485 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5418] ppid=5410 vsize=906592 CPUtime=0
/proc/5412/task/5418/stat : 5418 (java) S 5410 5412 5042 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 166554110 928350208 10485 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5419] ppid=5410 vsize=906592 CPUtime=0
/proc/5412/task/5419/stat : 5419 (java) S 5410 5412 5042 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166554113 928350208 10485 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5420] ppid=5410 vsize=906592 CPUtime=0
/proc/5412/task/5420/stat : 5420 (java) S 5410 5412 5042 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 166554113 928350208 10485 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5421] ppid=5410 vsize=906592 CPUtime=0.38
/proc/5412/task/5421/stat : 5421 (java) S 5410 5412 5042 0 -1 64 1072 0 0 0 38 0 0 0 16 0 12 0 166554113 928350208 10485 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5422] ppid=5410 vsize=906592 CPUtime=0.22
/proc/5412/task/5422/stat : 5422 (java) S 5410 5412 5042 0 -1 64 672 0 0 0 22 0 0 0 16 0 12 0 166554113 928350208 10485 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5423] ppid=5410 vsize=906592 CPUtime=0
/proc/5412/task/5423/stat : 5423 (java) S 5410 5412 5042 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166554113 928350208 10485 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5424] ppid=5410 vsize=906592 CPUtime=0
/proc/5412/task/5424/stat : 5424 (java) S 5410 5412 5042 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166554113 928350208 10485 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 906592

[startup+2.98665 s]
/proc/loadavg: 1.99 2.01 1.98 4/95 5424
/proc/meminfo: memFree=1144408/2055920 swapFree=4191892/4192956
[pid=5412] ppid=5410 vsize=911896 CPUtime=2.94
/proc/5412/stat : 5412 (java) R 5410 5412 5042 0 -1 0 28369 0 1 0 282 12 0 0 25 0 12 0 166554103 933781504 25590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5412/statm: 227974 25590 2479 14 0 214411 0
[pid=5412/tid=5414] ppid=5410 vsize=911896 CPUtime=0.03
/proc/5412/task/5414/stat : 5414 (java) S 5410 5412 5042 0 -1 64 1334 0 0 0 3 0 0 0 17 0 12 0 166554106 933781504 25590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5415] ppid=5410 vsize=911896 CPUtime=0.05
/proc/5412/task/5415/stat : 5415 (java) S 5410 5412 5042 0 -1 64 2508 0 0 0 5 0 0 0 17 0 12 0 166554106 933781504 25590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5416] ppid=5410 vsize=911896 CPUtime=0
/proc/5412/task/5416/stat : 5416 (java) S 5410 5412 5042 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 166554109 933781504 25590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5417] ppid=5410 vsize=911896 CPUtime=0
/proc/5412/task/5417/stat : 5417 (java) S 5410 5412 5042 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166554110 933781504 25590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5418] ppid=5410 vsize=911896 CPUtime=0
/proc/5412/task/5418/stat : 5418 (java) S 5410 5412 5042 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166554110 933781504 25590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5419] ppid=5410 vsize=911896 CPUtime=0
/proc/5412/task/5419/stat : 5419 (java) S 5410 5412 5042 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166554113 933781504 25590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5420] ppid=5410 vsize=911896 CPUtime=0
/proc/5412/task/5420/stat : 5420 (java) S 5410 5412 5042 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 166554113 933781504 25590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5421] ppid=5410 vsize=911896 CPUtime=0.66
/proc/5412/task/5421/stat : 5421 (java) S 5410 5412 5042 0 -1 64 1819 0 0 0 66 0 0 0 16 0 12 0 166554113 933781504 25590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5422] ppid=5410 vsize=911896 CPUtime=0.75
/proc/5412/task/5422/stat : 5422 (java) R 5410 5412 5042 0 -1 64 2618 0 0 0 74 1 0 0 17 0 12 0 166554113 933781504 25590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155022285 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5423] ppid=5410 vsize=911896 CPUtime=0
/proc/5412/task/5423/stat : 5423 (java) S 5410 5412 5042 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166554113 933781504 25590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5424] ppid=5410 vsize=911896 CPUtime=0
/proc/5412/task/5424/stat : 5424 (java) S 5410 5412 5042 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166554113 933781504 25590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 911896

[startup+6.28594 s]
/proc/loadavg: 1.99 2.01 1.98 3/95 5424
/proc/meminfo: memFree=1080984/2055920 swapFree=4191892/4192956
[pid=5412] ppid=5410 vsize=913220 CPUtime=6.21
/proc/5412/stat : 5412 (java) R 5410 5412 5042 0 -1 0 33530 0 1 0 606 15 0 0 25 0 12 0 166554103 935137280 29792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054234144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5412/statm: 228305 29792 2480 14 0 214742 0
[pid=5412/tid=5414] ppid=5410 vsize=913220 CPUtime=0.13
/proc/5412/task/5414/stat : 5414 (java) S 5410 5412 5042 0 -1 64 3031 0 0 0 12 1 0 0 16 0 12 0 166554106 935137280 29792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5415] ppid=5410 vsize=913220 CPUtime=0.16
/proc/5412/task/5415/stat : 5415 (java) S 5410 5412 5042 0 -1 64 4523 0 0 0 15 1 0 0 16 0 12 0 166554106 935137280 29792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5416] ppid=5410 vsize=913220 CPUtime=0
/proc/5412/task/5416/stat : 5416 (java) S 5410 5412 5042 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 166554109 935137280 29792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5417] ppid=5410 vsize=913220 CPUtime=0
/proc/5412/task/5417/stat : 5417 (java) S 5410 5412 5042 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166554110 935137280 29792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5418] ppid=5410 vsize=913220 CPUtime=0
/proc/5412/task/5418/stat : 5418 (java) S 5410 5412 5042 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166554110 935137280 29792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5419] ppid=5410 vsize=913220 CPUtime=0
/proc/5412/task/5419/stat : 5419 (java) S 5410 5412 5042 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166554113 935137280 29792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5420] ppid=5410 vsize=913220 CPUtime=0
/proc/5412/task/5420/stat : 5420 (java) S 5410 5412 5042 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 166554113 935137280 29792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5421] ppid=5410 vsize=913220 CPUtime=0.72
/proc/5412/task/5421/stat : 5421 (java) S 5410 5412 5042 0 -1 64 1910 0 0 0 72 0 0 0 16 0 12 0 166554113 935137280 29792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5422] ppid=5410 vsize=913220 CPUtime=0.95
/proc/5412/task/5422/stat : 5422 (java) S 5410 5412 5042 0 -1 64 3968 0 0 0 94 1 0 0 17 0 12 0 166554113 935137280 29792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5423] ppid=5410 vsize=913220 CPUtime=0
/proc/5412/task/5423/stat : 5423 (java) S 5410 5412 5042 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166554113 935137280 29792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5424] ppid=5410 vsize=913220 CPUtime=0
/proc/5412/task/5424/stat : 5424 (java) S 5410 5412 5042 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166554113 935137280 29792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 913220

[startup+12.6985 s]
/proc/loadavg: 1.99 2.01 1.98 3/95 5424
/proc/meminfo: memFree=1044248/2055920 swapFree=4191892/4192956
[pid=5412] ppid=5410 vsize=909780 CPUtime=12.56
/proc/5412/stat : 5412 (java) R 5410 5412 5042 0 -1 0 39185 0 1 0 1238 18 0 0 25 0 12 0 166554103 931614720 34255 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054240445 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5412/statm: 227445 34255 2480 14 0 213882 0
[pid=5412/tid=5414] ppid=5410 vsize=909780 CPUtime=0.2
/proc/5412/task/5414/stat : 5414 (java) S 5410 5412 5042 0 -1 64 5535 0 0 0 18 2 0 0 16 0 12 0 166554106 931614720 34255 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5415] ppid=5410 vsize=909780 CPUtime=0.25
/proc/5412/task/5415/stat : 5415 (java) S 5410 5412 5042 0 -1 64 7659 0 0 0 23 2 0 0 16 0 12 0 166554106 931614720 34255 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5416] ppid=5410 vsize=909780 CPUtime=0.01
/proc/5412/task/5416/stat : 5416 (java) S 5410 5412 5042 0 -1 64 12 0 0 0 1 0 0 0 16 0 12 0 166554109 931614720 34255 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5417] ppid=5410 vsize=909780 CPUtime=0
/proc/5412/task/5417/stat : 5417 (java) S 5410 5412 5042 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166554110 931614720 34255 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5418] ppid=5410 vsize=909780 CPUtime=0
/proc/5412/task/5418/stat : 5418 (java) S 5410 5412 5042 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166554110 931614720 34255 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5419] ppid=5410 vsize=909780 CPUtime=0
/proc/5412/task/5419/stat : 5419 (java) S 5410 5412 5042 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166554113 931614720 34255 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5420] ppid=5410 vsize=909780 CPUtime=0
/proc/5412/task/5420/stat : 5420 (java) S 5410 5412 5042 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 166554113 931614720 34255 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5421] ppid=5410 vsize=909780 CPUtime=0.74
/proc/5412/task/5421/stat : 5421 (java) S 5410 5412 5042 0 -1 64 1911 0 0 0 74 0 0 0 17 0 12 0 166554113 931614720 34255 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5422] ppid=5410 vsize=909780 CPUtime=1.01
/proc/5412/task/5422/stat : 5422 (java) S 5410 5412 5042 0 -1 64 3968 0 0 0 100 1 0 0 16 0 12 0 166554113 931614720 34255 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5423] ppid=5410 vsize=909780 CPUtime=0
/proc/5412/task/5423/stat : 5423 (java) S 5410 5412 5042 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166554113 931614720 34255 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5424] ppid=5410 vsize=909780 CPUtime=0
/proc/5412/task/5424/stat : 5424 (java) S 5410 5412 5042 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166554113 931614720 34255 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 909780

[startup+25.5856 s]
/proc/loadavg: 1.99 2.01 1.98 3/95 5424
/proc/meminfo: memFree=989464/2055920 swapFree=4191892/4192956
[pid=5412] ppid=5410 vsize=909780 CPUtime=25.32
/proc/5412/stat : 5412 (java) R 5410 5412 5042 0 -1 0 45900 0 1 0 2511 21 0 0 25 0 12 0 166554103 931614720 40788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054248245 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5412/statm: 227445 40788 2480 14 0 213882 0
[pid=5412/tid=5414] ppid=5410 vsize=909780 CPUtime=0.28
/proc/5412/task/5414/stat : 5414 (java) S 5410 5412 5042 0 -1 64 8772 0 0 0 25 3 0 0 16 0 12 0 166554106 931614720 40788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5415] ppid=5410 vsize=909780 CPUtime=0.32
/proc/5412/task/5415/stat : 5415 (java) S 5410 5412 5042 0 -1 64 11096 0 0 0 28 4 0 0 16 0 12 0 166554106 931614720 40788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5416] ppid=5410 vsize=909780 CPUtime=0.01
/proc/5412/task/5416/stat : 5416 (java) S 5410 5412 5042 0 -1 64 13 0 0 0 1 0 0 0 16 0 12 0 166554109 931614720 40788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5417] ppid=5410 vsize=909780 CPUtime=0
/proc/5412/task/5417/stat : 5417 (java) S 5410 5412 5042 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166554110 931614720 40788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5418] ppid=5410 vsize=909780 CPUtime=0
/proc/5412/task/5418/stat : 5418 (java) S 5410 5412 5042 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166554110 931614720 40788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5419] ppid=5410 vsize=909780 CPUtime=0
/proc/5412/task/5419/stat : 5419 (java) S 5410 5412 5042 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166554113 931614720 40788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5420] ppid=5410 vsize=909780 CPUtime=0
/proc/5412/task/5420/stat : 5420 (java) S 5410 5412 5042 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 166554113 931614720 40788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5421] ppid=5410 vsize=909780 CPUtime=0.87
/proc/5412/task/5421/stat : 5421 (java) S 5410 5412 5042 0 -1 64 1916 0 0 0 87 0 0 0 16 0 12 0 166554113 931614720 40788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5422] ppid=5410 vsize=909780 CPUtime=1.15
/proc/5412/task/5422/stat : 5422 (java) S 5410 5412 5042 0 -1 64 3978 0 0 0 114 1 0 0 16 0 12 0 166554113 931614720 40788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5423] ppid=5410 vsize=909780 CPUtime=0
/proc/5412/task/5423/stat : 5423 (java) S 5410 5412 5042 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166554113 931614720 40788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5424] ppid=5410 vsize=909780 CPUtime=0
/proc/5412/task/5424/stat : 5424 (java) S 5410 5412 5042 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166554113 931614720 40788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 909780

[startup+51.2539 s]
/proc/loadavg: 1.99 2.00 1.98 3/95 5424
/proc/meminfo: memFree=863512/2055920 swapFree=4191892/4192956
[pid=5412] ppid=5410 vsize=909780 CPUtime=50.75
/proc/5412/stat : 5412 (java) R 5410 5412 5042 0 -1 0 60765 0 1 0 5047 28 0 0 25 0 12 0 166554103 931614720 55618 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054475173 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5412/statm: 227445 55618 2481 14 0 213882 0
[pid=5412/tid=5414] ppid=5410 vsize=909780 CPUtime=0.43
/proc/5412/task/5414/stat : 5414 (java) S 5410 5412 5042 0 -1 64 15978 0 0 0 37 6 0 0 16 0 12 0 166554106 931614720 55618 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5415] ppid=5410 vsize=909780 CPUtime=0.5
/proc/5412/task/5415/stat : 5415 (java) S 5410 5412 5042 0 -1 64 18712 0 0 0 42 8 0 0 16 0 12 0 166554106 931614720 55618 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5416] ppid=5410 vsize=909780 CPUtime=0.01

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

/proc/5412/task/5418/stat : 5418 (java) S 5410 5412 5042 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166554110 931557376 185366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5419] ppid=5410 vsize=909724 CPUtime=0
/proc/5412/task/5419/stat : 5419 (java) S 5410 5412 5042 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166554113 931557376 185366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5420] ppid=5410 vsize=909724 CPUtime=0
/proc/5412/task/5420/stat : 5420 (java) S 5410 5412 5042 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 166554113 931557376 185366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5421] ppid=5410 vsize=909724 CPUtime=1.1
/proc/5412/task/5421/stat : 5421 (java) S 5410 5412 5042 0 -1 64 1930 0 0 0 110 0 0 0 17 0 12 0 166554113 931557376 185366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5422] ppid=5410 vsize=909724 CPUtime=1.43
/proc/5412/task/5422/stat : 5422 (java) S 5410 5412 5042 0 -1 64 3994 0 0 0 142 1 0 0 17 0 12 0 166554113 931557376 185366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5423] ppid=5410 vsize=909724 CPUtime=0
/proc/5412/task/5423/stat : 5423 (java) S 5410 5412 5042 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166554113 931557376 185366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5424] ppid=5410 vsize=909724 CPUtime=0
/proc/5412/task/5424/stat : 5424 (java) S 5410 5412 5042 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166554113 931557376 185366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 458.55
Current children cumulated vsize (KiB) 909724

[startup+522.759 s]
/proc/loadavg: 2.30 2.41 2.18 3/101 5496
/proc/meminfo: memFree=100864/2055920 swapFree=4191892/4192956
[pid=5412] ppid=5410 vsize=910748 CPUtime=518.5
/proc/5412/stat : 5412 (java) S 5410 5412 5042 0 -1 0 227624 0 1 0 51737 113 0 0 15 0 12 0 166554103 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5412/statm: 227687 185367 2482 14 0 214124 0
[pid=5412/tid=5414] ppid=5410 vsize=910748 CPUtime=4.18
/proc/5412/task/5414/stat : 5414 (java) S 5410 5412 5042 0 -1 64 81255 0 0 0 385 33 0 0 15 0 12 0 166554106 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5415] ppid=5410 vsize=910748 CPUtime=4.23
/proc/5412/task/5415/stat : 5415 (java) S 5410 5412 5042 0 -1 64 83872 0 0 0 390 33 0 0 16 0 12 0 166554106 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5416] ppid=5410 vsize=910748 CPUtime=177.51
/proc/5412/task/5416/stat : 5416 (java) R 5410 5412 5042 0 -1 64 35764 0 0 0 17722 29 0 0 25 0 12 0 166554109 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5417] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5417/stat : 5417 (java) S 5410 5412 5042 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166554110 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5418] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5418/stat : 5418 (java) S 5410 5412 5042 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166554110 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5419] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5419/stat : 5419 (java) S 5410 5412 5042 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5420] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5420/stat : 5420 (java) S 5410 5412 5042 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5421] ppid=5410 vsize=910748 CPUtime=1.1
/proc/5412/task/5421/stat : 5421 (java) S 5410 5412 5042 0 -1 64 1930 0 0 0 110 0 0 0 17 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5422] ppid=5410 vsize=910748 CPUtime=1.43
/proc/5412/task/5422/stat : 5422 (java) S 5410 5412 5042 0 -1 64 3994 0 0 0 142 1 0 0 17 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5423] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5423/stat : 5423 (java) S 5410 5412 5042 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5424] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5424/stat : 5424 (java) S 5410 5412 5042 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 518.5
Current children cumulated vsize (KiB) 910748

[startup+582.808 s]
/proc/loadavg: 2.15 2.35 2.17 3/101 5588
/proc/meminfo: memFree=98216/2055920 swapFree=4191892/4192956
[pid=5412] ppid=5410 vsize=910748 CPUtime=578.44
/proc/5412/stat : 5412 (java) S 5410 5412 5042 0 -1 0 240164 0 1 0 57721 123 0 0 15 0 12 0 166554103 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5412/statm: 227687 185367 2482 14 0 214124 0
[pid=5412/tid=5414] ppid=5410 vsize=910748 CPUtime=4.18
/proc/5412/task/5414/stat : 5414 (java) S 5410 5412 5042 0 -1 64 81255 0 0 0 385 33 0 0 15 0 12 0 166554106 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5415] ppid=5410 vsize=910748 CPUtime=4.23
/proc/5412/task/5415/stat : 5415 (java) S 5410 5412 5042 0 -1 64 83872 0 0 0 390 33 0 0 16 0 12 0 166554106 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5416] ppid=5410 vsize=910748 CPUtime=237.09
/proc/5412/task/5416/stat : 5416 (java) R 5410 5412 5042 0 -1 64 48209 0 0 0 23671 38 0 0 25 0 12 0 166554109 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631064 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5417] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5417/stat : 5417 (java) S 5410 5412 5042 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166554110 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5418] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5418/stat : 5418 (java) S 5410 5412 5042 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166554110 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5419] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5419/stat : 5419 (java) S 5410 5412 5042 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5420] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5420/stat : 5420 (java) S 5410 5412 5042 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5421] ppid=5410 vsize=910748 CPUtime=1.1
/proc/5412/task/5421/stat : 5421 (java) S 5410 5412 5042 0 -1 64 1930 0 0 0 110 0 0 0 17 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5422] ppid=5410 vsize=910748 CPUtime=1.43
/proc/5412/task/5422/stat : 5422 (java) S 5410 5412 5042 0 -1 64 3994 0 0 0 142 1 0 0 17 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5423] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5423/stat : 5423 (java) S 5410 5412 5042 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5424] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5424/stat : 5424 (java) S 5410 5412 5042 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 578.44
Current children cumulated vsize (KiB) 910748

[startup+642.821 s]
/proc/loadavg: 2.06 2.28 2.16 4/84 5660
/proc/meminfo: memFree=614704/2055920 swapFree=4191892/4192956
[pid=5412] ppid=5410 vsize=910748 CPUtime=638.38
/proc/5412/stat : 5412 (java) S 5410 5412 5042 0 -1 0 255668 0 1 0 63704 134 0 0 15 0 12 0 166554103 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5412/statm: 227687 185367 2482 14 0 214124 0
[pid=5412/tid=5414] ppid=5410 vsize=910748 CPUtime=4.18
/proc/5412/task/5414/stat : 5414 (java) S 5410 5412 5042 0 -1 64 81255 0 0 0 385 33 0 0 15 0 12 0 166554106 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5415] ppid=5410 vsize=910748 CPUtime=4.23
/proc/5412/task/5415/stat : 5415 (java) S 5410 5412 5042 0 -1 64 83872 0 0 0 390 33 0 0 16 0 12 0 166554106 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5416] ppid=5410 vsize=910748 CPUtime=296.81
/proc/5412/task/5416/stat : 5416 (java) R 5410 5412 5042 0 -1 64 63617 0 0 0 29631 50 0 0 25 0 12 0 166554109 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681574 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5417] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5417/stat : 5417 (java) S 5410 5412 5042 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166554110 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5418] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5418/stat : 5418 (java) S 5410 5412 5042 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166554110 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5419] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5419/stat : 5419 (java) S 5410 5412 5042 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5420] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5420/stat : 5420 (java) S 5410 5412 5042 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5421] ppid=5410 vsize=910748 CPUtime=1.1
/proc/5412/task/5421/stat : 5421 (java) S 5410 5412 5042 0 -1 64 1930 0 0 0 110 0 0 0 17 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5422] ppid=5410 vsize=910748 CPUtime=1.43
/proc/5412/task/5422/stat : 5422 (java) S 5410 5412 5042 0 -1 64 3994 0 0 0 142 1 0 0 17 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5423] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5423/stat : 5423 (java) S 5410 5412 5042 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5424] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5424/stat : 5424 (java) R 5410 5412 5042 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 638.38
Current children cumulated vsize (KiB) 910748

[startup+702.826 s]
/proc/loadavg: 2.07 2.24 2.15 3/84 5660
/proc/meminfo: memFree=16240/2055920 swapFree=4191892/4192956
[pid=5412] ppid=5410 vsize=910748 CPUtime=698.37
/proc/5412/stat : 5412 (java) S 5410 5412 5042 0 -1 0 270715 0 1 0 69693 144 0 0 15 0 12 0 166554103 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5412/statm: 227687 185367 2482 14 0 214124 0
[pid=5412/tid=5414] ppid=5410 vsize=910748 CPUtime=4.18
/proc/5412/task/5414/stat : 5414 (java) S 5410 5412 5042 0 -1 64 81255 0 0 0 385 33 0 0 15 0 12 0 166554106 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5415] ppid=5410 vsize=910748 CPUtime=4.23
/proc/5412/task/5415/stat : 5415 (java) S 5410 5412 5042 0 -1 64 83872 0 0 0 390 33 0 0 16 0 12 0 166554106 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5416] ppid=5410 vsize=910748 CPUtime=356.65
/proc/5412/task/5416/stat : 5416 (java) R 5410 5412 5042 0 -1 64 78551 0 0 0 35606 59 0 0 25 0 12 0 166554109 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154922622 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5417] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5417/stat : 5417 (java) S 5410 5412 5042 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166554110 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5418] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5418/stat : 5418 (java) S 5410 5412 5042 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166554110 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5419] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5419/stat : 5419 (java) S 5410 5412 5042 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5420] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5420/stat : 5420 (java) S 5410 5412 5042 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5421] ppid=5410 vsize=910748 CPUtime=1.1
/proc/5412/task/5421/stat : 5421 (java) S 5410 5412 5042 0 -1 64 1930 0 0 0 110 0 0 0 17 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5422] ppid=5410 vsize=910748 CPUtime=1.43
/proc/5412/task/5422/stat : 5422 (java) S 5410 5412 5042 0 -1 64 3994 0 0 0 142 1 0 0 17 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5423] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5423/stat : 5423 (java) S 5410 5412 5042 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5424] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5424/stat : 5424 (java) S 5410 5412 5042 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 698.37
Current children cumulated vsize (KiB) 910748

[startup+762.907 s]
/proc/loadavg: 2.02 2.20 2.14 2/79 5887
/proc/meminfo: memFree=932696/2055920 swapFree=4191892/4192956
[pid=5412] ppid=5410 vsize=910748 CPUtime=758.22
/proc/5412/stat : 5412 (java) S 5410 5412 5042 0 -1 0 306579 0 1 0 75658 164 0 0 15 0 12 0 166554103 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5412/statm: 227687 185367 2482 14 0 214124 0
[pid=5412/tid=5414] ppid=5410 vsize=910748 CPUtime=4.18
/proc/5412/task/5414/stat : 5414 (java) S 5410 5412 5042 0 -1 64 81255 0 0 0 385 33 0 0 15 0 12 0 166554106 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5415] ppid=5410 vsize=910748 CPUtime=4.23
/proc/5412/task/5415/stat : 5415 (java) S 5410 5412 5042 0 -1 64 83872 0 0 0 390 33 0 0 16 0 12 0 166554106 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5416] ppid=5410 vsize=910748 CPUtime=416.43
/proc/5412/task/5416/stat : 5416 (java) R 5410 5412 5042 0 -1 64 114307 0 0 0 41564 79 0 0 17 0 12 0 166554109 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631074 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5417] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5417/stat : 5417 (java) S 5410 5412 5042 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166554110 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5418] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5418/stat : 5418 (java) S 5410 5412 5042 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166554110 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5419] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5419/stat : 5419 (java) S 5410 5412 5042 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5420] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5420/stat : 5420 (java) S 5410 5412 5042 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5421] ppid=5410 vsize=910748 CPUtime=1.1
/proc/5412/task/5421/stat : 5421 (java) S 5410 5412 5042 0 -1 64 1930 0 0 0 110 0 0 0 17 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5422] ppid=5410 vsize=910748 CPUtime=1.43
/proc/5412/task/5422/stat : 5422 (java) S 5410 5412 5042 0 -1 64 3994 0 0 0 142 1 0 0 17 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5412/tid=5423] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5423/stat : 5423 (java) S 5410 5412 5042 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5412/tid=5424] ppid=5410 vsize=910748 CPUtime=0
/proc/5412/task/5424/stat : 5424 (java) S 5410 5412 5042 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 166554113 932605952 185367 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 758.22
Current children cumulated vsize (KiB) 910748

Child status: 1
Real time (s): 790.518
CPU time (s): 785.078
CPU user time (s): 783.209
CPU system time (s): 1.86871
CPU usage (%): 99.3118
Max. virtual memory (cumulated for all children) (KiB): 915752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 783.209
system time used= 1.86871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 320636
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= 24399
involuntary context switches= 28383

runsolver used 0.996848 s user time and 2.6506 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Sun Jan  7 14:52:28 UTC 2007


IDJOB= 207387
IDBENCH= 4287
FILE ID= node41/207387-1168181548

PBS_JOBID= 3479133

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test02/test02-0250-6.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207387-1168181548/sat4jCSP-bf3.jar /tmp/evaluation/207387-1168181548/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-207387-1168181548 -o ROOT/results/node41/solver-207387-1168181548 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207387-1168181548/sat4jCSP-bf3.jar /tmp/evaluation/207387-1168181548/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  9e5d3dab65c76b98c7c2483edeec1715

RANDOM SEED= 927041682

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.234
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.234
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:       1204688 kB
Buffers:         37496 kB
Cached:         361472 kB
SwapCached:        396 kB
Active:         487236 kB
Inactive:       295752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1204688 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            2732 kB
Writeback:           0 kB
Mapped:         403356 kB
Slab:            52812 kB
Committed_AS:  3751056 kB
PageTables:       2636 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= 66547 MiB



End job on node41 on Sun Jan  7 15:05:40 UTC 2007