Trace number 230009

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jCSP 1.7 RC BF3? (TO) 1800.14 1810.1

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-29_ext.xml
MD5SUM5a1fd251846ccae213b4e15ae8465301
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1166.76
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints465
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension465
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.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15	c version CSP COMPETITION BUGFIX 3
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_10
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 722620888
0.15	c Max memory 723845120
0.15	c Total memory 723845120
0.15	c Number of processors 2
0.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/230009-1168315285/unknown.xml
0.24	c reading problem ... 
0.50	c reading problem named ?
0.50	c reading domains done.
0.50	c reading variables
c reading variables (50) done.
0.57	c reading relations
c reading relations (465) done.
1.91	c reading constraints
c reading constraints done.
2.70	c ... done. Wall clock time 2.461s.
2.70	c CPU time (experimental) 1.22s.
2.70	c #vars     1150
2.70	c #constraints  744
1809.99	c starts		: 18
1809.99	c conflicts		: 279625
1809.99	c decisions		: 382278
1809.99	c propagations		: 26915815
1809.99	c inspects		: 3310543092
1809.99	c learnt literals	: 0
1809.99	c learnt binary clauses	: 0
1809.99	c learnt ternary clauses	: 1
1809.99	c learnt clauses	: 279625
1809.99	c root simplifications	: 0
1809.99	c removed literals (reason simplification)	: 0
1809.99	c reason swapping (by a shorter reason)	: 0
1809.99	c Calls to reduceDB	: 0
1809.99	c speed (decisions/second)	: 211.52071284867236
1809.99	c non guided choices	143
1809.99	s UNKNOWN
1809.99	c Total wall clock time (in seconds) : 1809.749
1809.99	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/node18/watcher-230009-1168315285 -o ROOT/results/node18/solver-230009-1168315285 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/230009-1168315285/sat4jCSP-bf3.jar /tmp/evaluation/230009-1168315285/unknown.xml 

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

/proc/loadavg: 2.21 2.08 2.01 4/101 9731
/proc/meminfo: memFree=1281856/2055920 swapFree=4192812/4192956
[pid=9730] ppid=9728 vsize=1500 CPUtime=0
/proc/9730/stat : 9730 (java) R 9728 9730 8436 0 -1 0 237 0 0 0 0 0 0 0 18 0 1 0 179923161 1536000 58 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 7832160 0 0 4096 0 0 0 0 17 0 0 0
/proc/9730/statm: 375 69 55 14 0 8 0

[startup+0.108456 s]
/proc/loadavg: 2.21 2.08 2.01 4/101 9731
/proc/meminfo: memFree=1281856/2055920 swapFree=4192812/4192956
[pid=9730] ppid=9728 vsize=902816 CPUtime=0.1
/proc/9730/stat : 9730 (java) R 9728 9730 8436 0 -1 0 3411 0 1 0 8 2 0 0 25 0 12 0 179923161 924483584 3171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9730/statm: 225704 3172 1584 14 0 212148 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 902816

[startup+0.51649 s]
/proc/loadavg: 2.21 2.08 2.01 4/101 9731
/proc/meminfo: memFree=1281856/2055920 swapFree=4192812/4192956
[pid=9730] ppid=9728 vsize=905236 CPUtime=0.5
/proc/9730/stat : 9730 (java) R 9728 9730 8436 0 -1 0 5975 0 1 0 46 4 0 0 25 0 12 0 179923161 926961664 5569 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053869064 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9730/statm: 226309 5569 2292 14 0 212746 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 905236

[startup+1.33957 s]
/proc/loadavg: 2.21 2.08 2.01 4/112 9748
/proc/meminfo: memFree=1263464/2055920 swapFree=4192812/4192956
[pid=9730] ppid=9728 vsize=906896 CPUtime=1.32
/proc/9730/stat : 9730 (java) R 9728 9730 8436 0 -1 0 9996 0 1 0 126 6 0 0 25 0 12 0 179923161 928661504 8996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054205173 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9730/statm: 226724 9002 2328 14 0 213161 0
[pid=9730/tid=9732] ppid=9728 vsize=906896 CPUtime=0
/proc/9730/task/9732/stat : 9732 (java) S 9728 9730 8436 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 179923164 928661504 9005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9733] ppid=9728 vsize=906896 CPUtime=0
/proc/9730/task/9733/stat : 9733 (java) S 9728 9730 8436 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 179923164 928661504 9009 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9734] ppid=9728 vsize=906896 CPUtime=0
/proc/9730/task/9734/stat : 9734 (java) S 9728 9730 8436 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 179923167 928661504 9009 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9735] ppid=9728 vsize=906896 CPUtime=0
/proc/9730/task/9735/stat : 9735 (java) S 9728 9730 8436 0 -1 64 7 0 0 0 0 0 0 0 22 0 12 0 179923167 928661504 9010 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9736] ppid=9728 vsize=906896 CPUtime=0
/proc/9730/task/9736/stat : 9736 (java) S 9728 9730 8436 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 179923167 928661504 9010 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9737] ppid=9728 vsize=906896 CPUtime=0
/proc/9730/task/9737/stat : 9737 (java) S 9728 9730 8436 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 179923171 928661504 9010 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9738] ppid=9728 vsize=906896 CPUtime=0
/proc/9730/task/9738/stat : 9738 (java) S 9728 9730 8436 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 179923171 928661504 9010 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9739] ppid=9728 vsize=906896 CPUtime=0.34
/proc/9730/task/9739/stat : 9739 (java) S 9728 9730 8436 0 -1 64 1064 0 0 0 34 0 0 0 16 0 12 0 179923171 928661504 9010 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9740] ppid=9728 vsize=906896 CPUtime=0.33
/proc/9730/task/9740/stat : 9740 (java) S 9728 9730 8436 0 -1 64 879 0 0 0 33 0 0 0 16 0 12 0 179923171 928661504 9010 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9741] ppid=9728 vsize=906896 CPUtime=0
/proc/9730/task/9741/stat : 9741 (java) S 9728 9730 8436 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 179923171 928661504 9010 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9742] ppid=9728 vsize=906896 CPUtime=0
/proc/9730/task/9742/stat : 9742 (java) S 9728 9730 8436 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 179923171 928661504 9010 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 906896

[startup+2.99273 s]
/proc/loadavg: 2.19 2.08 2.01 4/112 9748
/proc/meminfo: memFree=1205928/2055920 swapFree=4192812/4192956
[pid=9730] ppid=9728 vsize=907412 CPUtime=2.97
/proc/9730/stat : 9730 (java) R 9728 9730 8436 0 -1 0 22417 0 1 0 285 12 0 0 25 0 13 0 179923161 929189888 21346 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9730/statm: 226853 21346 2355 14 0 213290 0
[pid=9730/tid=9732] ppid=9728 vsize=907412 CPUtime=0.01
/proc/9730/task/9732/stat : 9732 (java) S 9728 9730 8436 0 -1 64 368 0 0 0 1 0 0 0 17 0 13 0 179923164 929189888 21346 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9733] ppid=9728 vsize=907412 CPUtime=0
/proc/9730/task/9733/stat : 9733 (java) S 9728 9730 8436 0 -1 64 255 0 0 0 0 0 0 0 17 0 13 0 179923164 929189888 21347 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9734] ppid=9728 vsize=907412 CPUtime=0
/proc/9730/task/9734/stat : 9734 (java) S 9728 9730 8436 0 -1 64 12 0 0 0 0 0 0 0 17 0 13 0 179923167 929189888 21347 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9735] ppid=9728 vsize=907412 CPUtime=0
/proc/9730/task/9735/stat : 9735 (java) S 9728 9730 8436 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 179923167 929189888 21347 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9736] ppid=9728 vsize=907412 CPUtime=0
/proc/9730/task/9736/stat : 9736 (java) S 9728 9730 8436 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 179923167 929189888 21347 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9737] ppid=9728 vsize=907412 CPUtime=0
/proc/9730/task/9737/stat : 9737 (java) S 9728 9730 8436 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 179923171 929189888 21347 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9738] ppid=9728 vsize=907412 CPUtime=0
/proc/9730/task/9738/stat : 9738 (java) S 9728 9730 8436 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 179923171 929189888 21347 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9739] ppid=9728 vsize=907412 CPUtime=0.82
/proc/9730/task/9739/stat : 9739 (java) S 9728 9730 8436 0 -1 64 1110 0 0 0 82 0 0 0 16 0 13 0 179923171 929189888 21347 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9740] ppid=9728 vsize=907412 CPUtime=0.77
/proc/9730/task/9740/stat : 9740 (java) S 9728 9730 8436 0 -1 64 1003 0 0 0 77 0 0 0 16 0 13 0 179923171 929189888 21347 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9741] ppid=9728 vsize=907412 CPUtime=0
/proc/9730/task/9741/stat : 9741 (java) S 9728 9730 8436 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 179923171 929189888 21347 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9742] ppid=9728 vsize=907412 CPUtime=0
/proc/9730/task/9742/stat : 9742 (java) S 9728 9730 8436 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 179923171 929189888 21347 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 907412

[startup+6.20304 s]
/proc/loadavg: 2.19 2.08 2.01 3/113 9757
/proc/meminfo: memFree=1205408/2055920 swapFree=4192812/4192956
[pid=9730] ppid=9728 vsize=907380 CPUtime=6.18
/proc/9730/stat : 9730 (java) R 9728 9730 8436 0 -1 0 22437 0 1 0 605 13 0 0 25 0 13 0 179923161 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054399601 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9730/statm: 226845 21363 2358 14 0 213282 0
[pid=9730/tid=9732] ppid=9728 vsize=907380 CPUtime=0.01
/proc/9730/task/9732/stat : 9732 (java) S 9728 9730 8436 0 -1 64 368 0 0 0 1 0 0 0 17 0 13 0 179923164 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9733] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9733/stat : 9733 (java) S 9728 9730 8436 0 -1 64 255 0 0 0 0 0 0 0 17 0 13 0 179923164 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9734] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9734/stat : 9734 (java) S 9728 9730 8436 0 -1 64 12 0 0 0 0 0 0 0 17 0 13 0 179923167 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9735] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9735/stat : 9735 (java) S 9728 9730 8436 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 179923167 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9736] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9736/stat : 9736 (java) S 9728 9730 8436 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 179923167 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9737] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9737/stat : 9737 (java) S 9728 9730 8436 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 179923171 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9738] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9738/stat : 9738 (java) S 9728 9730 8436 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 179923171 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9739] ppid=9728 vsize=907380 CPUtime=0.89
/proc/9730/task/9739/stat : 9739 (java) S 9728 9730 8436 0 -1 64 1118 0 0 0 89 0 0 0 16 0 13 0 179923171 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9740] ppid=9728 vsize=907380 CPUtime=0.86
/proc/9730/task/9740/stat : 9740 (java) S 9728 9730 8436 0 -1 64 1010 0 0 0 85 1 0 0 17 0 13 0 179923171 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9741] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9741/stat : 9741 (java) S 9728 9730 8436 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 179923171 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9742] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9742/stat : 9742 (java) S 9728 9730 8436 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 179923171 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9749] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9749/stat : 9749 (java) S 9728 9730 8436 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 179923432 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 907380

[startup+12.7037 s]
/proc/loadavg: 2.16 2.08 2.01 3/113 9765
/proc/meminfo: memFree=1205472/2055920 swapFree=4192812/4192956
[pid=9730] ppid=9728 vsize=907380 CPUtime=12.67
/proc/9730/stat : 9730 (java) R 9728 9730 8436 0 -1 0 22439 0 1 0 1252 15 0 0 25 0 13 0 179923161 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054480230 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9730/statm: 226845 21363 2358 14 0 213282 0
[pid=9730/tid=9732] ppid=9728 vsize=907380 CPUtime=0.01
/proc/9730/task/9732/stat : 9732 (java) S 9728 9730 8436 0 -1 64 368 0 0 0 1 0 0 0 17 0 13 0 179923164 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9733] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9733/stat : 9733 (java) S 9728 9730 8436 0 -1 64 255 0 0 0 0 0 0 0 17 0 13 0 179923164 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9734] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9734/stat : 9734 (java) S 9728 9730 8436 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 179923167 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9735] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9735/stat : 9735 (java) S 9728 9730 8436 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 179923167 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9736] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9736/stat : 9736 (java) S 9728 9730 8436 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 179923167 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9737] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9737/stat : 9737 (java) S 9728 9730 8436 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 179923171 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9738] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9738/stat : 9738 (java) S 9728 9730 8436 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 179923171 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9739] ppid=9728 vsize=907380 CPUtime=0.89
/proc/9730/task/9739/stat : 9739 (java) S 9728 9730 8436 0 -1 64 1118 0 0 0 89 0 0 0 16 0 13 0 179923171 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9740] ppid=9728 vsize=907380 CPUtime=0.86
/proc/9730/task/9740/stat : 9740 (java) S 9728 9730 8436 0 -1 64 1010 0 0 0 85 1 0 0 17 0 13 0 179923171 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9741] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9741/stat : 9741 (java) S 9728 9730 8436 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 179923171 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9742] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9742/stat : 9742 (java) S 9728 9730 8436 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 179923171 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9749] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9749/stat : 9749 (java) S 9728 9730 8436 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 179923432 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 907380

[startup+25.5049 s]
/proc/loadavg: 2.14 2.07 2.01 3/113 9785
/proc/meminfo: memFree=1205552/2055920 swapFree=4192812/4192956
[pid=9730] ppid=9728 vsize=907380 CPUtime=25.44
/proc/9730/stat : 9730 (java) R 9728 9730 8436 0 -1 0 22439 0 1 0 2527 17 0 0 25 0 13 0 179923161 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054480230 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9730/statm: 226845 21363 2358 14 0 213282 0
[pid=9730/tid=9732] ppid=9728 vsize=907380 CPUtime=0.01
/proc/9730/task/9732/stat : 9732 (java) S 9728 9730 8436 0 -1 64 368 0 0 0 1 0 0 0 17 0 13 0 179923164 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9733] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9733/stat : 9733 (java) S 9728 9730 8436 0 -1 64 255 0 0 0 0 0 0 0 17 0 13 0 179923164 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9734] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9734/stat : 9734 (java) S 9728 9730 8436 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 179923167 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9735] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9735/stat : 9735 (java) S 9728 9730 8436 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 179923167 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9736] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9736/stat : 9736 (java) S 9728 9730 8436 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 179923167 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9737] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9737/stat : 9737 (java) S 9728 9730 8436 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 179923171 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9738] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9738/stat : 9738 (java) S 9728 9730 8436 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 179923171 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9739] ppid=9728 vsize=907380 CPUtime=0.89
/proc/9730/task/9739/stat : 9739 (java) S 9728 9730 8436 0 -1 64 1118 0 0 0 89 0 0 0 17 0 13 0 179923171 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9740] ppid=9728 vsize=907380 CPUtime=0.86
/proc/9730/task/9740/stat : 9740 (java) S 9728 9730 8436 0 -1 64 1010 0 0 0 85 1 0 0 17 0 13 0 179923171 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9741] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9741/stat : 9741 (java) S 9728 9730 8436 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 179923171 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9742] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9742/stat : 9742 (java) S 9728 9730 8436 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 179923171 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9749] ppid=9728 vsize=907380 CPUtime=0
/proc/9730/task/9749/stat : 9749 (java) S 9728 9730 8436 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 179923432 929157120 21363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 907380

[startup+51.2094 s]
/proc/loadavg: 2.16 2.08 2.01 3/105 10489
/proc/meminfo: memFree=1367976/2055920 swapFree=4192812/4192956
[pid=9730] ppid=9728 vsize=907228 CPUtime=51.12
/proc/9730/stat : 9730 (java) R 9728 9730 8436 0 -1 0 22440 0 1 0 5089 23 0 0 25 0 13 0 179923161 929001472 21326 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054480230 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/loadavg: 1.68 1.74 1.87 2/93 10943
/proc/meminfo: memFree=1125992/2055920 swapFree=4192812/4192956
[pid=9730] ppid=9728 vsize=907228 CPUtime=1595.06
/proc/9730/stat : 9730 (java) R 9728 9730 8436 0 -1 0 102511 0 1 0 159428 78 0 0 25 0 13 0 179923161 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054480230 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9730/statm: 226807 85407 2358 14 0 213244 0
[pid=9730/tid=9732] ppid=9728 vsize=907228 CPUtime=0.63
/proc/9730/task/9732/stat : 9732 (java) S 9728 9730 8436 0 -1 64 38293 0 0 0 46 17 0 0 18 0 13 0 179923164 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9730/tid=9733] ppid=9728 vsize=907228 CPUtime=0.58
/proc/9730/task/9733/stat : 9733 (java) S 9728 9730 8436 0 -1 64 42393 0 0 0 39 19 0 0 18 0 13 0 179923164 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9730/tid=9734] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9734/stat : 9734 (java) S 9728 9730 8436 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 179923167 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9730/tid=9735] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9735/stat : 9735 (java) S 9728 9730 8436 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 179923167 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9730/tid=9736] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9736/stat : 9736 (java) S 9728 9730 8436 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 179923167 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9730/tid=9737] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9737/stat : 9737 (java) S 9728 9730 8436 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 179923171 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9738] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9738/stat : 9738 (java) S 9728 9730 8436 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 179923171 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9739] ppid=9728 vsize=907228 CPUtime=0.9
/proc/9730/task/9739/stat : 9739 (java) S 9728 9730 8436 0 -1 64 1119 0 0 0 90 0 0 0 16 0 13 0 179923171 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9740] ppid=9728 vsize=907228 CPUtime=0.88
/proc/9730/task/9740/stat : 9740 (java) S 9728 9730 8436 0 -1 64 1010 0 0 0 87 1 0 0 16 0 13 0 179923171 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9741] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9741/stat : 9741 (java) S 9728 9730 8436 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 179923171 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9742] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9742/stat : 9742 (java) S 9728 9730 8436 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 179923171 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9749] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9749/stat : 9749 (java) S 9728 9730 8436 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 179923432 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.06
Current children cumulated vsize (KiB) 907228

[startup+1664.05 s]
/proc/loadavg: 1.81 1.75 1.87 3/100 11018
/proc/meminfo: memFree=1120488/2055920 swapFree=4192812/4192956
[pid=9730] ppid=9728 vsize=907228 CPUtime=1655.03
/proc/9730/stat : 9730 (java) R 9728 9730 8436 0 -1 0 102511 0 1 0 165424 79 0 0 25 0 13 0 179923161 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054416247 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9730/statm: 226807 85407 2358 14 0 213244 0
[pid=9730/tid=9732] ppid=9728 vsize=907228 CPUtime=0.63
/proc/9730/task/9732/stat : 9732 (java) S 9728 9730 8436 0 -1 64 38293 0 0 0 46 17 0 0 18 0 13 0 179923164 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9730/tid=9733] ppid=9728 vsize=907228 CPUtime=0.58
/proc/9730/task/9733/stat : 9733 (java) S 9728 9730 8436 0 -1 64 42393 0 0 0 39 19 0 0 18 0 13 0 179923164 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9730/tid=9734] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9734/stat : 9734 (java) S 9728 9730 8436 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 179923167 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9730/tid=9735] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9735/stat : 9735 (java) S 9728 9730 8436 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 179923167 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9730/tid=9736] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9736/stat : 9736 (java) S 9728 9730 8436 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 179923167 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9730/tid=9737] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9737/stat : 9737 (java) S 9728 9730 8436 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 179923171 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9738] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9738/stat : 9738 (java) S 9728 9730 8436 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 179923171 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9739] ppid=9728 vsize=907228 CPUtime=0.9
/proc/9730/task/9739/stat : 9739 (java) S 9728 9730 8436 0 -1 64 1119 0 0 0 90 0 0 0 16 0 13 0 179923171 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9740] ppid=9728 vsize=907228 CPUtime=0.88
/proc/9730/task/9740/stat : 9740 (java) S 9728 9730 8436 0 -1 64 1010 0 0 0 87 1 0 0 16 0 13 0 179923171 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9741] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9741/stat : 9741 (java) S 9728 9730 8436 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 179923171 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9742] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9742/stat : 9742 (java) S 9728 9730 8436 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 179923171 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9749] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9749/stat : 9749 (java) S 9728 9730 8436 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 179923432 929001472 85407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.03
Current children cumulated vsize (KiB) 907228

[startup+1724.07 s]
/proc/loadavg: 1.93 1.80 1.87 3/100 11018
/proc/meminfo: memFree=1057000/2055920 swapFree=4192812/4192956
[pid=9730] ppid=9728 vsize=907228 CPUtime=1714.9
/proc/9730/stat : 9730 (java) R 9728 9730 8436 0 -1 0 120329 0 1 0 171403 87 0 0 25 0 13 0 179923161 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054415985 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9730/statm: 226807 101291 2358 14 0 213244 0
[pid=9730/tid=9732] ppid=9728 vsize=907228 CPUtime=0.81
/proc/9730/task/9732/stat : 9732 (java) S 9728 9730 8436 0 -1 64 43953 0 0 0 60 21 0 0 16 0 13 0 179923164 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9733] ppid=9728 vsize=907228 CPUtime=0.8
/proc/9730/task/9733/stat : 9733 (java) S 9728 9730 8436 0 -1 64 54550 0 0 0 57 23 0 0 19 0 13 0 179923164 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9734] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9734/stat : 9734 (java) S 9728 9730 8436 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 179923167 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9735] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9735/stat : 9735 (java) S 9728 9730 8436 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 179923167 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9730/tid=9736] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9736/stat : 9736 (java) S 9728 9730 8436 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 179923167 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9730/tid=9737] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9737/stat : 9737 (java) S 9728 9730 8436 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 179923171 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9738] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9738/stat : 9738 (java) S 9728 9730 8436 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 179923171 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9739] ppid=9728 vsize=907228 CPUtime=0.9
/proc/9730/task/9739/stat : 9739 (java) S 9728 9730 8436 0 -1 64 1119 0 0 0 90 0 0 0 16 0 13 0 179923171 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9740] ppid=9728 vsize=907228 CPUtime=0.88
/proc/9730/task/9740/stat : 9740 (java) S 9728 9730 8436 0 -1 64 1010 0 0 0 87 1 0 0 16 0 13 0 179923171 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9741] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9741/stat : 9741 (java) S 9728 9730 8436 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 179923171 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9742] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9742/stat : 9742 (java) S 9728 9730 8436 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 179923171 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9749] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9749/stat : 9749 (java) S 9728 9730 8436 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 179923432 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.9
Current children cumulated vsize (KiB) 907228

[startup+1784.09 s]
/proc/loadavg: 1.97 1.83 1.88 3/100 11018
/proc/meminfo: memFree=1056936/2055920 swapFree=4192812/4192956
[pid=9730] ppid=9728 vsize=907228 CPUtime=1774.35
/proc/9730/stat : 9730 (java) R 9728 9730 8436 0 -1 0 120329 0 1 0 177347 88 0 0 25 0 13 0 179923161 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054480230 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9730/statm: 226807 101291 2358 14 0 213244 0
[pid=9730/tid=9732] ppid=9728 vsize=907228 CPUtime=0.81
/proc/9730/task/9732/stat : 9732 (java) S 9728 9730 8436 0 -1 64 43953 0 0 0 60 21 0 0 16 0 13 0 179923164 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9733] ppid=9728 vsize=907228 CPUtime=0.8
/proc/9730/task/9733/stat : 9733 (java) S 9728 9730 8436 0 -1 64 54550 0 0 0 57 23 0 0 19 0 13 0 179923164 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9734] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9734/stat : 9734 (java) S 9728 9730 8436 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 179923167 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9735] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9735/stat : 9735 (java) S 9728 9730 8436 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 179923167 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9730/tid=9736] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9736/stat : 9736 (java) S 9728 9730 8436 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 179923167 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9730/tid=9737] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9737/stat : 9737 (java) S 9728 9730 8436 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 179923171 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9738] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9738/stat : 9738 (java) S 9728 9730 8436 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 179923171 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9739] ppid=9728 vsize=907228 CPUtime=0.9
/proc/9730/task/9739/stat : 9739 (java) S 9728 9730 8436 0 -1 64 1119 0 0 0 90 0 0 0 16 0 13 0 179923171 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9740] ppid=9728 vsize=907228 CPUtime=0.88
/proc/9730/task/9740/stat : 9740 (java) S 9728 9730 8436 0 -1 64 1010 0 0 0 87 1 0 0 16 0 13 0 179923171 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9741] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9741/stat : 9741 (java) S 9728 9730 8436 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 179923171 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9742] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9742/stat : 9742 (java) S 9728 9730 8436 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 179923171 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9749] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9749/stat : 9749 (java) S 9728 9730 8436 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 179923432 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.35
Current children cumulated vsize (KiB) 907228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.98 s]
/proc/loadavg: 2.16 1.89 1.90 3/100 11018
/proc/meminfo: memFree=1056936/2055920 swapFree=4192812/4192956
[pid=9730] ppid=9728 vsize=907228 CPUtime=1800.01
/proc/9730/stat : 9730 (java) R 9728 9730 8436 0 -1 0 120329 0 1 0 179913 88 0 0 25 0 13 0 179923161 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054480230 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9730/statm: 226807 101291 2358 14 0 213244 0
[pid=9730/tid=9732] ppid=9728 vsize=907228 CPUtime=0.81
/proc/9730/task/9732/stat : 9732 (java) S 9728 9730 8436 0 -1 64 43953 0 0 0 60 21 0 0 16 0 13 0 179923164 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9733] ppid=9728 vsize=907228 CPUtime=0.8
/proc/9730/task/9733/stat : 9733 (java) S 9728 9730 8436 0 -1 64 54550 0 0 0 57 23 0 0 19 0 13 0 179923164 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9734] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9734/stat : 9734 (java) S 9728 9730 8436 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 179923167 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9735] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9735/stat : 9735 (java) S 9728 9730 8436 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 179923167 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9730/tid=9736] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9736/stat : 9736 (java) S 9728 9730 8436 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 179923167 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9730/tid=9737] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9737/stat : 9737 (java) S 9728 9730 8436 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 179923171 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9738] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9738/stat : 9738 (java) S 9728 9730 8436 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 179923171 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9739] ppid=9728 vsize=907228 CPUtime=0.9
/proc/9730/task/9739/stat : 9739 (java) S 9728 9730 8436 0 -1 64 1119 0 0 0 90 0 0 0 16 0 13 0 179923171 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9740] ppid=9728 vsize=907228 CPUtime=0.88
/proc/9730/task/9740/stat : 9740 (java) S 9728 9730 8436 0 -1 64 1010 0 0 0 87 1 0 0 16 0 13 0 179923171 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9741] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9741/stat : 9741 (java) S 9728 9730 8436 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 179923171 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9742] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9742/stat : 9742 (java) S 9728 9730 8436 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 179923171 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9730/tid=9749] ppid=9728 vsize=907228 CPUtime=0
/proc/9730/task/9749/stat : 9749 (java) S 9728 9730 8436 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 179923432 929001472 101291 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 907228

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

Child status: 143
Real time (s): 1810.1
CPU time (s): 1800.14
CPU user time (s): 1799.19
CPU system time (s): 0.946856
CPU usage (%): 99.4495
Max. virtual memory (cumulated for all children) (KiB): 907412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 0.946856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120349
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= 37351
involuntary context switches= 36705

runsolver used 2.21566 s user time and 5.74813 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Tue Jan  9 04:01:25 UTC 2007


IDJOB= 230009
IDBENCH= 6390
FILE ID= node18/230009-1168315285

PBS_JOBID= 3502337

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23-fcd/rand-2-50-23-587-230-fcd-29_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/230009-1168315285/sat4jCSP-bf3.jar /tmp/evaluation/230009-1168315285/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-230009-1168315285 -o ROOT/results/node18/solver-230009-1168315285 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/230009-1168315285/sat4jCSP-bf3.jar /tmp/evaluation/230009-1168315285/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  5a1fd251846ccae213b4e15ae8465301

RANDOM SEED= 439277226

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.231
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.231
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:       1282336 kB
Buffers:         97432 kB
Cached:         379452 kB
SwapCached:          0 kB
Active:         512492 kB
Inactive:       199100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1282336 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2868 kB
Writeback:           0 kB
Mapped:         262996 kB
Slab:            45924 kB
Committed_AS:  6086516 kB
PageTables:       2736 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= 66550 MiB



End job on node18 on Tue Jan  9 04:31:35 UTC 2007