Trace number 207451

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) 251.368 244.734

General information on the benchmark

Namefapp/test01-04/test04/
test04-1250-4.xml
MD5SUMfb04dad41cbaad0e9e75cc94fbe0f181
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 benchmark5.9341
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables1250
Number of constraints18359
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18359
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.15	c version CSP COMPETITION BUGFIX 3
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_10
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 722620888
0.15	c Max memory 723845120
0.15	c Total memory 723845120
0.15	c Number of processors 2
0.21	c --- Begin Solver configuration ---
0.21	c Stops conflict analysis at the first Unique Implication Point
0.21	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.21	c Learn all clauses as in MiniSAT
0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving /tmp/evaluation/207451-1168181786/unknown.xml
0.21	c reading problem ... 
0.37	c reading problem named ?
0.37	c reading domains done.
0.59	c reading variables
c reading variables (1250) done.
1.72	c reading predicates 
c reading relations (9) done.
1.92	c reading constraintsc starts		: 0
244.56	c conflicts		: 0
244.56	c decisions		: 0
244.56	c propagations		: 0
244.56	c inspects		: 0
244.56	c learnt literals	: 0
244.56	c learnt binary clauses	: 0
244.56	c learnt ternary clauses	: 0
244.56	c learnt clauses	: 0
244.56	c root simplifications	: 0
244.56	c removed literals (reason simplification)	: 0
244.56	c reason swapping (by a shorter reason)	: 0
244.56	c Calls to reduceDB	: 0
244.56	c speed (decisions/second)	: 0.0
244.56	c non guided choices	0
244.56	s UNKNOWN
244.56	c Total wall clock time (in seconds) : 244.351
244.56	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/node30/watcher-207451-1168181786 -o ROOT/results/node30/solver-207451-1168181786 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207451-1168181786/sat4jCSP-bf3.jar /tmp/evaluation/207451-1168181786/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: 1.49 1.88 1.95 3/78 1918
/proc/meminfo: memFree=1703096/2055920 swapFree=4191880/4192956
[pid=1917] ppid=1914 vsize=168 CPUtime=0
/proc/1917/stat : 1917 (java) R 1914 1917 994 0 -1 0 39 0 0 0 0 0 0 0 19 0 1 0 166572542 172032 23 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 7017252 0 0 4096 0 0 0 0 17 1 0 0
/proc/1917/statm: 42 23 18 14 0 2 0

[startup+0.103888 s]
/proc/loadavg: 1.49 1.88 1.95 3/78 1918
/proc/meminfo: memFree=1703096/2055920 swapFree=4191880/4192956
[pid=1917] ppid=1914 vsize=901540 CPUtime=0.08
/proc/1917/stat : 1917 (java) R 1914 1917 994 0 -1 0 3360 0 1 0 7 1 0 0 24 0 12 0 166572542 923176960 3120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154293056 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1917/statm: 225385 3120 1569 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.511913 s]
/proc/loadavg: 1.49 1.88 1.95 3/78 1918
/proc/meminfo: memFree=1703096/2055920 swapFree=4191880/4192956
[pid=1917] ppid=1914 vsize=908336 CPUtime=0.73
/proc/1917/stat : 1917 (java) R 1914 1917 994 0 -1 0 7066 0 1 0 70 3 0 0 18 0 12 0 166572542 930136064 6350 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835115 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1917/statm: 227084 6350 2298 14 0 213521 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 908336

[startup+1.33497 s]
/proc/loadavg: 1.49 1.88 1.95 3/89 1929
/proc/meminfo: memFree=1659296/2055920 swapFree=4191880/4192956
[pid=1917] ppid=1914 vsize=910716 CPUtime=1.98
/proc/1917/stat : 1917 (java) S 1914 1917 994 0 -1 0 26826 0 1 0 186 12 0 0 18 0 12 0 166572542 932573184 25248 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1917/statm: 227679 25249 2338 14 0 214116 0
[pid=1917/tid=1919] ppid=1914 vsize=910716 CPUtime=0.06
/proc/1917/task/1919/stat : 1919 (java) R 1914 1917 994 0 -1 64 2902 0 0 0 6 0 0 0 17 0 12 0 166572545 932573184 25250 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958792 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1920] ppid=1914 vsize=910716 CPUtime=0.06
/proc/1917/task/1920/stat : 1920 (java) R 1914 1917 994 0 -1 64 1991 0 0 0 6 0 0 0 17 0 12 0 166572545 932573184 25252 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958954 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1917/tid=1921] ppid=1914 vsize=910716 CPUtime=0
/proc/1917/task/1921/stat : 1921 (java) S 1914 1917 994 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 166572547 932573184 25253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1922] ppid=1914 vsize=910716 CPUtime=0
/proc/1917/task/1922/stat : 1922 (java) S 1914 1917 994 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 166572548 932573184 25255 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1923] ppid=1914 vsize=910716 CPUtime=0
/proc/1917/task/1923/stat : 1923 (java) S 1914 1917 994 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 166572548 932573184 25256 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1924] ppid=1914 vsize=910716 CPUtime=0
/proc/1917/task/1924/stat : 1924 (java) S 1914 1917 994 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 166572551 932573184 25258 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1925] ppid=1914 vsize=910716 CPUtime=0
/proc/1917/task/1925/stat : 1925 (java) S 1914 1917 994 0 -1 64 18 0 0 0 0 0 0 0 15 0 12 0 166572551 932573184 25259 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1926] ppid=1914 vsize=910716 CPUtime=0.39
/proc/1917/task/1926/stat : 1926 (java) S 1914 1917 994 0 -1 64 720 0 0 0 39 0 0 0 16 0 12 0 166572551 932573184 25260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1927] ppid=1914 vsize=910716 CPUtime=0.43
/proc/1917/task/1927/stat : 1927 (java) S 1914 1917 994 0 -1 64 1485 0 0 0 43 0 0 0 16 0 12 0 166572551 932573184 25262 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1917/tid=1928] ppid=1914 vsize=910716 CPUtime=0
/proc/1917/task/1928/stat : 1928 (java) S 1914 1917 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 166572551 932573184 25263 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1929] ppid=1914 vsize=910716 CPUtime=0
/proc/1917/task/1929/stat : 1929 (java) S 1914 1917 994 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 166572551 932573184 25265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 910716

[startup+2.98307 s]
/proc/loadavg: 1.49 1.88 1.95 4/89 1929
/proc/meminfo: memFree=1574112/2055920 swapFree=4191880/4192956
[pid=1917] ppid=1914 vsize=918792 CPUtime=4.69
/proc/1917/stat : 1917 (java) R 1914 1917 994 0 -1 0 40240 0 1 0 451 18 0 0 22 0 12 0 166572542 940843008 34937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1917/statm: 229698 34937 2480 14 0 216135 0
[pid=1917/tid=1919] ppid=1914 vsize=918792 CPUtime=0.44
/proc/1917/task/1919/stat : 1919 (java) S 1914 1917 994 0 -1 64 6856 0 0 0 42 2 0 0 16 0 12 0 166572545 940843008 34937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1920] ppid=1914 vsize=918792 CPUtime=0.45
/proc/1917/task/1920/stat : 1920 (java) S 1914 1917 994 0 -1 64 7637 0 0 0 42 3 0 0 16 0 12 0 166572545 940843008 34937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1917/tid=1921] ppid=1914 vsize=918792 CPUtime=0
/proc/1917/task/1921/stat : 1921 (java) S 1914 1917 994 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 166572547 940843008 34937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1922] ppid=1914 vsize=918792 CPUtime=0
/proc/1917/task/1922/stat : 1922 (java) S 1914 1917 994 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166572548 940843008 34937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1923] ppid=1914 vsize=918792 CPUtime=0
/proc/1917/task/1923/stat : 1923 (java) S 1914 1917 994 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166572548 940843008 34937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1924] ppid=1914 vsize=918792 CPUtime=0
/proc/1917/task/1924/stat : 1924 (java) S 1914 1917 994 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 166572551 940843008 34937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1925] ppid=1914 vsize=918792 CPUtime=0
/proc/1917/task/1925/stat : 1925 (java) S 1914 1917 994 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 166572551 940843008 34937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1926] ppid=1914 vsize=918792 CPUtime=0.76
/proc/1917/task/1926/stat : 1926 (java) R 1914 1917 994 0 -1 64 1691 0 0 0 76 0 0 0 16 0 12 0 166572551 940843008 34937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151473863 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1917/tid=1927] ppid=1914 vsize=918792 CPUtime=1.03
/proc/1917/task/1927/stat : 1927 (java) R 1914 1917 994 0 -1 64 3901 0 0 0 102 1 0 0 18 0 12 0 166572551 940843008 34937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152642389 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1928] ppid=1914 vsize=918792 CPUtime=0
/proc/1917/task/1928/stat : 1928 (java) S 1914 1917 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 166572551 940843008 34937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1929] ppid=1914 vsize=918792 CPUtime=0
/proc/1917/task/1929/stat : 1929 (java) S 1914 1917 994 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166572551 940843008 34937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 918792

[startup+6.26328 s]
/proc/loadavg: 1.45 1.86 1.95 3/89 1929
/proc/meminfo: memFree=1556768/2055920 swapFree=4191880/4192956
[pid=1917] ppid=1914 vsize=917748 CPUtime=8.4
/proc/1917/stat : 1917 (java) R 1914 1917 994 0 -1 0 47666 0 1 0 818 22 0 0 17 0 12 0 166572542 939773952 41023 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054425996 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1917/statm: 229437 41023 2480 14 0 215874 0
[pid=1917/tid=1919] ppid=1914 vsize=917748 CPUtime=0.69
/proc/1917/task/1919/stat : 1919 (java) S 1914 1917 994 0 -1 64 9955 0 0 0 65 4 0 0 16 0 12 0 166572545 939773952 41023 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1917/tid=1920] ppid=1914 vsize=917748 CPUtime=0.69
/proc/1917/task/1920/stat : 1920 (java) S 1914 1917 994 0 -1 64 10982 0 0 0 64 5 0 0 15 0 12 0 166572545 939773952 41023 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1921] ppid=1914 vsize=917748 CPUtime=0
/proc/1917/task/1921/stat : 1921 (java) S 1914 1917 994 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 166572547 939773952 41023 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1922] ppid=1914 vsize=917748 CPUtime=0
/proc/1917/task/1922/stat : 1922 (java) S 1914 1917 994 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166572548 939773952 41023 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1923] ppid=1914 vsize=917748 CPUtime=0
/proc/1917/task/1923/stat : 1923 (java) S 1914 1917 994 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166572548 939773952 41023 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1924] ppid=1914 vsize=917748 CPUtime=0
/proc/1917/task/1924/stat : 1924 (java) S 1914 1917 994 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 166572551 939773952 41023 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1925] ppid=1914 vsize=917748 CPUtime=0.01
/proc/1917/task/1925/stat : 1925 (java) S 1914 1917 994 0 -1 64 18 0 0 0 1 0 0 0 15 0 12 0 166572551 939773952 41023 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1926] ppid=1914 vsize=917748 CPUtime=0.93
/proc/1917/task/1926/stat : 1926 (java) S 1914 1917 994 0 -1 64 2257 0 0 0 93 0 0 0 16 0 12 0 166572551 939773952 41023 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1927] ppid=1914 vsize=917748 CPUtime=1.14
/proc/1917/task/1927/stat : 1927 (java) S 1914 1917 994 0 -1 64 4308 0 0 0 113 1 0 0 17 0 12 0 166572551 939773952 41023 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1917/tid=1928] ppid=1914 vsize=917748 CPUtime=0
/proc/1917/task/1928/stat : 1928 (java) S 1914 1917 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 166572551 939773952 41023 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1929] ppid=1914 vsize=917748 CPUtime=0
/proc/1917/task/1929/stat : 1929 (java) S 1914 1917 994 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166572551 939773952 41023 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.4
Current children cumulated vsize (KiB) 917748

[startup+12.7617 s]
/proc/loadavg: 1.41 1.85 1.94 2/89 1929
/proc/meminfo: memFree=1530784/2055920 swapFree=4191880/4192956
[pid=1917] ppid=1914 vsize=917388 CPUtime=15.11
/proc/1917/stat : 1917 (java) R 1914 1917 994 0 -1 0 55195 0 1 0 1484 27 0 0 16 0 12 0 166572542 939405312 45613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054495123 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1917/statm: 229347 45613 2480 14 0 215784 0
[pid=1917/tid=1919] ppid=1914 vsize=917388 CPUtime=0.79
/proc/1917/task/1919/stat : 1919 (java) S 1914 1917 994 0 -1 64 13886 0 0 0 73 6 0 0 16 0 12 0 166572545 939405312 45613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1920] ppid=1914 vsize=917388 CPUtime=0.79
/proc/1917/task/1920/stat : 1920 (java) S 1914 1917 994 0 -1 64 14549 0 0 0 73 6 0 0 16 0 12 0 166572545 939405312 45613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1917/tid=1921] ppid=1914 vsize=917388 CPUtime=0.01
/proc/1917/task/1921/stat : 1921 (java) S 1914 1917 994 0 -1 64 19 0 0 0 1 0 0 0 15 0 12 0 166572547 939405312 45613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1922] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1922/stat : 1922 (java) S 1914 1917 994 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166572548 939405312 45613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1923] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1923/stat : 1923 (java) S 1914 1917 994 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166572548 939405312 45613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1924] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1924/stat : 1924 (java) S 1914 1917 994 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 166572551 939405312 45613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1925] ppid=1914 vsize=917388 CPUtime=0.01
/proc/1917/task/1925/stat : 1925 (java) S 1914 1917 994 0 -1 64 18 0 0 0 1 0 0 0 15 0 12 0 166572551 939405312 45613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1926] ppid=1914 vsize=917388 CPUtime=0.98
/proc/1917/task/1926/stat : 1926 (java) S 1914 1917 994 0 -1 64 2257 0 0 0 98 0 0 0 16 0 12 0 166572551 939405312 45613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1927] ppid=1914 vsize=917388 CPUtime=1.2
/proc/1917/task/1927/stat : 1927 (java) S 1914 1917 994 0 -1 64 4308 0 0 0 119 1 0 0 17 0 12 0 166572551 939405312 45613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1928] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1928/stat : 1928 (java) S 1914 1917 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 166572551 939405312 45613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1929] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1929/stat : 1929 (java) S 1914 1917 994 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166572551 939405312 45613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.11
Current children cumulated vsize (KiB) 917388

[startup+25.6275 s]
/proc/loadavg: 1.35 1.82 1.93 2/89 1929
/proc/meminfo: memFree=1500704/2055920 swapFree=4191880/4192956
[pid=1917] ppid=1914 vsize=917388 CPUtime=28.25
/proc/1917/stat : 1917 (java) R 1914 1917 994 0 -1 0 65920 0 1 0 2793 32 0 0 22 0 12 0 166572542 939405312 54321 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835934 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1917/statm: 229347 54321 2481 14 0 215784 0
[pid=1917/tid=1919] ppid=1914 vsize=917388 CPUtime=0.94
/proc/1917/task/1919/stat : 1919 (java) S 1914 1917 994 0 -1 64 19020 0 0 0 85 9 0 0 16 0 12 0 166572545 939405312 54321 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1917/tid=1920] ppid=1914 vsize=917388 CPUtime=0.94
/proc/1917/task/1920/stat : 1920 (java) S 1914 1917 994 0 -1 64 20104 0 0 0 85 9 0 0 15 0 12 0 166572545 939405312 54321 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1921] ppid=1914 vsize=917388 CPUtime=0.01
/proc/1917/task/1921/stat : 1921 (java) S 1914 1917 994 0 -1 64 23 0 0 0 1 0 0 0 16 0 12 0 166572547 939405312 54321 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1917/tid=1922] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1922/stat : 1922 (java) S 1914 1917 994 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166572548 939405312 54321 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1923] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1923/stat : 1923 (java) S 1914 1917 994 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166572548 939405312 54321 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1924] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1924/stat : 1924 (java) S 1914 1917 994 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 166572551 939405312 54321 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1925] ppid=1914 vsize=917388 CPUtime=0.01
/proc/1917/task/1925/stat : 1925 (java) S 1914 1917 994 0 -1 64 18 0 0 0 1 0 0 0 15 0 12 0 166572551 939405312 54321 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1926] ppid=1914 vsize=917388 CPUtime=1.05
/proc/1917/task/1926/stat : 1926 (java) S 1914 1917 994 0 -1 64 2257 0 0 0 105 0 0 0 16 0 12 0 166572551 939405312 54321 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1927] ppid=1914 vsize=917388 CPUtime=1.3
/proc/1917/task/1927/stat : 1927 (java) S 1914 1917 994 0 -1 64 4313 0 0 0 129 1 0 0 16 0 12 0 166572551 939405312 54321 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1917/tid=1928] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1928/stat : 1928 (java) S 1914 1917 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 166572551 939405312 54321 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1929] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1929/stat : 1929 (java) S 1914 1917 994 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166572551 939405312 54321 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.25
Current children cumulated vsize (KiB) 917388

[startup+51.2693 s]
/proc/loadavg: 1.21 1.74 1.90 2/89 1929
/proc/meminfo: memFree=1432544/2055920 swapFree=4191880/4192956
[pid=1917] ppid=1914 vsize=917388 CPUtime=54.18
/proc/1917/stat : 1917 (java) R 1914 1917 994 0 -1 0 86382 0 1 0 5377 41 0 0 19 0 12 0 166572542 939405312 69989 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054283614 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1917/statm: 229347 69989 2481 14 0 215784 0
[pid=1917/tid=1919] ppid=1914 vsize=917388 CPUtime=1.23
/proc/1917/task/1919/stat : 1919 (java) S 1914 1917 994 0 -1 64 28381 0 0 0 110 13 0 0 16 0 12 0 166572545 939405312 69989 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1917/tid=1920] ppid=1914 vsize=917388 CPUtime=1.25
/proc/1917/task/1920/stat : 1920 (java) S 1914 1917 994 0 -1 64 31167 0 0 0 111 14 0 0 15 0 12 0 166572545 939405312 69989 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1921] ppid=1914 vsize=917388 CPUtime=0.02
/proc/1917/task/1921/stat : 1921 (java) S 1914 1917 994 0 -1 64 23 0 0 0 2 0 0 0 16 0 12 0 166572547 939405312 69989 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1917/tid=1922] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1922/stat : 1922 (java) S 1914 1917 994 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166572548 939405312 69989 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1923] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1923/stat : 1923 (java) S 1914 1917 994 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166572548 939405312 69989 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1924] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1924/stat : 1924 (java) S 1914 1917 994 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 166572551 939405312 69989 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1925] ppid=1914 vsize=917388 CPUtime=0.01
/proc/1917/task/1925/stat : 1925 (java) S 1914 1917 994 0 -1 64 18 0 0 0 1 0 0 0 15 0 12 0 166572551 939405312 69989 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1926] ppid=1914 vsize=917388 CPUtime=1.06
/proc/1917/task/1926/stat : 1926 (java) S 1914 1917 994 0 -1 64 2257 0 0 0 106 0 0 0 16 0 12 0 166572551 939405312 69989 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1927] ppid=1914 vsize=917388 CPUtime=1.31
/proc/1917/task/1927/stat : 1927 (java) S 1914 1917 994 0 -1 64 4313 0 0 0 130 1 0 0 17 0 12 0 166572551 939405312 69989 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1917/tid=1928] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1928/stat : 1928 (java) S 1914 1917 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 166572551 939405312 69989 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1929] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1929/stat : 1929 (java) S 1914 1917 994 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166572551 939405312 69989 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54.18
Current children cumulated vsize (KiB) 917388

[startup+102.545 s]
/proc/loadavg: 1.09 1.63 1.85 2/89 1929
/proc/meminfo: memFree=1307936/2055920 swapFree=4191880/4192956
[pid=1917] ppid=1914 vsize=917388 CPUtime=106.34
/proc/1917/stat : 1917 (java) R 1914 1917 994 0 -1 0 126976 0 1 0 10571 63 0 0 25 0 12 0 166572542 939405312 101592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054512425 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1917/statm: 229347 101592 2481 14 0 215784 0
[pid=1917/tid=1919] ppid=1914 vsize=917388 CPUtime=1.93
/proc/1917/task/1919/stat : 1919 (java) S 1914 1917 994 0 -1 64 48403 0 0 0 170 23 0 0 16 0 12 0 166572545 939405312 101592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1917/tid=1920] ppid=1914 vsize=917388 CPUtime=1.95
/proc/1917/task/1920/stat : 1920 (java) S 1914 1917 994 0 -1 64 51627 0 0 0 170 25 0 0 15 0 12 0 166572545 939405312 101592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1921] ppid=1914 vsize=917388 CPUtime=0.05
/proc/1917/task/1921/stat : 1921 (java) S 1914 1917 994 0 -1 64 25 0 0 0 4 1 0 0 15 0 12 0 166572547 939405312 101592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1922] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1922/stat : 1922 (java) S 1914 1917 994 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166572548 939405312 101592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1923] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1923/stat : 1923 (java) S 1914 1917 994 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166572548 939405312 101592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1924] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1924/stat : 1924 (java) S 1914 1917 994 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 166572551 939405312 101592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1925] ppid=1914 vsize=917388 CPUtime=0.01
/proc/1917/task/1925/stat : 1925 (java) S 1914 1917 994 0 -1 64 18 0 0 0 1 0 0 0 16 0 12 0 166572551 939405312 101592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1926] ppid=1914 vsize=917388 CPUtime=1.23
/proc/1917/task/1926/stat : 1926 (java) S 1914 1917 994 0 -1 64 2283 0 0 0 123 0 0 0 17 0 12 0 166572551 939405312 101592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1927] ppid=1914 vsize=917388 CPUtime=1.41
/proc/1917/task/1927/stat : 1927 (java) S 1914 1917 994 0 -1 64 4317 0 0 0 140 1 0 0 16 0 12 0 166572551 939405312 101592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1917/tid=1928] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1928/stat : 1928 (java) S 1914 1917 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 166572551 939405312 101592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1929] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1929/stat : 1929 (java) S 1914 1917 994 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166572551 939405312 101592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 106.34
Current children cumulated vsize (KiB) 917388

[startup+162.618 s]
/proc/loadavg: 1.10 1.53 1.80 2/89 1929
/proc/meminfo: memFree=1155808/2055920 swapFree=4191880/4192956
[pid=1917] ppid=1914 vsize=917388 CPUtime=167.38
/proc/1917/stat : 1917 (java) R 1914 1917 994 0 -1 0 174252 0 1 0 16651 87 0 0 25 0 12 0 166572542 939405312 139409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054414876 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1917/statm: 229347 139409 2481 14 0 215784 0
[pid=1917/tid=1919] ppid=1914 vsize=917388 CPUtime=2.93
/proc/1917/task/1919/stat : 1919 (java) S 1914 1917 994 0 -1 64 70402 0 0 0 259 34 0 0 15 0 12 0 166572545 939405312 139409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1917/tid=1920] ppid=1914 vsize=917388 CPUtime=2.96
/proc/1917/task/1920/stat : 1920 (java) S 1914 1917 994 0 -1 64 76812 0 0 0 260 36 0 0 16 0 12 0 166572545 939405312 139409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1921] ppid=1914 vsize=917388 CPUtime=0.08
/proc/1917/task/1921/stat : 1921 (java) S 1914 1917 994 0 -1 64 25 0 0 0 6 2 0 0 16 0 12 0 166572547 939405312 139409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1922] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1922/stat : 1922 (java) S 1914 1917 994 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166572548 939405312 139409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1923] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1923/stat : 1923 (java) S 1914 1917 994 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166572548 939405312 139409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1924] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1924/stat : 1924 (java) S 1914 1917 994 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 166572551 939405312 139409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1925] ppid=1914 vsize=917388 CPUtime=0.01
/proc/1917/task/1925/stat : 1925 (java) S 1914 1917 994 0 -1 64 18 0 0 0 1 0 0 0 16 0 12 0 166572551 939405312 139409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1926] ppid=1914 vsize=917388 CPUtime=1.24
/proc/1917/task/1926/stat : 1926 (java) S 1914 1917 994 0 -1 64 2283 0 0 0 124 0 0 0 17 0 12 0 166572551 939405312 139409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1927] ppid=1914 vsize=917388 CPUtime=1.41
/proc/1917/task/1927/stat : 1927 (java) S 1914 1917 994 0 -1 64 4317 0 0 0 140 1 0 0 16 0 12 0 166572551 939405312 139409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1917/tid=1928] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1928/stat : 1928 (java) S 1914 1917 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 166572551 939405312 139409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1929] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1929/stat : 1929 (java) S 1914 1917 994 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166572551 939405312 139409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 167.38
Current children cumulated vsize (KiB) 917388

[startup+222.656 s]
/proc/loadavg: 1.09 1.44 1.75 2/89 1929
/proc/meminfo: memFree=1014624/2055920 swapFree=4191880/4192956
[pid=1917] ppid=1914 vsize=917388 CPUtime=228.66
/proc/1917/stat : 1917 (java) R 1914 1917 994 0 -1 0 216134 0 1 0 22759 107 0 0 17 0 12 0 166572542 939405312 174617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054438086 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1917/statm: 229347 174617 2481 14 0 215784 0
[pid=1917/tid=1919] ppid=1914 vsize=917388 CPUtime=4.08
/proc/1917/task/1919/stat : 1919 (java) S 1914 1917 994 0 -1 64 90269 0 0 0 366 42 0 0 16 0 12 0 166572545 939405312 174617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1920] ppid=1914 vsize=917388 CPUtime=4.12
/proc/1917/task/1920/stat : 1920 (java) S 1914 1917 994 0 -1 64 98731 0 0 0 366 46 0 0 16 0 12 0 166572545 939405312 174617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1921] ppid=1914 vsize=917388 CPUtime=0.1
/proc/1917/task/1921/stat : 1921 (java) S 1914 1917 994 0 -1 64 25 0 0 0 8 2 0 0 15 0 12 0 166572547 939405312 174617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1922] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1922/stat : 1922 (java) S 1914 1917 994 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166572548 939405312 174617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1923] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1923/stat : 1923 (java) S 1914 1917 994 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166572548 939405312 174617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1924] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1924/stat : 1924 (java) S 1914 1917 994 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 166572551 939405312 174617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1925] ppid=1914 vsize=917388 CPUtime=0.01
/proc/1917/task/1925/stat : 1925 (java) S 1914 1917 994 0 -1 64 18 0 0 0 1 0 0 0 17 0 12 0 166572551 939405312 174617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1926] ppid=1914 vsize=917388 CPUtime=1.31
/proc/1917/task/1926/stat : 1926 (java) S 1914 1917 994 0 -1 64 2285 0 0 0 131 0 0 0 17 0 12 0 166572551 939405312 174617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1927] ppid=1914 vsize=917388 CPUtime=1.5
/proc/1917/task/1927/stat : 1927 (java) S 1914 1917 994 0 -1 64 4322 0 0 0 149 1 0 0 17 0 12 0 166572551 939405312 174617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1917/tid=1928] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1928/stat : 1928 (java) S 1914 1917 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 166572551 939405312 174617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1929] ppid=1914 vsize=917388 CPUtime=0
/proc/1917/task/1929/stat : 1929 (java) S 1914 1917 994 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166572551 939405312 174617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 228.66
Current children cumulated vsize (KiB) 917388



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+243.677 s]
/proc/loadavg: 1.06 1.41 1.73 2/89 1929
/proc/meminfo: memFree=960800/2055920 swapFree=4191880/4192956
[pid=1917] ppid=1914 vsize=922064 CPUtime=250.31
/proc/1917/stat : 1917 (java) S 1914 1917 994 0 -1 0 232810 0 1 0 24916 115 0 0 25 0 12 0 166572542 944193536 187674 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1917/statm: 230516 187674 2481 14 0 216953 0
[pid=1917/tid=1919] ppid=1914 vsize=922064 CPUtime=4.51
/proc/1917/task/1919/stat : 1919 (java) S 1914 1917 994 0 -1 64 97445 0 0 0 405 46 0 0 17 0 12 0 166572545 944193536 187674 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1920] ppid=1914 vsize=922064 CPUtime=4.54
/proc/1917/task/1920/stat : 1920 (java) S 1914 1917 994 0 -1 64 106179 0 0 0 405 49 0 0 15 0 12 0 166572545 944193536 187674 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1921] ppid=1914 vsize=922064 CPUtime=0.24
/proc/1917/task/1921/stat : 1921 (java) R 1914 1917 994 0 -1 64 1349 0 0 0 21 3 0 0 16 0 12 0 166572547 944193536 187675 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1917/tid=1922] ppid=1914 vsize=922064 CPUtime=0
/proc/1917/task/1922/stat : 1922 (java) S 1914 1917 994 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166572548 944193536 187675 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1923] ppid=1914 vsize=922064 CPUtime=0
/proc/1917/task/1923/stat : 1923 (java) S 1914 1917 994 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166572548 944193536 187675 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1924] ppid=1914 vsize=922064 CPUtime=0
/proc/1917/task/1924/stat : 1924 (java) S 1914 1917 994 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 166572551 944193536 187675 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1925] ppid=1914 vsize=922064 CPUtime=0.01
/proc/1917/task/1925/stat : 1925 (java) S 1914 1917 994 0 -1 64 18 0 0 0 1 0 0 0 17 0 12 0 166572551 944193536 187675 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1926] ppid=1914 vsize=922064 CPUtime=1.53
/proc/1917/task/1926/stat : 1926 (java) S 1914 1917 994 0 -1 64 2984 0 0 0 152 1 0 0 18 0 12 0 166572551 944193536 187675 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1927] ppid=1914 vsize=922064 CPUtime=1.5
/proc/1917/task/1927/stat : 1927 (java) S 1914 1917 994 0 -1 64 4322 0 0 0 149 1 0 0 16 0 12 0 166572551 944193536 187676 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1917/tid=1928] ppid=1914 vsize=922064 CPUtime=0
/proc/1917/task/1928/stat : 1928 (java) S 1914 1917 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 166572551 944193536 187676 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1917/tid=1929] ppid=1914 vsize=922064 CPUtime=0
/proc/1917/task/1929/stat : 1929 (java) S 1914 1917 994 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166572551 944193536 187676 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 250.31
Current children cumulated vsize (KiB) 922064

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

Child status: 143
Real time (s): 244.734
CPU time (s): 251.368
CPU user time (s): 250.095
CPU system time (s): 1.27281
CPU usage (%): 102.711
Max. virtual memory (cumulated for all children) (KiB): 922064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.095
system time used= 1.27281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232871
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= 8833
involuntary context switches= 7490

runsolver used 0.316951 s user time and 0.662899 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Sun Jan  7 14:56:26 UTC 2007


IDJOB= 207451
IDBENCH= 4291
FILE ID= node30/207451-1168181786

PBS_JOBID= 3479136

Free space on /tmp= 66486 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test04/test04-1250-4.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207451-1168181786/sat4jCSP-bf3.jar /tmp/evaluation/207451-1168181786/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-207451-1168181786 -o ROOT/results/node30/solver-207451-1168181786 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207451-1168181786/sat4jCSP-bf3.jar /tmp/evaluation/207451-1168181786/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  fb04dad41cbaad0e9e75cc94fbe0f181

RANDOM SEED= 852085767

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1703576 kB
Buffers:         37180 kB
Cached:         194704 kB
SwapCached:        268 kB
Active:         143788 kB
Inactive:       140180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1703576 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            4944 kB
Writeback:           0 kB
Mapped:          69788 kB
Slab:            53880 kB
Committed_AS:  3524660 kB
PageTables:       1888 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= 66486 MiB



End job on node30 on Sun Jan  7 15:00:31 UTC 2007