Trace number 235227

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4JCSP-CACHED 1.7 RC BF3? 374.564 375.026

General information on the benchmark

Nametaillard/
os-taillard-10/os-taillard-10-95-4.xml
MD5SUMefc47bf91b64c1785ac74e5ecd05d9ec
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.3191
SatisfiableNO
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size608
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3 CACHED
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.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/235227-1168336406/unknown.xml
0.25	c reading problem ... 
0.52	c reading problem named ?
0.52	c reading domains done.
0.61	c reading variables
c reading variables (100) done.
0.95	c reading predicates 
c reading relations (2) done.
1.18	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
374.90	c starts		: 0
374.90	c conflicts		: 0
374.90	c decisions		: 0
374.90	c propagations		: 0
374.90	c inspects		: 0
374.90	c learnt literals	: 0
374.90	c learnt binary clauses	: 0
374.90	c learnt ternary clauses	: 0
374.90	c learnt clauses	: 0
374.90	c root simplifications	: 0
374.90	c removed literals (reason simplification)	: 0
374.90	c reason swapping (by a shorter reason)	: 0
374.90	c Calls to reduceDB	: 0
374.90	c speed (decisions/second)	: 0.0
374.90	c non guided choices	0
374.90	s UNKNOWN
374.90	c Total wall clock time (in seconds) : 366.003
374.90	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/node41/watcher-235227-1168336406 -o ROOT/results/node41/solver-235227-1168336406 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/235227-1168336406/sat4jCSP-bf3-cached.jar /tmp/evaluation/235227-1168336406/unknown.xml 

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

/proc/loadavg: 0.95 1.48 1.74 3/69 19177
/proc/meminfo: memFree=1477672/2055920 swapFree=4191892/4192956
[pid=19176] ppid=19171 vsize=168 CPUtime=0
/proc/19176/stat : 19176 (java) R 19171 19176 19062 0 -1 0 39 0 0 0 0 0 0 0 20 0 1 0 182039875 172032 23 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 1962788 0 0 4096 0 0 0 0 17 1 0 0
/proc/19176/statm: 42 23 18 14 0 2 0

[startup+0.102635 s]
/proc/loadavg: 0.95 1.48 1.74 3/69 19177
/proc/meminfo: memFree=1477672/2055920 swapFree=4191892/4192956
[pid=19176] ppid=19171 vsize=900216 CPUtime=0.08
/proc/19176/stat : 19176 (java) R 19171 19176 19062 0 -1 0 3254 0 1 0 7 1 0 0 22 0 12 0 182039875 921821184 3014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151900581 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19176/statm: 225054 3015 1527 14 0 212074 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 900216

[startup+0.510674 s]
/proc/loadavg: 0.95 1.48 1.74 3/69 19177
/proc/meminfo: memFree=1477672/2055920 swapFree=4191892/4192956
[pid=19176] ppid=19171 vsize=905280 CPUtime=0.48
/proc/19176/stat : 19176 (java) R 19171 19176 19062 0 -1 0 5836 0 1 0 44 4 0 0 19 0 12 0 182039875 927006720 5431 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19176/statm: 226320 5431 2246 14 0 212757 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 905280

[startup+1.33174 s]
/proc/loadavg: 0.95 1.48 1.74 3/95 19203
/proc/meminfo: memFree=1419288/2055920 swapFree=4191892/4192956
[pid=19176] ppid=19171 vsize=906568 CPUtime=1.31
/proc/19176/stat : 19176 (java) R 19171 19176 19062 0 -1 0 11005 0 1 0 124 7 0 0 18 0 12 0 182039875 928325632 10101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19176/statm: 226642 10114 2462 14 0 213079 0
[pid=19176/tid=19182] ppid=19171 vsize=906568 CPUtime=0
/proc/19176/task/19182/stat : 19182 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182039878 928325632 10114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19183] ppid=19171 vsize=906568 CPUtime=0
/proc/19176/task/19183/stat : 19183 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 182039878 928325632 10114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19186] ppid=19171 vsize=906568 CPUtime=0
/proc/19176/task/19186/stat : 19186 (java) S 19171 19176 19062 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 182039881 928325632 10114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19187] ppid=19171 vsize=906568 CPUtime=0
/proc/19176/task/19187/stat : 19187 (java) S 19171 19176 19062 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 182039882 928325632 10114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19188] ppid=19171 vsize=906568 CPUtime=0
/proc/19176/task/19188/stat : 19188 (java) S 19171 19176 19062 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 182039882 928325632 10114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19192] ppid=19171 vsize=906568 CPUtime=0
/proc/19176/task/19192/stat : 19192 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182039885 928325632 10114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19193] ppid=19171 vsize=906568 CPUtime=0
/proc/19176/task/19193/stat : 19193 (java) S 19171 19176 19062 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 182039885 928325632 10114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19194] ppid=19171 vsize=906568 CPUtime=0.27
/proc/19176/task/19194/stat : 19194 (java) R 19171 19176 19062 0 -1 64 889 0 0 0 27 0 0 0 16 0 12 0 182039885 928325632 10114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154378109 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19195] ppid=19171 vsize=906568 CPUtime=0.24
/proc/19176/task/19195/stat : 19195 (java) S 19171 19176 19062 0 -1 64 682 0 0 0 24 0 0 0 16 0 12 0 182039885 928325632 10114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19196] ppid=19171 vsize=906568 CPUtime=0
/proc/19176/task/19196/stat : 19196 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 182039885 928325632 10114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19197] ppid=19171 vsize=906568 CPUtime=0
/proc/19176/task/19197/stat : 19197 (java) S 19171 19176 19062 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182039885 928325632 10114 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) 906568

[startup+2.97689 s]
/proc/loadavg: 1.19 1.53 1.75 4/95 19203
/proc/meminfo: memFree=1307480/2055920 swapFree=4191892/4192956
[pid=19176] ppid=19171 vsize=910360 CPUtime=2.95
/proc/19176/stat : 19176 (java) R 19171 19176 19062 0 -1 0 32753 0 1 0 279 16 0 0 17 0 12 0 182039875 932208640 31285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19176/statm: 227590 31285 2477 14 0 214027 0
[pid=19176/tid=19182] ppid=19171 vsize=910360 CPUtime=0.29
/proc/19176/task/19182/stat : 19182 (java) S 19171 19176 19062 0 -1 64 7274 0 0 0 27 2 0 0 17 0 12 0 182039878 932208640 31285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19183] ppid=19171 vsize=910360 CPUtime=0.13
/proc/19176/task/19183/stat : 19183 (java) S 19171 19176 19062 0 -1 64 2796 0 0 0 13 0 0 0 17 0 12 0 182039878 932208640 31285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19186] ppid=19171 vsize=910360 CPUtime=0
/proc/19176/task/19186/stat : 19186 (java) S 19171 19176 19062 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 182039881 932208640 31285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19187] ppid=19171 vsize=910360 CPUtime=0
/proc/19176/task/19187/stat : 19187 (java) S 19171 19176 19062 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182039882 932208640 31285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19188] ppid=19171 vsize=910360 CPUtime=0
/proc/19176/task/19188/stat : 19188 (java) S 19171 19176 19062 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182039882 932208640 31285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19192] ppid=19171 vsize=910360 CPUtime=0
/proc/19176/task/19192/stat : 19192 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182039885 932208640 31285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19193] ppid=19171 vsize=910360 CPUtime=0
/proc/19176/task/19193/stat : 19193 (java) S 19171 19176 19062 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 182039885 932208640 31285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19194] ppid=19171 vsize=910360 CPUtime=0.49
/proc/19176/task/19194/stat : 19194 (java) R 19171 19176 19062 0 -1 64 1782 0 0 0 48 1 0 0 16 0 12 0 182039885 932208640 31285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154466100 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19195] ppid=19171 vsize=910360 CPUtime=0.32
/proc/19176/task/19195/stat : 19195 (java) R 19171 19176 19062 0 -1 64 694 0 0 0 32 0 0 0 17 0 12 0 182039885 932208640 31285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19196] ppid=19171 vsize=910360 CPUtime=0
/proc/19176/task/19196/stat : 19196 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 182039885 932208640 31285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19197] ppid=19171 vsize=910360 CPUtime=0
/proc/19176/task/19197/stat : 19197 (java) S 19171 19176 19062 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182039885 932208640 31285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 910360

[startup+6.21116 s]
/proc/loadavg: 1.19 1.53 1.75 3/95 19203
/proc/meminfo: memFree=1216288/2055920 swapFree=4191892/4192956
[pid=19176] ppid=19171 vsize=910648 CPUtime=6.2
/proc/19176/stat : 19176 (java) R 19171 19176 19062 0 -1 0 44077 0 1 0 599 21 0 0 25 0 12 0 182039875 932503552 42338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054208473 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19176/statm: 227662 42338 2478 14 0 214099 0
[pid=19176/tid=19182] ppid=19171 vsize=910648 CPUtime=0.6
/proc/19176/task/19182/stat : 19182 (java) S 19171 19176 19062 0 -1 64 12266 0 0 0 55 5 0 0 16 0 12 0 182039878 932503552 42338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19183] ppid=19171 vsize=910648 CPUtime=0.52
/proc/19176/task/19183/stat : 19183 (java) S 19171 19176 19062 0 -1 64 9095 0 0 0 49 3 0 0 16 0 12 0 182039878 932503552 42338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19186] ppid=19171 vsize=910648 CPUtime=0
/proc/19176/task/19186/stat : 19186 (java) S 19171 19176 19062 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 182039881 932503552 42338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19187] ppid=19171 vsize=910648 CPUtime=0
/proc/19176/task/19187/stat : 19187 (java) S 19171 19176 19062 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182039882 932503552 42338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19188] ppid=19171 vsize=910648 CPUtime=0
/proc/19176/task/19188/stat : 19188 (java) S 19171 19176 19062 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182039882 932503552 42338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19192] ppid=19171 vsize=910648 CPUtime=0
/proc/19176/task/19192/stat : 19192 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182039885 932503552 42338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19193] ppid=19171 vsize=910648 CPUtime=0
/proc/19176/task/19193/stat : 19193 (java) S 19171 19176 19062 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 182039885 932503552 42338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19194] ppid=19171 vsize=910648 CPUtime=0.56
/proc/19176/task/19194/stat : 19194 (java) S 19171 19176 19062 0 -1 64 1789 0 0 0 55 1 0 0 16 0 12 0 182039885 932503552 42338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19195] ppid=19171 vsize=910648 CPUtime=0.41
/proc/19176/task/19195/stat : 19195 (java) S 19171 19176 19062 0 -1 64 710 0 0 0 41 0 0 0 16 0 12 0 182039885 932503552 42338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19196] ppid=19171 vsize=910648 CPUtime=0
/proc/19176/task/19196/stat : 19196 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 182039885 932503552 42338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19197] ppid=19171 vsize=910648 CPUtime=0
/proc/19176/task/19197/stat : 19197 (java) S 19171 19176 19062 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182039885 932503552 42338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 910648

[startup+12.7087 s]
/proc/loadavg: 1.32 1.54 1.75 5/95 19203
/proc/meminfo: memFree=1076840/2055920 swapFree=4191892/4192956
[pid=19176] ppid=19171 vsize=910648 CPUtime=12.69
/proc/19176/stat : 19176 (java) R 19171 19176 19062 0 -1 0 70748 0 1 0 1237 32 0 0 25 0 12 0 182039875 932503552 68233 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054208135 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19176/statm: 227662 68233 2478 14 0 214099 0
[pid=19176/tid=19182] ppid=19171 vsize=910648 CPUtime=1.16
/proc/19176/task/19182/stat : 19182 (java) S 19171 19176 19062 0 -1 64 24655 0 0 0 106 10 0 0 16 0 12 0 182039878 932503552 68233 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19183] ppid=19171 vsize=910648 CPUtime=1.52
/proc/19176/task/19183/stat : 19183 (java) S 19171 19176 19062 0 -1 64 23353 0 0 0 143 9 0 0 16 0 12 0 182039878 932503552 68233 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19186] ppid=19171 vsize=910648 CPUtime=0
/proc/19176/task/19186/stat : 19186 (java) S 19171 19176 19062 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 182039881 932503552 68233 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19187] ppid=19171 vsize=910648 CPUtime=0
/proc/19176/task/19187/stat : 19187 (java) S 19171 19176 19062 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182039882 932503552 68233 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19188] ppid=19171 vsize=910648 CPUtime=0
/proc/19176/task/19188/stat : 19188 (java) S 19171 19176 19062 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182039882 932503552 68233 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19192] ppid=19171 vsize=910648 CPUtime=0
/proc/19176/task/19192/stat : 19192 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182039885 932503552 68233 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19193] ppid=19171 vsize=910648 CPUtime=0
/proc/19176/task/19193/stat : 19193 (java) S 19171 19176 19062 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 182039885 932503552 68233 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19194] ppid=19171 vsize=910648 CPUtime=0.56
/proc/19176/task/19194/stat : 19194 (java) S 19171 19176 19062 0 -1 64 1789 0 0 0 55 1 0 0 16 0 12 0 182039885 932503552 68233 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19195] ppid=19171 vsize=910648 CPUtime=0.42
/proc/19176/task/19195/stat : 19195 (java) S 19171 19176 19062 0 -1 64 711 0 0 0 42 0 0 0 17 0 12 0 182039885 932503552 68233 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19196] ppid=19171 vsize=910648 CPUtime=0
/proc/19176/task/19196/stat : 19196 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 182039885 932503552 68233 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19197] ppid=19171 vsize=910648 CPUtime=0
/proc/19176/task/19197/stat : 19197 (java) S 19171 19176 19062 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182039885 932503552 68233 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) 910648

[startup+25.55 s]
/proc/loadavg: 1.42 1.56 1.75 3/95 19203
/proc/meminfo: memFree=846568/2055920 swapFree=4191892/4192956
[pid=19176] ppid=19171 vsize=910424 CPUtime=25.8
/proc/19176/stat : 19176 (java) R 19171 19176 19062 0 -1 0 118025 0 1 0 2528 52 0 0 25 0 12 0 182039875 932274176 115427 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054201385 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19176/statm: 227606 115427 2478 14 0 214043 0
[pid=19176/tid=19182] ppid=19171 vsize=910424 CPUtime=2.59
/proc/19176/task/19182/stat : 19182 (java) S 19171 19176 19062 0 -1 64 43189 0 0 0 241 18 0 0 16 0 12 0 182039878 932274176 115427 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19183] ppid=19171 vsize=910424 CPUtime=3.1
/proc/19176/task/19183/stat : 19183 (java) S 19171 19176 19062 0 -1 64 52064 0 0 0 290 20 0 0 16 0 12 0 182039878 932274176 115427 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19186] ppid=19171 vsize=910424 CPUtime=0
/proc/19176/task/19186/stat : 19186 (java) S 19171 19176 19062 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 182039881 932274176 115427 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19187] ppid=19171 vsize=910424 CPUtime=0
/proc/19176/task/19187/stat : 19187 (java) S 19171 19176 19062 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182039882 932274176 115427 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19188] ppid=19171 vsize=910424 CPUtime=0
/proc/19176/task/19188/stat : 19188 (java) S 19171 19176 19062 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182039882 932274176 115427 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19192] ppid=19171 vsize=910424 CPUtime=0
/proc/19176/task/19192/stat : 19192 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182039885 932274176 115427 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19193] ppid=19171 vsize=910424 CPUtime=0
/proc/19176/task/19193/stat : 19193 (java) S 19171 19176 19062 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 182039885 932274176 115427 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19194] ppid=19171 vsize=910424 CPUtime=0.6
/proc/19176/task/19194/stat : 19194 (java) S 19171 19176 19062 0 -1 64 1792 0 0 0 59 1 0 0 17 0 12 0 182039885 932274176 115427 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19195] ppid=19171 vsize=910424 CPUtime=0.46
/proc/19176/task/19195/stat : 19195 (java) S 19171 19176 19062 0 -1 64 712 0 0 0 46 0 0 0 16 0 12 0 182039885 932274176 115427 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19196] ppid=19171 vsize=910424 CPUtime=0
/proc/19176/task/19196/stat : 19196 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 182039885 932274176 115427 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19197] ppid=19171 vsize=910424 CPUtime=0
/proc/19176/task/19197/stat : 19197 (java) S 19171 19176 19062 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182039885 932274176 115427 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.8
Current children cumulated vsize (KiB) 910424

[startup+51.2271 s]
/proc/loadavg: 1.94 1.67 1.78 3/95 19203
/proc/meminfo: memFree=476136/2055920 swapFree=4191892/4192956
[pid=19176] ppid=19171 vsize=910424 CPUtime=51.88
/proc/19176/stat : 19176 (java) R 19171 19176 19062 0 -1 0 187068 0 1 0 5107 81 0 0 25 0 12 0 182039875 932274176 184144 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054128631 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19176/statm: 227606 184144 2479 14 0 214043 0
[pid=19176/tid=19182] ppid=19171 vsize=910424 CPUtime=5.7
/proc/19176/task/19182/stat : 19182 (java) S 19171 19176 19062 0 -1 64 91530 0 0 0 531 39 0 0 16 0 12 0 182039878 932274176 184144 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19183] ppid=19171 vsize=910424 CPUtime=5.78
/proc/19176/task/19183/stat : 19183 (java) S 19171 19176 19062 0 -1 64 72713 0 0 0 551 27 0 0 16 0 12 0 182039878 932274176 184144 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19186] ppid=19171 vsize=910424 CPUtime=1.44

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

/proc/19176/task/19188/stat : 19188 (java) S 19171 19176 19062 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182039882 932274176 184144 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19192] ppid=19171 vsize=910424 CPUtime=0
/proc/19176/task/19192/stat : 19192 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182039885 932274176 184144 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19193] ppid=19171 vsize=910424 CPUtime=0
/proc/19176/task/19193/stat : 19193 (java) S 19171 19176 19062 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 182039885 932274176 184144 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19194] ppid=19171 vsize=910424 CPUtime=0.63
/proc/19176/task/19194/stat : 19194 (java) S 19171 19176 19062 0 -1 64 1793 0 0 0 62 1 0 0 17 0 12 0 182039885 932274176 184144 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19195] ppid=19171 vsize=910424 CPUtime=0.46
/proc/19176/task/19195/stat : 19195 (java) S 19171 19176 19062 0 -1 64 712 0 0 0 46 0 0 0 16 0 12 0 182039885 932274176 184144 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19196] ppid=19171 vsize=910424 CPUtime=0
/proc/19176/task/19196/stat : 19196 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 182039885 932274176 184144 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19197] ppid=19171 vsize=910424 CPUtime=0
/proc/19176/task/19197/stat : 19197 (java) S 19171 19176 19062 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182039885 932274176 184144 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.88
Current children cumulated vsize (KiB) 910424

[startup+102.462 s]
/proc/loadavg: 2.28 1.80 1.82 3/95 19203
/proc/meminfo: memFree=294568/2055920 swapFree=4191892/4192956
[pid=19176] ppid=19171 vsize=909276 CPUtime=103.17
/proc/19176/stat : 19176 (java) S 19171 19176 19062 0 -1 0 188810 0 1 0 10235 82 0 0 24 0 12 0 182039875 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19176/statm: 227319 185557 2479 14 0 213756 0
[pid=19176/tid=19182] ppid=19171 vsize=909276 CPUtime=6.94
/proc/19176/task/19182/stat : 19182 (java) S 19171 19176 19062 0 -1 64 91530 0 0 0 655 39 0 0 15 0 12 0 182039878 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19183] ppid=19171 vsize=909276 CPUtime=6.82
/proc/19176/task/19183/stat : 19183 (java) S 19171 19176 19062 0 -1 64 72713 0 0 0 655 27 0 0 16 0 12 0 182039878 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19186] ppid=19171 vsize=909276 CPUtime=38.68
/proc/19176/task/19186/stat : 19186 (java) R 19171 19176 19062 0 -1 64 1717 0 0 0 3867 1 0 0 19 0 12 0 182039881 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921693 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19187] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19187/stat : 19187 (java) S 19171 19176 19062 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182039882 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19188] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19188/stat : 19188 (java) S 19171 19176 19062 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182039882 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19192] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19192/stat : 19192 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19193] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19193/stat : 19193 (java) S 19171 19176 19062 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19194] ppid=19171 vsize=909276 CPUtime=0.64
/proc/19176/task/19194/stat : 19194 (java) S 19171 19176 19062 0 -1 64 1793 0 0 0 63 1 0 0 17 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19195] ppid=19171 vsize=909276 CPUtime=0.49
/proc/19176/task/19195/stat : 19195 (java) S 19171 19176 19062 0 -1 64 713 0 0 0 49 0 0 0 17 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19196] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19196/stat : 19196 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19197] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19197/stat : 19197 (java) S 19171 19176 19062 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 103.17
Current children cumulated vsize (KiB) 909276

[startup+162.483 s]
/proc/loadavg: 2.10 1.83 1.83 3/95 19203
/proc/meminfo: memFree=108328/2055920 swapFree=4191892/4192956
[pid=19176] ppid=19171 vsize=909276 CPUtime=163.18
/proc/19176/stat : 19176 (java) S 19171 19176 19062 0 -1 0 188845 0 1 0 16235 83 0 0 17 0 12 0 182039875 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19176/statm: 227319 185557 2479 14 0 213756 0
[pid=19176/tid=19182] ppid=19171 vsize=909276 CPUtime=6.94
/proc/19176/task/19182/stat : 19182 (java) S 19171 19176 19062 0 -1 64 91530 0 0 0 655 39 0 0 15 0 12 0 182039878 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19183] ppid=19171 vsize=909276 CPUtime=6.82
/proc/19176/task/19183/stat : 19183 (java) S 19171 19176 19062 0 -1 64 72713 0 0 0 655 27 0 0 16 0 12 0 182039878 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19186] ppid=19171 vsize=909276 CPUtime=98.03
/proc/19176/task/19186/stat : 19186 (java) R 19171 19176 19062 0 -1 64 1717 0 0 0 9801 2 0 0 25 0 12 0 182039881 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454040 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19187] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19187/stat : 19187 (java) S 19171 19176 19062 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182039882 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19188] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19188/stat : 19188 (java) S 19171 19176 19062 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182039882 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19192] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19192/stat : 19192 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19193] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19193/stat : 19193 (java) S 19171 19176 19062 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19194] ppid=19171 vsize=909276 CPUtime=0.64
/proc/19176/task/19194/stat : 19194 (java) S 19171 19176 19062 0 -1 64 1793 0 0 0 63 1 0 0 17 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19195] ppid=19171 vsize=909276 CPUtime=0.49
/proc/19176/task/19195/stat : 19195 (java) S 19171 19176 19062 0 -1 64 713 0 0 0 49 0 0 0 17 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19196] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19196/stat : 19196 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19197] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19197/stat : 19197 (java) S 19171 19176 19062 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 163.18
Current children cumulated vsize (KiB) 909276

[startup+222.544 s]
/proc/loadavg: 2.04 1.86 1.83 3/95 19203
/proc/meminfo: memFree=15976/2055920 swapFree=4191892/4192956
[pid=19176] ppid=19171 vsize=909276 CPUtime=222.96
/proc/19176/stat : 19176 (java) S 19171 19176 19062 0 -1 0 188873 0 1 0 22213 83 0 0 17 0 12 0 182039875 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19176/statm: 227319 185557 2479 14 0 213756 0
[pid=19176/tid=19182] ppid=19171 vsize=909276 CPUtime=6.94
/proc/19176/task/19182/stat : 19182 (java) S 19171 19176 19062 0 -1 64 91530 0 0 0 655 39 0 0 15 0 12 0 182039878 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19183] ppid=19171 vsize=909276 CPUtime=6.82
/proc/19176/task/19183/stat : 19183 (java) S 19171 19176 19062 0 -1 64 72713 0 0 0 655 27 0 0 16 0 12 0 182039878 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19186] ppid=19171 vsize=909276 CPUtime=157.79
/proc/19176/task/19186/stat : 19186 (java) R 19171 19176 19062 0 -1 64 1717 0 0 0 15777 2 0 0 25 0 12 0 182039881 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454128 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19187] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19187/stat : 19187 (java) S 19171 19176 19062 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182039882 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19188] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19188/stat : 19188 (java) S 19171 19176 19062 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182039882 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19192] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19192/stat : 19192 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19193] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19193/stat : 19193 (java) S 19171 19176 19062 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19194] ppid=19171 vsize=909276 CPUtime=0.64
/proc/19176/task/19194/stat : 19194 (java) S 19171 19176 19062 0 -1 64 1793 0 0 0 63 1 0 0 17 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19195] ppid=19171 vsize=909276 CPUtime=0.49
/proc/19176/task/19195/stat : 19195 (java) S 19171 19176 19062 0 -1 64 713 0 0 0 49 0 0 0 17 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19196] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19196/stat : 19196 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19197] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19197/stat : 19197 (java) S 19171 19176 19062 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.96
Current children cumulated vsize (KiB) 909276

[startup+282.565 s]
/proc/loadavg: 2.30 1.95 1.86 4/95 19203
/proc/meminfo: memFree=15464/2055920 swapFree=4191892/4192956
[pid=19176] ppid=19171 vsize=909276 CPUtime=282.61
/proc/19176/stat : 19176 (java) S 19171 19176 19062 0 -1 0 188896 0 1 0 28178 83 0 0 17 0 12 0 182039875 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19176/statm: 227319 185557 2479 14 0 213756 0
[pid=19176/tid=19182] ppid=19171 vsize=909276 CPUtime=6.94
/proc/19176/task/19182/stat : 19182 (java) S 19171 19176 19062 0 -1 64 91530 0 0 0 655 39 0 0 15 0 12 0 182039878 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19183] ppid=19171 vsize=909276 CPUtime=6.82
/proc/19176/task/19183/stat : 19183 (java) S 19171 19176 19062 0 -1 64 72713 0 0 0 655 27 0 0 16 0 12 0 182039878 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19186] ppid=19171 vsize=909276 CPUtime=217.43
/proc/19176/task/19186/stat : 19186 (java) R 19171 19176 19062 0 -1 64 1717 0 0 0 21741 2 0 0 25 0 12 0 182039881 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152150370 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19187] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19187/stat : 19187 (java) S 19171 19176 19062 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182039882 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19188] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19188/stat : 19188 (java) S 19171 19176 19062 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182039882 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19192] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19192/stat : 19192 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19193] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19193/stat : 19193 (java) S 19171 19176 19062 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19194] ppid=19171 vsize=909276 CPUtime=0.64
/proc/19176/task/19194/stat : 19194 (java) S 19171 19176 19062 0 -1 64 1793 0 0 0 63 1 0 0 17 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19195] ppid=19171 vsize=909276 CPUtime=0.49
/proc/19176/task/19195/stat : 19195 (java) S 19171 19176 19062 0 -1 64 713 0 0 0 49 0 0 0 17 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19196] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19196/stat : 19196 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19197] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19197/stat : 19197 (java) S 19171 19176 19062 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.61
Current children cumulated vsize (KiB) 909276

[startup+342.595 s]
/proc/loadavg: 2.62 2.11 1.92 4/95 19203
/proc/meminfo: memFree=16808/2055920 swapFree=4191892/4192956
[pid=19176] ppid=19171 vsize=909276 CPUtime=342.31
/proc/19176/stat : 19176 (java) S 19171 19176 19062 0 -1 0 188913 0 1 0 34148 83 0 0 17 0 12 0 182039875 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19176/statm: 227319 185557 2479 14 0 213756 0
[pid=19176/tid=19182] ppid=19171 vsize=909276 CPUtime=6.94
/proc/19176/task/19182/stat : 19182 (java) S 19171 19176 19062 0 -1 64 91530 0 0 0 655 39 0 0 15 0 12 0 182039878 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19183] ppid=19171 vsize=909276 CPUtime=6.82
/proc/19176/task/19183/stat : 19183 (java) S 19171 19176 19062 0 -1 64 72713 0 0 0 655 27 0 0 16 0 12 0 182039878 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19186] ppid=19171 vsize=909276 CPUtime=277.14
/proc/19176/task/19186/stat : 19186 (java) R 19171 19176 19062 0 -1 64 1717 0 0 0 27712 2 0 0 25 0 12 0 182039881 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921404 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19187] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19187/stat : 19187 (java) S 19171 19176 19062 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182039882 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19188] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19188/stat : 19188 (java) S 19171 19176 19062 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182039882 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19176/tid=19192] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19192/stat : 19192 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19193] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19193/stat : 19193 (java) S 19171 19176 19062 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19194] ppid=19171 vsize=909276 CPUtime=0.64
/proc/19176/task/19194/stat : 19194 (java) S 19171 19176 19062 0 -1 64 1793 0 0 0 63 1 0 0 17 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19195] ppid=19171 vsize=909276 CPUtime=0.49
/proc/19176/task/19195/stat : 19195 (java) S 19171 19176 19062 0 -1 64 713 0 0 0 49 0 0 0 17 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19196] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19196/stat : 19196 (java) S 19171 19176 19062 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19176/tid=19197] ppid=19171 vsize=909276 CPUtime=0
/proc/19176/task/19197/stat : 19197 (java) S 19171 19176 19062 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182039885 931098624 185557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 909276

Child status: 1
Real time (s): 375.026
CPU time (s): 374.564
CPU user time (s): 373.619
CPU system time (s): 0.944856
CPU usage (%): 99.8767
Max. virtual memory (cumulated for all children) (KiB): 911000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 373.619
system time used= 0.944856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188936
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= 9802
involuntary context switches= 14146

runsolver used 0.45593 s user time and 1.22281 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Tue Jan  9 09:53:26 UTC 2007


IDJOB= 235227
IDBENCH= 6751
FILE ID= node41/235227-1168336406

PBS_JOBID= 3503371

Free space on /tmp= 66558 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-10/os-taillard-10-95-4.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/235227-1168336406/sat4jCSP-bf3-cached.jar /tmp/evaluation/235227-1168336406/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-235227-1168336406 -o ROOT/results/node41/solver-235227-1168336406 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/235227-1168336406/sat4jCSP-bf3-cached.jar /tmp/evaluation/235227-1168336406/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  efc47bf91b64c1785ac74e5ecd05d9ec

RANDOM SEED= 676074637

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.234
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.234
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:       1478280 kB
Buffers:         76248 kB
Cached:         422680 kB
SwapCached:        396 kB
Active:         203172 kB
Inactive:       315192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1478280 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            5264 kB
Writeback:           0 kB
Mapped:          28280 kB
Slab:            44892 kB
Committed_AS:  3840968 kB
PageTables:       1700 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= 66558 MiB



End job on node41 on Tue Jan  9 09:59:41 UTC 2007