Trace number 198354

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4JCSP-CACHED 1.7 RC BF3? (TO) 1800.16 1806.93

General information on the benchmark

Namepigeons/
pigeons-12.xml
MD5SUMe5056520269618c2f722160091f6a04a
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 benchmark3.37049
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables12
Number of constraints66
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension0
Number of constraints which are defined in intension66
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 CACHED
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/198354-1168127747/unknown.xml
0.25	c reading problem ... 
0.46	c reading problem named ?
0.46	c reading domains done.
0.46	c reading variables
c reading variables (12) done.
0.48	c reading predicates 
c reading relations (2) done.
0.70	c reading constraints
c reading constraints done.
1.01	c ... done. Wall clock time 0.761s.
1.01	c CPU time (experimental) 0.67s.
1.01	c #vars     132
1.01	c #constraints  1476
1806.85	c starts		: 19
1806.86	c conflicts		: 312618
1806.86	c decisions		: 320444
1806.86	c propagations		: 4616705
1806.86	c inspects		: 3859579778
1806.86	c learnt literals	: 1
1806.86	c learnt binary clauses	: 0
1806.86	c learnt ternary clauses	: 0
1806.86	c learnt clauses	: 312617
1806.86	c root simplifications	: 0
1806.86	c removed literals (reason simplification)	: 0
1806.86	c reason swapping (by a shorter reason)	: 0
1806.86	c Calls to reduceDB	: 0
1806.86	c speed (decisions/second)	: 177.4486236606656
1806.86	c non guided choices	69
1806.86	s UNKNOWN
1806.86	c Total wall clock time (in seconds) : 1806.603
1806.86	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/node1/watcher-198354-1168127747 -o ROOT/results/node1/solver-198354-1168127747 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/198354-1168127747/sat4jCSP-bf3-cached.jar /tmp/evaluation/198354-1168127747/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.05 2.12 1.98 4/93 2419
/proc/meminfo: memFree=1693144/2055920 swapFree=4165612/4192956
[pid=2418] ppid=2416 vsize=14072 CPUtime=0
/proc/2418/stat : 2418 (java) D 2416 2418 2251 0 -1 0 922 0 1 0 0 0 0 0 16 0 1 0 161170433 14409728 688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 5829412 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/2418/statm: 3518 688 530 14 0 1602 0

[startup+0.103234 s]
/proc/loadavg: 2.05 2.12 1.98 4/93 2419
/proc/meminfo: memFree=1693144/2055920 swapFree=4165612/4192956
[pid=2418] ppid=2416 vsize=901540 CPUtime=0.09
/proc/2418/stat : 2418 (java) R 2416 2418 2251 0 -1 0 3312 0 1 0 7 2 0 0 22 0 12 0 161170433 923176960 3072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151463028 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2418/statm: 225385 3072 1558 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.511281 s]
/proc/loadavg: 2.05 2.12 1.98 4/93 2419
/proc/meminfo: memFree=1693144/2055920 swapFree=4165612/4192956
[pid=2418] ppid=2416 vsize=907540 CPUtime=0.56
/proc/2418/stat : 2418 (java) R 2416 2418 2251 0 -1 0 6234 0 1 0 52 4 0 0 17 0 12 0 161170433 929320960 5828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2418/statm: 226885 5829 2315 14 0 213322 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 907540

[startup+1.33538 s]
/proc/loadavg: 2.13 2.14 1.99 4/105 2431
/proc/meminfo: memFree=1674360/2055920 swapFree=4165612/4192956
[pid=2418] ppid=2416 vsize=908056 CPUtime=1.38
/proc/2418/stat : 2418 (java) R 2416 2418 2251 0 -1 0 8074 0 1 0 134 4 0 0 21 0 13 0 161170433 929849344 7114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2418/statm: 227014 7114 2470 14 0 213451 0
[pid=2418/tid=2420] ppid=2416 vsize=908056 CPUtime=0
/proc/2418/task/2420/stat : 2420 (java) S 2416 2418 2251 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 161170436 929849344 7114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2421] ppid=2416 vsize=908056 CPUtime=0
/proc/2418/task/2421/stat : 2421 (java) S 2416 2418 2251 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 161170436 929849344 7114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2422] ppid=2416 vsize=908056 CPUtime=0
/proc/2418/task/2422/stat : 2422 (java) S 2416 2418 2251 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 161170438 929849344 7114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2423] ppid=2416 vsize=908056 CPUtime=0
/proc/2418/task/2423/stat : 2423 (java) S 2416 2418 2251 0 -1 64 7 0 0 0 0 0 0 0 21 0 13 0 161170439 929849344 7114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2424] ppid=2416 vsize=908056 CPUtime=0
/proc/2418/task/2424/stat : 2424 (java) S 2416 2418 2251 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 161170439 929849344 7114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2425] ppid=2416 vsize=908056 CPUtime=0
/proc/2418/task/2425/stat : 2425 (java) S 2416 2418 2251 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 161170443 929849344 7114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2426] ppid=2416 vsize=908056 CPUtime=0
/proc/2418/task/2426/stat : 2426 (java) S 2416 2418 2251 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 161170443 929849344 7114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2427] ppid=2416 vsize=908056 CPUtime=0.28
/proc/2418/task/2427/stat : 2427 (java) R 2416 2418 2251 0 -1 64 422 0 0 0 28 0 0 0 16 0 13 0 161170443 929849344 7114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155416192 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2428] ppid=2416 vsize=908056 CPUtime=0.32
/proc/2418/task/2428/stat : 2428 (java) S 2416 2418 2251 0 -1 64 981 0 0 0 32 0 0 0 16 0 13 0 161170443 929849344 7114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2429] ppid=2416 vsize=908056 CPUtime=0
/proc/2418/task/2429/stat : 2429 (java) S 2416 2418 2251 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 161170443 929849344 7114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2430] ppid=2416 vsize=908056 CPUtime=0
/proc/2418/task/2430/stat : 2430 (java) S 2416 2418 2251 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 161170443 929849344 7114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2431] ppid=2416 vsize=908056 CPUtime=0
/proc/2418/task/2431/stat : 2431 (java) S 2416 2418 2251 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 161170535 929849344 7114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 908056

[startup+2.98357 s]
/proc/loadavg: 2.13 2.14 1.99 3/105 2431
/proc/meminfo: memFree=1671992/2055920 swapFree=4165612/4192956
[pid=2418] ppid=2416 vsize=908056 CPUtime=3.03
/proc/2418/stat : 2418 (java) R 2416 2418 2251 0 -1 0 8971 0 1 0 298 5 0 0 25 0 13 0 161170433 929849344 8006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054183893 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2418/statm: 227014 8006 2476 14 0 213451 0
[pid=2418/tid=2420] ppid=2416 vsize=908056 CPUtime=0
/proc/2418/task/2420/stat : 2420 (java) S 2416 2418 2251 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 161170436 929849344 8006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2421] ppid=2416 vsize=908056 CPUtime=0
/proc/2418/task/2421/stat : 2421 (java) S 2416 2418 2251 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 161170436 929849344 8006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2422] ppid=2416 vsize=908056 CPUtime=0
/proc/2418/task/2422/stat : 2422 (java) S 2416 2418 2251 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 161170438 929849344 8006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2423] ppid=2416 vsize=908056 CPUtime=0
/proc/2418/task/2423/stat : 2423 (java) S 2416 2418 2251 0 -1 64 7 0 0 0 0 0 0 0 21 0 13 0 161170439 929849344 8006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2424] ppid=2416 vsize=908056 CPUtime=0
/proc/2418/task/2424/stat : 2424 (java) S 2416 2418 2251 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 161170439 929849344 8006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2425] ppid=2416 vsize=908056 CPUtime=0
/proc/2418/task/2425/stat : 2425 (java) S 2416 2418 2251 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 161170443 929849344 8006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2426] ppid=2416 vsize=908056 CPUtime=0
/proc/2418/task/2426/stat : 2426 (java) S 2416 2418 2251 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 161170443 929849344 8006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2427] ppid=2416 vsize=908056 CPUtime=0.33
/proc/2418/task/2427/stat : 2427 (java) S 2416 2418 2251 0 -1 64 431 0 0 0 33 0 0 0 16 0 13 0 161170443 929849344 8006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2428] ppid=2416 vsize=908056 CPUtime=0.39
/proc/2418/task/2428/stat : 2428 (java) S 2416 2418 2251 0 -1 64 991 0 0 0 39 0 0 0 16 0 13 0 161170443 929849344 8006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2429] ppid=2416 vsize=908056 CPUtime=0
/proc/2418/task/2429/stat : 2429 (java) S 2416 2418 2251 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 161170443 929849344 8006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2430] ppid=2416 vsize=908056 CPUtime=0
/proc/2418/task/2430/stat : 2430 (java) S 2416 2418 2251 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 161170443 929849344 8006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2431] ppid=2416 vsize=908056 CPUtime=0
/proc/2418/task/2431/stat : 2431 (java) S 2416 2418 2251 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 161170535 929849344 8006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 908056

[startup+6.27295 s]
/proc/loadavg: 2.20 2.15 2.00 3/105 2431
/proc/meminfo: memFree=1667904/2055920 swapFree=4165612/4192956
[pid=2418] ppid=2416 vsize=907080 CPUtime=6.32
/proc/2418/stat : 2418 (java) R 2416 2418 2251 0 -1 0 9990 0 1 0 626 6 0 0 25 0 13 0 161170433 928849920 8776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054183896 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2418/statm: 226770 8776 2476 14 0 213207 0
[pid=2418/tid=2420] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2420/stat : 2420 (java) S 2416 2418 2251 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 161170436 928849920 8776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2421] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2421/stat : 2421 (java) S 2416 2418 2251 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 161170436 928849920 8776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2422] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2422/stat : 2422 (java) S 2416 2418 2251 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 161170438 928849920 8776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2423] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2423/stat : 2423 (java) S 2416 2418 2251 0 -1 64 7 0 0 0 0 0 0 0 21 0 13 0 161170439 928849920 8776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2424] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2424/stat : 2424 (java) S 2416 2418 2251 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 161170439 928849920 8776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2425] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2425/stat : 2425 (java) S 2416 2418 2251 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 161170443 928849920 8776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2426] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2426/stat : 2426 (java) S 2416 2418 2251 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 161170443 928849920 8776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2427] ppid=2416 vsize=907080 CPUtime=0.33
/proc/2418/task/2427/stat : 2427 (java) S 2416 2418 2251 0 -1 64 431 0 0 0 33 0 0 0 16 0 13 0 161170443 928849920 8776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2428] ppid=2416 vsize=907080 CPUtime=0.4
/proc/2418/task/2428/stat : 2428 (java) S 2416 2418 2251 0 -1 64 992 0 0 0 40 0 0 0 17 0 13 0 161170443 928849920 8776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2429] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2429/stat : 2429 (java) S 2416 2418 2251 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 161170443 928849920 8776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2430] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2430/stat : 2430 (java) S 2416 2418 2251 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 161170443 928849920 8776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2431] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2431/stat : 2431 (java) S 2416 2418 2251 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 161170535 928849920 8776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 907080

[startup+12.6737 s]
/proc/loadavg: 2.18 2.15 2.00 3/105 2431
/proc/meminfo: memFree=1662336/2055920 swapFree=4165612/4192956
[pid=2418] ppid=2416 vsize=907080 CPUtime=12.72
/proc/2418/stat : 2418 (java) R 2416 2418 2251 0 -1 0 11278 0 1 0 1265 7 0 0 25 0 13 0 161170433 928849920 10064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054183972 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2418/statm: 226770 10064 2476 14 0 213207 0
[pid=2418/tid=2420] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2420/stat : 2420 (java) S 2416 2418 2251 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 161170436 928849920 10064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2421] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2421/stat : 2421 (java) S 2416 2418 2251 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 161170436 928849920 10064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2422] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2422/stat : 2422 (java) S 2416 2418 2251 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 161170438 928849920 10064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2423] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2423/stat : 2423 (java) S 2416 2418 2251 0 -1 64 7 0 0 0 0 0 0 0 21 0 13 0 161170439 928849920 10064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2424] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2424/stat : 2424 (java) S 2416 2418 2251 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 161170439 928849920 10064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2425] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2425/stat : 2425 (java) S 2416 2418 2251 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 161170443 928849920 10064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2426] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2426/stat : 2426 (java) S 2416 2418 2251 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 161170443 928849920 10064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2427] ppid=2416 vsize=907080 CPUtime=0.33
/proc/2418/task/2427/stat : 2427 (java) S 2416 2418 2251 0 -1 64 431 0 0 0 33 0 0 0 16 0 13 0 161170443 928849920 10064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2428] ppid=2416 vsize=907080 CPUtime=0.4
/proc/2418/task/2428/stat : 2428 (java) S 2416 2418 2251 0 -1 64 992 0 0 0 40 0 0 0 17 0 13 0 161170443 928849920 10064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2429] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2429/stat : 2429 (java) S 2416 2418 2251 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 161170443 928849920 10064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2430] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2430/stat : 2430 (java) S 2416 2418 2251 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 161170443 928849920 10064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2431] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2431/stat : 2431 (java) S 2416 2418 2251 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 161170535 928849920 10064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 907080

[startup+25.5732 s]
/proc/loadavg: 2.15 2.14 2.00 3/105 2431
/proc/meminfo: memFree=1656256/2055920 swapFree=4165612/4192956
[pid=2418] ppid=2416 vsize=907080 CPUtime=25.6
/proc/2418/stat : 2418 (java) R 2416 2418 2251 0 -1 0 12944 0 1 0 2551 9 0 0 25 0 13 0 161170433 928849920 11730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054196657 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2418/statm: 226770 11730 2476 14 0 213207 0
[pid=2418/tid=2420] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2420/stat : 2420 (java) S 2416 2418 2251 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 161170436 928849920 11730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2421] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2421/stat : 2421 (java) S 2416 2418 2251 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 161170436 928849920 11730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2422] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2422/stat : 2422 (java) S 2416 2418 2251 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 161170438 928849920 11730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2423] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2423/stat : 2423 (java) S 2416 2418 2251 0 -1 64 7 0 0 0 0 0 0 0 21 0 13 0 161170439 928849920 11730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2424] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2424/stat : 2424 (java) S 2416 2418 2251 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 161170439 928849920 11730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2425] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2425/stat : 2425 (java) S 2416 2418 2251 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 161170443 928849920 11730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2426] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2426/stat : 2426 (java) S 2416 2418 2251 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 161170443 928849920 11730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2427] ppid=2416 vsize=907080 CPUtime=0.34
/proc/2418/task/2427/stat : 2427 (java) S 2416 2418 2251 0 -1 64 431 0 0 0 34 0 0 0 17 0 13 0 161170443 928849920 11730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2428] ppid=2416 vsize=907080 CPUtime=0.41
/proc/2418/task/2428/stat : 2428 (java) S 2416 2418 2251 0 -1 64 993 0 0 0 41 0 0 0 17 0 13 0 161170443 928849920 11730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2429] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2429/stat : 2429 (java) S 2416 2418 2251 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 161170443 928849920 11730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2430] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2430/stat : 2430 (java) S 2416 2418 2251 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 161170443 928849920 11730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2431] ppid=2416 vsize=907080 CPUtime=0
/proc/2418/task/2431/stat : 2431 (java) S 2416 2418 2251 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 161170535 928849920 11730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.6
Current children cumulated vsize (KiB) 907080

[startup+51.2632 s]

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

/proc/loadavg: 2.11 2.03 1.98 3/107 2949
/proc/meminfo: memFree=1481216/2055920 swapFree=4165612/4192956
[pid=2418] ppid=2416 vsize=908048 CPUtime=1596.73
/proc/2418/stat : 2418 (java) R 2416 2418 2251 0 -1 0 49153 0 1 0 159634 39 0 0 25 0 13 0 161170433 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054196858 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2418/statm: 227012 45981 2478 14 0 213449 0
[pid=2418/tid=2420] ppid=2416 vsize=908048 CPUtime=0.29
/proc/2418/task/2420/stat : 2420 (java) S 2416 2418 2251 0 -1 64 11034 0 0 0 24 5 0 0 18 0 13 0 161170436 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2421] ppid=2416 vsize=908048 CPUtime=0.3
/proc/2418/task/2421/stat : 2421 (java) S 2416 2418 2251 0 -1 64 16357 0 0 0 24 6 0 0 18 0 13 0 161170436 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2422] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2422/stat : 2422 (java) S 2416 2418 2251 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 161170438 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2423] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2423/stat : 2423 (java) S 2416 2418 2251 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161170439 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2424] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2424/stat : 2424 (java) S 2416 2418 2251 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161170439 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2425] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2425/stat : 2425 (java) S 2416 2418 2251 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2426] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2426/stat : 2426 (java) S 2416 2418 2251 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2427] ppid=2416 vsize=908048 CPUtime=0.34
/proc/2418/task/2427/stat : 2427 (java) S 2416 2418 2251 0 -1 64 431 0 0 0 34 0 0 0 17 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2428] ppid=2416 vsize=908048 CPUtime=0.41
/proc/2418/task/2428/stat : 2428 (java) S 2416 2418 2251 0 -1 64 993 0 0 0 41 0 0 0 17 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2429] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2429/stat : 2429 (java) S 2416 2418 2251 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2430] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2430/stat : 2430 (java) S 2416 2418 2251 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2431] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2431/stat : 2431 (java) S 2416 2418 2251 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 161170535 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.73
Current children cumulated vsize (KiB) 908048

[startup+1663.29 s]
/proc/loadavg: 2.04 2.02 1.98 3/107 2949
/proc/meminfo: memFree=1481152/2055920 swapFree=4165612/4192956
[pid=2418] ppid=2416 vsize=908048 CPUtime=1656.65
/proc/2418/stat : 2418 (java) R 2416 2418 2251 0 -1 0 49153 0 1 0 165625 40 0 0 25 0 13 0 161170433 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054183893 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2418/statm: 227012 45981 2478 14 0 213449 0
[pid=2418/tid=2420] ppid=2416 vsize=908048 CPUtime=0.29
/proc/2418/task/2420/stat : 2420 (java) S 2416 2418 2251 0 -1 64 11034 0 0 0 24 5 0 0 18 0 13 0 161170436 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2421] ppid=2416 vsize=908048 CPUtime=0.3
/proc/2418/task/2421/stat : 2421 (java) S 2416 2418 2251 0 -1 64 16357 0 0 0 24 6 0 0 18 0 13 0 161170436 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2422] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2422/stat : 2422 (java) S 2416 2418 2251 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 161170438 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2423] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2423/stat : 2423 (java) S 2416 2418 2251 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161170439 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2424] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2424/stat : 2424 (java) S 2416 2418 2251 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161170439 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2425] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2425/stat : 2425 (java) S 2416 2418 2251 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2426] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2426/stat : 2426 (java) S 2416 2418 2251 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2427] ppid=2416 vsize=908048 CPUtime=0.34
/proc/2418/task/2427/stat : 2427 (java) S 2416 2418 2251 0 -1 64 431 0 0 0 34 0 0 0 17 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2428] ppid=2416 vsize=908048 CPUtime=0.41
/proc/2418/task/2428/stat : 2428 (java) S 2416 2418 2251 0 -1 64 993 0 0 0 41 0 0 0 17 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2429] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2429/stat : 2429 (java) S 2416 2418 2251 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2430] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2430/stat : 2430 (java) S 2416 2418 2251 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2431] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2431/stat : 2431 (java) S 2416 2418 2251 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 161170535 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.65
Current children cumulated vsize (KiB) 908048

[startup+1723.3 s]
/proc/loadavg: 2.09 2.05 1.99 3/107 2949
/proc/meminfo: memFree=1481088/2055920 swapFree=4165612/4192956
[pid=2418] ppid=2416 vsize=908048 CPUtime=1716.6
/proc/2418/stat : 2418 (java) R 2416 2418 2251 0 -1 0 49153 0 1 0 171620 40 0 0 25 0 13 0 161170433 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054196860 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2418/statm: 227012 45981 2478 14 0 213449 0
[pid=2418/tid=2420] ppid=2416 vsize=908048 CPUtime=0.29
/proc/2418/task/2420/stat : 2420 (java) S 2416 2418 2251 0 -1 64 11034 0 0 0 24 5 0 0 18 0 13 0 161170436 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2421] ppid=2416 vsize=908048 CPUtime=0.3
/proc/2418/task/2421/stat : 2421 (java) S 2416 2418 2251 0 -1 64 16357 0 0 0 24 6 0 0 18 0 13 0 161170436 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2422] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2422/stat : 2422 (java) S 2416 2418 2251 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 161170438 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2423] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2423/stat : 2423 (java) S 2416 2418 2251 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161170439 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2424] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2424/stat : 2424 (java) S 2416 2418 2251 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161170439 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2425] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2425/stat : 2425 (java) S 2416 2418 2251 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2426] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2426/stat : 2426 (java) S 2416 2418 2251 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2427] ppid=2416 vsize=908048 CPUtime=0.34
/proc/2418/task/2427/stat : 2427 (java) S 2416 2418 2251 0 -1 64 431 0 0 0 34 0 0 0 17 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2428] ppid=2416 vsize=908048 CPUtime=0.41
/proc/2418/task/2428/stat : 2428 (java) S 2416 2418 2251 0 -1 64 993 0 0 0 41 0 0 0 17 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2429] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2429/stat : 2429 (java) S 2416 2418 2251 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2430] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2430/stat : 2430 (java) S 2416 2418 2251 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2431] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2431/stat : 2431 (java) S 2416 2418 2251 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 161170535 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.6
Current children cumulated vsize (KiB) 908048

[startup+1783.31 s]
/proc/loadavg: 2.03 2.03 1.99 3/107 2949
/proc/meminfo: memFree=1481024/2055920 swapFree=4165612/4192956
[pid=2418] ppid=2416 vsize=908048 CPUtime=1776.56
/proc/2418/stat : 2418 (java) R 2416 2418 2251 0 -1 0 49153 0 1 0 177616 40 0 0 25 0 13 0 161170433 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054197117 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2418/statm: 227012 45981 2478 14 0 213449 0
[pid=2418/tid=2420] ppid=2416 vsize=908048 CPUtime=0.29
/proc/2418/task/2420/stat : 2420 (java) S 2416 2418 2251 0 -1 64 11034 0 0 0 24 5 0 0 18 0 13 0 161170436 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2421] ppid=2416 vsize=908048 CPUtime=0.3
/proc/2418/task/2421/stat : 2421 (java) S 2416 2418 2251 0 -1 64 16357 0 0 0 24 6 0 0 18 0 13 0 161170436 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2422] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2422/stat : 2422 (java) S 2416 2418 2251 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 161170438 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2423] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2423/stat : 2423 (java) S 2416 2418 2251 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161170439 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2424] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2424/stat : 2424 (java) S 2416 2418 2251 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161170439 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2425] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2425/stat : 2425 (java) S 2416 2418 2251 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2426] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2426/stat : 2426 (java) S 2416 2418 2251 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2427] ppid=2416 vsize=908048 CPUtime=0.34
/proc/2418/task/2427/stat : 2427 (java) S 2416 2418 2251 0 -1 64 431 0 0 0 34 0 0 0 17 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2428] ppid=2416 vsize=908048 CPUtime=0.41
/proc/2418/task/2428/stat : 2428 (java) S 2416 2418 2251 0 -1 64 993 0 0 0 41 0 0 0 17 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2429] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2429/stat : 2429 (java) S 2416 2418 2251 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2430] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2430/stat : 2430 (java) S 2416 2418 2251 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2431] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2431/stat : 2431 (java) S 2416 2418 2251 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 161170535 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.56
Current children cumulated vsize (KiB) 908048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.85 s]
/proc/loadavg: 2.02 2.03 1.99 3/107 2949
/proc/meminfo: memFree=1481024/2055920 swapFree=4165612/4192956
[pid=2418] ppid=2416 vsize=908048 CPUtime=1800.07
/proc/2418/stat : 2418 (java) R 2416 2418 2251 0 -1 0 49153 0 1 0 179967 40 0 0 25 0 13 0 161170433 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054196657 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2418/statm: 227012 45981 2478 14 0 213449 0
[pid=2418/tid=2420] ppid=2416 vsize=908048 CPUtime=0.29
/proc/2418/task/2420/stat : 2420 (java) S 2416 2418 2251 0 -1 64 11034 0 0 0 24 5 0 0 18 0 13 0 161170436 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2421] ppid=2416 vsize=908048 CPUtime=0.3
/proc/2418/task/2421/stat : 2421 (java) S 2416 2418 2251 0 -1 64 16357 0 0 0 24 6 0 0 18 0 13 0 161170436 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2422] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2422/stat : 2422 (java) S 2416 2418 2251 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 161170438 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2423] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2423/stat : 2423 (java) S 2416 2418 2251 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161170439 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2424] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2424/stat : 2424 (java) S 2416 2418 2251 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161170439 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2425] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2425/stat : 2425 (java) S 2416 2418 2251 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2426] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2426/stat : 2426 (java) S 2416 2418 2251 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2427] ppid=2416 vsize=908048 CPUtime=0.34
/proc/2418/task/2427/stat : 2427 (java) S 2416 2418 2251 0 -1 64 431 0 0 0 34 0 0 0 17 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2428] ppid=2416 vsize=908048 CPUtime=0.41
/proc/2418/task/2428/stat : 2428 (java) S 2416 2418 2251 0 -1 64 993 0 0 0 41 0 0 0 17 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2429] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2429/stat : 2429 (java) S 2416 2418 2251 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2418/tid=2430] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2430/stat : 2430 (java) S 2416 2418 2251 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 161170443 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2418/tid=2431] ppid=2416 vsize=908048 CPUtime=0
/proc/2418/task/2431/stat : 2431 (java) S 2416 2418 2251 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 161170535 929841152 45981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 908048

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1806.93
CPU time (s): 1800.16
CPU user time (s): 1799.72
CPU system time (s): 0.436933
CPU usage (%): 99.6252
Max. virtual memory (cumulated for all children) (KiB): 908056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.436933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49173
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= 37050
involuntary context switches= 50113

runsolver used 2.12268 s user time and 6.06908 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Jan  6 23:55:47 UTC 2007


IDJOB= 198354
IDBENCH= 3550
FILE ID= node1/198354-1168127747

PBS_JOBID= 3477692

Free space on /tmp= 66301 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pigeons/pigeons-12.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/198354-1168127747/sat4jCSP-bf3-cached.jar /tmp/evaluation/198354-1168127747/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-198354-1168127747 -o ROOT/results/node1/solver-198354-1168127747 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/198354-1168127747/sat4jCSP-bf3-cached.jar /tmp/evaluation/198354-1168127747/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  e5056520269618c2f722160091f6a04a

RANDOM SEED= 733360427

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:       1693624 kB
Buffers:         45528 kB
Cached:         183520 kB
SwapCached:       4056 kB
Active:         140796 kB
Inactive:       163736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693624 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            2492 kB
Writeback:           0 kB
Mapped:          95076 kB
Slab:            42404 kB
Committed_AS:  5259260 kB
PageTables:       2468 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= 66300 MiB



End job on node1 on Sun Jan  7 00:25:54 UTC 2007