Trace number 210254

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) 180.809 182.625

General information on the benchmark

NamepseudoSeries/fpga/
fpga-20-19.xml
MD5SUMe422289bc6969984a6f7ba5d137fd82b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.09268
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables570
Number of constraints438
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension438
Global constraints used (with number of constraints)

Solver Data (download as text)

0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.25	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.25	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.26	c version CSP COMPETITION BUGFIX 3
0.26	c sun.arch.data.model	32
0.26	c java.version	1.5.0_10
0.26	c os.name	Linux
0.26	c os.version	2.6.9-22.EL.rootsmp
0.26	c os.arch	i386
0.26	c Free memory 722620888
0.26	c Max memory 723845120
0.26	c Total memory 723845120
0.26	c Number of processors 2
0.35	c --- Begin Solver configuration ---
0.35	c Stops conflict analysis at the first Unique Implication Point
0.35	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.35	c Learn all clauses as in MiniSAT
0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.35	c VSIDS like heuristics from MiniSAT using a heap
0.35	c No reason simplification
0.35	c --- End Solver configuration ---
0.35	c solving /tmp/evaluation/210254-1168196210/unknown.xml
0.35	c reading problem ... 
0.62	c reading problem named ?
0.62	c reading domains done.
0.63	c reading variables
c reading variables (570) done.
0.98	c reading predicates 
c reading relations (6) done.
1.23	c reading constraintsc starts		: 0
182.39	c conflicts		: 0
182.39	c decisions		: 0
182.39	c propagations		: 0
182.39	c inspects		: 0
182.39	c learnt literals	: 0
182.39	c learnt binary clauses	: 0
182.39	c learnt ternary clauses	: 0
182.39	c learnt clauses	: 0
182.39	c root simplifications	: 0
182.39	c removed literals (reason simplification)	: 0
182.39	c reason swapping (by a shorter reason)	: 0
182.39	c Calls to reduceDB	: 0
182.39	c speed (decisions/second)	: 0.0
182.39	c non guided choices	0
182.39	s UNKNOWN
182.39	c Total wall clock time (in seconds) : 182.038
182.39	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/node24/watcher-210254-1168196210 -o ROOT/results/node24/solver-210254-1168196210 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/210254-1168196210/sat4jCSP-bf3.jar /tmp/evaluation/210254-1168196210/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.04 2.01 2.00 5/93 23876
/proc/meminfo: memFree=1355880/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=1784 CPUtime=0
/proc/23875/stat : 23875 (java) D 23873 23875 23400 0 -1 0 342 0 0 0 0 0 0 0 18 0 1 0 168016258 1826816 151 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 2605860 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/23875/statm: 446 151 116 14 0 91 0

[startup+0.103238 s]
/proc/loadavg: 2.04 2.01 2.00 5/93 23876
/proc/meminfo: memFree=1355880/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=897120 CPUtime=0.08
/proc/23875/stat : 23875 (java) D 23873 23875 23400 0 -1 0 3216 0 1 0 7 1 0 0 17 0 6 0 168016258 918650880 2976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/23875/statm: 224280 2976 1514 14 0 211300 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 897120

[startup+0.511284 s]
/proc/loadavg: 2.04 2.01 2.00 5/93 23876
/proc/meminfo: memFree=1355880/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=905236 CPUtime=0.39
/proc/23875/stat : 23875 (java) R 23873 23875 23400 0 -1 0 5428 0 1 0 37 2 0 0 18 0 12 0 168016258 926961664 5023 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053841688 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23875/statm: 226309 5023 2106 14 0 212746 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 905236

[startup+1.33437 s]
/proc/loadavg: 2.04 2.01 2.00 3/104 23887
/proc/meminfo: memFree=1339856/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=905264 CPUtime=1.2
/proc/23875/stat : 23875 (java) R 23873 23875 23400 0 -1 0 7440 0 1 0 118 2 0 0 18 0 12 0 168016258 926990336 6772 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23875/statm: 226316 6772 2448 14 0 212753 0
[pid=23875/tid=23877] ppid=23873 vsize=905264 CPUtime=0
/proc/23875/task/23877/stat : 23877 (java) S 23873 23875 23400 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 168016260 926990336 6772 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23878] ppid=23873 vsize=905264 CPUtime=0
/proc/23875/task/23878/stat : 23878 (java) S 23873 23875 23400 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 168016260 926990336 6772 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23879] ppid=23873 vsize=905264 CPUtime=0
/proc/23875/task/23879/stat : 23879 (java) S 23873 23875 23400 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 168016264 926990336 6772 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23880] ppid=23873 vsize=905264 CPUtime=0
/proc/23875/task/23880/stat : 23880 (java) S 23873 23875 23400 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 168016264 926990336 6772 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23881] ppid=23873 vsize=905264 CPUtime=0
/proc/23875/task/23881/stat : 23881 (java) S 23873 23875 23400 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 168016264 926990336 6772 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23882] ppid=23873 vsize=905264 CPUtime=0
/proc/23875/task/23882/stat : 23882 (java) S 23873 23875 23400 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168016277 926990336 6772 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23883] ppid=23873 vsize=905264 CPUtime=0
/proc/23875/task/23883/stat : 23883 (java) S 23873 23875 23400 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 168016277 926990336 6772 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23884] ppid=23873 vsize=905264 CPUtime=0.23
/proc/23875/task/23884/stat : 23884 (java) R 23873 23875 23400 0 -1 64 323 0 0 0 23 0 0 0 16 0 12 0 168016278 926990336 6772 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154473739 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23885] ppid=23873 vsize=905264 CPUtime=0.19
/proc/23875/task/23885/stat : 23885 (java) S 23873 23875 23400 0 -1 64 716 0 0 0 19 0 0 0 16 0 12 0 168016278 926990336 6772 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23886] ppid=23873 vsize=905264 CPUtime=0
/proc/23875/task/23886/stat : 23886 (java) S 23873 23875 23400 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 168016278 926990336 6772 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23887] ppid=23873 vsize=905264 CPUtime=0
/proc/23875/task/23887/stat : 23887 (java) S 23873 23875 23400 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168016278 926990336 6772 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 905264

[startup+2.98755 s]
/proc/loadavg: 2.04 2.01 2.00 3/104 23887
/proc/meminfo: memFree=1322768/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=917528 CPUtime=2.85
/proc/23875/stat : 23875 (java) R 23873 23875 23400 0 -1 0 17250 0 1 0 279 6 0 0 24 0 12 0 168016258 939548672 14898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053848893 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23875/statm: 229382 14898 2472 14 0 215819 0
[pid=23875/tid=23877] ppid=23873 vsize=917528 CPUtime=0
/proc/23875/task/23877/stat : 23877 (java) S 23873 23875 23400 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 168016260 939548672 14898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23878] ppid=23873 vsize=917528 CPUtime=0
/proc/23875/task/23878/stat : 23878 (java) S 23873 23875 23400 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 168016260 939548672 14898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23879] ppid=23873 vsize=917528 CPUtime=0
/proc/23875/task/23879/stat : 23879 (java) S 23873 23875 23400 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 168016264 939548672 14898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23880] ppid=23873 vsize=917528 CPUtime=0
/proc/23875/task/23880/stat : 23880 (java) S 23873 23875 23400 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 168016264 939548672 14898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23881] ppid=23873 vsize=917528 CPUtime=0
/proc/23875/task/23881/stat : 23881 (java) S 23873 23875 23400 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 168016264 939548672 14898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23882] ppid=23873 vsize=917528 CPUtime=0
/proc/23875/task/23882/stat : 23882 (java) S 23873 23875 23400 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168016277 939548672 14898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23883] ppid=23873 vsize=917528 CPUtime=0
/proc/23875/task/23883/stat : 23883 (java) S 23873 23875 23400 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 168016277 939548672 14898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23884] ppid=23873 vsize=917528 CPUtime=0.42
/proc/23875/task/23884/stat : 23884 (java) S 23873 23875 23400 0 -1 64 437 0 0 0 42 0 0 0 16 0 12 0 168016278 939548672 14898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23885] ppid=23873 vsize=917528 CPUtime=1.01
/proc/23875/task/23885/stat : 23885 (java) R 23873 23875 23400 0 -1 64 5197 0 0 0 100 1 0 0 20 0 12 0 168016278 939548672 14898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152640569 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23886] ppid=23873 vsize=917528 CPUtime=0
/proc/23875/task/23886/stat : 23886 (java) S 23873 23875 23400 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 168016278 939548672 14898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23887] ppid=23873 vsize=917528 CPUtime=0
/proc/23875/task/23887/stat : 23887 (java) S 23873 23875 23400 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168016278 939548672 14898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 917528

[startup+6.2879 s]
/proc/loadavg: 2.04 2.01 2.00 3/104 23887
/proc/meminfo: memFree=1269840/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=916388 CPUtime=6.12
/proc/23875/stat : 23875 (java) R 23873 23875 23400 0 -1 0 26830 0 1 0 601 11 0 0 25 0 12 0 168016258 938381312 23671 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054396880 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23875/statm: 229097 23671 2475 14 0 215534 0
[pid=23875/tid=23877] ppid=23873 vsize=916388 CPUtime=0.02
/proc/23875/task/23877/stat : 23877 (java) S 23873 23875 23400 0 -1 64 421 0 0 0 2 0 0 0 16 0 12 0 168016260 938381312 23671 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23878] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23878/stat : 23878 (java) S 23873 23875 23400 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 168016260 938381312 23671 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23879] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23879/stat : 23879 (java) S 23873 23875 23400 0 -1 64 22 0 0 0 0 0 0 0 16 0 12 0 168016264 938381312 23671 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23880] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23880/stat : 23880 (java) S 23873 23875 23400 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168016264 938381312 23671 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23881] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23881/stat : 23881 (java) S 23873 23875 23400 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168016264 938381312 23671 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23882] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23882/stat : 23882 (java) S 23873 23875 23400 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168016277 938381312 23671 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23883] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23883/stat : 23883 (java) S 23873 23875 23400 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 168016277 938381312 23671 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23884] ppid=23873 vsize=916388 CPUtime=0.42
/proc/23875/task/23884/stat : 23884 (java) S 23873 23875 23400 0 -1 64 437 0 0 0 42 0 0 0 16 0 12 0 168016278 938381312 23671 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23885] ppid=23873 vsize=916388 CPUtime=1.17
/proc/23875/task/23885/stat : 23885 (java) S 23873 23875 23400 0 -1 64 5765 0 0 0 115 2 0 0 21 0 12 0 168016278 938381312 23671 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23886] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23886/stat : 23886 (java) S 23873 23875 23400 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 168016278 938381312 23671 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23887] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23887/stat : 23887 (java) S 23873 23875 23400 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168016278 938381312 23671 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 916388

[startup+12.7826 s]
/proc/loadavg: 2.04 2.01 2.00 3/104 23887
/proc/meminfo: memFree=1269712/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=916388 CPUtime=12.55
/proc/23875/stat : 23875 (java) R 23873 23875 23400 0 -1 0 27274 0 1 0 1244 11 0 0 25 0 12 0 168016258 938381312 23873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054185680 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23875/statm: 229097 23873 2475 14 0 215534 0
[pid=23875/tid=23877] ppid=23873 vsize=916388 CPUtime=0.02
/proc/23875/task/23877/stat : 23877 (java) S 23873 23875 23400 0 -1 64 652 0 0 0 2 0 0 0 15 0 12 0 168016260 938381312 23873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23878] ppid=23873 vsize=916388 CPUtime=0.01
/proc/23875/task/23878/stat : 23878 (java) S 23873 23875 23400 0 -1 64 206 0 0 0 1 0 0 0 16 0 12 0 168016260 938381312 23873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23879] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23879/stat : 23879 (java) S 23873 23875 23400 0 -1 64 22 0 0 0 0 0 0 0 16 0 12 0 168016264 938381312 23873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23880] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23880/stat : 23880 (java) S 23873 23875 23400 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168016264 938381312 23873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23881] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23881/stat : 23881 (java) S 23873 23875 23400 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168016264 938381312 23873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23882] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23882/stat : 23882 (java) S 23873 23875 23400 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168016277 938381312 23873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23883] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23883/stat : 23883 (java) S 23873 23875 23400 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 168016277 938381312 23873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23884] ppid=23873 vsize=916388 CPUtime=0.42
/proc/23875/task/23884/stat : 23884 (java) S 23873 23875 23400 0 -1 64 437 0 0 0 42 0 0 0 16 0 12 0 168016278 938381312 23873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23885] ppid=23873 vsize=916388 CPUtime=1.17
/proc/23875/task/23885/stat : 23885 (java) S 23873 23875 23400 0 -1 64 5765 0 0 0 115 2 0 0 21 0 12 0 168016278 938381312 23873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23886] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23886/stat : 23886 (java) S 23873 23875 23400 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 168016278 938381312 23873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23887] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23887/stat : 23887 (java) S 23873 23875 23400 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168016278 938381312 23873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 916388

[startup+25.645 s]
/proc/loadavg: 2.03 2.01 2.00 3/104 23887
/proc/meminfo: memFree=1273680/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=916388 CPUtime=25.29
/proc/23875/stat : 23875 (java) R 23873 23875 23400 0 -1 0 27312 0 1 0 2518 11 0 0 25 0 12 0 168016258 938381312 22826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054224613 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23875/statm: 229097 22826 2475 14 0 215534 0
[pid=23875/tid=23877] ppid=23873 vsize=916388 CPUtime=0.03
/proc/23875/task/23877/stat : 23877 (java) S 23873 23875 23400 0 -1 64 663 0 0 0 3 0 0 0 15 0 12 0 168016260 938381312 22826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23878] ppid=23873 vsize=916388 CPUtime=0.01
/proc/23875/task/23878/stat : 23878 (java) S 23873 23875 23400 0 -1 64 212 0 0 0 1 0 0 0 15 0 12 0 168016260 938381312 22826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23879] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23879/stat : 23879 (java) S 23873 23875 23400 0 -1 64 22 0 0 0 0 0 0 0 16 0 12 0 168016264 938381312 22826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23880] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23880/stat : 23880 (java) S 23873 23875 23400 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168016264 938381312 22826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23881] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23881/stat : 23881 (java) S 23873 23875 23400 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168016264 938381312 22826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23882] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23882/stat : 23882 (java) S 23873 23875 23400 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168016277 938381312 22826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23883] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23883/stat : 23883 (java) S 23873 23875 23400 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 168016277 938381312 22826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23884] ppid=23873 vsize=916388 CPUtime=0.43
/proc/23875/task/23884/stat : 23884 (java) S 23873 23875 23400 0 -1 64 437 0 0 0 43 0 0 0 16 0 12 0 168016278 938381312 22826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23885] ppid=23873 vsize=916388 CPUtime=1.18
/proc/23875/task/23885/stat : 23885 (java) S 23873 23875 23400 0 -1 64 5765 0 0 0 116 2 0 0 16 0 12 0 168016278 938381312 22826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23886] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23886/stat : 23886 (java) S 23873 23875 23400 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 168016278 938381312 22826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23887] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23887/stat : 23887 (java) S 23873 23875 23400 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168016278 938381312 22826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 916388

[startup+51.3027 s]
/proc/loadavg: 2.02 2.01 2.00 3/104 23887
/proc/meminfo: memFree=1275664/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=916388 CPUtime=50.71
/proc/23875/stat : 23875 (java) R 23873 23875 23400 0 -1 0 27404 0 1 0 5059 12 0 0 25 0 12 0 168016258 938381312 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054166736 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23875/statm: 229097 22456 2475 14 0 215534 0
[pid=23875/tid=23877] ppid=23873 vsize=916388 CPUtime=0.04
/proc/23875/task/23877/stat : 23877 (java) S 23873 23875 23400 0 -1 64 689 0 0 0 4 0 0 0 16 0 12 0 168016260 938381312 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23878] ppid=23873 vsize=916388 CPUtime=0.02
/proc/23875/task/23878/stat : 23878 (java) S 23873 23875 23400 0 -1 64 220 0 0 0 2 0 0 0 15 0 12 0 168016260 938381312 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23879] ppid=23873 vsize=916388 CPUtime=0.01
/proc/23875/task/23879/stat : 23879 (java) S 23873 23875 23400 0 -1 64 22 0 0 0 1 0 0 0 15 0 12 0 168016264 938381312 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23880] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23880/stat : 23880 (java) S 23873 23875 23400 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168016264 938381312 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23881] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23881/stat : 23881 (java) S 23873 23875 23400 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168016264 938381312 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23882] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23882/stat : 23882 (java) S 23873 23875 23400 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168016277 938381312 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23883] ppid=23873 vsize=916388 CPUtime=0.01
/proc/23875/task/23883/stat : 23883 (java) S 23873 23875 23400 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 168016277 938381312 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23884] ppid=23873 vsize=916388 CPUtime=0.53
/proc/23875/task/23884/stat : 23884 (java) S 23873 23875 23400 0 -1 64 437 0 0 0 53 0 0 0 16 0 12 0 168016278 938381312 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23885] ppid=23873 vsize=916388 CPUtime=1.39
/proc/23875/task/23885/stat : 23885 (java) S 23873 23875 23400 0 -1 64 5773 0 0 0 137 2 0 0 16 0 12 0 168016278 938381312 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23886] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23886/stat : 23886 (java) S 23873 23875 23400 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 168016278 938381312 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23887] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23887/stat : 23887 (java) S 23873 23875 23400 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168016278 938381312 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 916388

[startup+102.598 s]
/proc/loadavg: 2.01 2.00 2.00 3/104 23887
/proc/meminfo: memFree=1275472/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=916388 CPUtime=101.53
/proc/23875/stat : 23875 (java) R 23873 23875 23400 0 -1 0 27584 0 1 0 10139 14 0 0 25 0 12 0 168016258 938381312 22524 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054240171 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23875/statm: 229097 22524 2475 14 0 215534 0
[pid=23875/tid=23877] ppid=23873 vsize=916388 CPUtime=0.06
/proc/23875/task/23877/stat : 23877 (java) S 23873 23875 23400 0 -1 64 719 0 0 0 6 0 0 0 16 0 12 0 168016260 938381312 22524 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23878] ppid=23873 vsize=916388 CPUtime=0.04
/proc/23875/task/23878/stat : 23878 (java) S 23873 23875 23400 0 -1 64 252 0 0 0 4 0 0 0 15 0 12 0 168016260 938381312 22524 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23879] ppid=23873 vsize=916388 CPUtime=0.02
/proc/23875/task/23879/stat : 23879 (java) S 23873 23875 23400 0 -1 64 22 0 0 0 1 1 0 0 15 0 12 0 168016264 938381312 22524 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23880] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23880/stat : 23880 (java) S 23873 23875 23400 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168016264 938381312 22524 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23881] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23881/stat : 23881 (java) S 23873 23875 23400 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168016264 938381312 22524 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23882] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23882/stat : 23882 (java) S 23873 23875 23400 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168016277 938381312 22524 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23883] ppid=23873 vsize=916388 CPUtime=0.01
/proc/23875/task/23883/stat : 23883 (java) S 23873 23875 23400 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 168016277 938381312 22524 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23884] ppid=23873 vsize=916388 CPUtime=0.56
/proc/23875/task/23884/stat : 23884 (java) S 23873 23875 23400 0 -1 64 437 0 0 0 56 0 0 0 17 0 12 0 168016278 938381312 22524 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23885] ppid=23873 vsize=916388 CPUtime=1.45
/proc/23875/task/23885/stat : 23885 (java) S 23873 23875 23400 0 -1 64 5779 0 0 0 143 2 0 0 17 0 12 0 168016278 938381312 22524 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23886] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23886/stat : 23886 (java) S 23873 23875 23400 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 168016278 938381312 22524 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23887] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23887/stat : 23887 (java) S 23873 23875 23400 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168016278 938381312 22524 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 916388

[startup+162.654 s]
/proc/loadavg: 2.00 2.00 2.00 3/104 23887
/proc/meminfo: memFree=1275088/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=916388 CPUtime=161.03
/proc/23875/stat : 23875 (java) R 23873 23875 23400 0 -1 0 27842 0 1 0 16086 17 0 0 25 0 12 0 168016258 938381312 22614 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054182081 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23875/statm: 229097 22614 2475 14 0 215534 0
[pid=23875/tid=23877] ppid=23873 vsize=916388 CPUtime=0.08
/proc/23875/task/23877/stat : 23877 (java) S 23873 23875 23400 0 -1 64 763 0 0 0 8 0 0 0 16 0 12 0 168016260 938381312 22614 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23878] ppid=23873 vsize=916388 CPUtime=0.06
/proc/23875/task/23878/stat : 23878 (java) S 23873 23875 23400 0 -1 64 297 0 0 0 6 0 0 0 15 0 12 0 168016260 938381312 22614 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23879] ppid=23873 vsize=916388 CPUtime=0.05
/proc/23875/task/23879/stat : 23879 (java) S 23873 23875 23400 0 -1 64 22 0 0 0 3 2 0 0 15 0 12 0 168016264 938381312 22614 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23880] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23880/stat : 23880 (java) S 23873 23875 23400 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168016264 938381312 22614 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23881] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23881/stat : 23881 (java) S 23873 23875 23400 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168016264 938381312 22614 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23882] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23882/stat : 23882 (java) S 23873 23875 23400 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168016277 938381312 22614 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23883] ppid=23873 vsize=916388 CPUtime=0.01
/proc/23875/task/23883/stat : 23883 (java) S 23873 23875 23400 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 168016277 938381312 22614 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23884] ppid=23873 vsize=916388 CPUtime=0.56
/proc/23875/task/23884/stat : 23884 (java) S 23873 23875 23400 0 -1 64 437 0 0 0 56 0 0 0 17 0 12 0 168016278 938381312 22614 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23885] ppid=23873 vsize=916388 CPUtime=1.46
/proc/23875/task/23885/stat : 23885 (java) S 23873 23875 23400 0 -1 64 5779 0 0 0 144 2 0 0 16 0 12 0 168016278 938381312 22614 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23886] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23886/stat : 23886 (java) S 23873 23875 23400 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 168016278 938381312 22614 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23887] ppid=23873 vsize=916388 CPUtime=0
/proc/23875/task/23887/stat : 23887 (java) S 23873 23875 23400 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168016278 938381312 22614 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 916388



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+182.34 s]
/proc/loadavg: 2.00 2.00 2.00 4/104 23887
/proc/meminfo: memFree=1268560/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=921864 CPUtime=180.53
/proc/23875/stat : 23875 (java) R 23873 23875 23400 0 -1 0 29529 0 1 0 18035 18 0 0 25 0 12 0 168016258 943988736 24243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054240671 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23875/statm: 230466 24243 2480 14 0 216903 0
[pid=23875/tid=23877] ppid=23873 vsize=921864 CPUtime=0.09
/proc/23875/task/23877/stat : 23877 (java) S 23873 23875 23400 0 -1 64 789 0 0 0 9 0 0 0 16 0 12 0 168016260 943988736 24243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23878] ppid=23873 vsize=921864 CPUtime=0.08
/proc/23875/task/23878/stat : 23878 (java) S 23873 23875 23400 0 -1 64 510 0 0 0 8 0 0 0 16 0 12 0 168016260 943988736 24243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23879] ppid=23873 vsize=921864 CPUtime=0.06
/proc/23875/task/23879/stat : 23879 (java) S 23873 23875 23400 0 -1 64 22 0 0 0 3 3 0 0 15 0 12 0 168016264 943988736 24243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23880] ppid=23873 vsize=921864 CPUtime=0
/proc/23875/task/23880/stat : 23880 (java) S 23873 23875 23400 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168016264 943988736 24243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23881] ppid=23873 vsize=921864 CPUtime=0
/proc/23875/task/23881/stat : 23881 (java) S 23873 23875 23400 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168016264 943988736 24243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23882] ppid=23873 vsize=921864 CPUtime=0
/proc/23875/task/23882/stat : 23882 (java) S 23873 23875 23400 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168016277 943988736 24243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23883] ppid=23873 vsize=921864 CPUtime=0.01
/proc/23875/task/23883/stat : 23883 (java) S 23873 23875 23400 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 168016277 943988736 24243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23884] ppid=23873 vsize=921864 CPUtime=1.35
/proc/23875/task/23884/stat : 23884 (java) R 23873 23875 23400 0 -1 64 1813 0 0 0 135 0 0 0 21 0 12 0 168016278 943988736 24243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151169475 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23885] ppid=23873 vsize=921864 CPUtime=1.54
/proc/23875/task/23885/stat : 23885 (java) S 23873 23875 23400 0 -1 64 5790 0 0 0 152 2 0 0 16 0 12 0 168016278 943988736 24243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23886] ppid=23873 vsize=921864 CPUtime=0
/proc/23875/task/23886/stat : 23886 (java) S 23873 23875 23400 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 168016278 943988736 24243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23875/tid=23887] ppid=23873 vsize=921864 CPUtime=0
/proc/23875/task/23887/stat : 23887 (java) S 23873 23875 23400 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168016278 943988736 24243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 180.53
Current children cumulated vsize (KiB) 921864

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

Child status: 143
Real time (s): 182.625
CPU time (s): 180.809
CPU user time (s): 180.604
CPU system time (s): 0.204968
CPU usage (%): 99.0051
Max. virtual memory (cumulated for all children) (KiB): 925588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 180.604
system time used= 0.204968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30643
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= 9530
involuntary context switches= 14414

runsolver used 0.241963 s user time and 0.579911 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Sun Jan  7 18:56:50 UTC 2007


IDJOB= 210254
IDBENCH= 4605
FILE ID= node24/210254-1168196210

PBS_JOBID= 3479448

Free space on /tmp= 66472 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/fpga/fpga-20-19.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/210254-1168196210/sat4jCSP-bf3.jar /tmp/evaluation/210254-1168196210/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-210254-1168196210 -o ROOT/results/node24/solver-210254-1168196210 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/210254-1168196210/sat4jCSP-bf3.jar /tmp/evaluation/210254-1168196210/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  e422289bc6969984a6f7ba5d137fd82b

RANDOM SEED= 86736392

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:       1356360 kB
Buffers:         59900 kB
Cached:         482196 kB
SwapCached:          0 kB
Active:         288924 kB
Inactive:       341148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1356360 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2528 kB
Writeback:           0 kB
Mapped:         116940 kB
Slab:            53932 kB
Committed_AS:  4260440 kB
PageTables:       2472 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= 66472 MiB



End job on node24 on Sun Jan  7 18:59:53 UTC 2007