Trace number 202271

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? (MO) 248.957 253.824

General information on the benchmark

Namefapp/fapp21-25/fapp24/
fapp24-2000-0.xml
MD5SUMde8f2a147fa6ea5211f6e4abd9ce9f5a
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 benchmark6.68698
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables2000
Number of constraints26753
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26753
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.29	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.29	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.30	c version CSP COMPETITION BUGFIX 3
0.30	c sun.arch.data.model	32
0.30	c java.version	1.5.0_10
0.30	c os.name	Linux
0.30	c os.version	2.6.9-22.EL.rootsmp
0.30	c os.arch	i386
0.30	c Free memory 722620888
0.30	c Max memory 723845120
0.30	c Total memory 723845120
0.30	c Number of processors 2
0.39	c --- Begin Solver configuration ---
0.39	c Stops conflict analysis at the first Unique Implication Point
0.39	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.39	c Learn all clauses as in MiniSAT
0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39	c VSIDS like heuristics from MiniSAT using a heap
0.39	c No reason simplification
0.39	c --- End Solver configuration ---
0.39	c solving /tmp/evaluation/202271-1168151151/unknown.xml
0.39	c reading problem ... 
0.64	c reading problem named ?
0.64	c reading domains done.
0.95	c reading variables
c reading variables (2000) done.
3.10	c reading predicates 
c reading relations (9) done.
3.41	c reading constraintsc starts		: 0
252.70	c conflicts		: 0
252.70	c decisions		: 0
252.70	c propagations		: 0
252.70	c inspects		: 0
252.70	c learnt literals	: 0
252.70	c learnt binary clauses	: 0
252.70	c learnt ternary clauses	: 0
252.70	c learnt clauses	: 0
252.70	c root simplifications	: 0
252.70	c removed literals (reason simplification)	: 0
252.70	c reason swapping (by a shorter reason)	: 0
252.70	c Calls to reduceDB	: 0
252.70	c speed (decisions/second)	: 0.0
252.70	c non guided choices	0
252.70	s UNKNOWN
252.70	c Total wall clock time (in seconds) : 252.309
252.70	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/node11/watcher-202271-1168151151 -o ROOT/results/node11/solver-202271-1168151151 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/202271-1168151151/sat4jCSP-bf3.jar /tmp/evaluation/202271-1168151151/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: 3.25 3.49 2.89 4/95 25628
/proc/meminfo: memFree=556544/2055920 swapFree=4192812/4192956
[pid=25627] ppid=25625 vsize=18540 CPUtime=0
/proc/25627/stat : 25627 (runsolver) D 25625 25627 25568 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 163510233 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 262910045479 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/25627/statm: 4635 279 244 17 0 2626 0

[startup+0.103633 s]
/proc/loadavg: 3.25 3.49 2.89 4/95 25628
/proc/meminfo: memFree=556544/2055920 swapFree=4192812/4192956
[pid=25627] ppid=25625 vsize=14328 CPUtime=0.01
/proc/25627/stat : 25627 (java) D 25625 25627 25568 0 -1 0 932 0 14 0 0 1 0 0 18 0 1 0 163510233 14671872 710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 7984135 0 4 0 7368 18446744071563479169 0 0 17 0 0 0
/proc/25627/statm: 3582 710 548 14 0 1602 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14328

[startup+0.511712 s]
/proc/loadavg: 3.25 3.49 2.89 4/95 25628
/proc/meminfo: memFree=556544/2055920 swapFree=4192812/4192956
[pid=25627] ppid=25625 vsize=905620 CPUtime=0.35
/proc/25627/stat : 25627 (java) R 25625 25627 25568 0 -1 0 5309 0 15 0 32 3 0 0 23 0 12 0 163510233 927354880 4973 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25627/statm: 226405 4974 2070 14 0 212842 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 905620

[startup+1.33487 s]
/proc/loadavg: 3.25 3.49 2.89 3/106 25639
/proc/meminfo: memFree=521640/2055920 swapFree=4192812/4192956
[pid=25627] ppid=25625 vsize=906592 CPUtime=1.17
/proc/25627/stat : 25627 (java) R 25625 25627 25568 0 -1 0 7007 0 15 0 113 4 0 0 25 0 12 0 163510233 928350208 6118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053857366 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25627/statm: 226648 6118 2307 14 0 213085 0
[pid=25627/tid=25629] ppid=25625 vsize=906592 CPUtime=0
/proc/25627/task/25629/stat : 25629 (java) S 25625 25627 25568 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 163510244 928350208 6118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25630] ppid=25625 vsize=906592 CPUtime=0
/proc/25627/task/25630/stat : 25630 (java) S 25625 25627 25568 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163510244 928350208 6118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25631] ppid=25625 vsize=906592 CPUtime=0
/proc/25627/task/25631/stat : 25631 (java) S 25625 25627 25568 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 163510247 928350208 6118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25632] ppid=25625 vsize=906592 CPUtime=0
/proc/25627/task/25632/stat : 25632 (java) S 25625 25627 25568 0 -1 64 7 0 0 0 0 0 0 0 22 0 12 0 163510247 928350208 6118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25633] ppid=25625 vsize=906592 CPUtime=0
/proc/25627/task/25633/stat : 25633 (java) S 25625 25627 25568 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 163510248 928350208 6118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25634] ppid=25625 vsize=906592 CPUtime=0
/proc/25627/task/25634/stat : 25634 (java) S 25625 25627 25568 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 163510257 928350208 6118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25635] ppid=25625 vsize=906592 CPUtime=0
/proc/25627/task/25635/stat : 25635 (java) S 25625 25627 25568 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163510257 928350208 6118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25636] ppid=25625 vsize=906592 CPUtime=0.33
/proc/25627/task/25636/stat : 25636 (java) S 25625 25627 25568 0 -1 64 1072 0 0 0 33 0 0 0 16 0 12 0 163510257 928350208 6118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25637] ppid=25625 vsize=906592 CPUtime=0.22
/proc/25627/task/25637/stat : 25637 (java) S 25625 25627 25568 0 -1 64 663 0 0 0 22 0 0 0 16 0 12 0 163510257 928350208 6118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25638] ppid=25625 vsize=906592 CPUtime=0
/proc/25627/task/25638/stat : 25638 (java) S 25625 25627 25568 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 163510257 928350208 6118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25639] ppid=25625 vsize=906592 CPUtime=0
/proc/25627/task/25639/stat : 25639 (java) S 25625 25627 25568 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163510257 928350208 6118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 906592

[startup+2.98221 s]
/proc/loadavg: 3.25 3.49 2.89 5/108 25641
/proc/meminfo: memFree=411544/2055920 swapFree=4192812/4192956
[pid=25627] ppid=25625 vsize=911720 CPUtime=3.09
/proc/25627/stat : 25627 (java) S 25625 25627 25568 0 -1 0 48897 0 15 0 285 24 0 0 25 0 12 0 163510233 933601280 45194 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25627/statm: 227930 45194 2343 14 0 214367 0
[pid=25627/tid=25629] ppid=25625 vsize=911720 CPUtime=0.36
/proc/25627/task/25629/stat : 25629 (java) R 25625 25627 25568 0 -1 64 9175 0 0 0 32 4 0 0 18 0 12 0 163510244 933601280 45194 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694833 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25627/tid=25630] ppid=25625 vsize=911720 CPUtime=0.59
/proc/25627/task/25630/stat : 25630 (java) R 25625 25627 25568 0 -1 64 17917 0 0 0 52 7 0 0 19 0 12 0 163510244 933601280 45194 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154957936 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25631] ppid=25625 vsize=911720 CPUtime=0
/proc/25627/task/25631/stat : 25631 (java) S 25625 25627 25568 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 163510247 933601280 45194 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25632] ppid=25625 vsize=911720 CPUtime=0
/proc/25627/task/25632/stat : 25632 (java) S 25625 25627 25568 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 163510247 933601280 45194 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25633] ppid=25625 vsize=911720 CPUtime=0
/proc/25627/task/25633/stat : 25633 (java) S 25625 25627 25568 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 163510248 933601280 45194 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25634] ppid=25625 vsize=911720 CPUtime=0
/proc/25627/task/25634/stat : 25634 (java) S 25625 25627 25568 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 163510257 933601280 45194 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25635] ppid=25625 vsize=911720 CPUtime=0
/proc/25627/task/25635/stat : 25635 (java) S 25625 25627 25568 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163510257 933601280 45194 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25636] ppid=25625 vsize=911720 CPUtime=0.51
/proc/25627/task/25636/stat : 25636 (java) S 25625 25627 25568 0 -1 64 1099 0 0 0 51 0 0 0 16 0 12 0 163510257 933601280 45194 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25637] ppid=25625 vsize=911720 CPUtime=0.44
/proc/25627/task/25637/stat : 25637 (java) S 25625 25627 25568 0 -1 64 1037 0 0 0 44 0 0 0 16 0 12 0 163510257 933601280 45194 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25638] ppid=25625 vsize=911720 CPUtime=0
/proc/25627/task/25638/stat : 25638 (java) S 25625 25627 25568 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 163510257 933601280 45194 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25639] ppid=25625 vsize=911720 CPUtime=0
/proc/25627/task/25639/stat : 25639 (java) S 25625 25627 25568 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163510257 933601280 45194 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 911720

[startup+6.28286 s]
/proc/loadavg: 3.39 3.51 2.90 3/106 25641
/proc/meminfo: memFree=263144/2055920 swapFree=4192812/4192956
[pid=25627] ppid=25625 vsize=917236 CPUtime=6.34
/proc/25627/stat : 25627 (java) R 25625 25627 25568 0 -1 0 59090 0 15 0 604 30 0 0 25 0 12 0 163510233 939249664 52850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053837964 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25627/statm: 229309 52850 2479 14 0 215746 0
[pid=25627/tid=25629] ppid=25625 vsize=917236 CPUtime=0.61
/proc/25627/task/25629/stat : 25629 (java) S 25625 25627 25568 0 -1 64 13089 0 0 0 56 5 0 0 16 0 12 0 163510244 939249664 52850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25627/tid=25630] ppid=25625 vsize=917236 CPUtime=0.78
/proc/25627/task/25630/stat : 25630 (java) S 25625 25627 25568 0 -1 64 20239 0 0 0 69 9 0 0 17 0 12 0 163510244 939249664 52850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25627/tid=25631] ppid=25625 vsize=917236 CPUtime=0
/proc/25627/task/25631/stat : 25631 (java) S 25625 25627 25568 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 163510247 939249664 52850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25627/tid=25632] ppid=25625 vsize=917236 CPUtime=0
/proc/25627/task/25632/stat : 25632 (java) S 25625 25627 25568 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 163510247 939249664 52850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25633] ppid=25625 vsize=917236 CPUtime=0
/proc/25627/task/25633/stat : 25633 (java) S 25625 25627 25568 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 163510248 939249664 52850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25634] ppid=25625 vsize=917236 CPUtime=0
/proc/25627/task/25634/stat : 25634 (java) S 25625 25627 25568 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 163510257 939249664 52850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25635] ppid=25625 vsize=917236 CPUtime=0
/proc/25627/task/25635/stat : 25635 (java) S 25625 25627 25568 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163510257 939249664 52850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25627/tid=25636] ppid=25625 vsize=917236 CPUtime=1.15
/proc/25627/task/25636/stat : 25636 (java) S 25625 25627 25568 0 -1 64 3959 0 0 0 114 1 0 0 16 0 12 0 163510257 939249664 52850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25627/tid=25637] ppid=25625 vsize=917236 CPUtime=0.77
/proc/25627/task/25637/stat : 25637 (java) S 25625 25627 25568 0 -1 64 1741 0 0 0 76 1 0 0 16 0 12 0 163510257 939249664 52850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25627/tid=25638] ppid=25625 vsize=917236 CPUtime=0
/proc/25627/task/25638/stat : 25638 (java) S 25625 25627 25568 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 163510257 939249664 52850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25639] ppid=25625 vsize=917236 CPUtime=0
/proc/25627/task/25639/stat : 25639 (java) S 25625 25627 25568 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163510257 939249664 52850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 917236

[startup+12.6871 s]
/proc/loadavg: 3.36 3.50 2.90 3/106 25641
/proc/meminfo: memFree=118376/2055920 swapFree=4192812/4192956
[pid=25627] ppid=25625 vsize=914236 CPUtime=12.67
/proc/25627/stat : 25627 (java) R 25625 25627 25568 0 -1 0 64828 0 15 0 1230 37 0 0 25 0 12 0 163510233 936177664 57821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054344967 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25627/statm: 228559 57821 2479 14 0 214996 0
[pid=25627/tid=25629] ppid=25625 vsize=914236 CPUtime=0.75
/proc/25627/task/25629/stat : 25629 (java) S 25625 25627 25568 0 -1 64 14543 0 0 0 69 6 0 0 16 0 12 0 163510244 936177664 57821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25627/tid=25630] ppid=25625 vsize=914236 CPUtime=0.93
/proc/25627/task/25630/stat : 25630 (java) S 25625 25627 25568 0 -1 64 24499 0 0 0 82 11 0 0 16 0 12 0 163510244 936177664 57821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25627/tid=25631] ppid=25625 vsize=914236 CPUtime=0.01
/proc/25627/task/25631/stat : 25631 (java) S 25625 25627 25568 0 -1 64 10 0 0 0 1 0 0 0 16 0 12 0 163510247 936177664 57821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25627/tid=25632] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25632/stat : 25632 (java) S 25625 25627 25568 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 163510247 936177664 57821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25633] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25633/stat : 25633 (java) S 25625 25627 25568 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 163510248 936177664 57821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25634] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25634/stat : 25634 (java) S 25625 25627 25568 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 163510257 936177664 57821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25635] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25635/stat : 25635 (java) S 25625 25627 25568 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163510257 936177664 57821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25627/tid=25636] ppid=25625 vsize=914236 CPUtime=1.21
/proc/25627/task/25636/stat : 25636 (java) S 25625 25627 25568 0 -1 64 3961 0 0 0 119 2 0 0 16 0 12 0 163510257 936177664 57821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25627/tid=25637] ppid=25625 vsize=914236 CPUtime=0.8
/proc/25627/task/25637/stat : 25637 (java) S 25625 25627 25568 0 -1 64 1741 0 0 0 79 1 0 0 16 0 12 0 163510257 936177664 57821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25627/tid=25638] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25638/stat : 25638 (java) S 25625 25627 25568 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 163510257 936177664 57821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25639] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25639/stat : 25639 (java) S 25625 25627 25568 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163510257 936177664 57821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 914236

[startup+25.5827 s]
/proc/loadavg: 3.43 3.51 2.91 3/106 25646
/proc/meminfo: memFree=16168/2055920 swapFree=4192812/4192956
[pid=25627] ppid=25625 vsize=915580 CPUtime=25.45
/proc/25627/stat : 25627 (java) R 25625 25627 25568 0 -1 0 72161 0 15 0 2503 42 0 0 25 0 12 0 163510233 937553920 63203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054558933 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25627/statm: 228895 63203 2480 14 0 215332 0
[pid=25627/tid=25629] ppid=25625 vsize=915580 CPUtime=0.86
/proc/25627/task/25629/stat : 25629 (java) S 25625 25627 25568 0 -1 64 17085 0 0 0 79 7 0 0 16 0 12 0 163510244 937553920 63203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25630] ppid=25625 vsize=915580 CPUtime=1.06
/proc/25627/task/25630/stat : 25630 (java) S 25625 25627 25568 0 -1 64 28584 0 0 0 93 13 0 0 16 0 12 0 163510244 937553920 63203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25631] ppid=25625 vsize=915580 CPUtime=0.01
/proc/25627/task/25631/stat : 25631 (java) S 25625 25627 25568 0 -1 64 13 0 0 0 1 0 0 0 15 0 12 0 163510247 937553920 63203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25632] ppid=25625 vsize=915580 CPUtime=0
/proc/25627/task/25632/stat : 25632 (java) S 25625 25627 25568 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 163510247 937553920 63203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25633] ppid=25625 vsize=915580 CPUtime=0
/proc/25627/task/25633/stat : 25633 (java) S 25625 25627 25568 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 163510248 937553920 63203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25634] ppid=25625 vsize=915580 CPUtime=0
/proc/25627/task/25634/stat : 25634 (java) S 25625 25627 25568 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 163510257 937553920 63203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25635] ppid=25625 vsize=915580 CPUtime=0
/proc/25627/task/25635/stat : 25635 (java) S 25625 25627 25568 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163510257 937553920 63203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25627/tid=25636] ppid=25625 vsize=915580 CPUtime=1.49
/proc/25627/task/25636/stat : 25636 (java) S 25625 25627 25568 0 -1 64 4616 0 0 0 147 2 0 0 17 0 12 0 163510257 937553920 63203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25627/tid=25637] ppid=25625 vsize=915580 CPUtime=0.93
/proc/25627/task/25637/stat : 25637 (java) S 25625 25627 25568 0 -1 64 1760 0 0 0 92 1 0 0 16 0 12 0 163510257 937553920 63203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25627/tid=25638] ppid=25625 vsize=915580 CPUtime=0
/proc/25627/task/25638/stat : 25638 (java) S 25625 25627 25568 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 163510257 937553920 63203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25639] ppid=25625 vsize=915580 CPUtime=0
/proc/25627/task/25639/stat : 25639 (java) S 25625 25627 25568 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163510257 937553920 63203 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 915580

[startup+51.2618 s]
/proc/loadavg: 3.41 3.50 2.92 3/106 25650
/proc/meminfo: memFree=14888/2055920 swapFree=4192812/4192956
[pid=25627] ppid=25625 vsize=914236 CPUtime=50.98
/proc/25627/stat : 25627 (java) R 25625 25627 25568 0 -1 0 87162 0 15 0 5044 54 0 0 25 0 12 0 163510233 936177664 77818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054189093 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25627/statm: 228559 77818 2480 14 0 214996 0
[pid=25627/tid=25629] ppid=25625 vsize=914236 CPUtime=1.09
/proc/25627/task/25629/stat : 25629 (java) S 25625 25627 25568 0 -1 64 23456 0 0 0 99 10 0 0 16 0 12 0 163510244 936177664 77818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25630] ppid=25625 vsize=914236 CPUtime=1.3
/proc/25627/task/25630/stat : 25630 (java) S 25625 25627 25568 0 -1 64 37170 0 0 0 114 16 0 0 16 0 12 0 163510244 936177664 77818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25631] ppid=25625 vsize=914236 CPUtime=0.03
/proc/25627/task/25631/stat : 25631 (java) S 25625 25627 25568 0 -1 64 14 0 0 0 2 1 0 0 15 0 12 0 163510247 936177664 77818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25632] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25632/stat : 25632 (java) S 25625 25627 25568 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 163510247 936177664 77818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25633] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25633/stat : 25633 (java) S 25625 25627 25568 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 163510248 936177664 77818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25634] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25634/stat : 25634 (java) S 25625 25627 25568 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 163510257 936177664 77818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25635] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25635/stat : 25635 (java) S 25625 25627 25568 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163510257 936177664 77818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25627/tid=25636] ppid=25625 vsize=914236 CPUtime=1.51
/proc/25627/task/25636/stat : 25636 (java) S 25625 25627 25568 0 -1 64 4617 0 0 0 149 2 0 0 16 0 12 0 163510257 936177664 77818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25637] ppid=25625 vsize=914236 CPUtime=0.98
/proc/25627/task/25637/stat : 25637 (java) S 25625 25627 25568 0 -1 64 1763 0 0 0 97 1 0 0 17 0 12 0 163510257 936177664 77818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25638] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25638/stat : 25638 (java) S 25625 25627 25568 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 163510257 936177664 77818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25639] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25639/stat : 25639 (java) S 25625 25627 25568 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163510257 936177664 77818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 914236

[startup+102.466 s]
/proc/loadavg: 3.25 3.44 2.93 4/106 25658
/proc/meminfo: memFree=14952/2055920 swapFree=4192812/4192956
[pid=25627] ppid=25625 vsize=914236 CPUtime=101.76
/proc/25627/stat : 25627 (java) R 25625 25627 25568 0 -1 0 116791 0 15 0 10092 84 0 0 25 0 12 0 163510233 936177664 106978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054374277 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25627/statm: 228559 106978 2480 14 0 214996 0
[pid=25627/tid=25629] ppid=25625 vsize=914236 CPUtime=1.63
/proc/25627/task/25629/stat : 25629 (java) S 25625 25627 25568 0 -1 64 37927 0 0 0 146 17 0 0 16 0 12 0 163510244 936177664 106978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25630] ppid=25625 vsize=914236 CPUtime=1.86
/proc/25627/task/25630/stat : 25630 (java) S 25625 25627 25568 0 -1 64 52242 0 0 0 163 23 0 0 16 0 12 0 163510244 936177664 106978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25631] ppid=25625 vsize=914236 CPUtime=0.06
/proc/25627/task/25631/stat : 25631 (java) S 25625 25627 25568 0 -1 64 14 0 0 0 5 1 0 0 15 0 12 0 163510247 936177664 106978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25632] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25632/stat : 25632 (java) S 25625 25627 25568 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 163510247 936177664 106978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25633] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25633/stat : 25633 (java) S 25625 25627 25568 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 163510248 936177664 106978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25634] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25634/stat : 25634 (java) S 25625 25627 25568 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 163510257 936177664 106978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25635] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25635/stat : 25635 (java) S 25625 25627 25568 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 163510257 936177664 106978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25636] ppid=25625 vsize=914236 CPUtime=1.61
/proc/25627/task/25636/stat : 25636 (java) S 25625 25627 25568 0 -1 64 4623 0 0 0 159 2 0 0 17 0 12 0 163510257 936177664 106978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25637] ppid=25625 vsize=914236 CPUtime=1.03
/proc/25627/task/25637/stat : 25637 (java) S 25625 25627 25568 0 -1 64 1766 0 0 0 102 1 0 0 17 0 12 0 163510257 936177664 106978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25638] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25638/stat : 25638 (java) S 25625 25627 25568 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 163510257 936177664 106978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25639] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25639/stat : 25639 (java) S 25625 25627 25568 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163510257 936177664 106978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 914236

[startup+162.489 s]
/proc/loadavg: 3.89 3.56 3.00 3/106 25665
/proc/meminfo: memFree=15272/2055920 swapFree=4192812/4192956
[pid=25627] ppid=25625 vsize=914236 CPUtime=160.84
/proc/25627/stat : 25627 (java) R 25625 25627 25568 0 -1 0 149908 0 15 0 15961 123 0 0 25 0 12 0 163510233 936177664 139509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054374219 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25627/statm: 228559 139509 2480 14 0 214996 0
[pid=25627/tid=25629] ppid=25625 vsize=914236 CPUtime=2.38
/proc/25627/task/25629/stat : 25629 (java) S 25625 25627 25568 0 -1 64 52720 0 0 0 214 24 0 0 16 0 12 0 163510244 936177664 139509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25630] ppid=25625 vsize=914236 CPUtime=2.63
/proc/25627/task/25630/stat : 25630 (java) S 25625 25627 25568 0 -1 64 70476 0 0 0 232 31 0 0 15 0 12 0 163510244 936177664 139509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25631] ppid=25625 vsize=914236 CPUtime=0.08
/proc/25627/task/25631/stat : 25631 (java) S 25625 25627 25568 0 -1 64 14 0 0 0 6 2 0 0 16 0 12 0 163510247 936177664 139509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25632] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25632/stat : 25632 (java) S 25625 25627 25568 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 163510247 936177664 139509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25633] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25633/stat : 25633 (java) S 25625 25627 25568 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 163510248 936177664 139509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25634] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25634/stat : 25634 (java) S 25625 25627 25568 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 163510257 936177664 139509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25635] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25635/stat : 25635 (java) S 25625 25627 25568 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 163510257 936177664 139509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25636] ppid=25625 vsize=914236 CPUtime=1.62
/proc/25627/task/25636/stat : 25636 (java) S 25625 25627 25568 0 -1 64 4623 0 0 0 160 2 0 0 17 0 12 0 163510257 936177664 139509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25637] ppid=25625 vsize=914236 CPUtime=1.1
/proc/25627/task/25637/stat : 25637 (java) S 25625 25627 25568 0 -1 64 1770 0 0 0 109 1 0 0 17 0 12 0 163510257 936177664 139509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25638] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25638/stat : 25638 (java) S 25625 25627 25568 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 163510257 936177664 139509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25639] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25639/stat : 25639 (java) S 25625 25627 25568 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163510257 936177664 139509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.84
Current children cumulated vsize (KiB) 914236

[startup+222.534 s]
/proc/loadavg: 4.37 3.77 3.10 3/106 25680
/proc/meminfo: memFree=15400/2055920 swapFree=4192812/4192956
[pid=25627] ppid=25625 vsize=914236 CPUtime=219.42
/proc/25627/stat : 25627 (java) R 25625 25627 25568 0 -1 0 182079 0 18 0 21788 154 0 0 25 0 12 0 163510233 936177664 171492 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054567704 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25627/statm: 228559 171492 2484 14 0 214996 0
[pid=25627/tid=25629] ppid=25625 vsize=914236 CPUtime=3.28
/proc/25627/task/25629/stat : 25629 (java) S 25625 25627 25568 0 -1 64 68365 0 0 0 298 30 0 0 16 0 12 0 163510244 936177664 171492 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25630] ppid=25625 vsize=914236 CPUtime=3.49
/proc/25627/task/25630/stat : 25630 (java) S 25625 25627 25568 0 -1 64 86918 0 0 0 312 37 0 0 16 0 12 0 163510244 936177664 171492 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25631] ppid=25625 vsize=914236 CPUtime=0.11
/proc/25627/task/25631/stat : 25631 (java) S 25625 25627 25568 0 -1 64 14 0 0 0 8 3 0 0 15 0 12 0 163510247 936177664 171492 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25632] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25632/stat : 25632 (java) S 25625 25627 25568 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 163510247 936177664 171492 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25633] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25633/stat : 25633 (java) S 25625 25627 25568 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 163510248 936177664 171492 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25634] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25634/stat : 25634 (java) S 25625 25627 25568 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 163510257 936177664 171492 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25635] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25635/stat : 25635 (java) S 25625 25627 25568 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 163510257 936177664 171492 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25636] ppid=25625 vsize=914236 CPUtime=1.62
/proc/25627/task/25636/stat : 25636 (java) S 25625 25627 25568 0 -1 64 4623 0 0 0 160 2 0 0 16 0 12 0 163510257 936177664 171492 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25637] ppid=25625 vsize=914236 CPUtime=1.11
/proc/25627/task/25637/stat : 25637 (java) S 25625 25627 25568 0 -1 64 1771 0 2 0 110 1 0 0 17 0 12 0 163510257 936177664 171492 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25638] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25638/stat : 25638 (java) S 25625 25627 25568 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 163510257 936177664 171492 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25639] ppid=25625 vsize=914236 CPUtime=0
/proc/25627/task/25639/stat : 25639 (java) S 25625 25627 25568 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163510257 936177664 171492 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 219.42
Current children cumulated vsize (KiB) 914236



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+251.746 s]
/proc/loadavg: 3.72 3.66 3.09 2/106 25686
/proc/meminfo: memFree=19240/2055920 swapFree=4192812/4192956
[pid=25627] ppid=25625 vsize=922240 CPUtime=247.85
/proc/25627/stat : 25627 (java) S 25625 25627 25568 0 -1 0 200160 0 18 0 24615 170 0 0 25 0 12 0 163510233 944373760 187921 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25627/statm: 230560 187921 2484 14 0 216997 0
[pid=25627/tid=25629] ppid=25625 vsize=922240 CPUtime=3.74
/proc/25627/task/25629/stat : 25629 (java) S 25625 25627 25568 0 -1 64 74895 0 0 0 341 33 0 0 16 0 12 0 163510244 944373760 187925 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25630] ppid=25625 vsize=922240 CPUtime=4
/proc/25627/task/25630/stat : 25630 (java) S 25625 25627 25568 0 -1 64 95860 0 0 0 359 41 0 0 16 0 12 0 163510244 944373760 187926 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25631] ppid=25625 vsize=922240 CPUtime=0.25
/proc/25627/task/25631/stat : 25631 (java) R 25625 25627 25568 0 -1 64 2580 0 0 0 20 5 0 0 16 0 12 0 163510247 944373760 187926 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25627/tid=25632] ppid=25625 vsize=922240 CPUtime=0
/proc/25627/task/25632/stat : 25632 (java) S 25625 25627 25568 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 163510247 944373760 187927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25633] ppid=25625 vsize=922240 CPUtime=0
/proc/25627/task/25633/stat : 25633 (java) S 25625 25627 25568 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 163510248 944373760 187928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25634] ppid=25625 vsize=922240 CPUtime=0
/proc/25627/task/25634/stat : 25634 (java) S 25625 25627 25568 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 163510257 944373760 187928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25635] ppid=25625 vsize=922240 CPUtime=0
/proc/25627/task/25635/stat : 25635 (java) S 25625 25627 25568 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 163510257 944373760 187929 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25636] ppid=25625 vsize=922240 CPUtime=1.62
/proc/25627/task/25636/stat : 25636 (java) S 25625 25627 25568 0 -1 64 4623 0 0 0 160 2 0 0 16 0 12 0 163510257 944373760 187930 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25637] ppid=25625 vsize=922240 CPUtime=1.19
/proc/25627/task/25637/stat : 25637 (java) S 25625 25627 25568 0 -1 64 1779 0 2 0 118 1 0 0 17 0 12 0 163510257 944373760 187931 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25638] ppid=25625 vsize=922240 CPUtime=0
/proc/25627/task/25638/stat : 25638 (java) S 25625 25627 25568 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 163510257 944373760 187932 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25627/tid=25639] ppid=25625 vsize=922240 CPUtime=0
/proc/25627/task/25639/stat : 25639 (java) S 25625 25627 25568 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163510257 944373760 187932 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 247.85
Current children cumulated vsize (KiB) 922240

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

Sending SIGKILL to process tree (bottom up)

Child status: 143
Real time (s): 253.824
CPU time (s): 248.957
CPU user time (s): 247.112
CPU system time (s): 1.84472
CPU usage (%): 98.0824
Max. virtual memory (cumulated for all children) (KiB): 922240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.112
system time used= 1.84472
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200230
page faults= 24
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10671
involuntary context switches= 13932

runsolver used 0.319951 s user time and 0.85187 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Jan  7 06:25:52 UTC 2007


IDJOB= 202271
IDBENCH= 3823
FILE ID= node11/202271-1168151151

PBS_JOBID= 3478229

Free space on /tmp= 51659 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp21-25/fapp24/fapp24-2000-0.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/202271-1168151151/sat4jCSP-bf3.jar /tmp/evaluation/202271-1168151151/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-202271-1168151151 -o ROOT/results/node11/solver-202271-1168151151 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/202271-1168151151/sat4jCSP-bf3.jar /tmp/evaluation/202271-1168151151/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  de8f2a147fa6ea5211f6e4abd9ce9f5a

RANDOM SEED= 149511351

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.261
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	: 5931.00
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.261
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:        558112 kB
Buffers:          3012 kB
Cached:        1260700 kB
SwapCached:          0 kB
Active:         189872 kB
Inactive:      1221936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        558112 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          615936 kB
Writeback:         736 kB
Mapped:         173688 kB
Slab:            70480 kB
Committed_AS:  4931396 kB
PageTables:       2624 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= 47532 MiB



End job on node11 on Sun Jan  7 06:30:09 UTC 2007