Trace number 235307

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? 311.481 312.235

General information on the benchmark

Nametaillard/os-taillard-10/
os-taillard-10-100-7.xml
MD5SUM508a372afa45a3d958684f762290b9bc
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.663898
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size595
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15	c version CSP COMPETITION BUGFIX 3 CACHED
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_10
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 722620888
0.15	c Max memory 723845120
0.15	c Total memory 723845120
0.15	c Number of processors 2
0.23	c --- Begin Solver configuration ---
0.23	c Stops conflict analysis at the first Unique Implication Point
0.23	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.23	c Learn all clauses as in MiniSAT
0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23	c VSIDS like heuristics from MiniSAT using a heap
0.23	c No reason simplification
0.23	c --- End Solver configuration ---
0.23	c solving /tmp/evaluation/235307-1168337153/unknown.xml
0.23	c reading problem ... 
0.49	c reading problem named ?
0.49	c reading domains done.
0.57	c reading variables
c reading variables (100) done.
0.91	c reading predicates 
c reading relations (2) done.
1.12	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
308.78	c starts		: 0
308.78	c conflicts		: 0
308.78	c decisions		: 0
308.78	c propagations		: 0
308.78	c inspects		: 0
308.78	c learnt literals	: 0
308.78	c learnt binary clauses	: 0
308.78	c learnt ternary clauses	: 0
308.78	c learnt clauses	: 0
308.78	c root simplifications	: 0
308.78	c removed literals (reason simplification)	: 0
308.78	c reason swapping (by a shorter reason)	: 0
308.78	c Calls to reduceDB	: 0
308.78	c speed (decisions/second)	: 0.0
308.78	c non guided choices	0
308.78	s UNKNOWN
308.78	c Total wall clock time (in seconds) : 305.2
308.78	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-235307-1168337153 -o ROOT/results/node55/solver-235307-1168337153 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/235307-1168337153/sat4jCSP-bf3-cached.jar /tmp/evaluation/235307-1168337153/unknown.xml 

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

/proc/loadavg: 2.05 2.16 2.02 3/74 17612
/proc/meminfo: memFree=1799280/2055920 swapFree=4192192/4192956
[pid=17611] ppid=17609 vsize=172 CPUtime=0
/proc/17611/stat : 17611 (java) R 17609 17611 15482 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 182113614 176128 24 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 6848811 0 0 4096 0 0 0 0 17 0 0 0
/proc/17611/statm: 43 24 18 14 0 3 0

[startup+0.107739 s]
/proc/loadavg: 2.05 2.16 2.02 3/74 17612
/proc/meminfo: memFree=1799280/2055920 swapFree=4192192/4192956
[pid=17611] ppid=17609 vsize=902816 CPUtime=0.09
/proc/17611/stat : 17611 (java) R 17609 17611 15482 0 -1 0 3420 0 1 0 8 1 0 0 25 0 12 0 182113614 924483584 3180 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053867896 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17611/statm: 225704 3180 1587 14 0 212148 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 902816

[startup+0.515777 s]
/proc/loadavg: 2.05 2.16 2.02 3/74 17612
/proc/meminfo: memFree=1799280/2055920 swapFree=4192192/4192956
[pid=17611] ppid=17609 vsize=905236 CPUtime=0.49
/proc/17611/stat : 17611 (java) R 17609 17611 15482 0 -1 0 5974 0 1 0 47 2 0 0 25 0 12 0 182113614 926961664 5568 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17611/statm: 226309 5568 2289 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.33886 s]
/proc/loadavg: 2.05 2.16 2.02 3/85 17623
/proc/meminfo: memFree=1770072/2055920 swapFree=4192192/4192956
[pid=17611] ppid=17609 vsize=908440 CPUtime=1.31
/proc/17611/stat : 17611 (java) R 17609 17611 15482 0 -1 0 11423 0 1 0 127 4 0 0 25 0 12 0 182113614 930242560 10466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17611/statm: 227110 10466 2462 14 0 213547 0
[pid=17611/tid=17613] ppid=17609 vsize=908440 CPUtime=0
/proc/17611/task/17613/stat : 17613 (java) S 17609 17611 15482 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 182113616 930242560 10466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17614] ppid=17609 vsize=908440 CPUtime=0
/proc/17611/task/17614/stat : 17614 (java) S 17609 17611 15482 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 182113616 930242560 10466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17615] ppid=17609 vsize=908440 CPUtime=0
/proc/17611/task/17615/stat : 17615 (java) S 17609 17611 15482 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 182113619 930242560 10466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17616] ppid=17609 vsize=908440 CPUtime=0
/proc/17611/task/17616/stat : 17616 (java) S 17609 17611 15482 0 -1 64 7 0 0 0 0 0 0 0 22 0 12 0 182113619 930242560 10466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17617] ppid=17609 vsize=908440 CPUtime=0
/proc/17611/task/17617/stat : 17617 (java) S 17609 17611 15482 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 182113619 930242560 10466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17618] ppid=17609 vsize=908440 CPUtime=0
/proc/17611/task/17618/stat : 17618 (java) S 17609 17611 15482 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 182113623 930242560 10466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17619] ppid=17609 vsize=908440 CPUtime=0
/proc/17611/task/17619/stat : 17619 (java) S 17609 17611 15482 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 182113623 930242560 10466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17620] ppid=17609 vsize=908440 CPUtime=0.2
/proc/17611/task/17620/stat : 17620 (java) S 17609 17611 15482 0 -1 64 275 0 0 0 20 0 0 0 16 0 12 0 182113623 930242560 10466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17621] ppid=17609 vsize=908440 CPUtime=0.37
/proc/17611/task/17621/stat : 17621 (java) R 17609 17611 15482 0 -1 64 1744 0 0 0 37 0 0 0 17 0 12 0 182113623 930242560 10466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152664499 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17622] ppid=17609 vsize=908440 CPUtime=0
/proc/17611/task/17622/stat : 17622 (java) S 17609 17611 15482 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 182113623 930242560 10466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17623] ppid=17609 vsize=908440 CPUtime=0
/proc/17611/task/17623/stat : 17623 (java) S 17609 17611 15482 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182113623 930242560 10466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 908440

[startup+2.99203 s]
/proc/loadavg: 2.12 2.18 2.02 3/85 17623
/proc/meminfo: memFree=1704024/2055920 swapFree=4192192/4192956
[pid=17611] ppid=17609 vsize=910368 CPUtime=3.09
/proc/17611/stat : 17611 (java) R 17609 17611 15482 0 -1 0 33163 0 1 0 295 14 0 0 25 0 12 0 182113614 932216832 31246 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054182357 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17611/statm: 227592 31246 2478 14 0 214029 0
[pid=17611/tid=17613] ppid=17609 vsize=910368 CPUtime=0.22
/proc/17611/task/17613/stat : 17613 (java) S 17609 17611 15482 0 -1 64 4980 0 0 0 20 2 0 0 17 0 12 0 182113616 932216832 31246 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17614] ppid=17609 vsize=910368 CPUtime=0.17
/proc/17611/task/17614/stat : 17614 (java) S 17609 17611 15482 0 -1 64 5480 0 0 0 16 1 0 0 16 0 12 0 182113616 932216832 31246 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17615] ppid=17609 vsize=910368 CPUtime=0
/proc/17611/task/17615/stat : 17615 (java) S 17609 17611 15482 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 182113619 932216832 31246 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17616] ppid=17609 vsize=910368 CPUtime=0
/proc/17611/task/17616/stat : 17616 (java) S 17609 17611 15482 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 182113619 932216832 31246 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17617] ppid=17609 vsize=910368 CPUtime=0
/proc/17611/task/17617/stat : 17617 (java) S 17609 17611 15482 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182113619 932216832 31246 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17618] ppid=17609 vsize=910368 CPUtime=0
/proc/17611/task/17618/stat : 17618 (java) S 17609 17611 15482 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 182113623 932216832 31246 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17619] ppid=17609 vsize=910368 CPUtime=0
/proc/17611/task/17619/stat : 17619 (java) S 17609 17611 15482 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 182113623 932216832 31246 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17620] ppid=17609 vsize=910368 CPUtime=0.36
/proc/17611/task/17620/stat : 17620 (java) S 17609 17611 15482 0 -1 64 305 0 0 0 36 0 0 0 16 0 12 0 182113623 932216832 31246 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17621] ppid=17609 vsize=910368 CPUtime=0.57
/proc/17611/task/17621/stat : 17621 (java) S 17609 17611 15482 0 -1 64 2184 0 0 0 57 0 0 0 16 0 12 0 182113623 932216832 31246 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17622] ppid=17609 vsize=910368 CPUtime=0
/proc/17611/task/17622/stat : 17622 (java) S 17609 17611 15482 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 182113623 932216832 31246 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17623] ppid=17609 vsize=910368 CPUtime=0
/proc/17611/task/17623/stat : 17623 (java) S 17609 17611 15482 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182113623 932216832 31246 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 910368

[startup+6.23935 s]
/proc/loadavg: 2.12 2.18 2.02 3/85 17623
/proc/meminfo: memFree=1645856/2055920 swapFree=4192192/4192956
[pid=17611] ppid=17609 vsize=911008 CPUtime=6.38
/proc/17611/stat : 17611 (java) R 17609 17611 15482 0 -1 0 44048 0 1 0 620 18 0 0 25 0 12 0 182113614 932872192 41963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054209100 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17611/statm: 227752 41963 2478 14 0 214189 0
[pid=17611/tid=17613] ppid=17609 vsize=911008 CPUtime=0.61
/proc/17611/task/17613/stat : 17613 (java) S 17609 17611 15482 0 -1 64 9448 0 0 0 57 4 0 0 16 0 12 0 182113616 932872192 41963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17614] ppid=17609 vsize=911008 CPUtime=0.57
/proc/17611/task/17614/stat : 17614 (java) S 17609 17611 15482 0 -1 64 11889 0 0 0 54 3 0 0 16 0 12 0 182113616 932872192 41963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17615] ppid=17609 vsize=911008 CPUtime=0
/proc/17611/task/17615/stat : 17615 (java) S 17609 17611 15482 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 182113619 932872192 41963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17616] ppid=17609 vsize=911008 CPUtime=0
/proc/17611/task/17616/stat : 17616 (java) S 17609 17611 15482 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 182113619 932872192 41963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17617] ppid=17609 vsize=911008 CPUtime=0
/proc/17611/task/17617/stat : 17617 (java) S 17609 17611 15482 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182113619 932872192 41963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17618] ppid=17609 vsize=911008 CPUtime=0
/proc/17611/task/17618/stat : 17618 (java) S 17609 17611 15482 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 182113623 932872192 41963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17619] ppid=17609 vsize=911008 CPUtime=0
/proc/17611/task/17619/stat : 17619 (java) S 17609 17611 15482 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 182113623 932872192 41963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17620] ppid=17609 vsize=911008 CPUtime=0.36
/proc/17611/task/17620/stat : 17620 (java) S 17609 17611 15482 0 -1 64 305 0 0 0 36 0 0 0 16 0 12 0 182113623 932872192 41963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17621] ppid=17609 vsize=911008 CPUtime=0.57
/proc/17611/task/17621/stat : 17621 (java) S 17609 17611 15482 0 -1 64 2184 0 0 0 57 0 0 0 16 0 12 0 182113623 932872192 41963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17622] ppid=17609 vsize=911008 CPUtime=0
/proc/17611/task/17622/stat : 17622 (java) S 17609 17611 15482 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 182113623 932872192 41963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17623] ppid=17609 vsize=911008 CPUtime=0
/proc/17611/task/17623/stat : 17623 (java) S 17609 17611 15482 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182113623 932872192 41963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 911008

[startup+12.667 s]
/proc/loadavg: 2.27 2.20 2.03 5/85 17623
/proc/meminfo: memFree=1531880/2055920 swapFree=4192192/4192956
[pid=17611] ppid=17609 vsize=910688 CPUtime=12.81
/proc/17611/stat : 17611 (java) R 17609 17611 15482 0 -1 0 72129 0 1 0 1252 29 0 0 25 0 12 0 182113614 932544512 69216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054193589 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17611/statm: 227672 69216 2478 14 0 214109 0
[pid=17611/tid=17613] ppid=17609 vsize=910688 CPUtime=1.39
/proc/17611/task/17613/stat : 17613 (java) S 17609 17611 15482 0 -1 64 22722 0 0 0 131 8 0 0 16 0 12 0 182113616 932544512 69216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17614] ppid=17609 vsize=910688 CPUtime=1.34
/proc/17611/task/17614/stat : 17614 (java) S 17609 17611 15482 0 -1 64 26664 0 0 0 125 9 0 0 16 0 12 0 182113616 932544512 69216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17615] ppid=17609 vsize=910688 CPUtime=0
/proc/17611/task/17615/stat : 17615 (java) S 17609 17611 15482 0 -1 64 17 0 0 0 0 0 0 0 15 0 12 0 182113619 932544512 69216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17616] ppid=17609 vsize=910688 CPUtime=0
/proc/17611/task/17616/stat : 17616 (java) S 17609 17611 15482 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 182113619 932544512 69216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17617] ppid=17609 vsize=910688 CPUtime=0
/proc/17611/task/17617/stat : 17617 (java) S 17609 17611 15482 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182113619 932544512 69216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17618] ppid=17609 vsize=910688 CPUtime=0
/proc/17611/task/17618/stat : 17618 (java) S 17609 17611 15482 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 182113623 932544512 69216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17619] ppid=17609 vsize=910688 CPUtime=0
/proc/17611/task/17619/stat : 17619 (java) S 17609 17611 15482 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 182113623 932544512 69216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17620] ppid=17609 vsize=910688 CPUtime=0.36
/proc/17611/task/17620/stat : 17620 (java) S 17609 17611 15482 0 -1 64 305 0 0 0 36 0 0 0 17 0 12 0 182113623 932544512 69216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17621] ppid=17609 vsize=910688 CPUtime=0.62
/proc/17611/task/17621/stat : 17621 (java) S 17609 17611 15482 0 -1 64 2191 0 0 0 62 0 0 0 17 0 12 0 182113623 932544512 69216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17622] ppid=17609 vsize=910688 CPUtime=0
/proc/17611/task/17622/stat : 17622 (java) S 17609 17611 15482 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 182113623 932544512 69216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17623] ppid=17609 vsize=910688 CPUtime=0
/proc/17611/task/17623/stat : 17623 (java) S 17609 17611 15482 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182113623 932544512 69216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.81
Current children cumulated vsize (KiB) 910688

[startup+25.4982 s]
/proc/loadavg: 2.22 2.20 2.03 3/85 17623
/proc/meminfo: memFree=1353448/2055920 swapFree=4192192/4192956
[pid=17611] ppid=17609 vsize=910688 CPUtime=25.72
/proc/17611/stat : 17611 (java) R 17609 17611 15482 0 -1 0 117922 0 1 0 2526 46 0 0 25 0 12 0 182113614 932544512 114981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054261884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17611/statm: 227672 114981 2478 14 0 214109 0
[pid=17611/tid=17613] ppid=17609 vsize=910688 CPUtime=2.46
/proc/17611/task/17613/stat : 17613 (java) S 17609 17611 15482 0 -1 64 43679 0 0 0 230 16 0 0 16 0 12 0 182113616 932544512 114981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17614] ppid=17609 vsize=910688 CPUtime=3.03
/proc/17611/task/17614/stat : 17614 (java) S 17609 17611 15482 0 -1 64 51473 0 0 0 285 18 0 0 16 0 12 0 182113616 932544512 114981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17615] ppid=17609 vsize=910688 CPUtime=0.01
/proc/17611/task/17615/stat : 17615 (java) S 17609 17611 15482 0 -1 64 18 0 0 0 1 0 0 0 15 0 12 0 182113619 932544512 114981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17616] ppid=17609 vsize=910688 CPUtime=0
/proc/17611/task/17616/stat : 17616 (java) S 17609 17611 15482 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 182113619 932544512 114981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17617] ppid=17609 vsize=910688 CPUtime=0
/proc/17611/task/17617/stat : 17617 (java) S 17609 17611 15482 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182113619 932544512 114981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17618] ppid=17609 vsize=910688 CPUtime=0
/proc/17611/task/17618/stat : 17618 (java) S 17609 17611 15482 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 182113623 932544512 114981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17619] ppid=17609 vsize=910688 CPUtime=0
/proc/17611/task/17619/stat : 17619 (java) S 17609 17611 15482 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 182113623 932544512 114981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17620] ppid=17609 vsize=910688 CPUtime=0.37
/proc/17611/task/17620/stat : 17620 (java) S 17609 17611 15482 0 -1 64 305 0 0 0 37 0 0 0 17 0 12 0 182113623 932544512 114981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17621] ppid=17609 vsize=910688 CPUtime=0.63
/proc/17611/task/17621/stat : 17621 (java) S 17609 17611 15482 0 -1 64 2191 0 0 0 63 0 0 0 17 0 12 0 182113623 932544512 114981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17622] ppid=17609 vsize=910688 CPUtime=0
/proc/17611/task/17622/stat : 17622 (java) S 17609 17611 15482 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 182113623 932544512 114981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17623] ppid=17609 vsize=910688 CPUtime=0
/proc/17611/task/17623/stat : 17623 (java) S 17609 17611 15482 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182113623 932544512 114981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.72
Current children cumulated vsize (KiB) 910688

[startup+51.1057 s]
/proc/loadavg: 2.40 2.24 2.05 5/85 17623
/proc/meminfo: memFree=1070248/2055920 swapFree=4192192/4192956
[pid=17611] ppid=17609 vsize=910688 CPUtime=51.91
/proc/17611/stat : 17611 (java) R 17609 17611 15482 0 -1 0 187594 0 1 0 5117 74 0 0 25 0 12 0 182113614 932544512 184339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054291047 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17611/statm: 227672 184339 2479 14 0 214109 0
[pid=17611/tid=17613] ppid=17609 vsize=910688 CPUtime=5.75
/proc/17611/task/17613/stat : 17613 (java) S 17609 17611 15482 0 -1 64 76369 0 0 0 546 29 0 0 16 0 12 0 182113616 932544512 184339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17614] ppid=17609 vsize=910688 CPUtime=5.63
/proc/17611/task/17614/stat : 17614 (java) S 17609 17611 15482 0 -1 64 88395 0 0 0 531 32 0 0 16 0 12 0 182113616 932544512 184339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17615] ppid=17609 vsize=910688 CPUtime=1.35
/proc/17611/task/17615/stat : 17615 (java) S 17609 17611 15482 0 -1 64 30 0 0 0 135 0 0 0 15 0 12 0 182113619 932544512 184339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17616] ppid=17609 vsize=910688 CPUtime=0
/proc/17611/task/17616/stat : 17616 (java) S 17609 17611 15482 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 182113619 932544512 184339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17617] ppid=17609 vsize=910688 CPUtime=0
/proc/17611/task/17617/stat : 17617 (java) S 17609 17611 15482 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182113619 932544512 184339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17618] ppid=17609 vsize=910688 CPUtime=0
/proc/17611/task/17618/stat : 17618 (java) S 17609 17611 15482 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 182113623 932544512 184339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17619] ppid=17609 vsize=910688 CPUtime=0
/proc/17611/task/17619/stat : 17619 (java) S 17609 17611 15482 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 182113623 932544512 184339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17620] ppid=17609 vsize=910688 CPUtime=0.37
/proc/17611/task/17620/stat : 17620 (java) S 17609 17611 15482 0 -1 64 305 0 0 0 37 0 0 0 17 0 12 0 182113623 932544512 184339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17621] ppid=17609 vsize=910688 CPUtime=0.66
/proc/17611/task/17621/stat : 17621 (java) S 17609 17611 15482 0 -1 64 2192 0 0 0 66 0 0 0 17 0 12 0 182113623 932544512 184339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17622] ppid=17609 vsize=910688 CPUtime=0
/proc/17611/task/17622/stat : 17622 (java) S 17609 17611 15482 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 182113623 932544512 184339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17623] ppid=17609 vsize=910688 CPUtime=0
/proc/17611/task/17623/stat : 17623 (java) S 17609 17611 15482 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182113623 932544512 184339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.91
Current children cumulated vsize (KiB) 910688

[startup+102.393 s]
/proc/loadavg: 2.54 2.31 2.08 3/85 17623
/proc/meminfo: memFree=1063464/2055920 swapFree=4192192/4192956
[pid=17611] ppid=17609 vsize=910284 CPUtime=102.86
/proc/17611/stat : 17611 (java) S 17609 17611 15482 0 -1 0 191612 0 1 0 10210 76 0 0 17 0 12 0 182113614 932130816 186032 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17611/statm: 227571 186032 2479 14 0 214008 0
[pid=17611/tid=17613] ppid=17609 vsize=910284 CPUtime=6.96
/proc/17611/task/17613/stat : 17613 (java) S 17609 17611 15482 0 -1 64 76590 0 0 0 666 30 0 0 15 0 12 0 182113616 932130816 186032 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17614] ppid=17609 vsize=910284 CPUtime=6.84
/proc/17611/task/17614/stat : 17614 (java) S 17609 17611 15482 0 -1 64 88395 0 0 0 652 32 0 0 16 0 12 0 182113616 932130816 186032 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17615] ppid=17609 vsize=910284 CPUtime=38.66
/proc/17611/task/17615/stat : 17615 (java) R 17609 17611 15482 0 -1 64 3782 0 0 0 3864 2 0 0 25 0 12 0 182113619 932130816 186032 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921554 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17616] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17616/stat : 17616 (java) S 17609 17611 15482 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 182113619 932130816 186032 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17617] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17617/stat : 17617 (java) S 17609 17611 15482 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182113619 932130816 186032 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17618] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17618/stat : 17618 (java) S 17609 17611 15482 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 182113623 932130816 186032 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17619] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17619/stat : 17619 (java) S 17609 17611 15482 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 182113623 932130816 186032 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17620] ppid=17609 vsize=910284 CPUtime=0.4
/proc/17611/task/17620/stat : 17620 (java) S 17609 17611 15482 0 -1 64 305 0 0 0 40 0 0 0 17 0 12 0 182113623 932130816 186032 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17621] ppid=17609 vsize=910284 CPUtime=0.67
/proc/17611/task/17621/stat : 17621 (java) S 17609 17611 15482 0 -1 64 2192 0 0 0 67 0 0 0 17 0 12 0 182113623 932130816 186032 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17622] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17622/stat : 17622 (java) S 17609 17611 15482 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 182113623 932130816 186032 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17623] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17623/stat : 17623 (java) S 17609 17611 15482 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182113623 932130816 186032 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.86
Current children cumulated vsize (KiB) 910284

[startup+162.418 s]
/proc/loadavg: 2.19 2.25 2.08 3/85 17623
/proc/meminfo: memFree=1063208/2055920 swapFree=4192192/4192956
[pid=17611] ppid=17609 vsize=910284 CPUtime=162.35
/proc/17611/stat : 17611 (java) S 17609 17611 15482 0 -1 0 201832 0 1 0 16154 81 0 0 17 0 12 0 182113614 932130816 186085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17611/statm: 227571 186085 2479 14 0 214008 0
[pid=17611/tid=17613] ppid=17609 vsize=910284 CPUtime=6.96
/proc/17611/task/17613/stat : 17613 (java) S 17609 17611 15482 0 -1 64 76590 0 0 0 666 30 0 0 15 0 12 0 182113616 932130816 186085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17614] ppid=17609 vsize=910284 CPUtime=6.84
/proc/17611/task/17614/stat : 17614 (java) S 17609 17611 15482 0 -1 64 88395 0 0 0 652 32 0 0 16 0 12 0 182113616 932130816 186085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17615] ppid=17609 vsize=910284 CPUtime=97.99
/proc/17611/task/17615/stat : 17615 (java) R 17609 17611 15482 0 -1 64 13975 0 0 0 9792 7 0 0 25 0 12 0 182113619 932130816 186085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17616] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17616/stat : 17616 (java) S 17609 17611 15482 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 182113619 932130816 186085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17617] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17617/stat : 17617 (java) S 17609 17611 15482 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182113619 932130816 186085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17618] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17618/stat : 17618 (java) S 17609 17611 15482 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 182113623 932130816 186085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17619] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17619/stat : 17619 (java) S 17609 17611 15482 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 182113623 932130816 186085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17620] ppid=17609 vsize=910284 CPUtime=0.4
/proc/17611/task/17620/stat : 17620 (java) S 17609 17611 15482 0 -1 64 305 0 0 0 40 0 0 0 17 0 12 0 182113623 932130816 186085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17621] ppid=17609 vsize=910284 CPUtime=0.67
/proc/17611/task/17621/stat : 17621 (java) S 17609 17611 15482 0 -1 64 2192 0 0 0 67 0 0 0 17 0 12 0 182113623 932130816 186085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17622] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17622/stat : 17622 (java) S 17609 17611 15482 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 182113623 932130816 186085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17623] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17623/stat : 17623 (java) S 17609 17611 15482 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182113623 932130816 186085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.35
Current children cumulated vsize (KiB) 910284

[startup+222.441 s]
/proc/loadavg: 2.07 2.20 2.07 3/85 17623
/proc/meminfo: memFree=1063144/2055920 swapFree=4192192/4192956
[pid=17611] ppid=17609 vsize=910284 CPUtime=222.1
/proc/17611/stat : 17611 (java) S 17609 17611 15482 0 -1 0 212694 0 1 0 22123 87 0 0 17 0 12 0 182113614 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17611/statm: 227571 186086 2479 14 0 214008 0
[pid=17611/tid=17613] ppid=17609 vsize=910284 CPUtime=6.96
/proc/17611/task/17613/stat : 17613 (java) S 17609 17611 15482 0 -1 64 76590 0 0 0 666 30 0 0 15 0 12 0 182113616 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17614] ppid=17609 vsize=910284 CPUtime=6.84
/proc/17611/task/17614/stat : 17614 (java) S 17609 17611 15482 0 -1 64 88395 0 0 0 652 32 0 0 16 0 12 0 182113616 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17615] ppid=17609 vsize=910284 CPUtime=157.72
/proc/17611/task/17615/stat : 17615 (java) R 17609 17611 15482 0 -1 64 24814 0 0 0 15760 12 0 0 25 0 12 0 182113619 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154922620 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17616] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17616/stat : 17616 (java) S 17609 17611 15482 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 182113619 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17617] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17617/stat : 17617 (java) S 17609 17611 15482 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182113619 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17618] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17618/stat : 17618 (java) S 17609 17611 15482 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 182113623 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17619] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17619/stat : 17619 (java) S 17609 17611 15482 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 182113623 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17620] ppid=17609 vsize=910284 CPUtime=0.4
/proc/17611/task/17620/stat : 17620 (java) S 17609 17611 15482 0 -1 64 305 0 0 0 40 0 0 0 17 0 12 0 182113623 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17621] ppid=17609 vsize=910284 CPUtime=0.67
/proc/17611/task/17621/stat : 17621 (java) S 17609 17611 15482 0 -1 64 2192 0 0 0 67 0 0 0 17 0 12 0 182113623 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17622] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17622/stat : 17622 (java) S 17609 17611 15482 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 182113623 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17623] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17623/stat : 17623 (java) S 17609 17611 15482 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182113623 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 910284

[startup+282.47 s]
/proc/loadavg: 2.13 2.19 2.08 3/85 17623
/proc/meminfo: memFree=1063144/2055920 swapFree=4192192/4192956
[pid=17611] ppid=17609 vsize=910284 CPUtime=281.84
/proc/17611/stat : 17611 (java) S 17609 17611 15482 0 -1 0 222863 0 1 0 28093 91 0 0 17 0 12 0 182113614 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17611/statm: 227571 186086 2479 14 0 214008 0
[pid=17611/tid=17613] ppid=17609 vsize=910284 CPUtime=6.96
/proc/17611/task/17613/stat : 17613 (java) S 17609 17611 15482 0 -1 64 76590 0 0 0 666 30 0 0 15 0 12 0 182113616 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17614] ppid=17609 vsize=910284 CPUtime=6.84
/proc/17611/task/17614/stat : 17614 (java) S 17609 17611 15482 0 -1 64 88395 0 0 0 652 32 0 0 16 0 12 0 182113616 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17615] ppid=17609 vsize=910284 CPUtime=217.48
/proc/17611/task/17615/stat : 17615 (java) R 17609 17611 15482 0 -1 64 34962 0 0 0 21731 17 0 0 25 0 12 0 182113619 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155440544 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17616] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17616/stat : 17616 (java) S 17609 17611 15482 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 182113619 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17617] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17617/stat : 17617 (java) S 17609 17611 15482 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182113619 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17618] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17618/stat : 17618 (java) S 17609 17611 15482 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 182113623 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17619] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17619/stat : 17619 (java) S 17609 17611 15482 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 182113623 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17620] ppid=17609 vsize=910284 CPUtime=0.4
/proc/17611/task/17620/stat : 17620 (java) S 17609 17611 15482 0 -1 64 305 0 0 0 40 0 0 0 17 0 12 0 182113623 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17621] ppid=17609 vsize=910284 CPUtime=0.67
/proc/17611/task/17621/stat : 17621 (java) S 17609 17611 15482 0 -1 64 2192 0 0 0 67 0 0 0 17 0 12 0 182113623 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17611/tid=17622] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17622/stat : 17622 (java) S 17609 17611 15482 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 182113623 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17611/tid=17623] ppid=17609 vsize=910284 CPUtime=0
/proc/17611/task/17623/stat : 17623 (java) S 17609 17611 15482 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182113623 932130816 186086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.84
Current children cumulated vsize (KiB) 910284

Child status: 1
Real time (s): 312.235
CPU time (s): 311.481
CPU user time (s): 310.412
CPU system time (s): 1.06884
CPU usage (%): 99.7584
Max. virtual memory (cumulated for all children) (KiB): 911008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 310.412
system time used= 1.06884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227607
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= 8502
involuntary context switches= 6473

runsolver used 0.395939 s user time and 0.995848 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Tue Jan  9 10:05:53 UTC 2007


IDJOB= 235307
IDBENCH= 6757
FILE ID= node55/235307-1168337153

PBS_JOBID= 3503351

Free space on /tmp= 66550 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  508a372afa45a3d958684f762290b9bc

RANDOM SEED= 275921294

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:       1799760 kB
Buffers:         22216 kB
Cached:         150508 kB
SwapCached:        268 kB
Active:         115212 kB
Inactive:        85228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1799760 kB
SwapTotal:     4192956 kB
SwapFree:      4192192 kB
Dirty:            2508 kB
Writeback:           0 kB
Mapped:          37800 kB
Slab:            41272 kB
Committed_AS:  4085108 kB
PageTables:       1728 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66550 MiB



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