Trace number 206857

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? (TO) 1800.21 1804.74

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-16_ext.xml
MD5SUM0d8c0cee3fe4dc25dc6d0f77c207051a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
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.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15	c version CSP COMPETITION BUGFIX 3 CACHED
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.24	c --- Begin Solver configuration ---
0.24	c Stops conflict analysis at the first Unique Implication Point
0.24	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.24	c Learn all clauses as in MiniSAT
0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24	c VSIDS like heuristics from MiniSAT using a heap
0.24	c No reason simplification
0.24	c --- End Solver configuration ---
0.24	c solving /tmp/evaluation/206857-1168179127/unknown.xml
0.24	c reading problem ... 
0.49	c reading problem named ?
0.49	c reading domains done.
0.50	c reading variables
c reading variables (28) done.
0.54	c reading relations
c reading relations (93) done.
4.89	c reading constraints
c reading constraints done.
7.06	c ... done. Wall clock time 6.824s.
7.06	c CPU time (experimental) 4.63s.
7.06	c #vars     784
7.06	c #constraints  1290245
1804.60	c starts		: 20
1804.60	c conflicts		: 627933
1804.60	c decisions		: 1035501
1804.60	c propagations		: 38209275
1804.60	c inspects		: 4006971723
1804.60	c learnt literals	: 0
1804.60	c learnt binary clauses	: 0
1804.60	c learnt ternary clauses	: 97
1804.60	c learnt clauses	: 627933
1804.60	c root simplifications	: 0
1804.60	c removed literals (reason simplification)	: 0
1804.60	c reason swapping (by a shorter reason)	: 0
1804.60	c Calls to reduceDB	: 0
1804.60	c speed (decisions/second)	: 576.068827780343
1804.60	c non guided choices	317
1804.60	s UNKNOWN
1804.60	c Total wall clock time (in seconds) : 1804.357
1804.60	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/node39/watcher-206857-1168179127 -o ROOT/results/node39/solver-206857-1168179127 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206857-1168179127/sat4jCSP-bf3-cached.jar /tmp/evaluation/206857-1168179127/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.96 1.00 1.18 4/70 17732
/proc/meminfo: memFree=1590784/2055920 swapFree=4187312/4192956
[pid=17731] ppid=17726 vsize=172 CPUtime=0
/proc/17731/stat : 17731 (java) R 17726 17731 17616 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 166312345 176128 24 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 11092267 0 0 4096 0 0 0 0 17 1 0 0
/proc/17731/statm: 43 24 18 14 0 3 0

[startup+0.108829 s]
/proc/loadavg: 0.96 1.00 1.18 4/70 17732
/proc/meminfo: memFree=1590784/2055920 swapFree=4187312/4192956
[pid=17731] ppid=17726 vsize=902652 CPUtime=0.09
/proc/17731/stat : 17731 (java) R 17726 17731 17616 0 -1 0 3400 0 1 0 8 1 0 0 24 0 12 0 166312345 924315648 3160 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053852828 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17731/statm: 225663 3160 1581 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 902652

[startup+0.516866 s]
/proc/loadavg: 0.96 1.00 1.18 4/70 17732
/proc/meminfo: memFree=1590784/2055920 swapFree=4187312/4192956
[pid=17731] ppid=17726 vsize=905236 CPUtime=0.5
/proc/17731/stat : 17731 (java) R 17726 17731 17616 0 -1 0 5975 0 1 0 47 3 0 0 25 0 12 0 166312345 926961664 5569 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17731/statm: 226309 5569 2291 14 0 212746 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 905236

[startup+1.33894 s]
/proc/loadavg: 0.96 1.00 1.18 5/95 17757
/proc/meminfo: memFree=1552192/2055920 swapFree=4187312/4192956
[pid=17731] ppid=17726 vsize=907064 CPUtime=1.29
/proc/17731/stat : 17731 (java) R 17726 17731 17616 0 -1 0 9683 0 1 0 124 5 0 0 25 0 12 0 166312345 928833536 8845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17731/statm: 226766 8845 2325 14 0 213203 0
[pid=17731/tid=17736] ppid=17726 vsize=907064 CPUtime=0
/proc/17731/task/17736/stat : 17736 (java) S 17726 17731 17616 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 166312348 928833536 8845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17737] ppid=17726 vsize=907064 CPUtime=0
/proc/17731/task/17737/stat : 17737 (java) S 17726 17731 17616 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 166312348 928833536 8845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17740] ppid=17726 vsize=907064 CPUtime=0
/proc/17731/task/17740/stat : 17740 (java) S 17726 17731 17616 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 166312350 928833536 8845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17742] ppid=17726 vsize=907064 CPUtime=0
/proc/17731/task/17742/stat : 17742 (java) S 17726 17731 17616 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 166312351 928833536 8845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17743] ppid=17726 vsize=907064 CPUtime=0
/proc/17731/task/17743/stat : 17743 (java) S 17726 17731 17616 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 166312351 928833536 8845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17746] ppid=17726 vsize=907064 CPUtime=0
/proc/17731/task/17746/stat : 17746 (java) S 17726 17731 17616 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 166312354 928833536 8845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17747] ppid=17726 vsize=907064 CPUtime=0
/proc/17731/task/17747/stat : 17747 (java) S 17726 17731 17616 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166312354 928833536 8845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17748] ppid=17726 vsize=907064 CPUtime=0.27
/proc/17731/task/17748/stat : 17748 (java) S 17726 17731 17616 0 -1 64 300 0 0 0 27 0 0 0 16 0 12 0 166312354 928833536 8845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17749] ppid=17726 vsize=907064 CPUtime=0.4
/proc/17731/task/17749/stat : 17749 (java) R 17726 17731 17616 0 -1 64 1507 0 0 0 40 0 0 0 16 0 12 0 166312354 928833536 8845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152455941 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17750] ppid=17726 vsize=907064 CPUtime=0
/proc/17731/task/17750/stat : 17750 (java) S 17726 17731 17616 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 166312354 928833536 8845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17751] ppid=17726 vsize=907064 CPUtime=0
/proc/17731/task/17751/stat : 17751 (java) S 17726 17731 17616 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166312354 928833536 8845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 907064

[startup+3.0091 s]
/proc/loadavg: 0.96 1.00 1.18 7/95 17757
/proc/meminfo: memFree=1423936/2055920 swapFree=4187312/4192956
[pid=17731] ppid=17726 vsize=907064 CPUtime=2.93
/proc/17731/stat : 17731 (java) R 17726 17731 17616 0 -1 0 25955 0 1 0 281 12 0 0 25 0 12 0 166312345 928833536 25112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054140570 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17731/statm: 226766 25112 2333 14 0 213203 0
[pid=17731/tid=17736] ppid=17726 vsize=907064 CPUtime=0.11
/proc/17731/task/17736/stat : 17736 (java) S 17726 17731 17616 0 -1 64 2285 0 0 0 11 0 0 0 16 0 12 0 166312348 928833536 25112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17737] ppid=17726 vsize=907064 CPUtime=0.11
/proc/17731/task/17737/stat : 17737 (java) S 17726 17731 17616 0 -1 64 2193 0 0 0 10 1 0 0 16 0 12 0 166312348 928833536 25112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17740] ppid=17726 vsize=907064 CPUtime=0
/proc/17731/task/17740/stat : 17740 (java) S 17726 17731 17616 0 -1 64 27 0 0 0 0 0 0 0 16 0 12 0 166312350 928833536 25112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17742] ppid=17726 vsize=907064 CPUtime=0
/proc/17731/task/17742/stat : 17742 (java) S 17726 17731 17616 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 166312351 928833536 25112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17743] ppid=17726 vsize=907064 CPUtime=0
/proc/17731/task/17743/stat : 17743 (java) S 17726 17731 17616 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166312351 928833536 25112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17746] ppid=17726 vsize=907064 CPUtime=0
/proc/17731/task/17746/stat : 17746 (java) S 17726 17731 17616 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 166312354 928833536 25112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17747] ppid=17726 vsize=907064 CPUtime=0
/proc/17731/task/17747/stat : 17747 (java) S 17726 17731 17616 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166312354 928833536 25112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17748] ppid=17726 vsize=907064 CPUtime=0.3
/proc/17731/task/17748/stat : 17748 (java) S 17726 17731 17616 0 -1 64 306 0 0 0 30 0 0 0 17 0 12 0 166312354 928833536 25112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17749] ppid=17726 vsize=907064 CPUtime=0.43
/proc/17731/task/17749/stat : 17749 (java) S 17726 17731 17616 0 -1 64 1510 0 0 0 43 0 0 0 16 0 12 0 166312354 928833536 25112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17750] ppid=17726 vsize=907064 CPUtime=0
/proc/17731/task/17750/stat : 17750 (java) S 17726 17731 17616 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 166312354 928833536 25112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17751] ppid=17726 vsize=907064 CPUtime=0
/proc/17731/task/17751/stat : 17751 (java) S 17726 17731 17616 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166312354 928833536 25112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 907064

[startup+6.2694 s]
/proc/loadavg: 1.05 1.01 1.18 3/95 17757
/proc/meminfo: memFree=1367552/2055920 swapFree=4187312/4192956
[pid=17731] ppid=17726 vsize=909564 CPUtime=6.13
/proc/17731/stat : 17731 (java) R 17726 17731 17616 0 -1 0 41704 0 1 0 594 19 0 0 25 0 12 0 166312345 931393536 40020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17731/statm: 227391 40022 2336 14 0 213828 0
[pid=17731/tid=17736] ppid=17726 vsize=909564 CPUtime=0.49
/proc/17731/task/17736/stat : 17736 (java) R 17726 17731 17616 0 -1 64 10298 0 0 0 45 4 0 0 18 0 12 0 166312348 931393536 40023 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631190 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17731/tid=17737] ppid=17726 vsize=909564 CPUtime=0.51
/proc/17731/task/17737/stat : 17737 (java) R 17726 17731 17616 0 -1 64 9894 0 0 0 47 4 0 0 18 0 12 0 166312348 931393536 40024 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17731/tid=17740] ppid=17726 vsize=909564 CPUtime=0
/proc/17731/task/17740/stat : 17740 (java) S 17726 17731 17616 0 -1 64 32 0 0 0 0 0 0 0 17 0 12 0 166312350 931393536 40025 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17731/tid=17742] ppid=17726 vsize=909564 CPUtime=0
/proc/17731/task/17742/stat : 17742 (java) S 17726 17731 17616 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 166312351 931393536 40027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17743] ppid=17726 vsize=909564 CPUtime=0
/proc/17731/task/17743/stat : 17743 (java) S 17726 17731 17616 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166312351 931393536 40028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17746] ppid=17726 vsize=909564 CPUtime=0
/proc/17731/task/17746/stat : 17746 (java) S 17726 17731 17616 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 166312354 931393536 40029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17747] ppid=17726 vsize=909564 CPUtime=0
/proc/17731/task/17747/stat : 17747 (java) S 17726 17731 17616 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166312354 931393536 40030 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17731/tid=17748] ppid=17726 vsize=909564 CPUtime=0.41
/proc/17731/task/17748/stat : 17748 (java) S 17726 17731 17616 0 -1 64 317 0 0 0 41 0 0 0 17 0 12 0 166312354 931393536 40032 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17731/tid=17749] ppid=17726 vsize=909564 CPUtime=0.53
/proc/17731/task/17749/stat : 17749 (java) S 17726 17731 17616 0 -1 64 1518 0 0 0 53 0 0 0 17 0 12 0 166312354 931393536 40033 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17731/tid=17750] ppid=17726 vsize=909564 CPUtime=0
/proc/17731/task/17750/stat : 17750 (java) S 17726 17731 17616 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 166312354 931393536 40034 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17751] ppid=17726 vsize=909564 CPUtime=0
/proc/17731/task/17751/stat : 17751 (java) S 17726 17731 17616 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166312354 931393536 40036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 909564

[startup+12.761 s]
/proc/loadavg: 1.12 1.03 1.19 3/97 17759
/proc/meminfo: memFree=1216248/2055920 swapFree=4187312/4192956
[pid=17731] ppid=17726 vsize=909928 CPUtime=12.49
/proc/17731/stat : 17731 (java) R 17726 17731 17616 0 -1 0 50898 0 1 0 1224 25 0 0 25 0 13 0 166312345 931766272 49004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054338401 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17731/statm: 227482 49004 2355 14 0 213919 0
[pid=17731/tid=17736] ppid=17726 vsize=909928 CPUtime=0.78
/proc/17731/task/17736/stat : 17736 (java) S 17726 17731 17616 0 -1 64 15372 0 0 0 71 7 0 0 17 0 13 0 166312348 931766272 49004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17737] ppid=17726 vsize=909928 CPUtime=0.73
/proc/17731/task/17737/stat : 17737 (java) S 17726 17731 17616 0 -1 64 13780 0 0 0 67 6 0 0 17 0 13 0 166312348 931766272 49004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17740] ppid=17726 vsize=909928 CPUtime=0
/proc/17731/task/17740/stat : 17740 (java) S 17726 17731 17616 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 166312350 931766272 49004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17742] ppid=17726 vsize=909928 CPUtime=0
/proc/17731/task/17742/stat : 17742 (java) S 17726 17731 17616 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 166312351 931766272 49004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17743] ppid=17726 vsize=909928 CPUtime=0
/proc/17731/task/17743/stat : 17743 (java) S 17726 17731 17616 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166312351 931766272 49004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17746] ppid=17726 vsize=909928 CPUtime=0
/proc/17731/task/17746/stat : 17746 (java) S 17726 17731 17616 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 166312354 931766272 49004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17747] ppid=17726 vsize=909928 CPUtime=0.01
/proc/17731/task/17747/stat : 17747 (java) S 17726 17731 17616 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 166312354 931766272 49004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17748] ppid=17726 vsize=909928 CPUtime=0.7
/proc/17731/task/17748/stat : 17748 (java) S 17726 17731 17616 0 -1 64 370 0 0 0 70 0 0 0 16 0 13 0 166312354 931766272 49004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17749] ppid=17726 vsize=909928 CPUtime=0.76
/proc/17731/task/17749/stat : 17749 (java) S 17726 17731 17616 0 -1 64 1668 0 0 0 76 0 0 0 16 0 13 0 166312354 931766272 49004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17750] ppid=17726 vsize=909928 CPUtime=0
/proc/17731/task/17750/stat : 17750 (java) S 17726 17731 17616 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 166312354 931766272 49004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17751] ppid=17726 vsize=909928 CPUtime=0
/proc/17731/task/17751/stat : 17751 (java) S 17726 17731 17616 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 166312354 931766272 49004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17758] ppid=17726 vsize=909928 CPUtime=0
/proc/17731/task/17758/stat : 17758 (java) S 17726 17731 17616 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 166313052 931766272 49004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 909928

[startup+25.6462 s]
/proc/loadavg: 1.32 1.08 1.20 3/97 17759
/proc/meminfo: memFree=1216504/2055920 swapFree=4187312/4192956
[pid=17731] ppid=17726 vsize=909928 CPUtime=25.25
/proc/17731/stat : 17731 (java) R 17726 17731 17616 0 -1 0 50902 0 1 0 2500 25 0 0 25 0 13 0 166312345 931766272 49005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054343856 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17731/statm: 227482 49005 2355 14 0 213919 0
[pid=17731/tid=17736] ppid=17726 vsize=909928 CPUtime=0.78
/proc/17731/task/17736/stat : 17736 (java) S 17726 17731 17616 0 -1 64 15372 0 0 0 71 7 0 0 17 0 13 0 166312348 931766272 49005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17737] ppid=17726 vsize=909928 CPUtime=0.73
/proc/17731/task/17737/stat : 17737 (java) S 17726 17731 17616 0 -1 64 13780 0 0 0 67 6 0 0 17 0 13 0 166312348 931766272 49005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17740] ppid=17726 vsize=909928 CPUtime=0
/proc/17731/task/17740/stat : 17740 (java) S 17726 17731 17616 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 166312350 931766272 49005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17742] ppid=17726 vsize=909928 CPUtime=0
/proc/17731/task/17742/stat : 17742 (java) S 17726 17731 17616 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 166312351 931766272 49005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17743] ppid=17726 vsize=909928 CPUtime=0
/proc/17731/task/17743/stat : 17743 (java) S 17726 17731 17616 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166312351 931766272 49005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17746] ppid=17726 vsize=909928 CPUtime=0
/proc/17731/task/17746/stat : 17746 (java) S 17726 17731 17616 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 166312354 931766272 49005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17747] ppid=17726 vsize=909928 CPUtime=0.01
/proc/17731/task/17747/stat : 17747 (java) S 17726 17731 17616 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 166312354 931766272 49005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17748] ppid=17726 vsize=909928 CPUtime=0.7
/proc/17731/task/17748/stat : 17748 (java) S 17726 17731 17616 0 -1 64 370 0 0 0 70 0 0 0 17 0 13 0 166312354 931766272 49005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17749] ppid=17726 vsize=909928 CPUtime=0.77
/proc/17731/task/17749/stat : 17749 (java) S 17726 17731 17616 0 -1 64 1669 0 0 0 77 0 0 0 16 0 13 0 166312354 931766272 49005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17750] ppid=17726 vsize=909928 CPUtime=0
/proc/17731/task/17750/stat : 17750 (java) S 17726 17731 17616 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 166312354 931766272 49005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17751] ppid=17726 vsize=909928 CPUtime=0
/proc/17731/task/17751/stat : 17751 (java) S 17726 17731 17616 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 166312354 931766272 49005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17758] ppid=17726 vsize=909928 CPUtime=0
/proc/17731/task/17758/stat : 17758 (java) S 17726 17731 17616 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 166313052 931766272 49005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 909928

[startup+51.3465 s]
/proc/loadavg: 1.55 1.15 1.22 3/97 17759
/proc/meminfo: memFree=1174264/2055920 swapFree=4187312/4192956
[pid=17731] ppid=17726 vsize=911212 CPUtime=50.67
/proc/17731/stat : 17731 (java) R 17726 17731 17616 0 -1 0 56362 0 1 0 5039 28 0 0 25 0 13 0 166312345 933081088 54464 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054344081 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17731/statm: 227803 54464 2355 14 0 214240 0
[pid=17731/tid=17736] ppid=17726 vsize=911212 CPUtime=0.88

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

/proc/loadavg: 2.05 2.01 1.83 3/97 17761
/proc/meminfo: memFree=379640/2055920 swapFree=4187312/4192956
[pid=17731] ppid=17726 vsize=911212 CPUtime=1598.61
/proc/17731/stat : 17731 (java) R 17726 17731 17616 0 -1 0 161769 0 1 0 159783 78 0 0 25 0 13 0 166312345 933081088 153358 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054344742 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17731/statm: 227803 153358 2355 14 0 214240 0
[pid=17731/tid=17736] ppid=17726 vsize=911212 CPUtime=2.32
/proc/17731/task/17736/stat : 17736 (java) S 17726 17731 17616 0 -1 64 72980 0 0 0 199 33 0 0 17 0 13 0 166312348 933081088 153358 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17731/tid=17737] ppid=17726 vsize=911212 CPUtime=2.26
/proc/17731/task/17737/stat : 17737 (java) S 17726 17731 17616 0 -1 64 67023 0 0 0 197 29 0 0 18 0 13 0 166312348 933081088 153358 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17731/tid=17740] ppid=17726 vsize=911212 CPUtime=0.01
/proc/17731/task/17740/stat : 17740 (java) S 17726 17731 17616 0 -1 64 33 0 0 0 1 0 0 0 16 0 13 0 166312350 933081088 153358 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17731/tid=17742] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17742/stat : 17742 (java) S 17726 17731 17616 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 166312351 933081088 153358 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17743] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17743/stat : 17743 (java) S 17726 17731 17616 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166312351 933081088 153358 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17746] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17746/stat : 17746 (java) S 17726 17731 17616 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 166312354 933081088 153358 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17747] ppid=17726 vsize=911212 CPUtime=0.01
/proc/17731/task/17747/stat : 17747 (java) S 17726 17731 17616 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 166312354 933081088 153358 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17748] ppid=17726 vsize=911212 CPUtime=0.72
/proc/17731/task/17748/stat : 17748 (java) S 17726 17731 17616 0 -1 64 371 0 0 0 72 0 0 0 16 0 13 0 166312354 933081088 153358 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17749] ppid=17726 vsize=911212 CPUtime=0.79
/proc/17731/task/17749/stat : 17749 (java) S 17726 17731 17616 0 -1 64 1669 0 0 0 79 0 0 0 17 0 13 0 166312354 933081088 153358 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17750] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17750/stat : 17750 (java) S 17726 17731 17616 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 166312354 933081088 153358 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17751] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17751/stat : 17751 (java) S 17726 17731 17616 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 166312354 933081088 153358 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17758] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17758/stat : 17758 (java) S 17726 17731 17616 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 166313052 933081088 153358 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.61
Current children cumulated vsize (KiB) 911212

[startup+1663.14 s]
/proc/loadavg: 2.02 2.01 1.84 4/97 17761
/proc/meminfo: memFree=320120/2055920 swapFree=4187312/4192956
[pid=17731] ppid=17726 vsize=911212 CPUtime=1658.65
/proc/17731/stat : 17731 (java) R 17726 17731 17616 0 -1 0 170895 0 1 0 165783 82 0 0 25 0 13 0 166312345 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054338401 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17731/statm: 227803 160800 2355 14 0 214240 0
[pid=17731/tid=17736] ppid=17726 vsize=911212 CPUtime=2.43
/proc/17731/task/17736/stat : 17736 (java) S 17726 17731 17616 0 -1 64 78404 0 0 0 208 35 0 0 16 0 13 0 166312348 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17737] ppid=17726 vsize=911212 CPUtime=2.39
/proc/17731/task/17737/stat : 17737 (java) S 17726 17731 17616 0 -1 64 70724 0 0 0 208 31 0 0 16 0 13 0 166312348 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17731/tid=17740] ppid=17726 vsize=911212 CPUtime=0.01
/proc/17731/task/17740/stat : 17740 (java) S 17726 17731 17616 0 -1 64 33 0 0 0 1 0 0 0 16 0 13 0 166312350 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17731/tid=17742] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17742/stat : 17742 (java) S 17726 17731 17616 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 166312351 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17743] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17743/stat : 17743 (java) S 17726 17731 17616 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166312351 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17746] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17746/stat : 17746 (java) S 17726 17731 17616 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 166312354 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17747] ppid=17726 vsize=911212 CPUtime=0.01
/proc/17731/task/17747/stat : 17747 (java) S 17726 17731 17616 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 166312354 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17748] ppid=17726 vsize=911212 CPUtime=0.72
/proc/17731/task/17748/stat : 17748 (java) S 17726 17731 17616 0 -1 64 371 0 0 0 72 0 0 0 16 0 13 0 166312354 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17749] ppid=17726 vsize=911212 CPUtime=0.79
/proc/17731/task/17749/stat : 17749 (java) S 17726 17731 17616 0 -1 64 1669 0 0 0 79 0 0 0 17 0 13 0 166312354 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17750] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17750/stat : 17750 (java) S 17726 17731 17616 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 166312354 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17751] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17751/stat : 17751 (java) R 17726 17731 17616 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 166312354 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17758] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17758/stat : 17758 (java) S 17726 17731 17616 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 166313052 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.65
Current children cumulated vsize (KiB) 911212

[startup+1723.17 s]
/proc/loadavg: 2.00 2.00 1.84 3/97 17761
/proc/meminfo: memFree=320056/2055920 swapFree=4187312/4192956
[pid=17731] ppid=17726 vsize=911212 CPUtime=1718.65
/proc/17731/stat : 17731 (java) R 17726 17731 17616 0 -1 0 170895 0 1 0 171783 82 0 0 25 0 13 0 166312345 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054344026 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17731/statm: 227803 160800 2355 14 0 214240 0
[pid=17731/tid=17736] ppid=17726 vsize=911212 CPUtime=2.43
/proc/17731/task/17736/stat : 17736 (java) S 17726 17731 17616 0 -1 64 78404 0 0 0 208 35 0 0 16 0 13 0 166312348 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17737] ppid=17726 vsize=911212 CPUtime=2.39
/proc/17731/task/17737/stat : 17737 (java) S 17726 17731 17616 0 -1 64 70724 0 0 0 208 31 0 0 16 0 13 0 166312348 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17731/tid=17740] ppid=17726 vsize=911212 CPUtime=0.01
/proc/17731/task/17740/stat : 17740 (java) S 17726 17731 17616 0 -1 64 33 0 0 0 1 0 0 0 16 0 13 0 166312350 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17731/tid=17742] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17742/stat : 17742 (java) S 17726 17731 17616 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 166312351 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17743] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17743/stat : 17743 (java) S 17726 17731 17616 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166312351 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17746] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17746/stat : 17746 (java) S 17726 17731 17616 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 166312354 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17747] ppid=17726 vsize=911212 CPUtime=0.01
/proc/17731/task/17747/stat : 17747 (java) S 17726 17731 17616 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 166312354 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17748] ppid=17726 vsize=911212 CPUtime=0.72
/proc/17731/task/17748/stat : 17748 (java) S 17726 17731 17616 0 -1 64 371 0 0 0 72 0 0 0 16 0 13 0 166312354 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17749] ppid=17726 vsize=911212 CPUtime=0.79
/proc/17731/task/17749/stat : 17749 (java) S 17726 17731 17616 0 -1 64 1669 0 0 0 79 0 0 0 17 0 13 0 166312354 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17750] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17750/stat : 17750 (java) S 17726 17731 17616 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 166312354 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17751] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17751/stat : 17751 (java) S 17726 17731 17616 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 166312354 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17758] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17758/stat : 17758 (java) S 17726 17731 17616 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 166313052 933081088 160800 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.65
Current children cumulated vsize (KiB) 911212

[startup+1783.23 s]
/proc/loadavg: 2.00 2.00 1.85 3/97 17761
/proc/meminfo: memFree=260280/2055920 swapFree=4187312/4192956
[pid=17731] ppid=17726 vsize=911212 CPUtime=1778.71
/proc/17731/stat : 17731 (java) R 17726 17731 17616 0 -1 0 178899 0 1 0 177787 84 0 0 25 0 13 0 166312345 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054343761 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17731/statm: 227803 168278 2355 14 0 214240 0
[pid=17731/tid=17736] ppid=17726 vsize=911212 CPUtime=2.55
/proc/17731/task/17736/stat : 17736 (java) S 17726 17731 17616 0 -1 64 81684 0 0 0 219 36 0 0 16 0 13 0 166312348 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17731/tid=17737] ppid=17726 vsize=911212 CPUtime=2.49
/proc/17731/task/17737/stat : 17737 (java) S 17726 17731 17616 0 -1 64 75447 0 0 0 217 32 0 0 16 0 13 0 166312348 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17740] ppid=17726 vsize=911212 CPUtime=0.01
/proc/17731/task/17740/stat : 17740 (java) S 17726 17731 17616 0 -1 64 33 0 0 0 1 0 0 0 16 0 13 0 166312350 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17731/tid=17742] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17742/stat : 17742 (java) S 17726 17731 17616 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 166312351 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17743] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17743/stat : 17743 (java) S 17726 17731 17616 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166312351 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17746] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17746/stat : 17746 (java) S 17726 17731 17616 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 166312354 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17747] ppid=17726 vsize=911212 CPUtime=0.01
/proc/17731/task/17747/stat : 17747 (java) S 17726 17731 17616 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 166312354 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17748] ppid=17726 vsize=911212 CPUtime=0.72
/proc/17731/task/17748/stat : 17748 (java) S 17726 17731 17616 0 -1 64 371 0 0 0 72 0 0 0 16 0 13 0 166312354 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17749] ppid=17726 vsize=911212 CPUtime=0.79
/proc/17731/task/17749/stat : 17749 (java) S 17726 17731 17616 0 -1 64 1669 0 0 0 79 0 0 0 17 0 13 0 166312354 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17750] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17750/stat : 17750 (java) S 17726 17731 17616 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 166312354 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17751] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17751/stat : 17751 (java) S 17726 17731 17616 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 166312354 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17758] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17758/stat : 17758 (java) S 17726 17731 17616 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 166313052 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.71
Current children cumulated vsize (KiB) 911212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.59 s]
/proc/loadavg: 2.00 2.00 1.85 3/97 17761
/proc/meminfo: memFree=260152/2055920 swapFree=4187312/4192956
[pid=17731] ppid=17726 vsize=911212 CPUtime=1800.07
/proc/17731/stat : 17731 (java) R 17726 17731 17616 0 -1 0 178899 0 1 0 179923 84 0 0 25 0 13 0 166312345 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054343761 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17731/statm: 227803 168278 2355 14 0 214240 0
[pid=17731/tid=17736] ppid=17726 vsize=911212 CPUtime=2.55
/proc/17731/task/17736/stat : 17736 (java) S 17726 17731 17616 0 -1 64 81684 0 0 0 219 36 0 0 16 0 13 0 166312348 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17731/tid=17737] ppid=17726 vsize=911212 CPUtime=2.49
/proc/17731/task/17737/stat : 17737 (java) S 17726 17731 17616 0 -1 64 75447 0 0 0 217 32 0 0 16 0 13 0 166312348 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17740] ppid=17726 vsize=911212 CPUtime=0.01
/proc/17731/task/17740/stat : 17740 (java) S 17726 17731 17616 0 -1 64 33 0 0 0 1 0 0 0 16 0 13 0 166312350 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17731/tid=17742] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17742/stat : 17742 (java) S 17726 17731 17616 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 166312351 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17743] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17743/stat : 17743 (java) S 17726 17731 17616 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166312351 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17746] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17746/stat : 17746 (java) S 17726 17731 17616 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 166312354 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17747] ppid=17726 vsize=911212 CPUtime=0.01
/proc/17731/task/17747/stat : 17747 (java) S 17726 17731 17616 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 166312354 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17748] ppid=17726 vsize=911212 CPUtime=0.72
/proc/17731/task/17748/stat : 17748 (java) S 17726 17731 17616 0 -1 64 371 0 0 0 72 0 0 0 16 0 13 0 166312354 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17749] ppid=17726 vsize=911212 CPUtime=0.79
/proc/17731/task/17749/stat : 17749 (java) S 17726 17731 17616 0 -1 64 1669 0 0 0 79 0 0 0 17 0 13 0 166312354 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17750] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17750/stat : 17750 (java) S 17726 17731 17616 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 166312354 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17751] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17751/stat : 17751 (java) S 17726 17731 17616 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 166312354 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17731/tid=17758] ppid=17726 vsize=911212 CPUtime=0
/proc/17731/task/17758/stat : 17758 (java) S 17726 17731 17616 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 166313052 933081088 168278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 911212

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

Child status: 143
Real time (s): 1804.74
CPU time (s): 1800.21
CPU user time (s): 1799.26
CPU system time (s): 0.952855
CPU usage (%): 99.7493
Max. virtual memory (cumulated for all children) (KiB): 911212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 0.952855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178918
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= 37544
involuntary context switches= 43633

runsolver used 2.23866 s user time and 5.82611 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sun Jan  7 14:12:07 UTC 2007


IDJOB= 206857
IDBENCH= 4240
FILE ID= node39/206857-1168179127

PBS_JOBID= 3479118

Free space on /tmp= 66539 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-16_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206857-1168179127/sat4jCSP-bf3-cached.jar /tmp/evaluation/206857-1168179127/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-206857-1168179127 -o ROOT/results/node39/solver-206857-1168179127 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206857-1168179127/sat4jCSP-bf3-cached.jar /tmp/evaluation/206857-1168179127/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  0d8c0cee3fe4dc25dc6d0f77c207051a

RANDOM SEED= 489107023

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.236
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.236
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:       1591192 kB
Buffers:         33364 kB
Cached:         356020 kB
SwapCached:       1548 kB
Active:          91952 kB
Inactive:       313776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591192 kB
SwapTotal:     4192956 kB
SwapFree:      4187312 kB
Dirty:           16760 kB
Writeback:           0 kB
Mapped:          23368 kB
Slab:            44524 kB
Committed_AS:  3371000 kB
PageTables:       1740 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= 66539 MiB



End job on node39 on Sun Jan  7 14:42:12 UTC 2007