Trace number 210728

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? (MO) 323.614 312.142

General information on the benchmark

NamepseudoSeries/uclid/
cache-ibm-q-unbounded-Icl2arity-ucl.xml
MD5SUM5efcf89ecd13ec12f4b08945c1ac3a76
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark109.822
SatisfiableNO
(Un)Satisfiability was proved
Number of variables23837
Number of constraints67567
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension67567
Global constraints used (with number of constraints)

Solver Data (download as text)

0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.24	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.24	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.24	c version CSP COMPETITION BUGFIX 3 CACHED
0.24	c sun.arch.data.model	32
0.24	c java.version	1.5.0_10
0.24	c os.name	Linux
0.24	c os.version	2.6.9-22.EL.rootsmp
0.24	c os.arch	i386
0.24	c Free memory 722620888
0.24	c Max memory 723845120
0.25	c Total memory 723845120
0.25	c Number of processors 2
0.30	c --- Begin Solver configuration ---
0.30	c Stops conflict analysis at the first Unique Implication Point
0.30	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.30	c Learn all clauses as in MiniSAT
0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30	c VSIDS like heuristics from MiniSAT using a heap
0.30	c No reason simplification
0.30	c --- End Solver configuration ---
0.30	c solving /tmp/evaluation/210728-1168201895/unknown.xml
0.30	c reading problem ... 
0.47	c reading problem named ?
0.48	c reading domains done.
0.48	c reading variables
c reading variables (23837) done.
2.62	c reading predicates 
c reading relations (12) done.
2.95	c reading constraintsc starts		: 0
311.57	c conflicts		: 0
311.57	c decisions		: 0
311.57	c propagations		: 0
311.57	c inspects		: 0
311.57	c learnt literals	: 0
311.57	c learnt binary clauses	: 0
311.57	c learnt ternary clauses	: 0
311.57	c learnt clauses	: 0
311.57	c root simplifications	: 0
311.57	c removed literals (reason simplification)	: 0
311.57	c reason swapping (by a shorter reason)	: 0
311.57	c Calls to reduceDB	: 0
311.57	c speed (decisions/second)	: 0.0
311.57	c non guided choices	0
311.57	s UNKNOWN
311.57	c Total wall clock time (in seconds) : 311.266
311.57	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/node45/watcher-210728-1168201895 -o ROOT/results/node45/solver-210728-1168201895 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/210728-1168201895/sat4jCSP-bf3-cached.jar /tmp/evaluation/210728-1168201895/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.04 1.65 1.77 4/65 28716
/proc/meminfo: memFree=1784912/2055920 swapFree=4184048/4192956
[pid=28715] ppid=28713 vsize=1500 CPUtime=0
/proc/28715/stat : 28715 (java) R 28713 28715 28009 0 -1 0 87 0 0 0 0 0 0 0 20 0 1 0 168588460 1536000 69 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 4698720 0 0 4096 0 0 0 0 17 1 0 0
/proc/28715/statm: 375 69 55 14 0 8 0

[startup+0.105271 s]
/proc/loadavg: 1.04 1.65 1.77 4/65 28716
/proc/meminfo: memFree=1784912/2055920 swapFree=4184048/4192956
[pid=28715] ppid=28713 vsize=895436 CPUtime=0.02
/proc/28715/stat : 28715 (java) R 28713 28715 28009 0 -1 0 2717 0 1 0 1 1 0 0 19 0 3 0 168588460 916926464 2479 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154467446 0 4 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/28715/statm: 223859 2480 1295 14 0 210879 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 895436

[startup+0.515348 s]
/proc/loadavg: 1.04 1.65 1.77 4/65 28716
/proc/meminfo: memFree=1784912/2055920 swapFree=4184048/4192956
[pid=28715] ppid=28713 vsize=905740 CPUtime=0.53
/proc/28715/stat : 28715 (java) R 28713 28715 28009 0 -1 0 6093 0 1 0 49 4 0 0 25 0 12 0 168588460 927477760 5687 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28715/statm: 226435 5687 2293 14 0 212872 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 905740

[startup+1.3425 s]
/proc/loadavg: 1.04 1.65 1.77 3/76 28727
/proc/meminfo: memFree=1768760/2055920 swapFree=4184048/4192956
[pid=28715] ppid=28713 vsize=906932 CPUtime=1.92
/proc/28715/stat : 28715 (java) R 28713 28715 28009 0 -1 0 7747 0 1 0 187 5 0 0 25 0 12 0 168588460 928698368 6408 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053843452 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28715/statm: 226733 6408 2314 14 0 213170 0
[pid=28715/tid=28717] ppid=28713 vsize=906932 CPUtime=0
/proc/28715/task/28717/stat : 28717 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 168588470 928698368 6409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28718] ppid=28713 vsize=906932 CPUtime=0
/proc/28715/task/28718/stat : 28718 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 168588470 928698368 6409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28719] ppid=28713 vsize=906932 CPUtime=0
/proc/28715/task/28719/stat : 28719 (java) S 28713 28715 28009 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 168588472 928698368 6409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28720] ppid=28713 vsize=906932 CPUtime=0
/proc/28715/task/28720/stat : 28720 (java) S 28713 28715 28009 0 -1 64 7 0 0 0 0 0 0 0 22 0 12 0 168588473 928698368 6409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28721] ppid=28713 vsize=906932 CPUtime=0
/proc/28715/task/28721/stat : 28721 (java) S 28713 28715 28009 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 168588473 928698368 6409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28722] ppid=28713 vsize=906932 CPUtime=0
/proc/28715/task/28722/stat : 28722 (java) S 28713 28715 28009 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 168588479 928698368 6409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28723] ppid=28713 vsize=906932 CPUtime=0
/proc/28715/task/28723/stat : 28723 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 168588479 928698368 6409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28724] ppid=28713 vsize=906932 CPUtime=0.48
/proc/28715/task/28724/stat : 28724 (java) R 28713 28715 28009 0 -1 64 1420 0 0 0 48 0 0 0 16 0 12 0 168588479 928698368 6409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154706723 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28725] ppid=28713 vsize=906932 CPUtime=0.51
/proc/28715/task/28725/stat : 28725 (java) S 28713 28715 28009 0 -1 64 796 0 0 0 51 0 0 0 16 0 12 0 168588479 928698368 6409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28726] ppid=28713 vsize=906932 CPUtime=0
/proc/28715/task/28726/stat : 28726 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 168588479 928698368 6409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28727] ppid=28713 vsize=906932 CPUtime=0
/proc/28715/task/28727/stat : 28727 (java) S 28713 28715 28009 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168588479 928698368 6409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 906932

[startup+2.98079 s]
/proc/loadavg: 1.04 1.65 1.77 2/76 28727
/proc/meminfo: memFree=1752952/2055920 swapFree=4184048/4192956
[pid=28715] ppid=28713 vsize=916220 CPUtime=4.5
/proc/28715/stat : 28715 (java) R 28713 28715 28009 0 -1 0 20791 0 1 0 439 11 0 0 18 0 12 0 168588460 938209280 16095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053868058 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28715/statm: 229055 16095 2466 14 0 215492 0
[pid=28715/tid=28717] ppid=28713 vsize=916220 CPUtime=0
/proc/28715/task/28717/stat : 28717 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 168588470 938209280 16095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28718] ppid=28713 vsize=916220 CPUtime=0
/proc/28715/task/28718/stat : 28718 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 168588470 938209280 16095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28719] ppid=28713 vsize=916220 CPUtime=0
/proc/28715/task/28719/stat : 28719 (java) S 28713 28715 28009 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 168588472 938209280 16095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28720] ppid=28713 vsize=916220 CPUtime=0
/proc/28715/task/28720/stat : 28720 (java) S 28713 28715 28009 0 -1 64 7 0 0 0 0 0 0 0 22 0 12 0 168588473 938209280 16095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28721] ppid=28713 vsize=916220 CPUtime=0
/proc/28715/task/28721/stat : 28721 (java) S 28713 28715 28009 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 168588473 938209280 16095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28722] ppid=28713 vsize=916220 CPUtime=0
/proc/28715/task/28722/stat : 28722 (java) S 28713 28715 28009 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 168588479 938209280 16095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28723] ppid=28713 vsize=916220 CPUtime=0
/proc/28715/task/28723/stat : 28723 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 168588479 938209280 16095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28724] ppid=28713 vsize=916220 CPUtime=1.15
/proc/28715/task/28724/stat : 28724 (java) S 28713 28715 28009 0 -1 64 3890 0 0 0 114 1 0 0 17 0 12 0 168588479 938209280 16095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28725] ppid=28713 vsize=916220 CPUtime=1.33
/proc/28715/task/28725/stat : 28725 (java) S 28713 28715 28009 0 -1 64 3770 0 0 0 132 1 0 0 16 0 12 0 168588479 938209280 16095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28726] ppid=28713 vsize=916220 CPUtime=0
/proc/28715/task/28726/stat : 28726 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 168588479 938209280 16095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28727] ppid=28713 vsize=916220 CPUtime=0
/proc/28715/task/28727/stat : 28727 (java) S 28713 28715 28009 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168588479 938209280 16095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 916220

[startup+6.18639 s]
/proc/loadavg: 1.12 1.65 1.77 2/76 28727
/proc/meminfo: memFree=1678848/2055920 swapFree=4184048/4192956
[pid=28715] ppid=28713 vsize=919624 CPUtime=9.6
/proc/28715/stat : 28715 (java) R 28713 28715 28009 0 -1 0 36064 0 3 0 941 19 0 0 22 0 12 0 168588460 941694976 28881 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053843452 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28715/statm: 229906 28881 2483 14 0 216343 0
[pid=28715/tid=28717] ppid=28713 vsize=919624 CPUtime=0.17
/proc/28715/task/28717/stat : 28717 (java) S 28713 28715 28009 0 -1 64 1369 0 0 0 17 0 0 0 16 0 12 0 168588470 941694976 28881 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28718] ppid=28713 vsize=919624 CPUtime=0.17
/proc/28715/task/28718/stat : 28718 (java) S 28713 28715 28009 0 -1 64 3421 0 0 0 16 1 0 0 16 0 12 0 168588470 941694976 28881 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28719] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28719/stat : 28719 (java) S 28713 28715 28009 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 168588472 941694976 28881 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28720] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28720/stat : 28720 (java) S 28713 28715 28009 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168588473 941694976 28881 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28721] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28721/stat : 28721 (java) S 28713 28715 28009 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168588473 941694976 28881 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28722] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28722/stat : 28722 (java) S 28713 28715 28009 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 168588479 941694976 28881 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28723] ppid=28713 vsize=919624 CPUtime=0.01
/proc/28715/task/28723/stat : 28723 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 1 0 0 0 15 0 12 0 168588479 941694976 28881 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28724] ppid=28713 vsize=919624 CPUtime=2.52
/proc/28715/task/28724/stat : 28724 (java) S 28713 28715 28009 0 -1 64 6657 0 2 0 249 3 0 0 15 0 12 0 168588479 941694976 28881 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28725] ppid=28713 vsize=919624 CPUtime=2.45
/proc/28715/task/28725/stat : 28725 (java) S 28713 28715 28009 0 -1 64 4384 0 0 0 244 1 0 0 15 0 12 0 168588479 941694976 28881 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28726] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28726/stat : 28726 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 168588479 941694976 28881 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28727] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28727/stat : 28727 (java) S 28713 28715 28009 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168588479 941694976 28881 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.6
Current children cumulated vsize (KiB) 919624

[startup+12.6734 s]
/proc/loadavg: 1.11 1.64 1.76 2/76 28727
/proc/meminfo: memFree=1644160/2055920 swapFree=4184048/4192956
[pid=28715] ppid=28713 vsize=919624 CPUtime=16.72
/proc/28715/stat : 28715 (java) R 28713 28715 28009 0 -1 0 45704 0 3 0 1647 25 0 0 25 0 12 0 168588460 941694976 37593 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4055211207 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28715/statm: 229906 37593 2484 14 0 216343 0
[pid=28715/tid=28717] ppid=28713 vsize=919624 CPUtime=0.66
/proc/28715/task/28717/stat : 28717 (java) S 28713 28715 28009 0 -1 64 6123 0 0 0 63 3 0 0 16 0 12 0 168588470 941694976 37593 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28718] ppid=28713 vsize=919624 CPUtime=0.66
/proc/28715/task/28718/stat : 28718 (java) S 28713 28715 28009 0 -1 64 8285 0 0 0 63 3 0 0 16 0 12 0 168588470 941694976 37593 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28719] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28719/stat : 28719 (java) S 28713 28715 28009 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 168588472 941694976 37593 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28720] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28720/stat : 28720 (java) S 28713 28715 28009 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168588473 941694976 37593 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28721] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28721/stat : 28721 (java) S 28713 28715 28009 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168588473 941694976 37593 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28722] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28722/stat : 28722 (java) S 28713 28715 28009 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 168588479 941694976 37593 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28723] ppid=28713 vsize=919624 CPUtime=0.01
/proc/28715/task/28723/stat : 28723 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 1 0 0 0 15 0 12 0 168588479 941694976 37593 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28724] ppid=28713 vsize=919624 CPUtime=2.56
/proc/28715/task/28724/stat : 28724 (java) S 28713 28715 28009 0 -1 64 6659 0 2 0 253 3 0 0 16 0 12 0 168588479 941694976 37593 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28725] ppid=28713 vsize=919624 CPUtime=2.57
/proc/28715/task/28725/stat : 28725 (java) S 28713 28715 28009 0 -1 64 4394 0 0 0 256 1 0 0 15 0 12 0 168588479 941694976 37593 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28726] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28726/stat : 28726 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 168588479 941694976 37593 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28727] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28727/stat : 28727 (java) S 28713 28715 28009 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168588479 941694976 37593 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.72
Current children cumulated vsize (KiB) 919624

[startup+25.5417 s]
/proc/loadavg: 1.08 1.61 1.75 2/76 28727
/proc/meminfo: memFree=1591488/2055920 swapFree=4184048/4192956
[pid=28715] ppid=28713 vsize=919624 CPUtime=30.69
/proc/28715/stat : 28715 (java) R 28713 28715 28009 0 -1 0 61554 0 3 0 3034 35 0 0 17 0 12 0 168588460 941694976 51384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054220299 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28715/statm: 229906 51384 2484 14 0 216343 0
[pid=28715/tid=28717] ppid=28713 vsize=919624 CPUtime=1.18
/proc/28715/task/28717/stat : 28717 (java) S 28713 28715 28009 0 -1 64 13920 0 0 0 111 7 0 0 16 0 12 0 168588470 941694976 51384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28718] ppid=28713 vsize=919624 CPUtime=1.19
/proc/28715/task/28718/stat : 28718 (java) S 28713 28715 28009 0 -1 64 16276 0 0 0 111 8 0 0 16 0 12 0 168588470 941694976 51384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28719] ppid=28713 vsize=919624 CPUtime=0.02
/proc/28715/task/28719/stat : 28719 (java) S 28713 28715 28009 0 -1 64 14 0 0 0 2 0 0 0 16 0 12 0 168588472 941694976 51384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28720] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28720/stat : 28720 (java) S 28713 28715 28009 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168588473 941694976 51384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28721] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28721/stat : 28721 (java) S 28713 28715 28009 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168588473 941694976 51384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28722] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28722/stat : 28722 (java) S 28713 28715 28009 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 168588479 941694976 51384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28723] ppid=28713 vsize=919624 CPUtime=0.01
/proc/28715/task/28723/stat : 28723 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 1 0 0 0 15 0 12 0 168588479 941694976 51384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28724] ppid=28713 vsize=919624 CPUtime=2.89
/proc/28715/task/28724/stat : 28724 (java) S 28713 28715 28009 0 -1 64 6673 0 2 0 286 3 0 0 18 0 12 0 168588479 941694976 51384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28725] ppid=28713 vsize=919624 CPUtime=2.9
/proc/28715/task/28725/stat : 28725 (java) S 28713 28715 28009 0 -1 64 4413 0 0 0 289 1 0 0 16 0 12 0 168588479 941694976 51384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28726] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28726/stat : 28726 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 168588479 941694976 51384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28727] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28727/stat : 28727 (java) S 28713 28715 28009 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168588479 941694976 51384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.69
Current children cumulated vsize (KiB) 919624

[startup+51.1773 s]
/proc/loadavg: 1.05 1.56 1.73 2/76 28727
/proc/meminfo: memFree=1488576/2055920 swapFree=4184048/4192956
[pid=28715] ppid=28713 vsize=919624 CPUtime=57.13
/proc/28715/stat : 28715 (java) R 28713 28715 28009 0 -1 0 89353 0 3 0 5665 48 0 0 18 0 12 0 168588460 941694976 76470 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054220513 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28715/statm: 229906 76470 2484 14 0 216343 0
[pid=28715/tid=28717] ppid=28713 vsize=919624 CPUtime=2.02
/proc/28715/task/28717/stat : 28717 (java) S 28713 28715 28009 0 -1 64 29596 0 0 0 187 15 0 0 16 0 12 0 168588470 941694976 76470 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28718] ppid=28713 vsize=919624 CPUtime=2.04
/proc/28715/task/28718/stat : 28718 (java) S 28713 28715 28009 0 -1 64 28368 0 0 0 191 13 0 0 16 0 12 0 168588470 941694976 76470 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28719] ppid=28713 vsize=919624 CPUtime=0.02

################
# More data... #
################

[pid=28715/tid=28726] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28726/stat : 28726 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 168588479 941694976 76470 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28727] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28727/stat : 28727 (java) S 28713 28715 28009 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168588479 941694976 76470 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 57.13
Current children cumulated vsize (KiB) 919624

[startup+102.435 s]
/proc/loadavg: 1.17 1.50 1.70 3/76 28727
/proc/meminfo: memFree=1278656/2055920 swapFree=4184048/4192956
[pid=28715] ppid=28713 vsize=919624 CPUtime=110.41
/proc/28715/stat : 28715 (java) R 28713 28715 28009 0 -1 0 147349 0 3 0 10966 75 0 0 20 0 12 0 168588460 941694976 130805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054453834 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28715/statm: 229906 130805 2484 14 0 216343 0
[pid=28715/tid=28717] ppid=28713 vsize=919624 CPUtime=3.99
/proc/28715/task/28717/stat : 28717 (java) S 28713 28715 28009 0 -1 64 59487 0 0 0 370 29 0 0 16 0 12 0 168588470 941694976 130805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28718] ppid=28713 vsize=919624 CPUtime=3.99
/proc/28715/task/28718/stat : 28718 (java) S 28713 28715 28009 0 -1 64 56399 0 0 0 375 24 0 0 16 0 12 0 168588470 941694976 130805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28719] ppid=28713 vsize=919624 CPUtime=0.04
/proc/28715/task/28719/stat : 28719 (java) S 28713 28715 28009 0 -1 64 15 0 0 0 3 1 0 0 15 0 12 0 168588472 941694976 130805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28720] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28720/stat : 28720 (java) S 28713 28715 28009 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168588473 941694976 130805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28721] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28721/stat : 28721 (java) S 28713 28715 28009 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168588473 941694976 130805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28722] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28722/stat : 28722 (java) S 28713 28715 28009 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 168588479 941694976 130805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28723] ppid=28713 vsize=919624 CPUtime=0.01
/proc/28715/task/28723/stat : 28723 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 1 0 0 0 15 0 12 0 168588479 941694976 130805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28724] ppid=28713 vsize=919624 CPUtime=2.97
/proc/28715/task/28724/stat : 28724 (java) S 28713 28715 28009 0 -1 64 6680 0 2 0 294 3 0 0 15 0 12 0 168588479 941694976 130805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28725] ppid=28713 vsize=919624 CPUtime=2.99
/proc/28715/task/28725/stat : 28725 (java) S 28713 28715 28009 0 -1 64 4420 0 0 0 298 1 0 0 17 0 12 0 168588479 941694976 130805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28726] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28726/stat : 28726 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 168588479 941694976 130805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28727] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28727/stat : 28727 (java) S 28713 28715 28009 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168588479 941694976 130805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 110.41
Current children cumulated vsize (KiB) 919624

[startup+162.537 s]
/proc/loadavg: 1.17 1.44 1.66 2/76 28727
/proc/meminfo: memFree=1049152/2055920 swapFree=4184048/4192956
[pid=28715] ppid=28713 vsize=919624 CPUtime=173.64
/proc/28715/stat : 28715 (java) R 28713 28715 28009 0 -1 0 206346 0 3 0 17263 101 0 0 25 0 12 0 168588460 941694976 186850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054581547 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28715/statm: 229906 186850 2484 14 0 216343 0
[pid=28715/tid=28717] ppid=28713 vsize=919624 CPUtime=7.17
/proc/28715/task/28717/stat : 28717 (java) S 28713 28715 28009 0 -1 64 89371 0 0 0 675 42 0 0 16 0 12 0 168588470 941694976 186850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28718] ppid=28713 vsize=919624 CPUtime=7.17
/proc/28715/task/28718/stat : 28718 (java) S 28713 28715 28009 0 -1 64 85444 0 0 0 681 36 0 0 16 0 12 0 168588470 941694976 186850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28719] ppid=28713 vsize=919624 CPUtime=0.05
/proc/28715/task/28719/stat : 28719 (java) S 28713 28715 28009 0 -1 64 15 0 0 0 4 1 0 0 16 0 12 0 168588472 941694976 186850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28720] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28720/stat : 28720 (java) S 28713 28715 28009 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168588473 941694976 186850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28721] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28721/stat : 28721 (java) S 28713 28715 28009 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168588473 941694976 186850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28722] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28722/stat : 28722 (java) S 28713 28715 28009 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 168588479 941694976 186850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28723] ppid=28713 vsize=919624 CPUtime=0.01
/proc/28715/task/28723/stat : 28723 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 1 0 0 0 15 0 12 0 168588479 941694976 186850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28724] ppid=28713 vsize=919624 CPUtime=2.97
/proc/28715/task/28724/stat : 28724 (java) S 28713 28715 28009 0 -1 64 6680 0 2 0 294 3 0 0 15 0 12 0 168588479 941694976 186850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28725] ppid=28713 vsize=919624 CPUtime=2.99
/proc/28715/task/28725/stat : 28725 (java) S 28713 28715 28009 0 -1 64 4420 0 0 0 298 1 0 0 17 0 12 0 168588479 941694976 186850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28726] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28726/stat : 28726 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 168588479 941694976 186850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28727] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28727/stat : 28727 (java) S 28713 28715 28009 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168588479 941694976 186850 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 173.64
Current children cumulated vsize (KiB) 919624

[startup+222.635 s]
/proc/loadavg: 1.12 1.37 1.62 2/76 28727
/proc/meminfo: memFree=1039232/2055920 swapFree=4184048/4192956
[pid=28715] ppid=28713 vsize=919624 CPUtime=234.14
/proc/28715/stat : 28715 (java) S 28713 28715 28009 0 -1 0 208199 0 3 0 23312 102 0 0 19 0 12 0 168588460 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28715/statm: 229906 188549 2485 14 0 216343 0
[pid=28715/tid=28717] ppid=28713 vsize=919624 CPUtime=7.64
/proc/28715/task/28717/stat : 28717 (java) S 28713 28715 28009 0 -1 64 89957 0 0 0 722 42 0 0 16 0 12 0 168588470 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28718] ppid=28713 vsize=919624 CPUtime=7.63
/proc/28715/task/28718/stat : 28718 (java) S 28713 28715 28009 0 -1 64 86346 0 0 0 727 36 0 0 17 0 12 0 168588470 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28719] ppid=28713 vsize=919624 CPUtime=37.73
/proc/28715/task/28719/stat : 28719 (java) R 28713 28715 28009 0 -1 64 346 0 0 0 3772 1 0 0 16 0 12 0 168588472 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454227 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28720] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28720/stat : 28720 (java) S 28713 28715 28009 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168588473 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28721] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28721/stat : 28721 (java) S 28713 28715 28009 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168588473 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28722] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28722/stat : 28722 (java) S 28713 28715 28009 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 168588479 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28723] ppid=28713 vsize=919624 CPUtime=0.01
/proc/28715/task/28723/stat : 28723 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 1 0 0 0 15 0 12 0 168588479 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28724] ppid=28713 vsize=919624 CPUtime=2.97
/proc/28715/task/28724/stat : 28724 (java) S 28713 28715 28009 0 -1 64 6680 0 2 0 294 3 0 0 15 0 12 0 168588479 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28725] ppid=28713 vsize=919624 CPUtime=2.99
/proc/28715/task/28725/stat : 28725 (java) S 28713 28715 28009 0 -1 64 4420 0 0 0 298 1 0 0 17 0 12 0 168588479 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28726] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28726/stat : 28726 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 168588479 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28727] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28727/stat : 28727 (java) R 28713 28715 28009 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168588479 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 234.14
Current children cumulated vsize (KiB) 919624

[startup+282.638 s]
/proc/loadavg: 1.11 1.32 1.59 2/76 28727
/proc/meminfo: memFree=1039232/2055920 swapFree=4184048/4192956
[pid=28715] ppid=28713 vsize=919624 CPUtime=294.1
/proc/28715/stat : 28715 (java) S 28713 28715 28009 0 -1 0 208231 0 3 0 29308 102 0 0 17 0 12 0 168588460 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28715/statm: 229906 188549 2485 14 0 216343 0
[pid=28715/tid=28717] ppid=28713 vsize=919624 CPUtime=7.64
/proc/28715/task/28717/stat : 28717 (java) S 28713 28715 28009 0 -1 64 89957 0 0 0 722 42 0 0 16 0 12 0 168588470 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28718] ppid=28713 vsize=919624 CPUtime=7.63
/proc/28715/task/28718/stat : 28718 (java) S 28713 28715 28009 0 -1 64 86346 0 0 0 727 36 0 0 17 0 12 0 168588470 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28719] ppid=28713 vsize=919624 CPUtime=92.59
/proc/28715/task/28719/stat : 28719 (java) R 28713 28715 28009 0 -1 64 346 0 0 0 9257 2 0 0 18 0 12 0 168588472 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28720] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28720/stat : 28720 (java) S 28713 28715 28009 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168588473 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28721] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28721/stat : 28721 (java) S 28713 28715 28009 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168588473 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28722] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28722/stat : 28722 (java) S 28713 28715 28009 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 168588479 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28723] ppid=28713 vsize=919624 CPUtime=0.01
/proc/28715/task/28723/stat : 28723 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 1 0 0 0 15 0 12 0 168588479 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28724] ppid=28713 vsize=919624 CPUtime=2.97
/proc/28715/task/28724/stat : 28724 (java) S 28713 28715 28009 0 -1 64 6680 0 2 0 294 3 0 0 15 0 12 0 168588479 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28725] ppid=28713 vsize=919624 CPUtime=2.99
/proc/28715/task/28725/stat : 28725 (java) S 28713 28715 28009 0 -1 64 4420 0 0 0 298 1 0 0 17 0 12 0 168588479 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28726] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28726/stat : 28726 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 168588479 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28727] ppid=28713 vsize=919624 CPUtime=0
/proc/28715/task/28727/stat : 28727 (java) S 28713 28715 28009 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168588479 941694976 188549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 294.1
Current children cumulated vsize (KiB) 919624



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+310.007 s]
/proc/loadavg: 1.07 1.29 1.57 2/76 28727
/proc/meminfo: memFree=1037824/2055920 swapFree=4184048/4192956
[pid=28715] ppid=28713 vsize=921628 CPUtime=321.48
/proc/28715/stat : 28715 (java) S 28713 28715 28009 0 -1 0 208637 0 3 0 32045 103 0 0 17 0 12 0 168588460 943747072 188939 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28715/statm: 230407 188939 2485 14 0 216844 0
[pid=28715/tid=28717] ppid=28713 vsize=921628 CPUtime=7.64
/proc/28715/task/28717/stat : 28717 (java) S 28713 28715 28009 0 -1 64 89957 0 0 0 722 42 0 0 16 0 12 0 168588470 943747072 188940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28718] ppid=28713 vsize=921628 CPUtime=7.63
/proc/28715/task/28718/stat : 28718 (java) S 28713 28715 28009 0 -1 64 86346 0 0 0 727 36 0 0 17 0 12 0 168588470 943747072 188941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28719] ppid=28713 vsize=921628 CPUtime=119.2
/proc/28715/task/28719/stat : 28719 (java) R 28713 28715 28009 0 -1 64 739 0 0 0 11918 2 0 0 17 0 12 0 168588472 943747072 188942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28720] ppid=28713 vsize=921628 CPUtime=0
/proc/28715/task/28720/stat : 28720 (java) S 28713 28715 28009 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168588473 943747072 188942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28721] ppid=28713 vsize=921628 CPUtime=0
/proc/28715/task/28721/stat : 28721 (java) S 28713 28715 28009 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168588473 943747072 188943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28722] ppid=28713 vsize=921628 CPUtime=0
/proc/28715/task/28722/stat : 28722 (java) S 28713 28715 28009 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 168588479 943747072 188943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28723] ppid=28713 vsize=921628 CPUtime=0.01
/proc/28715/task/28723/stat : 28723 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 1 0 0 0 15 0 12 0 168588479 943747072 188944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28724] ppid=28713 vsize=921628 CPUtime=2.97
/proc/28715/task/28724/stat : 28724 (java) S 28713 28715 28009 0 -1 64 6680 0 2 0 294 3 0 0 15 0 12 0 168588479 943747072 188944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28715/tid=28725] ppid=28713 vsize=921628 CPUtime=2.99
/proc/28715/task/28725/stat : 28725 (java) S 28713 28715 28009 0 -1 64 4420 0 0 0 298 1 0 0 17 0 12 0 168588479 943747072 188945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28726] ppid=28713 vsize=921628 CPUtime=0
/proc/28715/task/28726/stat : 28726 (java) S 28713 28715 28009 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 168588479 943747072 188945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28715/tid=28727] ppid=28713 vsize=921628 CPUtime=0
/proc/28715/task/28727/stat : 28727 (java) S 28713 28715 28009 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168588479 943747072 188946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 321.48
Current children cumulated vsize (KiB) 921628

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

Sending SIGKILL to process tree (bottom up)

Child ended because it received signal 9 (SIGKILL)
Real time (s): 312.142
CPU time (s): 323.614
CPU user time (s): 322.435
CPU system time (s): 1.17882
CPU usage (%): 103.675
Max. virtual memory (cumulated for all children) (KiB): 935628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 322.435
system time used= 1.17882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214762
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9092
involuntary context switches= 3064

runsolver used 0.305953 s user time and 0.816875 s system time

The end

Launcher Data (download as text)

Begin job on node45 on Sun Jan  7 20:31:35 UTC 2007


IDJOB= 210728
IDBENCH= 4641
FILE ID= node45/210728-1168201895

PBS_JOBID= 3480735

Free space on /tmp= 66536 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/cache-ibm-q-unbounded-Icl2arity-ucl.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/210728-1168201895/sat4jCSP-bf3-cached.jar /tmp/evaluation/210728-1168201895/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-210728-1168201895 -o ROOT/results/node45/solver-210728-1168201895 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/210728-1168201895/sat4jCSP-bf3-cached.jar /tmp/evaluation/210728-1168201895/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  5efcf89ecd13ec12f4b08945c1ac3a76

RANDOM SEED= 741945591

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:       1785328 kB
Buffers:         18152 kB
Cached:         187224 kB
SwapCached:       2704 kB
Active:          49920 kB
Inactive:       165176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785328 kB
SwapTotal:     4192956 kB
SwapFree:      4184048 kB
Dirty:           12676 kB
Writeback:           0 kB
Mapped:          15764 kB
Slab:            41564 kB
Committed_AS:  3216556 kB
PageTables:       1396 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= 66536 MiB



End job on node45 on Sun Jan  7 20:36:47 UTC 2007