Trace number 235119

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4JCSP-CACHED 1.7 RC BF3? 330.797 329.947

General information on the benchmark

Nametaillard/js-taillard-20-15/
js-taillard-20-15-105-3.xml
MD5SUM29690ac0f69e31f7db07bc5102f63191
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark118.642
SatisfiableYES
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1424
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14	c version CSP COMPETITION BUGFIX 3 CACHED
0.14	c sun.arch.data.model	32
0.14	c java.version	1.5.0_10
0.14	c os.name	Linux
0.14	c os.version	2.6.9-22.EL.rootsmp
0.14	c os.arch	i386
0.14	c Free memory 722620888
0.14	c Max memory 723845120
0.14	c Total memory 723845120
0.14	c Number of processors 2
0.20	c --- Begin Solver configuration ---
0.20	c Stops conflict analysis at the first Unique Implication Point
0.20	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.20	c Learn all clauses as in MiniSAT
0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving /tmp/evaluation/235119-1168335720/unknown.xml
0.20	c reading problem ... 
0.37	c reading problem named ?
0.37	c reading domains done.
0.58	c reading variables
c reading variables (300) done.
1.51	c reading predicates 
c reading relations (3) done.
1.75	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
326.47	c starts		: 0
326.47	c conflicts		: 0
326.47	c decisions		: 0
326.47	c propagations		: 0
326.47	c inspects		: 0
326.47	c learnt literals	: 0
326.47	c learnt binary clauses	: 0
326.47	c learnt ternary clauses	: 0
326.47	c learnt clauses	: 0
326.47	c root simplifications	: 0
326.47	c removed literals (reason simplification)	: 0
326.47	c reason swapping (by a shorter reason)	: 0
326.47	c Calls to reduceDB	: 0
326.47	c speed (decisions/second)	: 0.0
326.47	c non guided choices	0
326.47	s UNKNOWN
326.47	c Total wall clock time (in seconds) : 322.983
326.47	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/node61/watcher-235119-1168335720 -o ROOT/results/node61/solver-235119-1168335720 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/235119-1168335720/sat4jCSP-bf3-cached.jar /tmp/evaluation/235119-1168335720/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.25 2.05 1.86 4/68 15872
/proc/meminfo: memFree=1865328/2055920 swapFree=4192812/4192956
[pid=15871] ppid=15869 vsize=172 CPUtime=0
/proc/15871/stat : 15871 (java) R 15869 15871 15347 0 -1 0 201 0 0 0 0 0 0 0 20 0 1 0 181969912 176128 24 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 10384164 0 0 4096 0 0 0 0 17 1 0 0
/proc/15871/statm: 43 24 18 14 0 3 0

[startup+0.105769 s]
/proc/loadavg: 2.25 2.05 1.86 4/68 15872
/proc/meminfo: memFree=1865328/2055920 swapFree=4192812/4192956
[pid=15871] ppid=15869 vsize=902816 CPUtime=0.09
/proc/15871/stat : 15871 (java) R 15869 15871 15347 0 -1 0 3439 0 1 0 8 1 0 0 24 0 12 0 181969912 924483584 3199 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154528920 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15871/statm: 225704 3199 1595 14 0 212148 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 902816

[startup+0.513846 s]
/proc/loadavg: 2.25 2.05 1.86 4/68 15872
/proc/meminfo: memFree=1865328/2055920 swapFree=4192812/4192956
[pid=15871] ppid=15869 vsize=908120 CPUtime=0.71
/proc/15871/stat : 15871 (java) R 15869 15871 15347 0 -1 0 6880 0 1 0 68 3 0 0 18 0 12 0 181969912 929914880 6101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053868074 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15871/statm: 227030 6101 2297 14 0 213467 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 908120

[startup+1.33599 s]
/proc/loadavg: 2.25 2.05 1.86 2/79 15907
/proc/meminfo: memFree=1796504/2055920 swapFree=4192812/4192956
[pid=15871] ppid=15869 vsize=911332 CPUtime=2.17
/proc/15871/stat : 15871 (java) S 15869 15871 15347 0 -1 0 36234 0 1 0 200 17 0 0 18 0 12 0 181969912 933203968 32083 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15871/statm: 227833 32083 2336 14 0 214270 0
[pid=15871/tid=15873] ppid=15869 vsize=911332 CPUtime=0.17
/proc/15871/task/15873/stat : 15873 (java) R 15869 15871 15347 0 -1 64 8392 0 0 0 14 3 0 0 18 0 12 0 181969915 933203968 32083 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155242719 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15874] ppid=15869 vsize=911332 CPUtime=0.17
/proc/15871/task/15874/stat : 15874 (java) R 15869 15871 15347 0 -1 64 5705 0 0 0 14 3 0 0 18 0 12 0 181969915 933203968 32083 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694820 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15875] ppid=15869 vsize=911332 CPUtime=0
/proc/15871/task/15875/stat : 15875 (java) S 15869 15871 15347 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181969917 933203968 32083 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15876] ppid=15869 vsize=911332 CPUtime=0
/proc/15871/task/15876/stat : 15876 (java) S 15869 15871 15347 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 181969918 933203968 32083 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15877] ppid=15869 vsize=911332 CPUtime=0
/proc/15871/task/15877/stat : 15877 (java) S 15869 15871 15347 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 181969918 933203968 32083 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15878] ppid=15869 vsize=911332 CPUtime=0
/proc/15871/task/15878/stat : 15878 (java) S 15869 15871 15347 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 181969921 933203968 32083 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15879] ppid=15869 vsize=911332 CPUtime=0
/proc/15871/task/15879/stat : 15879 (java) S 15869 15871 15347 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181969921 933203968 32083 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15880] ppid=15869 vsize=911332 CPUtime=0.41
/proc/15871/task/15880/stat : 15880 (java) S 15869 15871 15347 0 -1 64 1529 0 0 0 41 0 0 0 18 0 12 0 181969921 933203968 32083 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15881] ppid=15869 vsize=911332 CPUtime=0.4
/proc/15871/task/15881/stat : 15881 (java) S 15869 15871 15347 0 -1 64 953 0 0 0 40 0 0 0 17 0 12 0 181969921 933203968 32083 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15882] ppid=15869 vsize=911332 CPUtime=0
/proc/15871/task/15882/stat : 15882 (java) S 15869 15871 15347 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 181969921 933203968 32083 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15883] ppid=15869 vsize=911332 CPUtime=0
/proc/15871/task/15883/stat : 15883 (java) S 15869 15871 15347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181969921 933203968 32083 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 911332

[startup+2.98929 s]
/proc/loadavg: 2.31 2.07 1.87 7/95 15923
/proc/meminfo: memFree=1711448/2055920 swapFree=4192812/4192956
[pid=15871] ppid=15869 vsize=911332 CPUtime=4.08
/proc/15871/stat : 15871 (java) R 15869 15871 15347 0 -1 0 49489 0 1 0 385 23 0 0 25 0 12 0 181969912 933203968 44037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15871/statm: 227833 44037 2477 14 0 214270 0
[pid=15871/tid=15873] ppid=15869 vsize=911332 CPUtime=0.51
/proc/15871/task/15873/stat : 15873 (java) R 15869 15871 15347 0 -1 64 12899 0 0 0 45 6 0 0 16 0 12 0 181969915 933203968 44037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151674757 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15874] ppid=15869 vsize=911332 CPUtime=0.49
/proc/15871/task/15874/stat : 15874 (java) R 15869 15871 15347 0 -1 64 13788 0 0 0 42 7 0 0 17 0 12 0 181969915 933203968 44037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958741 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15875] ppid=15869 vsize=911332 CPUtime=0
/proc/15871/task/15875/stat : 15875 (java) S 15869 15871 15347 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 181969917 933203968 44037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15876] ppid=15869 vsize=911332 CPUtime=0
/proc/15871/task/15876/stat : 15876 (java) S 15869 15871 15347 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 181969918 933203968 44037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15877] ppid=15869 vsize=911332 CPUtime=0
/proc/15871/task/15877/stat : 15877 (java) S 15869 15871 15347 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 181969918 933203968 44037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15878] ppid=15869 vsize=911332 CPUtime=0
/proc/15871/task/15878/stat : 15878 (java) S 15869 15871 15347 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 181969921 933203968 44037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15879] ppid=15869 vsize=911332 CPUtime=0
/proc/15871/task/15879/stat : 15879 (java) S 15869 15871 15347 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181969921 933203968 44037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15880] ppid=15869 vsize=911332 CPUtime=0.54
/proc/15871/task/15880/stat : 15880 (java) S 15869 15871 15347 0 -1 64 1543 0 0 0 54 0 0 0 16 0 12 0 181969921 933203968 44037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15881] ppid=15869 vsize=911332 CPUtime=0.48
/proc/15871/task/15881/stat : 15881 (java) S 15869 15871 15347 0 -1 64 967 0 0 0 48 0 0 0 16 0 12 0 181969921 933203968 44037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15882] ppid=15869 vsize=911332 CPUtime=0
/proc/15871/task/15882/stat : 15882 (java) S 15869 15871 15347 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 181969921 933203968 44037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15883] ppid=15869 vsize=911332 CPUtime=0
/proc/15871/task/15883/stat : 15883 (java) S 15869 15871 15347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181969921 933203968 44037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 911332

[startup+6.19984 s]
/proc/loadavg: 2.31 2.07 1.87 3/95 15923
/proc/meminfo: memFree=1481432/2055920 swapFree=4192812/4192956
[pid=15871] ppid=15869 vsize=911236 CPUtime=7.2
/proc/15871/stat : 15871 (java) R 15869 15871 15347 0 -1 0 63211 0 1 0 691 29 0 0 25 0 12 0 181969912 933105664 57728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054299096 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15871/statm: 227809 57728 2477 14 0 214246 0
[pid=15871/tid=15873] ppid=15869 vsize=911236 CPUtime=1.24
/proc/15871/task/15873/stat : 15873 (java) S 15869 15871 15347 0 -1 64 22407 0 0 0 114 10 0 0 17 0 12 0 181969915 933105664 57728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15874] ppid=15869 vsize=911236 CPUtime=0.84
/proc/15871/task/15874/stat : 15874 (java) S 15869 15871 15347 0 -1 64 17995 0 0 0 76 8 0 0 16 0 12 0 181969915 933105664 57728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15875] ppid=15869 vsize=911236 CPUtime=0
/proc/15871/task/15875/stat : 15875 (java) S 15869 15871 15347 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 181969917 933105664 57728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15876] ppid=15869 vsize=911236 CPUtime=0
/proc/15871/task/15876/stat : 15876 (java) S 15869 15871 15347 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 181969918 933105664 57728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15877] ppid=15869 vsize=911236 CPUtime=0
/proc/15871/task/15877/stat : 15877 (java) S 15869 15871 15347 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 181969918 933105664 57728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15878] ppid=15869 vsize=911236 CPUtime=0
/proc/15871/task/15878/stat : 15878 (java) S 15869 15871 15347 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 181969921 933105664 57728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15879] ppid=15869 vsize=911236 CPUtime=0
/proc/15871/task/15879/stat : 15879 (java) S 15869 15871 15347 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181969921 933105664 57728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15880] ppid=15869 vsize=911236 CPUtime=0.54
/proc/15871/task/15880/stat : 15880 (java) S 15869 15871 15347 0 -1 64 1543 0 0 0 54 0 0 0 16 0 12 0 181969921 933105664 57728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15881] ppid=15869 vsize=911236 CPUtime=0.48
/proc/15871/task/15881/stat : 15881 (java) S 15869 15871 15347 0 -1 64 967 0 0 0 48 0 0 0 16 0 12 0 181969921 933105664 57728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15882] ppid=15869 vsize=911236 CPUtime=0
/proc/15871/task/15882/stat : 15882 (java) S 15869 15871 15347 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 181969921 933105664 57728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15883] ppid=15869 vsize=911236 CPUtime=0
/proc/15871/task/15883/stat : 15883 (java) S 15869 15871 15347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181969921 933105664 57728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 911236

[startup+12.698 s]
/proc/loadavg: 2.42 2.10 1.88 3/95 15923
/proc/meminfo: memFree=1299304/2055920 swapFree=4192812/4192956
[pid=15871] ppid=15869 vsize=910852 CPUtime=13.72
/proc/15871/stat : 15871 (java) R 15869 15871 15347 0 -1 0 96966 0 1 0 1329 43 0 0 25 0 12 0 181969912 932712448 90528 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054312944 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15871/statm: 227713 90528 2478 14 0 214150 0
[pid=15871/tid=15873] ppid=15869 vsize=910852 CPUtime=2.05
/proc/15871/task/15873/stat : 15873 (java) S 15869 15871 15347 0 -1 64 40829 0 0 0 188 17 0 0 16 0 12 0 181969915 932712448 90528 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15874] ppid=15869 vsize=910852 CPUtime=1.89
/proc/15871/task/15874/stat : 15874 (java) S 15869 15871 15347 0 -1 64 33285 0 0 0 174 15 0 0 16 0 12 0 181969915 932712448 90528 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15875] ppid=15869 vsize=910852 CPUtime=0
/proc/15871/task/15875/stat : 15875 (java) S 15869 15871 15347 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 181969917 932712448 90528 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15876] ppid=15869 vsize=910852 CPUtime=0
/proc/15871/task/15876/stat : 15876 (java) S 15869 15871 15347 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 181969918 932712448 90528 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15877] ppid=15869 vsize=910852 CPUtime=0
/proc/15871/task/15877/stat : 15877 (java) S 15869 15871 15347 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 181969918 932712448 90528 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15878] ppid=15869 vsize=910852 CPUtime=0
/proc/15871/task/15878/stat : 15878 (java) S 15869 15871 15347 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 181969921 932712448 90528 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15879] ppid=15869 vsize=910852 CPUtime=0
/proc/15871/task/15879/stat : 15879 (java) S 15869 15871 15347 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181969921 932712448 90528 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15880] ppid=15869 vsize=910852 CPUtime=0.63
/proc/15871/task/15880/stat : 15880 (java) S 15869 15871 15347 0 -1 64 1556 0 0 0 63 0 0 0 17 0 12 0 181969921 932712448 90528 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15881] ppid=15869 vsize=910852 CPUtime=0.5
/proc/15871/task/15881/stat : 15881 (java) S 15869 15871 15347 0 -1 64 967 0 0 0 50 0 0 0 16 0 12 0 181969921 932712448 90528 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15882] ppid=15869 vsize=910852 CPUtime=0
/proc/15871/task/15882/stat : 15882 (java) S 15869 15871 15347 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 181969921 932712448 90528 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15883] ppid=15869 vsize=910852 CPUtime=0
/proc/15871/task/15883/stat : 15883 (java) S 15869 15871 15347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181969921 932712448 90528 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.72
Current children cumulated vsize (KiB) 910852

[startup+25.5892 s]
/proc/loadavg: 2.51 2.12 1.89 3/95 15923
/proc/meminfo: memFree=1028200/2055920 swapFree=4192812/4192956
[pid=15871] ppid=15869 vsize=910852 CPUtime=27.09
/proc/15871/stat : 15871 (java) R 15869 15871 15347 0 -1 0 152061 0 1 0 2645 64 0 0 25 0 12 0 181969912 932712448 145298 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15871/statm: 227713 145307 2478 14 0 214150 0
[pid=15871/tid=15873] ppid=15869 vsize=910852 CPUtime=3.63
/proc/15871/task/15873/stat : 15873 (java) R 15869 15871 15347 0 -1 64 61338 0 0 0 338 25 0 0 16 0 12 0 181969915 932712448 145312 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154659561 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15874] ppid=15869 vsize=910852 CPUtime=4.54
/proc/15871/task/15874/stat : 15874 (java) R 15869 15871 15347 0 -1 64 67862 0 0 0 425 29 0 0 16 0 12 0 181969915 932712448 145320 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958745 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15875] ppid=15869 vsize=910852 CPUtime=0.01
/proc/15871/task/15875/stat : 15875 (java) S 15869 15871 15347 0 -1 64 14 0 0 0 1 0 0 0 15 0 12 0 181969917 932712448 145328 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15876] ppid=15869 vsize=910852 CPUtime=0
/proc/15871/task/15876/stat : 15876 (java) S 15869 15871 15347 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 181969918 932712448 145335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15877] ppid=15869 vsize=910852 CPUtime=0
/proc/15871/task/15877/stat : 15877 (java) S 15869 15871 15347 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 181969918 932712448 145342 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15878] ppid=15869 vsize=910852 CPUtime=0
/proc/15871/task/15878/stat : 15878 (java) S 15869 15871 15347 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 181969921 932712448 145349 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15879] ppid=15869 vsize=910852 CPUtime=0
/proc/15871/task/15879/stat : 15879 (java) S 15869 15871 15347 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181969921 932712448 145356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15880] ppid=15869 vsize=910852 CPUtime=0.63
/proc/15871/task/15880/stat : 15880 (java) S 15869 15871 15347 0 -1 64 1556 0 0 0 63 0 0 0 17 0 12 0 181969921 932712448 145364 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15881] ppid=15869 vsize=910852 CPUtime=0.5
/proc/15871/task/15881/stat : 15881 (java) S 15869 15871 15347 0 -1 64 967 0 0 0 50 0 0 0 17 0 12 0 181969921 932712448 145372 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15882] ppid=15869 vsize=910852 CPUtime=0
/proc/15871/task/15882/stat : 15882 (java) S 15869 15871 15347 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 181969921 932712448 145380 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15883] ppid=15869 vsize=910852 CPUtime=0
/proc/15871/task/15883/stat : 15883 (java) S 15869 15871 15347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181969921 932712448 145388 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.09
Current children cumulated vsize (KiB) 910852

[startup+51.2747 s]
/proc/loadavg: 2.33 2.11 1.89 3/95 15923
/proc/meminfo: memFree=687528/2055920 swapFree=4192812/4192956
[pid=15871] ppid=15869 vsize=910852 CPUtime=53.54
/proc/15871/stat : 15871 (java) R 15869 15871 15347 0 -1 0 199073 0 1 0 5272 82 0 0 16 0 12 0 181969912 932712448 185087 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054147165 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15871/statm: 227713 185087 2479 14 0 214150 0
[pid=15871/tid=15873] ppid=15869 vsize=910852 CPUtime=7.83
/proc/15871/task/15873/stat : 15873 (java) S 15869 15871 15347 0 -1 64 90599 0 0 0 749 34 0 0 15 0 12 0 181969915 932712448 185087 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15874] ppid=15869 vsize=910852 CPUtime=7.22
/proc/15871/task/15874/stat : 15874 (java) S 15869 15871 15347 0 -1 64 79271 0 0 0 689 33 0 0 16 0 12 0 181969915 932712448 185087 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15875] ppid=15869 vsize=910852 CPUtime=4.13
/proc/15871/task/15875/stat : 15875 (java) S 15869 15871 15347 0 -1 64 6286 0 0 0 410 3 0 0 17 0 12 0 181969917 932712448 185087 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15876] ppid=15869 vsize=910852 CPUtime=0
/proc/15871/task/15876/stat : 15876 (java) S 15869 15871 15347 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181969918 932712448 185087 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15877] ppid=15869 vsize=910852 CPUtime=0
/proc/15871/task/15877/stat : 15877 (java) S 15869 15871 15347 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181969918 932712448 185087 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15878] ppid=15869 vsize=910852 CPUtime=0
/proc/15871/task/15878/stat : 15878 (java) S 15869 15871 15347 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 181969921 932712448 185087 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15879] ppid=15869 vsize=910852 CPUtime=0
/proc/15871/task/15879/stat : 15879 (java) S 15869 15871 15347 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181969921 932712448 185087 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15880] ppid=15869 vsize=910852 CPUtime=0.66
/proc/15871/task/15880/stat : 15880 (java) S 15869 15871 15347 0 -1 64 1558 0 0 0 66 0 0 0 16 0 12 0 181969921 932712448 185087 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15881] ppid=15869 vsize=910852 CPUtime=0.51
/proc/15871/task/15881/stat : 15881 (java) S 15869 15871 15347 0 -1 64 967 0 0 0 51 0 0 0 16 0 12 0 181969921 932712448 185087 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15882] ppid=15869 vsize=910852 CPUtime=0
/proc/15871/task/15882/stat : 15882 (java) S 15869 15871 15347 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 181969921 932712448 185087 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15883] ppid=15869 vsize=910852 CPUtime=0
/proc/15871/task/15883/stat : 15883 (java) S 15869 15871 15347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181969921 932712448 185087 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.54
Current children cumulated vsize (KiB) 910852

[startup+102.567 s]
/proc/loadavg: 2.27 2.14 1.91 3/95 15923
/proc/meminfo: memFree=390120/2055920 swapFree=4192812/4192956
[pid=15871] ppid=15869 vsize=914856 CPUtime=104.42
/proc/15871/stat : 15871 (java) S 15869 15871 15347 0 -1 0 249880 0 1 0 10336 106 0 0 17 0 12 0 181969912 936812544 186816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15871/statm: 228714 186816 2479 14 0 215151 0
[pid=15871/tid=15873] ppid=15869 vsize=914856 CPUtime=8.24
/proc/15871/task/15873/stat : 15873 (java) S 15869 15871 15347 0 -1 64 90824 0 0 0 790 34 0 0 16 0 12 0 181969915 936812544 186816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15874] ppid=15869 vsize=914856 CPUtime=7.68
/proc/15871/task/15874/stat : 15874 (java) S 15869 15871 15347 0 -1 64 79271 0 0 0 735 33 0 0 15 0 12 0 181969915 936812544 186816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15875] ppid=15869 vsize=914856 CPUtime=48.69
/proc/15871/task/15875/stat : 15875 (java) R 15869 15871 15347 0 -1 64 56835 0 0 0 4842 27 0 0 25 0 12 0 181969917 936812544 186816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454060 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15876] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15876/stat : 15876 (java) S 15869 15871 15347 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181969918 936812544 186816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15877] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15877/stat : 15877 (java) S 15869 15871 15347 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181969918 936812544 186816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15878] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15878/stat : 15878 (java) S 15869 15871 15347 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 181969921 936812544 186816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15879] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15879/stat : 15879 (java) S 15869 15871 15347 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181969921 936812544 186816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15880] ppid=15869 vsize=914856 CPUtime=0.67
/proc/15871/task/15880/stat : 15880 (java) S 15869 15871 15347 0 -1 64 1559 0 0 0 67 0 0 0 16 0 12 0 181969921 936812544 186816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15881] ppid=15869 vsize=914856 CPUtime=0.52
/proc/15871/task/15881/stat : 15881 (java) S 15869 15871 15347 0 -1 64 967 0 0 0 52 0 0 0 16 0 12 0 181969921 936812544 186816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15882] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15882/stat : 15882 (java) S 15869 15871 15347 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 181969921 936812544 186816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15883] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15883/stat : 15883 (java) S 15869 15871 15347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181969921 936812544 186816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 104.42
Current children cumulated vsize (KiB) 914856

[startup+162.655 s]
/proc/loadavg: 2.10 2.11 1.91 3/95 15923
/proc/meminfo: memFree=387816/2055920 swapFree=4192812/4192956
[pid=15871] ppid=15869 vsize=914856 CPUtime=164.15
/proc/15871/stat : 15871 (java) S 15869 15871 15347 0 -1 0 319178 0 1 0 16275 140 0 0 17 0 12 0 181969912 936812544 186859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15871/statm: 228714 186859 2479 14 0 215151 0
[pid=15871/tid=15873] ppid=15869 vsize=914856 CPUtime=8.24
/proc/15871/task/15873/stat : 15873 (java) S 15869 15871 15347 0 -1 64 90824 0 0 0 790 34 0 0 16 0 12 0 181969915 936812544 186859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15874] ppid=15869 vsize=914856 CPUtime=7.68
/proc/15871/task/15874/stat : 15874 (java) S 15869 15871 15347 0 -1 64 79271 0 0 0 735 33 0 0 15 0 12 0 181969915 936812544 186859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15875] ppid=15869 vsize=914856 CPUtime=108.29
/proc/15871/task/15875/stat : 15875 (java) R 15869 15871 15347 0 -1 64 126111 0 0 0 10769 60 0 0 25 0 12 0 181969917 936812544 186859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15876] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15876/stat : 15876 (java) S 15869 15871 15347 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181969918 936812544 186859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15877] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15877/stat : 15877 (java) S 15869 15871 15347 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181969918 936812544 186859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15878] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15878/stat : 15878 (java) S 15869 15871 15347 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 181969921 936812544 186859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15879] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15879/stat : 15879 (java) S 15869 15871 15347 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181969921 936812544 186859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15880] ppid=15869 vsize=914856 CPUtime=0.67
/proc/15871/task/15880/stat : 15880 (java) S 15869 15871 15347 0 -1 64 1559 0 0 0 67 0 0 0 16 0 12 0 181969921 936812544 186859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15881] ppid=15869 vsize=914856 CPUtime=0.52
/proc/15871/task/15881/stat : 15881 (java) S 15869 15871 15347 0 -1 64 967 0 0 0 52 0 0 0 16 0 12 0 181969921 936812544 186859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15882] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15882/stat : 15882 (java) S 15869 15871 15347 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 181969921 936812544 186859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15883] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15883/stat : 15883 (java) S 15869 15871 15347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181969921 936812544 186859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 164.15
Current children cumulated vsize (KiB) 914856

[startup+222.697 s]
/proc/loadavg: 2.26 2.16 1.94 3/95 15923
/proc/meminfo: memFree=388776/2055920 swapFree=4192812/4192956
[pid=15871] ppid=15869 vsize=914856 CPUtime=223.86
/proc/15871/stat : 15871 (java) S 15869 15871 15347 0 -1 0 388990 0 1 0 22212 174 0 0 17 0 12 0 181969912 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15871/statm: 228714 186860 2479 14 0 215151 0
[pid=15871/tid=15873] ppid=15869 vsize=914856 CPUtime=8.24
/proc/15871/task/15873/stat : 15873 (java) S 15869 15871 15347 0 -1 64 90824 0 0 0 790 34 0 0 16 0 12 0 181969915 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15874] ppid=15869 vsize=914856 CPUtime=7.68
/proc/15871/task/15874/stat : 15874 (java) S 15869 15871 15347 0 -1 64 79271 0 0 0 735 33 0 0 15 0 12 0 181969915 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15875] ppid=15869 vsize=914856 CPUtime=167.99
/proc/15871/task/15875/stat : 15875 (java) R 15869 15871 15347 0 -1 64 195903 0 0 0 16705 94 0 0 25 0 12 0 181969917 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454535 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15876] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15876/stat : 15876 (java) S 15869 15871 15347 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181969918 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15877] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15877/stat : 15877 (java) S 15869 15871 15347 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181969918 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15878] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15878/stat : 15878 (java) S 15869 15871 15347 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 181969921 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15879] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15879/stat : 15879 (java) S 15869 15871 15347 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181969921 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15880] ppid=15869 vsize=914856 CPUtime=0.67
/proc/15871/task/15880/stat : 15880 (java) S 15869 15871 15347 0 -1 64 1559 0 0 0 67 0 0 0 16 0 12 0 181969921 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15881] ppid=15869 vsize=914856 CPUtime=0.52
/proc/15871/task/15881/stat : 15881 (java) S 15869 15871 15347 0 -1 64 967 0 0 0 52 0 0 0 16 0 12 0 181969921 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15882] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15882/stat : 15882 (java) S 15869 15871 15347 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 181969921 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15883] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15883/stat : 15883 (java) S 15869 15871 15347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181969921 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 223.86
Current children cumulated vsize (KiB) 914856

[startup+282.732 s]
/proc/loadavg: 2.19 2.17 1.96 3/84 16150
/proc/meminfo: memFree=1103096/2055920 swapFree=4192812/4192956
[pid=15871] ppid=15869 vsize=914856 CPUtime=283.63
/proc/15871/stat : 15871 (java) S 15869 15871 15347 0 -1 0 451828 0 1 0 28156 207 0 0 17 0 12 0 181969912 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15871/statm: 228714 186860 2479 14 0 215151 0
[pid=15871/tid=15873] ppid=15869 vsize=914856 CPUtime=8.24
/proc/15871/task/15873/stat : 15873 (java) S 15869 15871 15347 0 -1 64 90824 0 0 0 790 34 0 0 16 0 12 0 181969915 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15874] ppid=15869 vsize=914856 CPUtime=7.68
/proc/15871/task/15874/stat : 15874 (java) S 15869 15871 15347 0 -1 64 79271 0 0 0 735 33 0 0 15 0 12 0 181969915 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15875] ppid=15869 vsize=914856 CPUtime=227.76
/proc/15871/task/15875/stat : 15875 (java) R 15869 15871 15347 0 -1 64 258723 0 0 0 22649 127 0 0 25 0 12 0 181969917 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454125 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15876] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15876/stat : 15876 (java) S 15869 15871 15347 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181969918 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15877] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15877/stat : 15877 (java) S 15869 15871 15347 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181969918 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15878] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15878/stat : 15878 (java) S 15869 15871 15347 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 181969921 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15879] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15879/stat : 15879 (java) S 15869 15871 15347 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181969921 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15880] ppid=15869 vsize=914856 CPUtime=0.67
/proc/15871/task/15880/stat : 15880 (java) S 15869 15871 15347 0 -1 64 1559 0 0 0 67 0 0 0 16 0 12 0 181969921 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15881] ppid=15869 vsize=914856 CPUtime=0.52
/proc/15871/task/15881/stat : 15881 (java) S 15869 15871 15347 0 -1 64 967 0 0 0 52 0 0 0 16 0 12 0 181969921 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15871/tid=15882] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15882/stat : 15882 (java) S 15869 15871 15347 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 181969921 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15871/tid=15883] ppid=15869 vsize=914856 CPUtime=0
/proc/15871/task/15883/stat : 15883 (java) S 15869 15871 15347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181969921 936812544 186860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 283.63
Current children cumulated vsize (KiB) 914856

Child status: 1
Real time (s): 329.947
CPU time (s): 330.797
CPU user time (s): 328.335
CPU system time (s): 2.46163
CPU usage (%): 100.257
Max. virtual memory (cumulated for all children) (KiB): 918856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 328.335
system time used= 2.46162
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 507703
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= 8603
involuntary context switches= 13301

runsolver used 0.461929 s user time and 1.11483 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Tue Jan  9 09:42:01 UTC 2007


IDJOB= 235119
IDBENCH= 6739
FILE ID= node61/235119-1168335720

PBS_JOBID= 3503343

Free space on /tmp= 66520 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20-15/js-taillard-20-15-105-3.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/235119-1168335720/sat4jCSP-bf3-cached.jar /tmp/evaluation/235119-1168335720/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-235119-1168335720 -o ROOT/results/node61/solver-235119-1168335720 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/235119-1168335720/sat4jCSP-bf3-cached.jar /tmp/evaluation/235119-1168335720/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  29690ac0f69e31f7db07bc5102f63191

RANDOM SEED= 336412402

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.259
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.259
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:       1865808 kB
Buffers:         18164 kB
Cached:         100088 kB
SwapCached:          0 kB
Active:          91552 kB
Inactive:        47160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1865808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2956 kB
Writeback:           0 kB
Mapped:          30596 kB
Slab:            37204 kB
Committed_AS:  4084884 kB
PageTables:       1588 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= 66516 MiB



End job on node61 on Tue Jan  9 09:47:31 UTC 2007