Trace number 233114

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? 273.821 274.073

General information on the benchmark

Nametaillard/
os-taillard-20/os-taillard-20-95-7.xml
MD5SUMcc8957f8a15d4415fcf3976e1a5630c5
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 benchmark1.76473
SatisfiableYES
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1206
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.26	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.26	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.26	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.27	c version CSP COMPETITION BUGFIX 3
0.27	c sun.arch.data.model	32
0.27	c java.version	1.5.0_10
0.27	c os.name	Linux
0.27	c os.version	2.6.9-22.EL.rootsmp
0.27	c os.arch	i386
0.27	c Free memory 722620888
0.27	c Max memory 723845120
0.27	c Total memory 723845120
0.27	c Number of processors 2
0.36	c --- Begin Solver configuration ---
0.36	c Stops conflict analysis at the first Unique Implication Point
0.36	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.36	c Learn all clauses as in MiniSAT
0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.36	c VSIDS like heuristics from MiniSAT using a heap
0.36	c No reason simplification
0.36	c --- End Solver configuration ---
0.36	c solving /tmp/evaluation/233114-1168324834/unknown.xml
0.36	c reading problem ... 
0.64	c reading problem named ?
0.65	c reading domains done.
1.14	c reading variables
c reading variables (400) done.
2.25	c reading predicates 
c reading relations (2) done.
2.48	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
273.93	c starts		: 0
273.93	c conflicts		: 0
273.93	c decisions		: 0
273.93	c propagations		: 0
273.93	c inspects		: 0
273.93	c learnt literals	: 0
273.93	c learnt binary clauses	: 0
273.93	c learnt ternary clauses	: 0
273.93	c learnt clauses	: 0
273.93	c root simplifications	: 0
273.93	c removed literals (reason simplification)	: 0
273.93	c reason swapping (by a shorter reason)	: 0
273.93	c Calls to reduceDB	: 0
273.93	c speed (decisions/second)	: 0.0
273.93	c non guided choices	0
273.94	s UNKNOWN
273.94	c Total wall clock time (in seconds) : 273.569
273.94	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/node55/watcher-233114-1168324834 -o ROOT/results/node55/solver-233114-1168324834 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233114-1168324834/sat4jCSP-bf3.jar /tmp/evaluation/233114-1168324834/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: 1.01 1.33 1.64 4/84 10988
/proc/meminfo: memFree=877424/2055920 swapFree=4192192/4192956
[pid=10987] ppid=10985 vsize=1784 CPUtime=0
/proc/10987/stat : 10987 (java) R 10985 10987 10929 0 -1 0 166 0 0 0 0 0 0 0 18 0 1 0 180881874 1826816 137 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/10987/statm: 446 140 105 14 0 91 0

[startup+0.103562 s]
/proc/loadavg: 1.01 1.33 1.64 4/84 10988
/proc/meminfo: memFree=877424/2055920 swapFree=4192192/4192956
[pid=10987] ppid=10985 vsize=897120 CPUtime=0.08
/proc/10987/stat : 10987 (java) R 10985 10987 10929 0 -1 0 3197 0 1 0 6 2 0 0 17 0 6 0 180881874 918650880 2957 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155127214 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/10987/statm: 224280 2957 1506 14 0 211300 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 897120

[startup+0.514605 s]
/proc/loadavg: 1.01 1.33 1.64 4/84 10988
/proc/meminfo: memFree=877424/2055920 swapFree=4192192/4192956
[pid=10987] ppid=10985 vsize=905620 CPUtime=0.38
/proc/10987/stat : 10987 (java) R 10985 10987 10929 0 -1 0 5341 0 1 0 35 3 0 0 18 0 12 0 180881874 927354880 4980 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10987/statm: 226405 4980 2070 14 0 212842 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 905620

[startup+1.3437 s]
/proc/loadavg: 1.01 1.33 1.64 3/95 10999
/proc/meminfo: memFree=862168/2055920 swapFree=4192192/4192956
[pid=10987] ppid=10985 vsize=906560 CPUtime=1.21
/proc/10987/stat : 10987 (java) R 10985 10987 10929 0 -1 0 11239 0 1 0 113 8 0 0 22 0 12 0 180881874 928317440 10234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053869048 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10987/statm: 226640 10234 2310 14 0 213077 0
[pid=10987/tid=10989] ppid=10985 vsize=906560 CPUtime=0
/proc/10987/task/10989/stat : 10989 (java) S 10985 10987 10929 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 180881878 928317440 10234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10990] ppid=10985 vsize=906560 CPUtime=0
/proc/10987/task/10990/stat : 10990 (java) S 10985 10987 10929 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 180881878 928317440 10234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10991] ppid=10985 vsize=906560 CPUtime=0
/proc/10987/task/10991/stat : 10991 (java) S 10985 10987 10929 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 180881880 928317440 10234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10992] ppid=10985 vsize=906560 CPUtime=0
/proc/10987/task/10992/stat : 10992 (java) S 10985 10987 10929 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 180881881 928317440 10234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10993] ppid=10985 vsize=906560 CPUtime=0
/proc/10987/task/10993/stat : 10993 (java) S 10985 10987 10929 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 180881881 928317440 10234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10994] ppid=10985 vsize=906560 CPUtime=0
/proc/10987/task/10994/stat : 10994 (java) S 10985 10987 10929 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 180881885 928317440 10234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10995] ppid=10985 vsize=906560 CPUtime=0
/proc/10987/task/10995/stat : 10995 (java) S 10985 10987 10929 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 180881885 928317440 10234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10996] ppid=10985 vsize=906560 CPUtime=0.33
/proc/10987/task/10996/stat : 10996 (java) S 10985 10987 10929 0 -1 64 1158 0 0 0 33 0 0 0 16 0 12 0 180881885 928317440 10234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10997] ppid=10985 vsize=906560 CPUtime=0.21
/proc/10987/task/10997/stat : 10997 (java) S 10985 10987 10929 0 -1 64 672 0 0 0 21 0 0 0 16 0 12 0 180881885 928317440 10234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10998] ppid=10985 vsize=906560 CPUtime=0
/proc/10987/task/10998/stat : 10998 (java) S 10985 10987 10929 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 180881885 928317440 10234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10999] ppid=10985 vsize=906560 CPUtime=0
/proc/10987/task/10999/stat : 10999 (java) S 10985 10987 10929 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 180881885 928317440 10234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 906560

[startup+2.98384 s]
/proc/loadavg: 1.01 1.33 1.64 4/95 10999
/proc/meminfo: memFree=750168/2055920 swapFree=4192192/4192956
[pid=10987] ppid=10985 vsize=912552 CPUtime=3.08
/proc/10987/stat : 10987 (java) R 10985 10987 10929 0 -1 0 38621 0 1 0 283 25 0 0 19 0 12 0 180881874 934453248 34755 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10987/statm: 228138 34755 2477 14 0 214575 0
[pid=10987/tid=10989] ppid=10985 vsize=912552 CPUtime=0.35
/proc/10987/task/10989/stat : 10989 (java) S 10985 10987 10929 0 -1 64 10660 0 0 0 28 7 0 0 19 0 12 0 180881878 934453248 34755 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10990] ppid=10985 vsize=912552 CPUtime=0.24
/proc/10987/task/10990/stat : 10990 (java) S 10985 10987 10929 0 -1 64 4861 0 0 0 23 1 0 0 16 0 12 0 180881878 934453248 34755 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10991] ppid=10985 vsize=912552 CPUtime=0
/proc/10987/task/10991/stat : 10991 (java) S 10985 10987 10929 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 180881880 934453248 34755 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10992] ppid=10985 vsize=912552 CPUtime=0
/proc/10987/task/10992/stat : 10992 (java) S 10985 10987 10929 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 180881881 934453248 34755 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10993] ppid=10985 vsize=912552 CPUtime=0
/proc/10987/task/10993/stat : 10993 (java) S 10985 10987 10929 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180881881 934453248 34755 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10994] ppid=10985 vsize=912552 CPUtime=0
/proc/10987/task/10994/stat : 10994 (java) S 10985 10987 10929 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 180881885 934453248 34755 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10995] ppid=10985 vsize=912552 CPUtime=0
/proc/10987/task/10995/stat : 10995 (java) S 10985 10987 10929 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 180881885 934453248 34755 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10996] ppid=10985 vsize=912552 CPUtime=0.74
/proc/10987/task/10996/stat : 10996 (java) S 10985 10987 10929 0 -1 64 2166 0 0 0 73 1 0 0 16 0 12 0 180881885 934453248 34755 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10997] ppid=10985 vsize=912552 CPUtime=0.38
/proc/10987/task/10997/stat : 10997 (java) R 10985 10987 10929 0 -1 64 695 0 0 0 38 0 0 0 16 0 12 0 180881885 934453248 34755 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155431253 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10998] ppid=10985 vsize=912552 CPUtime=0
/proc/10987/task/10998/stat : 10998 (java) S 10985 10987 10929 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 180881885 934453248 34755 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10999] ppid=10985 vsize=912552 CPUtime=0
/proc/10987/task/10999/stat : 10999 (java) S 10985 10987 10929 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 180881885 934453248 34755 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 912552

[startup+6.19915 s]
/proc/loadavg: 1.09 1.35 1.64 5/95 10999
/proc/meminfo: memFree=698136/2055920 swapFree=4192192/4192956
[pid=10987] ppid=10985 vsize=912136 CPUtime=6.71
/proc/10987/stat : 10987 (java) R 10985 10987 10929 0 -1 0 53083 0 1 0 638 33 0 0 25 0 12 0 180881874 934027264 47452 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054296808 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10987/statm: 228034 47452 2478 14 0 214471 0
[pid=10987/tid=10989] ppid=10985 vsize=912136 CPUtime=0.94
/proc/10987/task/10989/stat : 10989 (java) S 10985 10987 10929 0 -1 64 19833 0 0 0 82 12 0 0 17 0 12 0 180881878 934027264 47452 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10990] ppid=10985 vsize=912136 CPUtime=0.8
/proc/10987/task/10990/stat : 10990 (java) S 10985 10987 10929 0 -1 64 10142 0 0 0 76 4 0 0 16 0 12 0 180881878 934027264 47452 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10991] ppid=10985 vsize=912136 CPUtime=0
/proc/10987/task/10991/stat : 10991 (java) S 10985 10987 10929 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 180881880 934027264 47452 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10992] ppid=10985 vsize=912136 CPUtime=0
/proc/10987/task/10992/stat : 10992 (java) S 10985 10987 10929 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 180881881 934027264 47452 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10993] ppid=10985 vsize=912136 CPUtime=0
/proc/10987/task/10993/stat : 10993 (java) S 10985 10987 10929 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180881881 934027264 47452 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10994] ppid=10985 vsize=912136 CPUtime=0
/proc/10987/task/10994/stat : 10994 (java) S 10985 10987 10929 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 180881885 934027264 47452 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10995] ppid=10985 vsize=912136 CPUtime=0
/proc/10987/task/10995/stat : 10995 (java) S 10985 10987 10929 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 180881885 934027264 47452 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10996] ppid=10985 vsize=912136 CPUtime=0.75
/proc/10987/task/10996/stat : 10996 (java) S 10985 10987 10929 0 -1 64 2167 0 0 0 74 1 0 0 17 0 12 0 180881885 934027264 47452 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10997] ppid=10985 vsize=912136 CPUtime=0.39
/proc/10987/task/10997/stat : 10997 (java) S 10985 10987 10929 0 -1 64 697 0 0 0 39 0 0 0 16 0 12 0 180881885 934027264 47452 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10998] ppid=10985 vsize=912136 CPUtime=0
/proc/10987/task/10998/stat : 10998 (java) S 10985 10987 10929 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 180881885 934027264 47452 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10999] ppid=10985 vsize=912136 CPUtime=0
/proc/10987/task/10999/stat : 10999 (java) S 10985 10987 10929 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 180881885 934027264 47452 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 912136

[startup+12.6098 s]
/proc/loadavg: 1.16 1.36 1.64 3/95 10999
/proc/meminfo: memFree=649816/2055920 swapFree=4192192/4192956
[pid=10987] ppid=10985 vsize=911944 CPUtime=13.1
/proc/10987/stat : 10987 (java) R 10985 10987 10929 0 -1 0 65843 0 1 0 1271 39 0 0 25 0 12 0 180881874 933830656 59148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054291430 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10987/statm: 227986 59148 2478 14 0 214423 0
[pid=10987/tid=10989] ppid=10985 vsize=911944 CPUtime=1.22
/proc/10987/task/10989/stat : 10989 (java) S 10985 10987 10929 0 -1 64 25820 0 0 0 108 14 0 0 16 0 12 0 180881878 933830656 59148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10990] ppid=10985 vsize=911944 CPUtime=1.07
/proc/10987/task/10990/stat : 10990 (java) S 10985 10987 10929 0 -1 64 16882 0 0 0 100 7 0 0 16 0 12 0 180881878 933830656 59148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10991] ppid=10985 vsize=911944 CPUtime=0
/proc/10987/task/10991/stat : 10991 (java) S 10985 10987 10929 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 180881880 933830656 59148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10992] ppid=10985 vsize=911944 CPUtime=0
/proc/10987/task/10992/stat : 10992 (java) S 10985 10987 10929 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 180881881 933830656 59148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10993] ppid=10985 vsize=911944 CPUtime=0
/proc/10987/task/10993/stat : 10993 (java) S 10985 10987 10929 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180881881 933830656 59148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10994] ppid=10985 vsize=911944 CPUtime=0
/proc/10987/task/10994/stat : 10994 (java) S 10985 10987 10929 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 180881885 933830656 59148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10995] ppid=10985 vsize=911944 CPUtime=0
/proc/10987/task/10995/stat : 10995 (java) S 10985 10987 10929 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 180881885 933830656 59148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10996] ppid=10985 vsize=911944 CPUtime=0.78
/proc/10987/task/10996/stat : 10996 (java) S 10985 10987 10929 0 -1 64 2171 0 0 0 77 1 0 0 17 0 12 0 180881885 933830656 59148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10997] ppid=10985 vsize=911944 CPUtime=0.42
/proc/10987/task/10997/stat : 10997 (java) S 10985 10987 10929 0 -1 64 704 0 0 0 42 0 0 0 17 0 12 0 180881885 933830656 59148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10998] ppid=10985 vsize=911944 CPUtime=0
/proc/10987/task/10998/stat : 10998 (java) S 10985 10987 10929 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 180881885 933830656 59148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10999] ppid=10985 vsize=911944 CPUtime=0
/proc/10987/task/10999/stat : 10999 (java) S 10985 10987 10929 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 180881885 933830656 59148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.1
Current children cumulated vsize (KiB) 911944

[startup+25.412 s]
/proc/loadavg: 1.43 1.40 1.65 3/95 10999
/proc/meminfo: memFree=569560/2055920 swapFree=4192192/4192956
[pid=10987] ppid=10985 vsize=911944 CPUtime=25.78
/proc/10987/stat : 10987 (java) R 10985 10987 10929 0 -1 0 87636 0 1 0 2528 50 0 0 25 0 12 0 180881874 933830656 80381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054313439 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10987/statm: 227986 80381 2478 14 0 214423 0
[pid=10987/tid=10989] ppid=10985 vsize=911944 CPUtime=1.52
/proc/10987/task/10989/stat : 10989 (java) S 10985 10987 10929 0 -1 64 39180 0 0 0 130 22 0 0 16 0 12 0 180881878 933830656 80381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10990] ppid=10985 vsize=911944 CPUtime=1.28
/proc/10987/task/10990/stat : 10990 (java) S 10985 10987 10929 0 -1 64 25278 0 0 0 118 10 0 0 16 0 12 0 180881878 933830656 80381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10991] ppid=10985 vsize=911944 CPUtime=0.01
/proc/10987/task/10991/stat : 10991 (java) S 10985 10987 10929 0 -1 64 18 0 0 0 1 0 0 0 15 0 12 0 180881880 933830656 80381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10992] ppid=10985 vsize=911944 CPUtime=0
/proc/10987/task/10992/stat : 10992 (java) S 10985 10987 10929 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 180881881 933830656 80381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10993] ppid=10985 vsize=911944 CPUtime=0
/proc/10987/task/10993/stat : 10993 (java) S 10985 10987 10929 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180881881 933830656 80381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10994] ppid=10985 vsize=911944 CPUtime=0
/proc/10987/task/10994/stat : 10994 (java) S 10985 10987 10929 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 180881885 933830656 80381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10995] ppid=10985 vsize=911944 CPUtime=0
/proc/10987/task/10995/stat : 10995 (java) S 10985 10987 10929 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 180881885 933830656 80381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10996] ppid=10985 vsize=911944 CPUtime=0.79
/proc/10987/task/10996/stat : 10996 (java) S 10985 10987 10929 0 -1 64 2171 0 0 0 78 1 0 0 16 0 12 0 180881885 933830656 80381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10997] ppid=10985 vsize=911944 CPUtime=0.47
/proc/10987/task/10997/stat : 10997 (java) S 10985 10987 10929 0 -1 64 708 0 0 0 47 0 0 0 16 0 12 0 180881885 933830656 80381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10998] ppid=10985 vsize=911944 CPUtime=0
/proc/10987/task/10998/stat : 10998 (java) S 10985 10987 10929 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 180881885 933830656 80381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10999] ppid=10985 vsize=911944 CPUtime=0
/proc/10987/task/10999/stat : 10999 (java) S 10985 10987 10929 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 180881885 933830656 80381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.78
Current children cumulated vsize (KiB) 911944

[startup+51.0285 s]
/proc/loadavg: 1.55 1.43 1.65 4/84 11260
/proc/meminfo: memFree=1100392/2055920 swapFree=4192192/4192956
[pid=10987] ppid=10985 vsize=911080 CPUtime=51.31
/proc/10987/stat : 10987 (java) R 10985 10987 10929 0 -1 0 131004 0 1 0 5060 71 0 0 25 0 12 0 180881874 932945920 123185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054269705 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10987/statm: 227770 123185 2478 14 0 214207 0
[pid=10987/tid=10989] ppid=10985 vsize=911080 CPUtime=2.07
/proc/10987/task/10989/stat : 10989 (java) S 10985 10987 10929 0 -1 64 61593 0 0 0 176 31 0 0 15 0 12 0 180881878 932945920 123185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10990] ppid=10985 vsize=911080 CPUtime=1.76
/proc/10987/task/10990/stat : 10990 (java) S 10985 10987 10929 0 -1 64 46186 0 0 0 157 19 0 0 16 0 12 0 180881878 932945920 123185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10991] ppid=10985 vsize=911080 CPUtime=0.03
/proc/10987/task/10991/stat : 10991 (java) S 10985 10987 10929 0 -1 64 18 0 0 0 2 1 0 0 15 0 12 0 180881880 932945920 123185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10992] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10992/stat : 10992 (java) S 10985 10987 10929 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 180881881 932945920 123185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10993] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10993/stat : 10993 (java) S 10985 10987 10929 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180881881 932945920 123185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10994] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10994/stat : 10994 (java) S 10985 10987 10929 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 180881885 932945920 123185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10995] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10995/stat : 10995 (java) S 10985 10987 10929 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 180881885 932945920 123185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10996] ppid=10985 vsize=911080 CPUtime=0.8
/proc/10987/task/10996/stat : 10996 (java) S 10985 10987 10929 0 -1 64 2171 0 0 0 79 1 0 0 16 0 12 0 180881885 932945920 123185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10997] ppid=10985 vsize=911080 CPUtime=0.48
/proc/10987/task/10997/stat : 10997 (java) S 10985 10987 10929 0 -1 64 709 0 0 0 48 0 0 0 17 0 12 0 180881885 932945920 123185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10998] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10998/stat : 10998 (java) S 10985 10987 10929 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 180881885 932945920 123185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10999] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10999/stat : 10999 (java) S 10985 10987 10929 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 180881885 932945920 123185 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.31
Current children cumulated vsize (KiB) 911080

[startup+102.28 s]
/proc/loadavg: 1.80 1.52 1.67 3/84 11260
/proc/meminfo: memFree=851816/2055920 swapFree=4192192/4192956
[pid=10987] ppid=10985 vsize=911080 CPUtime=102.37
/proc/10987/stat : 10987 (java) R 10985 10987 10929 0 -1 0 194037 0 1 0 10138 99 0 0 25 0 12 0 180881874 932945920 183807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054361227 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10987/statm: 227770 183807 2479 14 0 214207 0
[pid=10987/tid=10989] ppid=10985 vsize=911080 CPUtime=3.02
/proc/10987/task/10989/stat : 10989 (java) S 10985 10987 10929 0 -1 64 91342 0 0 0 259 43 0 0 16 0 12 0 180881878 932945920 183807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10990] ppid=10985 vsize=911080 CPUtime=2.77
/proc/10987/task/10990/stat : 10990 (java) S 10985 10987 10929 0 -1 64 77719 0 0 0 245 32 0 0 16 0 12 0 180881878 932945920 183807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10991] ppid=10985 vsize=911080 CPUtime=0.64
/proc/10987/task/10991/stat : 10991 (java) S 10985 10987 10929 0 -1 64 1676 0 0 0 62 2 0 0 15 0 12 0 180881880 932945920 183807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10992] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10992/stat : 10992 (java) S 10985 10987 10929 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 180881881 932945920 183807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10993] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10993/stat : 10993 (java) S 10985 10987 10929 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180881881 932945920 183807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10994] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10994/stat : 10994 (java) S 10985 10987 10929 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 180881885 932945920 183807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10995] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10995/stat : 10995 (java) S 10985 10987 10929 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 180881885 932945920 183807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10996] ppid=10985 vsize=911080 CPUtime=0.8
/proc/10987/task/10996/stat : 10996 (java) S 10985 10987 10929 0 -1 64 2171 0 0 0 79 1 0 0 16 0 12 0 180881885 932945920 183807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10997] ppid=10985 vsize=911080 CPUtime=0.48
/proc/10987/task/10997/stat : 10997 (java) S 10985 10987 10929 0 -1 64 709 0 0 0 48 0 0 0 17 0 12 0 180881885 932945920 183807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10998] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10998/stat : 10998 (java) S 10985 10987 10929 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 180881885 932945920 183807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10999] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10999/stat : 10999 (java) S 10985 10987 10929 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 180881885 932945920 183807 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.37
Current children cumulated vsize (KiB) 911080

[startup+162.344 s]
/proc/loadavg: 1.93 1.60 1.68 3/84 11260
/proc/meminfo: memFree=850664/2055920 swapFree=4192192/4192956
[pid=10987] ppid=10985 vsize=911080 CPUtime=162.34
/proc/10987/stat : 10987 (java) R 10985 10987 10929 0 -1 0 197127 0 1 0 16130 104 0 0 25 0 12 0 180881874 932945920 184096 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054359431 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10987/statm: 227770 184096 2479 14 0 214207 0
[pid=10987/tid=10989] ppid=10985 vsize=911080 CPUtime=4.06
/proc/10987/task/10989/stat : 10989 (java) S 10985 10987 10929 0 -1 64 92580 0 0 0 362 44 0 0 16 0 12 0 180881878 932945920 184096 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10990] ppid=10985 vsize=911080 CPUtime=3.8
/proc/10987/task/10990/stat : 10990 (java) S 10985 10987 10929 0 -1 64 77805 0 0 0 348 32 0 0 16 0 12 0 180881878 932945920 184096 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10991] ppid=10985 vsize=911080 CPUtime=1.21
/proc/10987/task/10991/stat : 10991 (java) S 10985 10987 10929 0 -1 64 3333 0 0 0 115 6 0 0 15 0 12 0 180881880 932945920 184096 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10992] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10992/stat : 10992 (java) S 10985 10987 10929 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 180881881 932945920 184096 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10993] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10993/stat : 10993 (java) S 10985 10987 10929 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180881881 932945920 184096 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10994] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10994/stat : 10994 (java) S 10985 10987 10929 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 180881885 932945920 184096 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10995] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10995/stat : 10995 (java) S 10985 10987 10929 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 180881885 932945920 184096 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10996] ppid=10985 vsize=911080 CPUtime=0.8
/proc/10987/task/10996/stat : 10996 (java) S 10985 10987 10929 0 -1 64 2171 0 0 0 79 1 0 0 16 0 12 0 180881885 932945920 184096 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10997] ppid=10985 vsize=911080 CPUtime=0.48
/proc/10987/task/10997/stat : 10997 (java) S 10985 10987 10929 0 -1 64 709 0 0 0 48 0 0 0 17 0 12 0 180881885 932945920 184096 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10998] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10998/stat : 10998 (java) S 10985 10987 10929 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 180881885 932945920 184096 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10999] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10999/stat : 10999 (java) S 10985 10987 10929 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 180881885 932945920 184096 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 911080

[startup+222.401 s]
/proc/loadavg: 1.97 1.67 1.70 3/84 11260
/proc/meminfo: memFree=845224/2055920 swapFree=4192192/4192956
[pid=10987] ppid=10985 vsize=911080 CPUtime=222.38
/proc/10987/stat : 10987 (java) R 10985 10987 10929 0 -1 0 209255 0 1 0 22127 111 0 0 25 0 12 0 180881874 932945920 185434 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054362080 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10987/statm: 227770 185434 2479 14 0 214207 0
[pid=10987/tid=10989] ppid=10985 vsize=911080 CPUtime=5.13
/proc/10987/task/10989/stat : 10989 (java) S 10985 10987 10929 0 -1 64 94181 0 0 0 468 45 0 0 16 0 12 0 180881878 932945920 185434 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10990] ppid=10985 vsize=911080 CPUtime=4.82
/proc/10987/task/10990/stat : 10990 (java) S 10985 10987 10929 0 -1 64 78286 0 0 0 450 32 0 0 16 0 12 0 180881878 932945920 185434 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10991] ppid=10985 vsize=911080 CPUtime=4.91
/proc/10987/task/10991/stat : 10991 (java) S 10985 10987 10929 0 -1 64 13276 0 0 0 480 11 0 0 15 0 12 0 180881880 932945920 185434 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10992] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10992/stat : 10992 (java) S 10985 10987 10929 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 180881881 932945920 185434 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10993] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10993/stat : 10993 (java) S 10985 10987 10929 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180881881 932945920 185434 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10994] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10994/stat : 10994 (java) S 10985 10987 10929 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 180881885 932945920 185434 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10995] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10995/stat : 10995 (java) S 10985 10987 10929 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 180881885 932945920 185434 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10996] ppid=10985 vsize=911080 CPUtime=0.81
/proc/10987/task/10996/stat : 10996 (java) S 10985 10987 10929 0 -1 64 2171 0 0 0 80 1 0 0 17 0 12 0 180881885 932945920 185434 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10997] ppid=10985 vsize=911080 CPUtime=0.48
/proc/10987/task/10997/stat : 10997 (java) S 10985 10987 10929 0 -1 64 709 0 0 0 48 0 0 0 17 0 12 0 180881885 932945920 185434 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10987/tid=10998] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10998/stat : 10998 (java) S 10985 10987 10929 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 180881885 932945920 185434 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10987/tid=10999] ppid=10985 vsize=911080 CPUtime=0
/proc/10987/task/10999/stat : 10999 (java) S 10985 10987 10929 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 180881885 932945920 185434 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.38
Current children cumulated vsize (KiB) 911080

Child status: 1
Real time (s): 274.073
CPU time (s): 273.821
CPU user time (s): 272.076
CPU system time (s): 1.74573
CPU usage (%): 99.9082
Max. virtual memory (cumulated for all children) (KiB): 917088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 272.076
system time used= 1.74573
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 313954
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= 12504
involuntary context switches= 9905

runsolver used 0.306953 s user time and 0.925859 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Tue Jan  9 06:40:35 UTC 2007


IDJOB= 233114
IDBENCH= 6582
FILE ID= node55/233114-1168324834

PBS_JOBID= 3502953

Free space on /tmp= 66558 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-20/os-taillard-20-95-7.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233114-1168324834/sat4jCSP-bf3.jar /tmp/evaluation/233114-1168324834/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-233114-1168324834 -o ROOT/results/node55/solver-233114-1168324834 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233114-1168324834/sat4jCSP-bf3.jar /tmp/evaluation/233114-1168324834/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  cc8957f8a15d4415fcf3976e1a5630c5

RANDOM SEED= 838872428

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.218
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	: 5931.00
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.218
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:        877904 kB
Buffers:         36772 kB
Cached:         330480 kB
SwapCached:        424 kB
Active:         849124 kB
Inactive:       269596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        877904 kB
SwapTotal:     4192956 kB
SwapFree:      4192192 kB
Dirty:            3644 kB
Writeback:           0 kB
Mapped:         770752 kB
Slab:            43316 kB
Committed_AS:  4800636 kB
PageTables:       3224 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= 66557 MiB



End job on node55 on Tue Jan  9 06:45:10 UTC 2007