Trace number 202255

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) 246.255 247.523

General information on the benchmark

Namefapp/fapp21-25/fapp24/
fapp24-2000-4.xml
MD5SUM5fbe4146ea3bb95ea4606a5432d19742
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.95894
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.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.17	c version CSP COMPETITION BUGFIX 3
0.17	c sun.arch.data.model	32
0.17	c java.version	1.5.0_10
0.17	c os.name	Linux
0.17	c os.version	2.6.9-22.EL.rootsmp
0.17	c os.arch	i386
0.17	c Free memory 722620888
0.17	c Max memory 723845120
0.17	c Total memory 723845120
0.17	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/202255-1168151066/unknown.xml
0.25	c reading problem ... 
0.43	c reading problem named ?
0.43	c reading domains done.
0.73	c reading variables
c reading variables (2000) done.
2.92	c reading predicates 
c reading relations (9) done.
3.18	c reading constraintsc starts		: 0
247.38	c conflicts		: 0
247.38	c decisions		: 0
247.38	c propagations		: 0
247.38	c inspects		: 0
247.38	c learnt literals	: 0
247.38	c learnt binary clauses	: 0
247.38	c learnt ternary clauses	: 0
247.38	c learnt clauses	: 0
247.38	c root simplifications	: 0
247.38	c removed literals (reason simplification)	: 0
247.38	c reason swapping (by a shorter reason)	: 0
247.38	c Calls to reduceDB	: 0
247.38	c speed (decisions/second)	: 0.0
247.38	c non guided choices	0
247.38	s UNKNOWN
247.38	c Total wall clock time (in seconds) : 247.125
247.38	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/node50/watcher-202255-1168151066 -o ROOT/results/node50/solver-202255-1168151066 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/202255-1168151066/sat4jCSP-bf3.jar /tmp/evaluation/202255-1168151066/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: 0.92 0.98 1.03 5/69 30723
/proc/meminfo: memFree=1473152/2055920 swapFree=4191892/4192956
[pid=30721] ppid=30717 vsize=1784 CPUtime=0
/proc/30721/stat : 30721 (java) R 30717 30721 30594 0 -1 0 178 0 0 0 0 0 0 0 18 0 1 0 163505217 1826816 148 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30721/statm: 446 148 113 14 0 91 0

[startup+0.103955 s]
/proc/loadavg: 0.92 0.98 1.03 5/69 30723
/proc/meminfo: memFree=1473152/2055920 swapFree=4191892/4192956
[pid=30721] ppid=30717 vsize=897120 CPUtime=0.08
/proc/30721/stat : 30721 (java) R 30717 30721 30594 0 -1 0 3210 0 1 0 6 2 0 0 22 0 6 0 163505217 918650880 2970 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4153209238 0 4 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/30721/statm: 224280 2971 1512 14 0 211300 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 897120

[startup+0.512016 s]
/proc/loadavg: 0.92 0.98 1.03 5/69 30723
/proc/meminfo: memFree=1473152/2055920 swapFree=4191892/4192956
[pid=30721] ppid=30717 vsize=906356 CPUtime=0.57
/proc/30721/stat : 30721 (java) R 30717 30721 30594 0 -1 0 6095 0 1 0 53 4 0 0 17 0 12 0 163505217 928108544 5650 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053845626 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30721/statm: 226589 5650 2293 14 0 213026 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 906356

[startup+1.33411 s]
/proc/loadavg: 1.09 1.02 1.04 3/84 30910
/proc/meminfo: memFree=1417728/2055920 swapFree=4191892/4192956
[pid=30721] ppid=30717 vsize=908276 CPUtime=1.4
/proc/30721/stat : 30721 (java) R 30717 30721 30594 0 -1 0 7455 0 1 0 135 5 0 0 20 0 12 0 163505217 930074624 6376 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30721/statm: 227069 6376 2307 14 0 213506 0
[pid=30721/tid=30738] ppid=30717 vsize=908276 CPUtime=0
/proc/30721/task/30738/stat : 30738 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163505220 930074624 6376 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30739] ppid=30717 vsize=908276 CPUtime=0
/proc/30721/task/30739/stat : 30739 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 163505220 930074624 6376 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30754] ppid=30717 vsize=908276 CPUtime=0
/proc/30721/task/30754/stat : 30754 (java) S 30717 30721 30594 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 163505223 930074624 6376 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30758] ppid=30717 vsize=908276 CPUtime=0
/proc/30721/task/30758/stat : 30758 (java) S 30717 30721 30594 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 163505223 930074624 6376 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30759] ppid=30717 vsize=908276 CPUtime=0
/proc/30721/task/30759/stat : 30759 (java) S 30717 30721 30594 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 163505223 930074624 6376 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30782] ppid=30717 vsize=908276 CPUtime=0
/proc/30721/task/30782/stat : 30782 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 163505227 930074624 6376 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30783] ppid=30717 vsize=908276 CPUtime=0
/proc/30721/task/30783/stat : 30783 (java) S 30717 30721 30594 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 163505227 930074624 6376 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30784] ppid=30717 vsize=908276 CPUtime=0.27
/proc/30721/task/30784/stat : 30784 (java) S 30717 30721 30594 0 -1 64 1088 0 0 0 27 0 0 0 16 0 12 0 163505227 930074624 6376 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30785] ppid=30717 vsize=908276 CPUtime=0.42
/proc/30721/task/30785/stat : 30785 (java) R 30717 30721 30594 0 -1 64 985 0 0 0 42 0 0 0 16 0 12 0 163505227 930074624 6376 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151811394 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30786] ppid=30717 vsize=908276 CPUtime=0
/proc/30721/task/30786/stat : 30786 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163505227 930074624 6376 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30787] ppid=30717 vsize=908276 CPUtime=0
/proc/30721/task/30787/stat : 30787 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163505228 930074624 6376 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 908276

[startup+2.98739 s]
/proc/loadavg: 1.09 1.02 1.04 3/84 30910
/proc/meminfo: memFree=1300928/2055920 swapFree=4191892/4192956
[pid=30721] ppid=30717 vsize=913404 CPUtime=3.36
/proc/30721/stat : 30721 (java) R 30717 30721 30594 0 -1 0 52254 0 1 0 312 24 0 0 17 0 12 0 163505217 935325696 48934 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152341458 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30721/statm: 228351 48934 2395 14 0 214788 0
[pid=30721/tid=30738] ppid=30717 vsize=913404 CPUtime=0.45
/proc/30721/task/30738/stat : 30738 (java) R 30717 30721 30594 0 -1 64 12299 0 0 0 42 3 0 0 19 0 12 0 163505220 935325696 48934 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30739] ppid=30717 vsize=913404 CPUtime=0.63
/proc/30721/task/30739/stat : 30739 (java) S 30717 30721 30594 0 -1 64 17521 0 0 0 55 8 0 0 18 0 12 0 163505220 935325696 48934 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30754] ppid=30717 vsize=913404 CPUtime=0
/proc/30721/task/30754/stat : 30754 (java) S 30717 30721 30594 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 163505223 935325696 48934 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30758] ppid=30717 vsize=913404 CPUtime=0
/proc/30721/task/30758/stat : 30758 (java) S 30717 30721 30594 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 163505223 935325696 48934 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30759] ppid=30717 vsize=913404 CPUtime=0
/proc/30721/task/30759/stat : 30759 (java) S 30717 30721 30594 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163505223 935325696 48934 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30782] ppid=30717 vsize=913404 CPUtime=0
/proc/30721/task/30782/stat : 30782 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 163505227 935325696 48934 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30783] ppid=30717 vsize=913404 CPUtime=0
/proc/30721/task/30783/stat : 30783 (java) S 30717 30721 30594 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 163505227 935325696 48934 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30784] ppid=30717 vsize=913404 CPUtime=0.37
/proc/30721/task/30784/stat : 30784 (java) S 30717 30721 30594 0 -1 64 1104 0 0 0 37 0 0 0 16 0 12 0 163505227 935325696 48934 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30785] ppid=30717 vsize=913404 CPUtime=0.63
/proc/30721/task/30785/stat : 30785 (java) R 30717 30721 30594 0 -1 64 1401 0 0 0 63 0 0 0 17 0 12 0 163505227 935325696 48934 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151473809 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30786] ppid=30717 vsize=913404 CPUtime=0
/proc/30721/task/30786/stat : 30786 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163505227 935325696 48934 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30787] ppid=30717 vsize=913404 CPUtime=0
/proc/30721/task/30787/stat : 30787 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163505228 935325696 48934 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 913404

[startup+6.19293 s]
/proc/loadavg: 1.16 1.03 1.04 3/84 30910
/proc/meminfo: memFree=1211136/2055920 swapFree=4191892/4192956
[pid=30721] ppid=30717 vsize=918240 CPUtime=6.57
/proc/30721/stat : 30721 (java) R 30717 30721 30594 0 -1 0 59457 0 1 0 629 28 0 0 25 0 12 0 163505217 940277760 53774 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30721/statm: 229560 53774 2479 14 0 215997 0
[pid=30721/tid=30738] ppid=30717 vsize=918240 CPUtime=0.6
/proc/30721/task/30738/stat : 30738 (java) R 30717 30721 30594 0 -1 64 13841 0 0 0 56 4 0 0 15 0 12 0 163505220 940277760 53774 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151674140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30739] ppid=30717 vsize=918240 CPUtime=0.77
/proc/30721/task/30739/stat : 30739 (java) R 30717 30721 30594 0 -1 64 19266 0 0 0 69 8 0 0 16 0 12 0 163505220 940277760 53774 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151674280 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30754] ppid=30717 vsize=918240 CPUtime=0
/proc/30721/task/30754/stat : 30754 (java) R 30717 30721 30594 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 163505223 940277760 53774 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30758] ppid=30717 vsize=918240 CPUtime=0
/proc/30721/task/30758/stat : 30758 (java) S 30717 30721 30594 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 163505223 940277760 53774 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30759] ppid=30717 vsize=918240 CPUtime=0
/proc/30721/task/30759/stat : 30759 (java) S 30717 30721 30594 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163505223 940277760 53774 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30782] ppid=30717 vsize=918240 CPUtime=0
/proc/30721/task/30782/stat : 30782 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 163505227 940277760 53774 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30783] ppid=30717 vsize=918240 CPUtime=0
/proc/30721/task/30783/stat : 30783 (java) S 30717 30721 30594 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 163505227 940277760 53774 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30784] ppid=30717 vsize=918240 CPUtime=0.7
/proc/30721/task/30784/stat : 30784 (java) S 30717 30721 30594 0 -1 64 1777 0 0 0 70 0 0 0 16 0 12 0 163505227 940277760 53774 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30785] ppid=30717 vsize=918240 CPUtime=1.32
/proc/30721/task/30785/stat : 30785 (java) S 30717 30721 30594 0 -1 64 4195 0 0 0 130 2 0 0 17 0 12 0 163505227 940277760 53774 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30786] ppid=30717 vsize=918240 CPUtime=0
/proc/30721/task/30786/stat : 30786 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163505227 940277760 53774 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30787] ppid=30717 vsize=918240 CPUtime=0
/proc/30721/task/30787/stat : 30787 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163505228 940277760 53774 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.57
Current children cumulated vsize (KiB) 918240

[startup+12.6808 s]
/proc/loadavg: 1.23 1.05 1.05 3/84 30910
/proc/meminfo: memFree=1192832/2055920 swapFree=4191892/4192956
[pid=30721] ppid=30717 vsize=915172 CPUtime=13.04
/proc/30721/stat : 30721 (java) R 30717 30721 30594 0 -1 0 65435 0 1 0 1273 31 0 0 25 0 12 0 163505217 937136128 58361 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054443544 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30721/statm: 228793 58361 2479 14 0 215230 0
[pid=30721/tid=30738] ppid=30717 vsize=915172 CPUtime=0.76
/proc/30721/task/30738/stat : 30738 (java) S 30717 30721 30594 0 -1 64 17505 0 0 0 70 6 0 0 16 0 12 0 163505220 937136128 58361 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30739] ppid=30717 vsize=915172 CPUtime=0.91
/proc/30721/task/30739/stat : 30739 (java) S 30717 30721 30594 0 -1 64 21554 0 0 0 82 9 0 0 16 0 12 0 163505220 937136128 58361 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30754] ppid=30717 vsize=915172 CPUtime=0.01
/proc/30721/task/30754/stat : 30754 (java) S 30717 30721 30594 0 -1 64 12 0 0 0 1 0 0 0 16 0 12 0 163505223 937136128 58361 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30758] ppid=30717 vsize=915172 CPUtime=0
/proc/30721/task/30758/stat : 30758 (java) S 30717 30721 30594 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 163505223 937136128 58361 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30759] ppid=30717 vsize=915172 CPUtime=0
/proc/30721/task/30759/stat : 30759 (java) S 30717 30721 30594 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163505223 937136128 58361 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30782] ppid=30717 vsize=915172 CPUtime=0
/proc/30721/task/30782/stat : 30782 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 163505227 937136128 58361 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30783] ppid=30717 vsize=915172 CPUtime=0
/proc/30721/task/30783/stat : 30783 (java) S 30717 30721 30594 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 163505227 937136128 58361 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30784] ppid=30717 vsize=915172 CPUtime=0.73
/proc/30721/task/30784/stat : 30784 (java) S 30717 30721 30594 0 -1 64 1778 0 0 0 73 0 0 0 17 0 12 0 163505227 937136128 58361 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30785] ppid=30717 vsize=915172 CPUtime=1.34
/proc/30721/task/30785/stat : 30785 (java) S 30717 30721 30594 0 -1 64 4195 0 0 0 132 2 0 0 16 0 12 0 163505227 937136128 58361 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30786] ppid=30717 vsize=915172 CPUtime=0
/proc/30721/task/30786/stat : 30786 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163505227 937136128 58361 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30787] ppid=30717 vsize=915172 CPUtime=0
/proc/30721/task/30787/stat : 30787 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163505228 937136128 58361 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.04
Current children cumulated vsize (KiB) 915172

[startup+25.561 s]
/proc/loadavg: 1.34 1.08 1.06 3/84 30910
/proc/meminfo: memFree=1168960/2055920 swapFree=4191892/4192956
[pid=30721] ppid=30717 vsize=916704 CPUtime=25.87
/proc/30721/stat : 30721 (java) R 30717 30721 30594 0 -1 0 73305 0 1 0 2552 35 0 0 25 0 12 0 163505217 938704896 65261 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054549870 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30721/statm: 229176 65261 2480 14 0 215613 0
[pid=30721/tid=30738] ppid=30717 vsize=916704 CPUtime=0.89
/proc/30721/task/30738/stat : 30738 (java) S 30717 30721 30594 0 -1 64 20905 0 0 0 82 7 0 0 16 0 12 0 163505220 938704896 65261 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30739] ppid=30717 vsize=916704 CPUtime=1.03
/proc/30721/task/30739/stat : 30739 (java) S 30717 30721 30594 0 -1 64 25290 0 0 0 93 10 0 0 16 0 12 0 163505220 938704896 65261 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30754] ppid=30717 vsize=916704 CPUtime=0.01
/proc/30721/task/30754/stat : 30754 (java) S 30717 30721 30594 0 -1 64 14 0 0 0 1 0 0 0 15 0 12 0 163505223 938704896 65261 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30758] ppid=30717 vsize=916704 CPUtime=0
/proc/30721/task/30758/stat : 30758 (java) S 30717 30721 30594 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 163505223 938704896 65261 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30759] ppid=30717 vsize=916704 CPUtime=0
/proc/30721/task/30759/stat : 30759 (java) S 30717 30721 30594 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163505223 938704896 65261 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30782] ppid=30717 vsize=916704 CPUtime=0
/proc/30721/task/30782/stat : 30782 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 163505227 938704896 65261 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30783] ppid=30717 vsize=916704 CPUtime=0
/proc/30721/task/30783/stat : 30783 (java) S 30717 30721 30594 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 163505227 938704896 65261 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30784] ppid=30717 vsize=916704 CPUtime=1.02
/proc/30721/task/30784/stat : 30784 (java) S 30717 30721 30594 0 -1 64 2454 0 0 0 102 0 0 0 17 0 12 0 163505227 938704896 65261 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30785] ppid=30717 vsize=916704 CPUtime=1.46
/proc/30721/task/30785/stat : 30785 (java) S 30717 30721 30594 0 -1 64 4224 0 0 0 144 2 0 0 17 0 12 0 163505227 938704896 65261 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30786] ppid=30717 vsize=916704 CPUtime=0
/proc/30721/task/30786/stat : 30786 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163505227 938704896 65261 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30787] ppid=30717 vsize=916704 CPUtime=0
/proc/30721/task/30787/stat : 30787 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163505228 938704896 65261 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.87
Current children cumulated vsize (KiB) 916704

[startup+51.2013 s]
/proc/loadavg: 1.60 1.17 1.09 3/84 30910
/proc/meminfo: memFree=1111040/2055920 swapFree=4191892/4192956
[pid=30721] ppid=30717 vsize=916672 CPUtime=51.41
/proc/30721/stat : 30721 (java) R 30717 30721 30594 0 -1 0 86933 0 1 0 5100 41 0 0 25 0 12 0 163505217 938672128 78845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054380620 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30721/statm: 229168 78845 2480 14 0 215605 0
[pid=30721/tid=30738] ppid=30717 vsize=916672 CPUtime=1.12
/proc/30721/task/30738/stat : 30738 (java) S 30717 30721 30594 0 -1 64 28706 0 0 0 102 10 0 0 16 0 12 0 163505220 938672128 78845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30739] ppid=30717 vsize=916672 CPUtime=1.25
/proc/30721/task/30739/stat : 30739 (java) S 30717 30721 30594 0 -1 64 31074 0 0 0 112 13 0 0 16 0 12 0 163505220 938672128 78845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30754] ppid=30717 vsize=916672 CPUtime=0.04
/proc/30721/task/30754/stat : 30754 (java) S 30717 30721 30594 0 -1 64 15 0 0 0 3 1 0 0 15 0 12 0 163505223 938672128 78845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30758] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30758/stat : 30758 (java) S 30717 30721 30594 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 163505223 938672128 78845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30759] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30759/stat : 30759 (java) S 30717 30721 30594 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163505223 938672128 78845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30782] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30782/stat : 30782 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 163505227 938672128 78845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30783] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30783/stat : 30783 (java) S 30717 30721 30594 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 163505227 938672128 78845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30784] ppid=30717 vsize=916672 CPUtime=1.05
/proc/30721/task/30784/stat : 30784 (java) S 30717 30721 30594 0 -1 64 2455 0 0 0 105 0 0 0 17 0 12 0 163505227 938672128 78845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30785] ppid=30717 vsize=916672 CPUtime=1.49
/proc/30721/task/30785/stat : 30785 (java) S 30717 30721 30594 0 -1 64 4228 0 0 0 147 2 0 0 16 0 12 0 163505227 938672128 78845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30786] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30786/stat : 30786 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163505227 938672128 78845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30787] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30787/stat : 30787 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163505228 938672128 78845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.41
Current children cumulated vsize (KiB) 916672

[startup+102.438 s]
/proc/loadavg: 1.83 1.29 1.13 3/84 30910
/proc/meminfo: memFree=995840/2055920 swapFree=4191892/4192956
[pid=30721] ppid=30717 vsize=916672 CPUtime=102.38
/proc/30721/stat : 30721 (java) R 30717 30721 30594 0 -1 0 116141 0 1 0 10184 54 0 0 25 0 12 0 163505217 938672128 107648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054363164 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30721/statm: 229168 107648 2480 14 0 215605 0
[pid=30721/tid=30738] ppid=30717 vsize=916672 CPUtime=1.64
/proc/30721/task/30738/stat : 30738 (java) S 30717 30721 30594 0 -1 64 42138 0 0 0 149 15 0 0 16 0 12 0 163505220 938672128 107648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30739] ppid=30717 vsize=916672 CPUtime=1.81
/proc/30721/task/30739/stat : 30739 (java) S 30717 30721 30594 0 -1 64 46764 0 0 0 162 19 0 0 16 0 12 0 163505220 938672128 107648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30754] ppid=30717 vsize=916672 CPUtime=0.08
/proc/30721/task/30754/stat : 30754 (java) S 30717 30721 30594 0 -1 64 16 0 0 0 6 2 0 0 15 0 12 0 163505223 938672128 107648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30758] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30758/stat : 30758 (java) S 30717 30721 30594 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 163505223 938672128 107648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30759] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30759/stat : 30759 (java) S 30717 30721 30594 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163505223 938672128 107648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30782] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30782/stat : 30782 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 163505227 938672128 107648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30783] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30783/stat : 30783 (java) S 30717 30721 30594 0 -1 64 31 0 0 0 0 0 0 0 17 0 12 0 163505227 938672128 107648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30784] ppid=30717 vsize=916672 CPUtime=1.14
/proc/30721/task/30784/stat : 30784 (java) S 30717 30721 30594 0 -1 64 2460 0 0 0 114 0 0 0 17 0 12 0 163505227 938672128 107648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30785] ppid=30717 vsize=916672 CPUtime=1.58
/proc/30721/task/30785/stat : 30785 (java) S 30717 30721 30594 0 -1 64 4232 0 0 0 156 2 0 0 16 0 12 0 163505227 938672128 107648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30786] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30786/stat : 30786 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163505227 938672128 107648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30787] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30787/stat : 30787 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163505228 938672128 107648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 916672

[startup+162.521 s]
/proc/loadavg: 2.08 1.45 1.19 3/95 30961
/proc/meminfo: memFree=637736/2055920 swapFree=4191892/4192956
[pid=30721] ppid=30717 vsize=916672 CPUtime=161.74
/proc/30721/stat : 30721 (java) R 30717 30721 30594 0 -1 0 149234 0 1 0 16103 71 0 0 25 0 12 0 163505217 938672128 140400 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054199453 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30721/statm: 229168 140400 2480 14 0 215605 0
[pid=30721/tid=30738] ppid=30717 vsize=916672 CPUtime=2.41
/proc/30721/task/30738/stat : 30738 (java) S 30717 30721 30594 0 -1 64 58908 0 0 0 218 23 0 0 16 0 12 0 163505220 938672128 140400 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30739] ppid=30717 vsize=916672 CPUtime=2.6
/proc/30721/task/30739/stat : 30739 (java) S 30717 30721 30594 0 -1 64 62999 0 0 0 235 25 0 0 16 0 12 0 163505220 938672128 140400 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30754] ppid=30717 vsize=916672 CPUtime=0.1
/proc/30721/task/30754/stat : 30754 (java) S 30717 30721 30594 0 -1 64 17 0 0 0 8 2 0 0 15 0 12 0 163505223 938672128 140400 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30758] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30758/stat : 30758 (java) S 30717 30721 30594 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 163505223 938672128 140400 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30759] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30759/stat : 30759 (java) S 30717 30721 30594 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163505223 938672128 140400 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30782] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30782/stat : 30782 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 163505227 938672128 140400 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30783] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30783/stat : 30783 (java) S 30717 30721 30594 0 -1 64 31 0 0 0 0 0 0 0 17 0 12 0 163505227 938672128 140400 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30784] ppid=30717 vsize=916672 CPUtime=1.14
/proc/30721/task/30784/stat : 30784 (java) S 30717 30721 30594 0 -1 64 2460 0 0 0 114 0 0 0 17 0 12 0 163505227 938672128 140400 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30785] ppid=30717 vsize=916672 CPUtime=1.59
/proc/30721/task/30785/stat : 30785 (java) S 30717 30721 30594 0 -1 64 4232 0 0 0 157 2 0 0 16 0 12 0 163505227 938672128 140400 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30786] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30786/stat : 30786 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163505227 938672128 140400 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30787] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30787/stat : 30787 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163505228 938672128 140400 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.74
Current children cumulated vsize (KiB) 916672

[startup+222.619 s]
/proc/loadavg: 2.03 1.55 1.24 3/95 30961
/proc/meminfo: memFree=286632/2055920 swapFree=4191892/4192956
[pid=30721] ppid=30717 vsize=916672 CPUtime=221.55
/proc/30721/stat : 30721 (java) R 30717 30721 30594 0 -1 0 183061 0 1 0 22069 86 0 0 25 0 12 0 163505217 938672128 173977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054429607 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30721/statm: 229168 173977 2484 14 0 215605 0
[pid=30721/tid=30738] ppid=30717 vsize=916672 CPUtime=3.34
/proc/30721/task/30738/stat : 30738 (java) S 30717 30721 30594 0 -1 64 75883 0 0 0 305 29 0 0 16 0 12 0 163505220 938672128 173977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30739] ppid=30717 vsize=916672 CPUtime=3.53
/proc/30721/task/30739/stat : 30739 (java) S 30717 30721 30594 0 -1 64 79761 0 0 0 321 32 0 0 16 0 12 0 163505220 938672128 173977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30754] ppid=30717 vsize=916672 CPUtime=0.12
/proc/30721/task/30754/stat : 30754 (java) S 30717 30721 30594 0 -1 64 17 0 0 0 9 3 0 0 15 0 12 0 163505223 938672128 173977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30758] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30758/stat : 30758 (java) S 30717 30721 30594 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 163505223 938672128 173977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30759] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30759/stat : 30759 (java) S 30717 30721 30594 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163505223 938672128 173977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30782] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30782/stat : 30782 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 163505227 938672128 173977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30783] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30783/stat : 30783 (java) S 30717 30721 30594 0 -1 64 31 0 0 0 0 0 0 0 17 0 12 0 163505227 938672128 173977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30784] ppid=30717 vsize=916672 CPUtime=1.16
/proc/30721/task/30784/stat : 30784 (java) S 30717 30721 30594 0 -1 64 2463 0 0 0 116 0 0 0 17 0 12 0 163505227 938672128 173977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30785] ppid=30717 vsize=916672 CPUtime=1.59
/proc/30721/task/30785/stat : 30785 (java) S 30717 30721 30594 0 -1 64 4232 0 0 0 157 2 0 0 16 0 12 0 163505227 938672128 173977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30786] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30786/stat : 30786 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163505227 938672128 173977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30787] ppid=30717 vsize=916672 CPUtime=0
/proc/30721/task/30787/stat : 30787 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163505228 938672128 173977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.55
Current children cumulated vsize (KiB) 916672



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+246.47 s]
/proc/loadavg: 2.02 1.58 1.26 3/95 30961
/proc/meminfo: memFree=141736/2055920 swapFree=4191892/4192956
[pid=30721] ppid=30717 vsize=924676 CPUtime=245.21
/proc/30721/stat : 30721 (java) S 30717 30721 30594 0 -1 0 198928 0 1 0 24428 93 0 0 25 0 12 0 163505217 946868224 188276 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30721/statm: 231169 188276 2484 14 0 217606 0
[pid=30721/tid=30738] ppid=30717 vsize=924676 CPUtime=3.77
/proc/30721/task/30738/stat : 30738 (java) S 30717 30721 30594 0 -1 64 82651 0 0 0 345 32 0 0 15 0 12 0 163505220 946868224 188276 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30739] ppid=30717 vsize=924676 CPUtime=3.93
/proc/30721/task/30739/stat : 30739 (java) S 30717 30721 30594 0 -1 64 86201 0 0 0 358 35 0 0 15 0 12 0 163505220 946868224 188276 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30754] ppid=30717 vsize=924676 CPUtime=0.3
/proc/30721/task/30754/stat : 30754 (java) R 30717 30721 30594 0 -1 64 2629 0 0 0 25 5 0 0 16 0 12 0 163505223 946868224 188276 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30758] ppid=30717 vsize=924676 CPUtime=0
/proc/30721/task/30758/stat : 30758 (java) S 30717 30721 30594 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 163505223 946868224 188276 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30759] ppid=30717 vsize=924676 CPUtime=0
/proc/30721/task/30759/stat : 30759 (java) S 30717 30721 30594 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163505223 946868224 188276 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30782] ppid=30717 vsize=924676 CPUtime=0
/proc/30721/task/30782/stat : 30782 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 163505227 946868224 188276 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30783] ppid=30717 vsize=924676 CPUtime=0
/proc/30721/task/30783/stat : 30783 (java) S 30717 30721 30594 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 163505227 946868224 188276 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30784] ppid=30717 vsize=924676 CPUtime=1.24
/proc/30721/task/30784/stat : 30784 (java) S 30717 30721 30594 0 -1 64 2472 0 0 0 124 0 0 0 17 0 12 0 163505227 946868224 188276 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30785] ppid=30717 vsize=924676 CPUtime=1.66
/proc/30721/task/30785/stat : 30785 (java) S 30717 30721 30594 0 -1 64 4236 0 0 0 164 2 0 0 17 0 12 0 163505227 946868224 188276 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30721/tid=30786] ppid=30717 vsize=924676 CPUtime=0
/proc/30721/task/30786/stat : 30786 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163505227 946868224 188276 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30721/tid=30787] ppid=30717 vsize=924676 CPUtime=0
/proc/30721/task/30787/stat : 30787 (java) S 30717 30721 30594 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163505228 946868224 188276 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 245.21
Current children cumulated vsize (KiB) 924676

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

Child status: 143
Real time (s): 247.523
CPU time (s): 246.255
CPU user time (s): 245.211
CPU system time (s): 1.04384
CPU usage (%): 99.4874
Max. virtual memory (cumulated for all children) (KiB): 924676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.211
system time used= 1.04384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198950
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= 10606
involuntary context switches= 11509

runsolver used 0.301954 s user time and 0.816875 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Sun Jan  7 06:24:27 UTC 2007


IDJOB= 202255
IDBENCH= 3822
FILE ID= node50/202255-1168151066

PBS_JOBID= 3478460

Free space on /tmp= 66550 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  5fbe4146ea3bb95ea4606a5432d19742

RANDOM SEED= 113655710

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.263
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.263
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:       1473632 kB
Buffers:         41796 kB
Cached:         463660 kB
SwapCached:        396 kB
Active:         246408 kB
Inactive:       278652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1473632 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:           12992 kB
Writeback:           0 kB
Mapped:          28420 kB
Slab:            42852 kB
Committed_AS:  3708684 kB
PageTables:       1716 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= 66550 MiB



End job on node50 on Sun Jan  7 06:28:34 UTC 2007