Trace number 195992

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.2 1809.69

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-2_ext.xml
MD5SUMcd732b701dc19065140f3438f227da6d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1394.08
SatisfiableYES
(Un)Satisfiability was proved
Number of variables24
Number of constraints73
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension73
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	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.16	c version CSP COMPETITION BUGFIX 3 CACHED
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	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.25	c solving /tmp/evaluation/195992-1168117196/unknown.xml
0.25	c reading problem ... 
0.50	c reading problem named ?
0.50	c reading domains done.
0.50	c reading variables
c reading variables (24) done.
0.54	c reading relations
c reading relations (73) done.
3.03	c reading constraints
c reading constraints done.
4.28	c ... done. Wall clock time 4.032s.
4.28	c CPU time (experimental) 2.58s.
4.28	c #vars     576
4.28	c #constraints  647419
1809.59	c starts		: 21
1809.59	c conflicts		: 672881
1809.59	c decisions		: 1210878
1809.59	c propagations		: 37593740
1809.59	c inspects		: 3990408972
1809.59	c learnt literals	: 0
1809.59	c learnt binary clauses	: 0
1809.59	c learnt ternary clauses	: 504
1809.59	c learnt clauses	: 672860
1809.59	c root simplifications	: 0
1809.59	c removed literals (reason simplification)	: 0
1809.59	c reason swapping (by a shorter reason)	: 0
1809.59	c Calls to reduceDB	: 0
1809.59	c speed (decisions/second)	: 670.7320856053371
1809.59	c non guided choices	186
1809.59	s UNKNOWN
1809.59	c Total wall clock time (in seconds) : 1809.343
1809.59	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/node25/watcher-195992-1168117196 -o ROOT/results/node25/solver-195992-1168117196 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/195992-1168117196/sat4jCSP-bf3-cached.jar /tmp/evaluation/195992-1168117196/unknown.xml 

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

/proc/loadavg: 0.92 0.98 0.99 5/83 12428
/proc/meminfo: memFree=1560192/2055920 swapFree=4192812/4192956
[pid=12426] ppid=12423 vsize=1784 CPUtime=0
/proc/12426/stat : 12426 (java) D 12423 12426 12312 0 -1 0 166 0 0 0 0 0 0 0 19 0 1 0 160112020 1826816 137 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/12426/statm: 446 137 102 14 0 91 0

[startup+0.103958 s]
/proc/loadavg: 0.92 0.98 0.99 5/83 12428
/proc/meminfo: memFree=1560192/2055920 swapFree=4192812/4192956
[pid=12426] ppid=12423 vsize=901540 CPUtime=0.07
/proc/12426/stat : 12426 (java) R 12423 12426 12312 0 -1 0 3293 0 1 0 6 1 0 0 24 0 12 0 160112020 923176960 3053 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152148610 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12426/statm: 225385 3055 1552 14 0 212109 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 901540

[startup+0.512033 s]
/proc/loadavg: 0.92 0.98 0.99 5/83 12428
/proc/meminfo: memFree=1560192/2055920 swapFree=4192812/4192956
[pid=12426] ppid=12423 vsize=905236 CPUtime=0.49
/proc/12426/stat : 12426 (java) R 12423 12426 12312 0 -1 0 5968 0 1 0 45 4 0 0 25 0 12 0 160112020 926961664 5562 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12426/statm: 226309 5562 2288 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.33517 s]
/proc/loadavg: 1.17 1.03 1.01 4/108 12453
/proc/meminfo: memFree=1523576/2055920 swapFree=4192812/4192956
[pid=12426] ppid=12423 vsize=907208 CPUtime=1.27
/proc/12426/stat : 12426 (java) R 12423 12426 12312 0 -1 0 9202 0 1 0 123 4 0 0 25 0 12 0 160112020 928980992 8092 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054236740 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12426/statm: 226802 8093 2325 14 0 213239 0
[pid=12426/tid=12432] ppid=12423 vsize=907208 CPUtime=0
/proc/12426/task/12432/stat : 12432 (java) S 12423 12426 12312 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 160112023 928980992 8094 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12433] ppid=12423 vsize=907208 CPUtime=0
/proc/12426/task/12433/stat : 12433 (java) S 12423 12426 12312 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 160112023 928980992 8096 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12436] ppid=12423 vsize=907208 CPUtime=0
/proc/12426/task/12436/stat : 12436 (java) S 12423 12426 12312 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 160112026 928980992 8097 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12438] ppid=12423 vsize=907208 CPUtime=0
/proc/12426/task/12438/stat : 12438 (java) S 12423 12426 12312 0 -1 64 7 0 0 0 0 0 0 0 22 0 12 0 160112026 928980992 8098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12439] ppid=12423 vsize=907208 CPUtime=0
/proc/12426/task/12439/stat : 12439 (java) S 12423 12426 12312 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 160112026 928980992 8099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12442] ppid=12423 vsize=907208 CPUtime=0
/proc/12426/task/12442/stat : 12442 (java) S 12423 12426 12312 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160112030 928980992 8100 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12443] ppid=12423 vsize=907208 CPUtime=0
/proc/12426/task/12443/stat : 12443 (java) S 12423 12426 12312 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160112030 928980992 8101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12444] ppid=12423 vsize=907208 CPUtime=0.43
/proc/12426/task/12444/stat : 12444 (java) S 12423 12426 12312 0 -1 64 1454 0 0 0 43 0 0 0 16 0 12 0 160112030 928980992 8102 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12445] ppid=12423 vsize=907208 CPUtime=0.28
/proc/12426/task/12445/stat : 12445 (java) S 12423 12426 12312 0 -1 64 694 0 0 0 28 0 0 0 16 0 12 0 160112030 928980992 8103 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12446] ppid=12423 vsize=907208 CPUtime=0
/proc/12426/task/12446/stat : 12446 (java) S 12423 12426 12312 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 160112030 928980992 8104 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12447] ppid=12423 vsize=907208 CPUtime=0
/proc/12426/task/12447/stat : 12447 (java) S 12423 12426 12312 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160112030 928980992 8105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 907208

[startup+2.98846 s]
/proc/loadavg: 1.17 1.03 1.01 3/108 12453
/proc/meminfo: memFree=1394360/2055920 swapFree=4192812/4192956
[pid=12426] ppid=12423 vsize=907208 CPUtime=2.91
/proc/12426/stat : 12426 (java) R 12423 12426 12312 0 -1 0 26154 0 1 0 278 13 0 0 25 0 12 0 160112020 928980992 25039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054228835 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12426/statm: 226802 25039 2333 14 0 213239 0
[pid=12426/tid=12432] ppid=12423 vsize=907208 CPUtime=0.11
/proc/12426/task/12432/stat : 12432 (java) S 12423 12426 12312 0 -1 64 2391 0 0 0 11 0 0 0 16 0 12 0 160112023 928980992 25039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12433] ppid=12423 vsize=907208 CPUtime=0.1
/proc/12426/task/12433/stat : 12433 (java) S 12423 12426 12312 0 -1 64 1946 0 0 0 9 1 0 0 16 0 12 0 160112023 928980992 25039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12436] ppid=12423 vsize=907208 CPUtime=0
/proc/12426/task/12436/stat : 12436 (java) S 12423 12426 12312 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 160112026 928980992 25039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12438] ppid=12423 vsize=907208 CPUtime=0
/proc/12426/task/12438/stat : 12438 (java) S 12423 12426 12312 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160112026 928980992 25039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12439] ppid=12423 vsize=907208 CPUtime=0
/proc/12426/task/12439/stat : 12439 (java) S 12423 12426 12312 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160112026 928980992 25039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12442] ppid=12423 vsize=907208 CPUtime=0
/proc/12426/task/12442/stat : 12442 (java) S 12423 12426 12312 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160112030 928980992 25039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12443] ppid=12423 vsize=907208 CPUtime=0
/proc/12426/task/12443/stat : 12443 (java) S 12423 12426 12312 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160112030 928980992 25039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12444] ppid=12423 vsize=907208 CPUtime=0.47
/proc/12426/task/12444/stat : 12444 (java) S 12423 12426 12312 0 -1 64 1460 0 0 0 47 0 0 0 17 0 12 0 160112030 928980992 25039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12445] ppid=12423 vsize=907208 CPUtime=0.3
/proc/12426/task/12445/stat : 12445 (java) S 12423 12426 12312 0 -1 64 695 0 0 0 30 0 0 0 16 0 12 0 160112030 928980992 25039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12446] ppid=12423 vsize=907208 CPUtime=0
/proc/12426/task/12446/stat : 12446 (java) S 12423 12426 12312 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 160112030 928980992 25039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12447] ppid=12423 vsize=907208 CPUtime=0
/proc/12426/task/12447/stat : 12447 (java) S 12423 12426 12312 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160112030 928980992 25039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 907208

[startup+6.28801 s]
/proc/loadavg: 1.17 1.03 1.01 4/110 12455
/proc/meminfo: memFree=1295272/2055920 swapFree=4192812/4192956
[pid=12426] ppid=12423 vsize=908972 CPUtime=6.34
/proc/12426/stat : 12426 (java) R 12423 12426 12312 0 -1 0 38087 0 1 0 614 20 0 0 25 0 13 0 160112020 930787328 35214 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054365540 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12426/statm: 227243 35214 2355 14 0 213680 0
[pid=12426/tid=12432] ppid=12423 vsize=908972 CPUtime=0.38
/proc/12426/task/12432/stat : 12432 (java) S 12423 12426 12312 0 -1 64 8997 0 0 0 35 3 0 0 17 0 13 0 160112023 930787328 35214 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12433] ppid=12423 vsize=908972 CPUtime=0.34
/proc/12426/task/12433/stat : 12433 (java) S 12423 12426 12312 0 -1 64 6986 0 0 0 31 3 0 0 17 0 13 0 160112023 930787328 35214 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12436] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12436/stat : 12436 (java) S 12423 12426 12312 0 -1 64 33 0 0 0 0 0 0 0 17 0 13 0 160112026 930787328 35214 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12438] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12438/stat : 12438 (java) S 12423 12426 12312 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 160112026 930787328 35214 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12439] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12439/stat : 12439 (java) S 12423 12426 12312 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 160112026 930787328 35214 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12442] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12442/stat : 12442 (java) S 12423 12426 12312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160112030 930787328 35214 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12443] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12443/stat : 12443 (java) S 12423 12426 12312 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 160112030 930787328 35214 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12444] ppid=12423 vsize=908972 CPUtime=0.88
/proc/12426/task/12444/stat : 12444 (java) S 12423 12426 12312 0 -1 64 1682 0 0 0 88 0 0 0 16 0 13 0 160112030 930787328 35214 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12445] ppid=12423 vsize=908972 CPUtime=0.65
/proc/12426/task/12445/stat : 12445 (java) S 12423 12426 12312 0 -1 64 727 0 0 0 65 0 0 0 16 0 13 0 160112030 930787328 35214 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12446] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12446/stat : 12446 (java) S 12423 12426 12312 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 160112030 930787328 35214 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12447] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12447/stat : 12447 (java) S 12423 12426 12312 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160112030 930787328 35214 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12454] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12454/stat : 12454 (java) S 12423 12426 12312 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 160112448 930787328 35214 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 908972

[startup+12.6911 s]
/proc/loadavg: 1.29 1.06 1.02 3/110 12455
/proc/meminfo: memFree=1295408/2055920 swapFree=4192812/4192956
[pid=12426] ppid=12423 vsize=908972 CPUtime=12.71
/proc/12426/stat : 12426 (java) R 12423 12426 12312 0 -1 0 38098 0 1 0 1251 20 0 0 25 0 13 0 160112020 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054365540 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12426/statm: 227243 35220 2356 14 0 213680 0
[pid=12426/tid=12432] ppid=12423 vsize=908972 CPUtime=0.38
/proc/12426/task/12432/stat : 12432 (java) S 12423 12426 12312 0 -1 64 8997 0 0 0 35 3 0 0 17 0 13 0 160112023 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12433] ppid=12423 vsize=908972 CPUtime=0.34
/proc/12426/task/12433/stat : 12433 (java) S 12423 12426 12312 0 -1 64 6986 0 0 0 31 3 0 0 17 0 13 0 160112023 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12436] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12436/stat : 12436 (java) S 12423 12426 12312 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 160112026 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12438] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12438/stat : 12438 (java) S 12423 12426 12312 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 160112026 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12439] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12439/stat : 12439 (java) S 12423 12426 12312 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 160112026 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12442] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12442/stat : 12442 (java) S 12423 12426 12312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160112030 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12443] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12443/stat : 12443 (java) S 12423 12426 12312 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 160112030 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12444] ppid=12423 vsize=908972 CPUtime=0.92
/proc/12426/task/12444/stat : 12444 (java) S 12423 12426 12312 0 -1 64 1686 0 0 0 92 0 0 0 17 0 13 0 160112030 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12445] ppid=12423 vsize=908972 CPUtime=0.66
/proc/12426/task/12445/stat : 12445 (java) S 12423 12426 12312 0 -1 64 727 0 0 0 66 0 0 0 16 0 13 0 160112030 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12446] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12446/stat : 12446 (java) S 12423 12426 12312 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 160112030 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12447] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12447/stat : 12447 (java) S 12423 12426 12312 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160112030 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12454] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12454/stat : 12454 (java) S 12423 12426 12312 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 160112448 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 908972

[startup+25.5903 s]
/proc/loadavg: 1.40 1.09 1.03 4/110 12455
/proc/meminfo: memFree=1295536/2055920 swapFree=4192812/4192956
[pid=12426] ppid=12423 vsize=908972 CPUtime=25.55
/proc/12426/stat : 12426 (java) R 12423 12426 12312 0 -1 0 38099 0 1 0 2535 20 0 0 25 0 13 0 160112020 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054398490 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12426/statm: 227243 35220 2356 14 0 213680 0
[pid=12426/tid=12432] ppid=12423 vsize=908972 CPUtime=0.38
/proc/12426/task/12432/stat : 12432 (java) S 12423 12426 12312 0 -1 64 8997 0 0 0 35 3 0 0 17 0 13 0 160112023 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12433] ppid=12423 vsize=908972 CPUtime=0.34
/proc/12426/task/12433/stat : 12433 (java) S 12423 12426 12312 0 -1 64 6986 0 0 0 31 3 0 0 17 0 13 0 160112023 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12436] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12436/stat : 12436 (java) S 12423 12426 12312 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 160112026 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12438] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12438/stat : 12438 (java) S 12423 12426 12312 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 160112026 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12439] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12439/stat : 12439 (java) S 12423 12426 12312 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 160112026 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12442] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12442/stat : 12442 (java) S 12423 12426 12312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160112030 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12443] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12443/stat : 12443 (java) S 12423 12426 12312 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 160112030 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12444] ppid=12423 vsize=908972 CPUtime=0.92
/proc/12426/task/12444/stat : 12444 (java) S 12423 12426 12312 0 -1 64 1686 0 0 0 92 0 0 0 17 0 13 0 160112030 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12445] ppid=12423 vsize=908972 CPUtime=0.66
/proc/12426/task/12445/stat : 12445 (java) S 12423 12426 12312 0 -1 64 727 0 0 0 66 0 0 0 17 0 13 0 160112030 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12446] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12446/stat : 12446 (java) S 12423 12426 12312 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 160112030 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12447] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12447/stat : 12447 (java) S 12423 12426 12312 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160112030 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12454] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12454/stat : 12454 (java) S 12423 12426 12312 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 160112448 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 908972

[startup+51.2887 s]
/proc/loadavg: 1.64 1.18 1.06 3/110 12455
/proc/meminfo: memFree=1295664/2055920 swapFree=4192812/4192956
[pid=12426] ppid=12423 vsize=908972 CPUtime=51.13
/proc/12426/stat : 12426 (java) R 12423 12426 12312 0 -1 0 38099 0 1 0 5093 20 0 0 25 0 13 0 160112020 930787328 35220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054365540 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

/proc/loadavg: 2.00 2.00 1.82 3/110 12655
/proc/meminfo: memFree=572920/2055920 swapFree=4192812/4192956
[pid=12426] ppid=12423 vsize=908972 CPUtime=1595.59
/proc/12426/stat : 12426 (java) R 12423 12426 12312 0 -1 0 132695 0 1 0 159478 81 0 0 25 0 13 0 160112020 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054365540 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12426/statm: 227243 125416 2356 14 0 213680 0
[pid=12426/tid=12432] ppid=12423 vsize=908972 CPUtime=1.86
/proc/12426/task/12432/stat : 12432 (java) S 12423 12426 12312 0 -1 64 54228 0 0 0 163 23 0 0 17 0 13 0 160112023 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12433] ppid=12423 vsize=908972 CPUtime=1.78
/proc/12426/task/12433/stat : 12433 (java) S 12423 12426 12312 0 -1 64 56337 0 0 0 151 27 0 0 18 0 13 0 160112023 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12436] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12436/stat : 12436 (java) S 12423 12426 12312 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 160112026 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12438] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12438/stat : 12438 (java) S 12423 12426 12312 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 160112026 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12439] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12439/stat : 12439 (java) S 12423 12426 12312 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 160112026 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12442] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12442/stat : 12442 (java) S 12423 12426 12312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160112030 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12443] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12443/stat : 12443 (java) S 12423 12426 12312 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 160112030 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12444] ppid=12423 vsize=908972 CPUtime=0.95
/proc/12426/task/12444/stat : 12444 (java) S 12423 12426 12312 0 -1 64 1686 0 0 0 95 0 0 0 17 0 13 0 160112030 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12445] ppid=12423 vsize=908972 CPUtime=0.69
/proc/12426/task/12445/stat : 12445 (java) S 12423 12426 12312 0 -1 64 727 0 0 0 69 0 0 0 17 0 13 0 160112030 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12446] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12446/stat : 12446 (java) S 12423 12426 12312 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 160112030 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12447] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12447/stat : 12447 (java) S 12423 12426 12312 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160112030 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12454] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12454/stat : 12454 (java) S 12423 12426 12312 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 160112448 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.59
Current children cumulated vsize (KiB) 908972

[startup+1664.17 s]
/proc/loadavg: 2.00 2.00 1.83 3/110 12655
/proc/meminfo: memFree=572920/2055920 swapFree=4192812/4192956
[pid=12426] ppid=12423 vsize=908972 CPUtime=1655.36
/proc/12426/stat : 12426 (java) R 12423 12426 12312 0 -1 0 132695 0 1 0 165455 81 0 0 25 0 13 0 160112020 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054358977 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12426/statm: 227243 125416 2356 14 0 213680 0
[pid=12426/tid=12432] ppid=12423 vsize=908972 CPUtime=1.86
/proc/12426/task/12432/stat : 12432 (java) S 12423 12426 12312 0 -1 64 54228 0 0 0 163 23 0 0 17 0 13 0 160112023 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12433] ppid=12423 vsize=908972 CPUtime=1.78
/proc/12426/task/12433/stat : 12433 (java) S 12423 12426 12312 0 -1 64 56337 0 0 0 151 27 0 0 18 0 13 0 160112023 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12436] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12436/stat : 12436 (java) S 12423 12426 12312 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 160112026 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12438] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12438/stat : 12438 (java) S 12423 12426 12312 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 160112026 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12439] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12439/stat : 12439 (java) S 12423 12426 12312 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 160112026 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12442] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12442/stat : 12442 (java) S 12423 12426 12312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160112030 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12443] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12443/stat : 12443 (java) S 12423 12426 12312 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 160112030 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12444] ppid=12423 vsize=908972 CPUtime=0.95
/proc/12426/task/12444/stat : 12444 (java) S 12423 12426 12312 0 -1 64 1686 0 0 0 95 0 0 0 17 0 13 0 160112030 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12445] ppid=12423 vsize=908972 CPUtime=0.69
/proc/12426/task/12445/stat : 12445 (java) S 12423 12426 12312 0 -1 64 727 0 0 0 69 0 0 0 17 0 13 0 160112030 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12446] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12446/stat : 12446 (java) S 12423 12426 12312 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 160112030 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12447] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12447/stat : 12447 (java) S 12423 12426 12312 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160112030 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12454] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12454/stat : 12454 (java) S 12423 12426 12312 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 160112448 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.36
Current children cumulated vsize (KiB) 908972

[startup+1724.23 s]
/proc/loadavg: 2.00 2.00 1.83 3/110 12655
/proc/meminfo: memFree=572856/2055920 swapFree=4192812/4192956
[pid=12426] ppid=12423 vsize=908972 CPUtime=1715.14
/proc/12426/stat : 12426 (java) R 12423 12426 12312 0 -1 0 132695 0 1 0 171432 82 0 0 25 0 13 0 160112020 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054358545 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12426/statm: 227243 125416 2356 14 0 213680 0
[pid=12426/tid=12432] ppid=12423 vsize=908972 CPUtime=1.86
/proc/12426/task/12432/stat : 12432 (java) S 12423 12426 12312 0 -1 64 54228 0 0 0 163 23 0 0 17 0 13 0 160112023 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12433] ppid=12423 vsize=908972 CPUtime=1.78
/proc/12426/task/12433/stat : 12433 (java) S 12423 12426 12312 0 -1 64 56337 0 0 0 151 27 0 0 18 0 13 0 160112023 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12436] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12436/stat : 12436 (java) S 12423 12426 12312 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 160112026 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12438] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12438/stat : 12438 (java) S 12423 12426 12312 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 160112026 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12439] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12439/stat : 12439 (java) S 12423 12426 12312 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 160112026 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12442] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12442/stat : 12442 (java) S 12423 12426 12312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160112030 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12443] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12443/stat : 12443 (java) S 12423 12426 12312 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 160112030 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12444] ppid=12423 vsize=908972 CPUtime=0.95
/proc/12426/task/12444/stat : 12444 (java) S 12423 12426 12312 0 -1 64 1686 0 0 0 95 0 0 0 17 0 13 0 160112030 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12445] ppid=12423 vsize=908972 CPUtime=0.69
/proc/12426/task/12445/stat : 12445 (java) S 12423 12426 12312 0 -1 64 727 0 0 0 69 0 0 0 17 0 13 0 160112030 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12446] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12446/stat : 12446 (java) S 12423 12426 12312 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 160112030 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12447] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12447/stat : 12447 (java) S 12423 12426 12312 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160112030 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12454] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12454/stat : 12454 (java) S 12423 12426 12312 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 160112448 930787328 125416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.14
Current children cumulated vsize (KiB) 908972

[startup+1784.29 s]
/proc/loadavg: 2.07 2.03 1.85 3/110 12655
/proc/meminfo: memFree=515576/2055920 swapFree=4192812/4192956
[pid=12426] ppid=12423 vsize=908972 CPUtime=1774.93
/proc/12426/stat : 12426 (java) R 12423 12426 12312 0 -1 0 139919 0 1 0 177408 85 0 0 25 0 13 0 160112020 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054359119 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12426/statm: 227243 132556 2356 14 0 213680 0
[pid=12426/tid=12432] ppid=12423 vsize=908972 CPUtime=1.96
/proc/12426/task/12432/stat : 12432 (java) S 12423 12426 12312 0 -1 64 58137 0 0 0 172 24 0 0 18 0 13 0 160112023 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12433] ppid=12423 vsize=908972 CPUtime=1.89
/proc/12426/task/12433/stat : 12433 (java) S 12423 12426 12312 0 -1 64 59651 0 0 0 161 28 0 0 17 0 13 0 160112023 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12436] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12436/stat : 12436 (java) S 12423 12426 12312 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 160112026 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12438] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12438/stat : 12438 (java) S 12423 12426 12312 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 160112026 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12439] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12439/stat : 12439 (java) S 12423 12426 12312 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 160112026 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12442] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12442/stat : 12442 (java) S 12423 12426 12312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160112030 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12443] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12443/stat : 12443 (java) S 12423 12426 12312 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 160112030 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12444] ppid=12423 vsize=908972 CPUtime=0.95
/proc/12426/task/12444/stat : 12444 (java) S 12423 12426 12312 0 -1 64 1686 0 0 0 95 0 0 0 17 0 13 0 160112030 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12445] ppid=12423 vsize=908972 CPUtime=0.69
/proc/12426/task/12445/stat : 12445 (java) S 12423 12426 12312 0 -1 64 727 0 0 0 69 0 0 0 17 0 13 0 160112030 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12446] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12446/stat : 12446 (java) S 12423 12426 12312 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 160112030 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12447] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12447/stat : 12447 (java) S 12423 12426 12312 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160112030 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12454] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12454/stat : 12454 (java) S 12423 12426 12312 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 160112448 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.93
Current children cumulated vsize (KiB) 908972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.57 s]
/proc/loadavg: 2.04 2.02 1.85 3/112 12658
/proc/meminfo: memFree=515496/2055920 swapFree=4192812/4192956
[pid=12426] ppid=12423 vsize=908972 CPUtime=1800.09
/proc/12426/stat : 12426 (java) R 12423 12426 12312 0 -1 0 139919 0 1 0 179924 85 0 0 25 0 13 0 160112020 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054358545 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12426/statm: 227243 132556 2356 14 0 213680 0
[pid=12426/tid=12432] ppid=12423 vsize=908972 CPUtime=1.96
/proc/12426/task/12432/stat : 12432 (java) S 12423 12426 12312 0 -1 64 58137 0 0 0 172 24 0 0 18 0 13 0 160112023 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12433] ppid=12423 vsize=908972 CPUtime=1.89
/proc/12426/task/12433/stat : 12433 (java) S 12423 12426 12312 0 -1 64 59651 0 0 0 161 28 0 0 17 0 13 0 160112023 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12436] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12436/stat : 12436 (java) S 12423 12426 12312 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 160112026 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12438] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12438/stat : 12438 (java) S 12423 12426 12312 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 160112026 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12439] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12439/stat : 12439 (java) S 12423 12426 12312 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 160112026 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12442] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12442/stat : 12442 (java) S 12423 12426 12312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160112030 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12443] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12443/stat : 12443 (java) S 12423 12426 12312 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 160112030 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12444] ppid=12423 vsize=908972 CPUtime=0.95
/proc/12426/task/12444/stat : 12444 (java) S 12423 12426 12312 0 -1 64 1686 0 0 0 95 0 0 0 17 0 13 0 160112030 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12445] ppid=12423 vsize=908972 CPUtime=0.69
/proc/12426/task/12445/stat : 12445 (java) S 12423 12426 12312 0 -1 64 727 0 0 0 69 0 0 0 17 0 13 0 160112030 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12426/tid=12446] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12446/stat : 12446 (java) S 12423 12426 12312 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 160112030 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12447] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12447/stat : 12447 (java) S 12423 12426 12312 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160112030 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12426/tid=12454] ppid=12423 vsize=908972 CPUtime=0
/proc/12426/task/12454/stat : 12454 (java) S 12423 12426 12312 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 160112448 930787328 132556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 908972

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

Child status: 143
Real time (s): 1809.69
CPU time (s): 1800.2
CPU user time (s): 1799.26
CPU system time (s): 0.943856
CPU usage (%): 99.4754
Max. virtual memory (cumulated for all children) (KiB): 909104

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

runsolver used 1.62475 s user time and 6.46202 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Sat Jan  6 20:59:56 UTC 2007


IDJOB= 195992
IDBENCH= 3317
FILE ID= node25/195992-1168117196

PBS_JOBID= 3477446

Free space on /tmp= 66541 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24/rand-3-24-24-76-632-2_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/195992-1168117196/sat4jCSP-bf3-cached.jar /tmp/evaluation/195992-1168117196/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-195992-1168117196 -o ROOT/results/node25/solver-195992-1168117196 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/195992-1168117196/sat4jCSP-bf3-cached.jar /tmp/evaluation/195992-1168117196/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  cd732b701dc19065140f3438f227da6d

RANDOM SEED= 35089924

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.279
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.279
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:       1560400 kB
Buffers:         51668 kB
Cached:         322876 kB
SwapCached:          0 kB
Active:         147008 kB
Inactive:       276224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1560400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10556 kB
Writeback:           0 kB
Mapped:          67968 kB
Slab:            57136 kB
Committed_AS:  3043264 kB
PageTables:       2276 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= 66541 MiB



End job on node25 on Sat Jan  6 21:30:06 UTC 2007