Trace number 233715

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? 291.452 292.491

General information on the benchmark

Nametaillard/os-taillard-15/
os-taillard-15-100-9.xml
MD5SUMbf3ae01f7ee0d46a4b8c500f7d319d1f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.649901
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size935
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
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
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.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/233715-1168327531/unknown.xml
0.25	c reading problem ... 
0.54	c reading problem named ?
0.54	c reading domains done.
0.82	c reading variables
c reading variables (225) done.
1.36	c reading predicates 
c reading relations (2) done.
1.59	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
292.37	c starts		: 0
292.37	c conflicts		: 0
292.37	c decisions		: 0
292.37	c propagations		: 0
292.37	c inspects		: 0
292.37	c learnt literals	: 0
292.37	c learnt binary clauses	: 0
292.37	c learnt ternary clauses	: 0
292.37	c learnt clauses	: 0
292.37	c root simplifications	: 0
292.37	c removed literals (reason simplification)	: 0
292.37	c reason swapping (by a shorter reason)	: 0
292.37	c Calls to reduceDB	: 0
292.37	c speed (decisions/second)	: 0.0
292.37	c non guided choices	0
292.37	s UNKNOWN
292.37	c Total wall clock time (in seconds) : 292.119
292.37	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/node38/watcher-233715-1168327531 -o ROOT/results/node38/solver-233715-1168327531 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233715-1168327531/sat4jCSP-bf3.jar /tmp/evaluation/233715-1168327531/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.12 2.12 2.01 4/74 4993
/proc/meminfo: memFree=1151936/2055920 swapFree=4192812/4192956
[pid=4992] ppid=4990 vsize=1784 CPUtime=0
/proc/4992/stat : 4992 (java) R 4990 4992 4863 0 -1 0 170 0 0 0 0 0 0 0 19 0 1 0 181152780 1826816 141 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/4992/statm: 446 141 106 14 0 91 0

[startup+0.104925 s]
/proc/loadavg: 2.12 2.12 2.01 4/74 4993
/proc/meminfo: memFree=1151936/2055920 swapFree=4192812/4192956
[pid=4992] ppid=4990 vsize=901540 CPUtime=0.08
/proc/4992/stat : 4992 (java) R 4990 4992 4863 0 -1 0 3308 0 1 0 7 1 0 0 22 0 12 0 181152780 923176960 3068 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4149665153 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4992/statm: 225385 3068 1557 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.516008 s]
/proc/loadavg: 2.12 2.12 2.01 4/74 4993
/proc/meminfo: memFree=1151936/2055920 swapFree=4192812/4192956
[pid=4992] ppid=4990 vsize=905236 CPUtime=0.49
/proc/4992/stat : 4992 (java) R 4990 4992 4863 0 -1 0 5829 0 1 0 47 2 0 0 19 0 12 0 181152780 926961664 5424 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4992/statm: 226309 5424 2250 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.34317 s]
/proc/loadavg: 2.12 2.12 2.01 4/85 5004
/proc/meminfo: memFree=1128744/2055920 swapFree=4192812/4192956
[pid=4992] ppid=4990 vsize=906360 CPUtime=1.31
/proc/4992/stat : 4992 (java) R 4990 4992 4863 0 -1 0 16717 0 1 0 123 8 0 0 22 0 12 0 181152780 928112640 15832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054197535 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4992/statm: 226590 15832 2326 14 0 213027 0
[pid=4992/tid=4994] ppid=4990 vsize=906360 CPUtime=0
/proc/4992/task/4994/stat : 4994 (java) S 4990 4992 4863 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181152783 928112640 15832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4995] ppid=4990 vsize=906360 CPUtime=0
/proc/4992/task/4995/stat : 4995 (java) S 4990 4992 4863 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 181152783 928112640 15832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4996] ppid=4990 vsize=906360 CPUtime=0
/proc/4992/task/4996/stat : 4996 (java) S 4990 4992 4863 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181152786 928112640 15832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4997] ppid=4990 vsize=906360 CPUtime=0
/proc/4992/task/4997/stat : 4997 (java) S 4990 4992 4863 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 181152787 928112640 15832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4998] ppid=4990 vsize=906360 CPUtime=0
/proc/4992/task/4998/stat : 4998 (java) S 4990 4992 4863 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 181152787 928112640 15832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4999] ppid=4990 vsize=906360 CPUtime=0
/proc/4992/task/4999/stat : 4999 (java) S 4990 4992 4863 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181152790 928112640 15832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5000] ppid=4990 vsize=906360 CPUtime=0
/proc/4992/task/5000/stat : 5000 (java) S 4990 4992 4863 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181152790 928112640 15832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5001] ppid=4990 vsize=906360 CPUtime=0.35
/proc/4992/task/5001/stat : 5001 (java) S 4990 4992 4863 0 -1 64 965 0 0 0 35 0 0 0 16 0 12 0 181152790 928112640 15832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5002] ppid=4990 vsize=906360 CPUtime=0.27
/proc/4992/task/5002/stat : 5002 (java) S 4990 4992 4863 0 -1 64 700 0 0 0 27 0 0 0 16 0 12 0 181152790 928112640 15832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5003] ppid=4990 vsize=906360 CPUtime=0
/proc/4992/task/5003/stat : 5003 (java) S 4990 4992 4863 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181152790 928112640 15832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5004] ppid=4990 vsize=906360 CPUtime=0
/proc/4992/task/5004/stat : 5004 (java) S 4990 4992 4863 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181152790 928112640 15832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 906360

[startup+2.98348 s]
/proc/loadavg: 2.11 2.12 2.01 5/85 5004
/proc/meminfo: memFree=1054184/2055920 swapFree=4192812/4192956
[pid=4992] ppid=4990 vsize=910208 CPUtime=3.02
/proc/4992/stat : 4992 (java) R 4990 4992 4863 0 -1 0 32554 0 1 0 286 16 0 0 25 0 12 0 181152780 932052992 30861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054298358 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4992/statm: 227552 30861 2477 14 0 213989 0
[pid=4992/tid=4994] ppid=4990 vsize=910208 CPUtime=0.22
/proc/4992/task/4994/stat : 4994 (java) S 4990 4992 4863 0 -1 64 7480 0 0 0 18 4 0 0 19 0 12 0 181152783 932052992 30861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4995] ppid=4990 vsize=910208 CPUtime=0.14
/proc/4992/task/4995/stat : 4995 (java) S 4990 4992 4863 0 -1 64 3305 0 0 0 13 1 0 0 18 0 12 0 181152783 932052992 30861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4996] ppid=4990 vsize=910208 CPUtime=0
/proc/4992/task/4996/stat : 4996 (java) S 4990 4992 4863 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181152786 932052992 30861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4997] ppid=4990 vsize=910208 CPUtime=0
/proc/4992/task/4997/stat : 4997 (java) S 4990 4992 4863 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 181152787 932052992 30861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4998] ppid=4990 vsize=910208 CPUtime=0
/proc/4992/task/4998/stat : 4998 (java) S 4990 4992 4863 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181152787 932052992 30861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4999] ppid=4990 vsize=910208 CPUtime=0
/proc/4992/task/4999/stat : 4999 (java) S 4990 4992 4863 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181152790 932052992 30861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5000] ppid=4990 vsize=910208 CPUtime=0
/proc/4992/task/5000/stat : 5000 (java) S 4990 4992 4863 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181152790 932052992 30861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5001] ppid=4990 vsize=910208 CPUtime=0.46
/proc/4992/task/5001/stat : 5001 (java) S 4990 4992 4863 0 -1 64 987 0 0 0 46 0 0 0 16 0 12 0 181152790 932052992 30861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5002] ppid=4990 vsize=910208 CPUtime=0.4
/proc/4992/task/5002/stat : 5002 (java) S 4990 4992 4863 0 -1 64 718 0 0 0 40 0 0 0 16 0 12 0 181152790 932052992 30861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5003] ppid=4990 vsize=910208 CPUtime=0
/proc/4992/task/5003/stat : 5003 (java) S 4990 4992 4863 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181152790 932052992 30861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5004] ppid=4990 vsize=910208 CPUtime=0
/proc/4992/task/5004/stat : 5004 (java) S 4990 4992 4863 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181152790 932052992 30861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 910208

[startup+6.21517 s]
/proc/loadavg: 2.11 2.12 2.01 3/85 5004
/proc/meminfo: memFree=1018920/2055920 swapFree=4192812/4192956
[pid=4992] ppid=4990 vsize=910176 CPUtime=6.22
/proc/4992/stat : 4992 (java) R 4990 4992 4863 0 -1 0 38052 0 1 0 603 19 0 0 25 0 12 0 181152780 932020224 36345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4992/statm: 227544 36345 2478 14 0 213981 0
[pid=4992/tid=4994] ppid=4990 vsize=910176 CPUtime=0.36
/proc/4992/task/4994/stat : 4994 (java) R 4990 4992 4863 0 -1 64 10150 0 0 0 31 5 0 0 16 0 12 0 181152783 932020224 36345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958745 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4995] ppid=4990 vsize=910176 CPUtime=0.27
/proc/4992/task/4995/stat : 4995 (java) R 4990 4992 4863 0 -1 64 6118 0 0 0 25 2 0 0 15 0 12 0 181152783 932020224 36345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631240 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4996] ppid=4990 vsize=910176 CPUtime=0
/proc/4992/task/4996/stat : 4996 (java) R 4990 4992 4863 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181152786 932020224 36345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4997] ppid=4990 vsize=910176 CPUtime=0
/proc/4992/task/4997/stat : 4997 (java) S 4990 4992 4863 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 181152787 932020224 36345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4998] ppid=4990 vsize=910176 CPUtime=0
/proc/4992/task/4998/stat : 4998 (java) S 4990 4992 4863 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181152787 932020224 36345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4999] ppid=4990 vsize=910176 CPUtime=0
/proc/4992/task/4999/stat : 4999 (java) S 4990 4992 4863 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181152790 932020224 36345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5000] ppid=4990 vsize=910176 CPUtime=0
/proc/4992/task/5000/stat : 5000 (java) S 4990 4992 4863 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181152790 932020224 36345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5001] ppid=4990 vsize=910176 CPUtime=0.52
/proc/4992/task/5001/stat : 5001 (java) S 4990 4992 4863 0 -1 64 994 0 0 0 52 0 0 0 16 0 12 0 181152790 932020224 36345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5002] ppid=4990 vsize=910176 CPUtime=0.4
/proc/4992/task/5002/stat : 5002 (java) S 4990 4992 4863 0 -1 64 718 0 0 0 40 0 0 0 16 0 12 0 181152790 932020224 36345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5003] ppid=4990 vsize=910176 CPUtime=0
/proc/4992/task/5003/stat : 5003 (java) S 4990 4992 4863 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181152790 932020224 36345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5004] ppid=4990 vsize=910176 CPUtime=0
/proc/4992/task/5004/stat : 5004 (java) S 4990 4992 4863 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181152790 932020224 36345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 910176

[startup+12.7102 s]
/proc/loadavg: 2.10 2.11 2.01 3/85 5004
/proc/meminfo: memFree=968104/2055920 swapFree=4192812/4192956
[pid=4992] ppid=4990 vsize=910176 CPUtime=12.69
/proc/4992/stat : 4992 (java) R 4990 4992 4863 0 -1 0 51445 0 1 0 1244 25 0 0 25 0 12 0 181152780 932020224 48626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054257571 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4992/statm: 227544 48626 2478 14 0 213981 0
[pid=4992/tid=4994] ppid=4990 vsize=910176 CPUtime=0.49
/proc/4992/task/4994/stat : 4994 (java) S 4990 4992 4863 0 -1 64 18136 0 0 0 40 9 0 0 16 0 12 0 181152783 932020224 48626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4995] ppid=4990 vsize=910176 CPUtime=0.4
/proc/4992/task/4995/stat : 4995 (java) S 4990 4992 4863 0 -1 64 11500 0 0 0 36 4 0 0 16 0 12 0 181152783 932020224 48626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4996] ppid=4990 vsize=910176 CPUtime=0
/proc/4992/task/4996/stat : 4996 (java) S 4990 4992 4863 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 181152786 932020224 48626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4997] ppid=4990 vsize=910176 CPUtime=0
/proc/4992/task/4997/stat : 4997 (java) S 4990 4992 4863 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 181152787 932020224 48626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4998] ppid=4990 vsize=910176 CPUtime=0
/proc/4992/task/4998/stat : 4998 (java) S 4990 4992 4863 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181152787 932020224 48626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4999] ppid=4990 vsize=910176 CPUtime=0
/proc/4992/task/4999/stat : 4999 (java) S 4990 4992 4863 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181152790 932020224 48626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5000] ppid=4990 vsize=910176 CPUtime=0
/proc/4992/task/5000/stat : 5000 (java) S 4990 4992 4863 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181152790 932020224 48626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5001] ppid=4990 vsize=910176 CPUtime=0.53
/proc/4992/task/5001/stat : 5001 (java) S 4990 4992 4863 0 -1 64 994 0 0 0 53 0 0 0 16 0 12 0 181152790 932020224 48626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5002] ppid=4990 vsize=910176 CPUtime=0.41
/proc/4992/task/5002/stat : 5002 (java) S 4990 4992 4863 0 -1 64 718 0 0 0 41 0 0 0 17 0 12 0 181152790 932020224 48626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5003] ppid=4990 vsize=910176 CPUtime=0
/proc/4992/task/5003/stat : 5003 (java) S 4990 4992 4863 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181152790 932020224 48626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5004] ppid=4990 vsize=910176 CPUtime=0
/proc/4992/task/5004/stat : 5004 (java) S 4990 4992 4863 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181152790 932020224 48626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 910176

[startup+25.5877 s]
/proc/loadavg: 2.15 2.13 2.01 5/85 5004
/proc/meminfo: memFree=900136/2055920 swapFree=4192812/4192956
[pid=4992] ppid=4990 vsize=909784 CPUtime=25.51
/proc/4992/stat : 4992 (java) R 4990 4992 4863 0 -1 0 70017 0 1 0 2517 34 0 0 25 0 12 0 181152780 931618816 67063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054132839 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4992/statm: 227446 67063 2478 14 0 213883 0
[pid=4992/tid=4994] ppid=4990 vsize=909784 CPUtime=0.68
/proc/4992/task/4994/stat : 4994 (java) S 4990 4992 4863 0 -1 64 28583 0 0 0 55 13 0 0 16 0 12 0 181152783 931618816 67063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4995] ppid=4990 vsize=909784 CPUtime=0.56
/proc/4992/task/4995/stat : 4995 (java) S 4990 4992 4863 0 -1 64 19597 0 0 0 48 8 0 0 16 0 12 0 181152783 931618816 67063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4996] ppid=4990 vsize=909784 CPUtime=0.01
/proc/4992/task/4996/stat : 4996 (java) S 4990 4992 4863 0 -1 64 18 0 0 0 1 0 0 0 15 0 12 0 181152786 931618816 67063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4997] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/4997/stat : 4997 (java) S 4990 4992 4863 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 181152787 931618816 67063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4998] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/4998/stat : 4998 (java) S 4990 4992 4863 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181152787 931618816 67063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4999] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/4999/stat : 4999 (java) S 4990 4992 4863 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181152790 931618816 67063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5000] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/5000/stat : 5000 (java) S 4990 4992 4863 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181152790 931618816 67063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5001] ppid=4990 vsize=909784 CPUtime=0.56
/proc/4992/task/5001/stat : 5001 (java) S 4990 4992 4863 0 -1 64 997 0 0 0 56 0 0 0 16 0 12 0 181152790 931618816 67063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5002] ppid=4990 vsize=909784 CPUtime=0.43
/proc/4992/task/5002/stat : 5002 (java) S 4990 4992 4863 0 -1 64 718 0 0 0 43 0 0 0 17 0 12 0 181152790 931618816 67063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5003] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/5003/stat : 5003 (java) S 4990 4992 4863 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181152790 931618816 67063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5004] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/5004/stat : 5004 (java) S 4990 4992 4863 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181152790 931618816 67063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 909784

[startup+51.2147 s]
/proc/loadavg: 2.24 2.15 2.02 3/85 5004
/proc/meminfo: memFree=720488/2055920 swapFree=4192812/4192956
[pid=4992] ppid=4990 vsize=909784 CPUtime=51.01
/proc/4992/stat : 4992 (java) R 4990 4992 4863 0 -1 0 113392 0 1 0 5046 55 0 0 25 0 12 0 181152780 931618816 109415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054265472 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4992/statm: 227446 109415 2478 14 0 213883 0
[pid=4992/tid=4994] ppid=4990 vsize=909784 CPUtime=1.09
/proc/4992/task/4994/stat : 4994 (java) S 4990 4992 4863 0 -1 64 46105 0 0 0 87 22 0 0 16 0 12 0 181152783 931618816 109415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=4995] ppid=4990 vsize=909784 CPUtime=1.04
/proc/4992/task/4995/stat : 4995 (java) S 4990 4992 4863 0 -1 64 45402 0 0 0 84 20 0 0 15 0 12 0 181152783 931618816 109415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=4996] ppid=4990 vsize=909784 CPUtime=0.04
/proc/4992/task/4996/stat : 4996 (java) S 4990 4992 4863 0 -1 64 18 0 0 0 3 1 0 0 15 0 12 0 181152786 931618816 109415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=4997] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/4997/stat : 4997 (java) S 4990 4992 4863 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 181152787 931618816 109415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4998] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/4998/stat : 4998 (java) S 4990 4992 4863 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181152787 931618816 109415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4999] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/4999/stat : 4999 (java) S 4990 4992 4863 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181152790 931618816 109415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5000] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/5000/stat : 5000 (java) S 4990 4992 4863 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181152790 931618816 109415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5001] ppid=4990 vsize=909784 CPUtime=0.57
/proc/4992/task/5001/stat : 5001 (java) S 4990 4992 4863 0 -1 64 998 0 0 0 57 0 0 0 17 0 12 0 181152790 931618816 109415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=5002] ppid=4990 vsize=909784 CPUtime=0.43
/proc/4992/task/5002/stat : 5002 (java) S 4990 4992 4863 0 -1 64 718 0 0 0 43 0 0 0 17 0 12 0 181152790 931618816 109415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5003] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/5003/stat : 5003 (java) S 4990 4992 4863 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181152790 931618816 109415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5004] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/5004/stat : 5004 (java) S 4990 4992 4863 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181152790 931618816 109415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 909784

[startup+102.432 s]
/proc/loadavg: 2.09 2.12 2.01 3/85 5004
/proc/meminfo: memFree=421160/2055920 swapFree=4192812/4192956
[pid=4992] ppid=4990 vsize=909784 CPUtime=101.93
/proc/4992/stat : 4992 (java) R 4990 4992 4863 0 -1 0 189783 0 1 0 10105 88 0 0 25 0 12 0 181152780 931618816 183493 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054274790 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4992/statm: 227446 183493 2479 14 0 213883 0
[pid=4992/tid=4994] ppid=4990 vsize=909784 CPUtime=2.11
/proc/4992/task/4994/stat : 4994 (java) S 4990 4992 4863 0 -1 64 81032 0 0 0 175 36 0 0 16 0 12 0 181152783 931618816 183493 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=4995] ppid=4990 vsize=909784 CPUtime=2.13
/proc/4992/task/4995/stat : 4995 (java) S 4990 4992 4863 0 -1 64 86126 0 0 0 176 37 0 0 16 0 12 0 181152783 931618816 183493 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=4996] ppid=4990 vsize=909784 CPUtime=0.55
/proc/4992/task/4996/stat : 4996 (java) S 4990 4992 4863 0 -1 64 662 0 0 0 53 2 0 0 15 0 12 0 181152786 931618816 183493 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=4997] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/4997/stat : 4997 (java) S 4990 4992 4863 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 181152787 931618816 183493 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4998] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/4998/stat : 4998 (java) S 4990 4992 4863 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181152787 931618816 183493 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4999] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/4999/stat : 4999 (java) S 4990 4992 4863 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181152790 931618816 183493 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5000] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/5000/stat : 5000 (java) S 4990 4992 4863 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181152790 931618816 183493 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=5001] ppid=4990 vsize=909784 CPUtime=0.57
/proc/4992/task/5001/stat : 5001 (java) S 4990 4992 4863 0 -1 64 998 0 0 0 57 0 0 0 17 0 12 0 181152790 931618816 183493 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=5002] ppid=4990 vsize=909784 CPUtime=0.43
/proc/4992/task/5002/stat : 5002 (java) S 4990 4992 4863 0 -1 64 718 0 0 0 43 0 0 0 17 0 12 0 181152790 931618816 183493 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=5003] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/5003/stat : 5003 (java) S 4990 4992 4863 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181152790 931618816 183493 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5004] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/5004/stat : 5004 (java) S 4990 4992 4863 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181152790 931618816 183493 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 909784

[startup+162.478 s]
/proc/loadavg: 2.15 2.14 2.03 5/85 5004
/proc/meminfo: memFree=418216/2055920 swapFree=4192812/4192956
[pid=4992] ppid=4990 vsize=909784 CPUtime=161.64
/proc/4992/stat : 4992 (java) R 4990 4992 4863 0 -1 0 191825 0 1 0 16073 91 0 0 25 0 12 0 181152780 931618816 183584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054235866 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4992/statm: 227446 183584 2479 14 0 213883 0
[pid=4992/tid=4994] ppid=4990 vsize=909784 CPUtime=3.17
/proc/4992/task/4994/stat : 4994 (java) S 4990 4992 4863 0 -1 64 81996 0 0 0 280 37 0 0 16 0 12 0 181152783 931618816 183584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=4995] ppid=4990 vsize=909784 CPUtime=3.3
/proc/4992/task/4995/stat : 4995 (java) S 4990 4992 4863 0 -1 64 86447 0 0 0 293 37 0 0 16 0 12 0 181152783 931618816 183584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=4996] ppid=4990 vsize=909784 CPUtime=1
/proc/4992/task/4996/stat : 4996 (java) S 4990 4992 4863 0 -1 64 1306 0 0 0 96 4 0 0 15 0 12 0 181152786 931618816 183584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=4997] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/4997/stat : 4997 (java) S 4990 4992 4863 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 181152787 931618816 183584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4998] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/4998/stat : 4998 (java) S 4990 4992 4863 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181152787 931618816 183584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4999] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/4999/stat : 4999 (java) S 4990 4992 4863 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181152790 931618816 183584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5000] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/5000/stat : 5000 (java) S 4990 4992 4863 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181152790 931618816 183584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=5001] ppid=4990 vsize=909784 CPUtime=0.57
/proc/4992/task/5001/stat : 5001 (java) S 4990 4992 4863 0 -1 64 998 0 0 0 57 0 0 0 17 0 12 0 181152790 931618816 183584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=5002] ppid=4990 vsize=909784 CPUtime=0.43
/proc/4992/task/5002/stat : 5002 (java) S 4990 4992 4863 0 -1 64 718 0 0 0 43 0 0 0 17 0 12 0 181152790 931618816 183584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=5003] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/5003/stat : 5003 (java) S 4990 4992 4863 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181152790 931618816 183584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5004] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/5004/stat : 5004 (java) S 4990 4992 4863 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181152790 931618816 183584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.64
Current children cumulated vsize (KiB) 909784

[startup+222.553 s]
/proc/loadavg: 2.10 2.13 2.02 3/85 5004
/proc/meminfo: memFree=413096/2055920 swapFree=4192812/4192956
[pid=4992] ppid=4990 vsize=909784 CPUtime=221.55
/proc/4992/stat : 4992 (java) R 4990 4992 4863 0 -1 0 194392 0 1 0 22059 96 0 0 25 0 12 0 181152780 931618816 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054293102 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4992/statm: 227446 183919 2479 14 0 213883 0
[pid=4992/tid=4994] ppid=4990 vsize=909784 CPUtime=4.14
/proc/4992/task/4994/stat : 4994 (java) S 4990 4992 4863 0 -1 64 82488 0 0 0 376 38 0 0 16 0 12 0 181152783 931618816 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=4995] ppid=4990 vsize=909784 CPUtime=4.35
/proc/4992/task/4995/stat : 4995 (java) S 4990 4992 4863 0 -1 64 87137 0 0 0 397 38 0 0 16 0 12 0 181152783 931618816 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=4996] ppid=4990 vsize=909784 CPUtime=2.46
/proc/4992/task/4996/stat : 4996 (java) S 4990 4992 4863 0 -1 64 2595 0 0 0 240 6 0 0 16 0 12 0 181152786 931618816 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=4997] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/4997/stat : 4997 (java) S 4990 4992 4863 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181152787 931618816 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=4998] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/4998/stat : 4998 (java) S 4990 4992 4863 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181152787 931618816 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4999] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/4999/stat : 4999 (java) S 4990 4992 4863 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181152790 931618816 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5000] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/5000/stat : 5000 (java) S 4990 4992 4863 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181152790 931618816 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=5001] ppid=4990 vsize=909784 CPUtime=0.57
/proc/4992/task/5001/stat : 5001 (java) S 4990 4992 4863 0 -1 64 998 0 0 0 57 0 0 0 17 0 12 0 181152790 931618816 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=5002] ppid=4990 vsize=909784 CPUtime=0.43
/proc/4992/task/5002/stat : 5002 (java) S 4990 4992 4863 0 -1 64 718 0 0 0 43 0 0 0 17 0 12 0 181152790 931618816 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=5003] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/5003/stat : 5003 (java) S 4990 4992 4863 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181152790 931618816 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5004] ppid=4990 vsize=909784 CPUtime=0
/proc/4992/task/5004/stat : 5004 (java) S 4990 4992 4863 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181152790 931618816 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.55
Current children cumulated vsize (KiB) 909784

[startup+282.587 s]
/proc/loadavg: 2.19 2.13 2.03 3/85 5004
/proc/meminfo: memFree=407400/2055920 swapFree=4192812/4192956
[pid=4992] ppid=4990 vsize=911788 CPUtime=281.55
/proc/4992/stat : 4992 (java) R 4990 4992 4863 0 -1 0 219604 0 1 0 28042 113 0 0 25 0 12 0 181152780 933670912 185467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4992/statm: 227947 185467 2479 14 0 214384 0
[pid=4992/tid=4994] ppid=4990 vsize=911788 CPUtime=5.41
/proc/4992/task/4994/stat : 4994 (java) S 4990 4992 4863 0 -1 64 83741 0 0 0 502 39 0 0 15 0 12 0 181152783 933670912 185467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=4995] ppid=4990 vsize=911788 CPUtime=5.51
/proc/4992/task/4995/stat : 4995 (java) S 4990 4992 4863 0 -1 64 87329 0 0 0 513 38 0 0 16 0 12 0 181152783 933670912 185467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=4996] ppid=4990 vsize=911788 CPUtime=18.28
/proc/4992/task/4996/stat : 4996 (java) R 4990 4992 4863 0 -1 64 26242 0 0 0 1806 22 0 0 16 0 12 0 181152786 933670912 185467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154922886 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=4997] ppid=4990 vsize=911788 CPUtime=0
/proc/4992/task/4997/stat : 4997 (java) S 4990 4992 4863 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181152787 933670912 185467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=4998] ppid=4990 vsize=911788 CPUtime=0
/proc/4992/task/4998/stat : 4998 (java) S 4990 4992 4863 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181152787 933670912 185467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=4999] ppid=4990 vsize=911788 CPUtime=0
/proc/4992/task/4999/stat : 4999 (java) S 4990 4992 4863 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181152790 933670912 185467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5000] ppid=4990 vsize=911788 CPUtime=0
/proc/4992/task/5000/stat : 5000 (java) S 4990 4992 4863 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181152790 933670912 185467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=5001] ppid=4990 vsize=911788 CPUtime=0.57
/proc/4992/task/5001/stat : 5001 (java) S 4990 4992 4863 0 -1 64 998 0 0 0 57 0 0 0 17 0 12 0 181152790 933670912 185467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=5002] ppid=4990 vsize=911788 CPUtime=0.43
/proc/4992/task/5002/stat : 5002 (java) S 4990 4992 4863 0 -1 64 718 0 0 0 43 0 0 0 17 0 12 0 181152790 933670912 185467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4992/tid=5003] ppid=4990 vsize=911788 CPUtime=0
/proc/4992/task/5003/stat : 5003 (java) S 4990 4992 4863 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181152790 933670912 185467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4992/tid=5004] ppid=4990 vsize=911788 CPUtime=0
/proc/4992/task/5004/stat : 5004 (java) S 4990 4992 4863 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181152790 933670912 185467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.55
Current children cumulated vsize (KiB) 911788

Child status: 1
Real time (s): 292.491
CPU time (s): 291.452
CPU user time (s): 290.128
CPU system time (s): 1.3238
CPU usage (%): 99.6445
Max. virtual memory (cumulated for all children) (KiB): 912792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 290.128
system time used= 1.3238
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233274
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= 13309
involuntary context switches= 10064

runsolver used 0.337948 s user time and 0.994848 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Tue Jan  9 07:25:31 UTC 2007


IDJOB= 233715
IDBENCH= 6628
FILE ID= node38/233715-1168327531

PBS_JOBID= 3503025

Free space on /tmp= 66438 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-15/os-taillard-15-100-9.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233715-1168327531/sat4jCSP-bf3.jar /tmp/evaluation/233715-1168327531/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-233715-1168327531 -o ROOT/results/node38/solver-233715-1168327531 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233715-1168327531/sat4jCSP-bf3.jar /tmp/evaluation/233715-1168327531/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  bf3ae01f7ee0d46a4b8c500f7d319d1f

RANDOM SEED= 965954092

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.267
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.267
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:       1152416 kB
Buffers:          5756 kB
Cached:         556196 kB
SwapCached:          0 kB
Active:         413696 kB
Inactive:       435580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1152416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2864 kB
Writeback:           0 kB
Mapped:         298276 kB
Slab:            39028 kB
Committed_AS:  4378068 kB
PageTables:       2416 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= 66438 MiB



End job on node38 on Tue Jan  9 07:30:24 UTC 2007