Trace number 233714

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? 303.034 303.248

General information on the benchmark

Nametaillard/os-taillard-15/
os-taillard-15-100-9.xml
MD5SUMbf3ae01f7ee0d46a4b8c500f7d319d1f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.649901
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size935
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

0.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-34.ELsmp
0.15	c os.arch	i386
0.15	c Free memory 722620888
0.15	c Max memory 723845120
0.15	c Total memory 723845120
0.15	c Number of processors 2
0.24	c --- Begin Solver configuration ---
0.24	c Stops conflict analysis at the first Unique Implication Point
0.24	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.24	c Learn all clauses as in MiniSAT
0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24	c VSIDS like heuristics from MiniSAT using a heap
0.24	c No reason simplification
0.24	c --- End Solver configuration ---
0.24	c solving /tmp/evaluation/233714-1168327524/unknown.xml
0.24	c reading problem ... 
0.50	c reading problem named ?
0.50	c reading domains done.
0.79	c reading variables
c reading variables (225) done.
1.28	c reading predicates 
c reading relations (2) done.
1.51	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
299.93	c starts		: 0
299.93	c conflicts		: 0
299.93	c decisions		: 0
299.93	c propagations		: 0
299.93	c inspects		: 0
299.93	c learnt literals	: 0
299.93	c learnt binary clauses	: 0
299.93	c learnt ternary clauses	: 0
299.93	c learnt clauses	: 0
299.93	c root simplifications	: 0
299.93	c removed literals (reason simplification)	: 0
299.93	c reason swapping (by a shorter reason)	: 0
299.93	c Calls to reduceDB	: 0
299.93	c speed (decisions/second)	: 0.0
299.93	c non guided choices	0
299.93	s UNKNOWN
299.93	c Total wall clock time (in seconds) : 296.537
299.93	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/node76/watcher-233714-1168327524 -o ROOT/results/node76/solver-233714-1168327524 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233714-1168327524/sat4jCSP-bf3-cached.jar /tmp/evaluation/233714-1168327524/unknown.xml 

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

/proc/loadavg: 2.21 1.64 1.76 4/89 24839
/proc/meminfo: memFree=768456/2055888 swapFree=4095388/4096564
[pid=24838] ppid=24836 vsize=172 CPUtime=0
/proc/24838/stat : 24838 (java) R 24836 24838 24657 0 -1 0 202 0 0 0 0 0 0 0 19 0 1 0 181149529 176128 24 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4817844 0 0 4096 0 0 0 0 17 0 0 0
/proc/24838/statm: 43 24 18 14 0 3 0

[startup+0.107075 s]
/proc/loadavg: 2.21 1.64 1.76 4/89 24839
/proc/meminfo: memFree=768456/2055888 swapFree=4095388/4096564
[pid=24838] ppid=24836 vsize=902656 CPUtime=0.09
/proc/24838/stat : 24838 (java) R 24836 24838 24657 0 -1 0 3400 0 1 0 8 1 0 0 25 0 12 0 181149529 924319744 3162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 5285564 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24838/statm: 225664 3162 1582 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 902656

[startup+0.515151 s]
/proc/loadavg: 2.21 1.64 1.76 4/89 24839
/proc/meminfo: memFree=768456/2055888 swapFree=4095388/4096564
[pid=24838] ppid=24836 vsize=905240 CPUtime=0.5
/proc/24838/stat : 24838 (java) R 24836 24838 24657 0 -1 0 5973 0 1 0 47 3 0 0 25 0 12 0 181149529 926965760 5569 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24838/statm: 226310 5570 2289 14 0 212746 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 905240

[startup+1.33731 s]
/proc/loadavg: 2.21 1.64 1.76 4/100 24850
/proc/meminfo: memFree=741040/2055888 swapFree=4095388/4096564
[pid=24838] ppid=24836 vsize=906564 CPUtime=1.32
/proc/24838/stat : 24838 (java) R 24836 24838 24657 0 -1 0 18425 0 1 0 123 9 0 0 25 0 12 0 181149529 928321536 17416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154524824 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24838/statm: 226641 17416 2363 14 0 213077 0
[pid=24838/tid=24840] ppid=24836 vsize=906564 CPUtime=0
/proc/24838/task/24840/stat : 24840 (java) S 24836 24838 24657 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181149532 928321536 17417 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24841] ppid=24836 vsize=906564 CPUtime=0
/proc/24838/task/24841/stat : 24841 (java) S 24836 24838 24657 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181149532 928321536 17417 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24842] ppid=24836 vsize=906564 CPUtime=0
/proc/24838/task/24842/stat : 24842 (java) S 24836 24838 24657 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181149534 928321536 17417 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24843] ppid=24836 vsize=906564 CPUtime=0
/proc/24838/task/24843/stat : 24843 (java) S 24836 24838 24657 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 181149535 928321536 17418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24844] ppid=24836 vsize=906564 CPUtime=0
/proc/24838/task/24844/stat : 24844 (java) S 24836 24838 24657 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 181149535 928321536 17418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24845] ppid=24836 vsize=906564 CPUtime=0
/proc/24838/task/24845/stat : 24845 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181149538 928321536 17418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24846] ppid=24836 vsize=906564 CPUtime=0
/proc/24838/task/24846/stat : 24846 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181149538 928321536 17418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24847] ppid=24836 vsize=906564 CPUtime=0.27
/proc/24838/task/24847/stat : 24847 (java) S 24836 24838 24657 0 -1 64 282 0 0 0 27 0 0 0 16 0 12 0 181149538 928321536 17418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24848] ppid=24836 vsize=906564 CPUtime=0.34
/proc/24838/task/24848/stat : 24848 (java) S 24836 24838 24657 0 -1 64 1571 0 0 0 34 0 0 0 16 0 12 0 181149538 928321536 17418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24849] ppid=24836 vsize=906564 CPUtime=0
/proc/24838/task/24849/stat : 24849 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181149538 928321536 17418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24850] ppid=24836 vsize=906564 CPUtime=0
/proc/24838/task/24850/stat : 24850 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181149539 928321536 17418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 906564

[startup+2.98863 s]
/proc/loadavg: 2.19 1.65 1.76 3/100 24850
/proc/meminfo: memFree=638960/2055888 swapFree=4095388/4096564
[pid=24838] ppid=24836 vsize=910412 CPUtime=3.22
/proc/24838/stat : 24838 (java) R 24836 24838 24657 0 -1 0 40411 0 1 0 303 19 0 0 25 0 12 0 181149529 932261888 36166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054278632 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24838/statm: 227603 36166 2478 14 0 214039 0
[pid=24838/tid=24840] ppid=24836 vsize=910412 CPUtime=0.35
/proc/24838/task/24840/stat : 24840 (java) S 24836 24838 24657 0 -1 64 7181 0 0 0 32 3 0 0 17 0 12 0 181149532 932261888 36166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24841] ppid=24836 vsize=910412 CPUtime=0.36
/proc/24838/task/24841/stat : 24841 (java) S 24836 24838 24657 0 -1 64 11285 0 0 0 31 5 0 0 16 0 12 0 181149532 932261888 36166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24842] ppid=24836 vsize=910412 CPUtime=0
/proc/24838/task/24842/stat : 24842 (java) S 24836 24838 24657 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 181149534 932261888 36166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24843] ppid=24836 vsize=910412 CPUtime=0
/proc/24838/task/24843/stat : 24843 (java) S 24836 24838 24657 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181149535 932261888 36166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24844] ppid=24836 vsize=910412 CPUtime=0
/proc/24838/task/24844/stat : 24844 (java) S 24836 24838 24657 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181149535 932261888 36166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24845] ppid=24836 vsize=910412 CPUtime=0
/proc/24838/task/24845/stat : 24845 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181149538 932261888 36166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24846] ppid=24836 vsize=910412 CPUtime=0
/proc/24838/task/24846/stat : 24846 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181149538 932261888 36166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24847] ppid=24836 vsize=910412 CPUtime=0.35
/proc/24838/task/24847/stat : 24847 (java) S 24836 24838 24657 0 -1 64 296 0 0 0 35 0 0 0 16 0 12 0 181149538 932261888 36166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24848] ppid=24836 vsize=910412 CPUtime=0.45
/proc/24838/task/24848/stat : 24848 (java) S 24836 24838 24657 0 -1 64 1589 0 0 0 45 0 0 0 16 0 12 0 181149538 932261888 36166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24849] ppid=24836 vsize=910412 CPUtime=0
/proc/24838/task/24849/stat : 24849 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181149538 932261888 36166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24850] ppid=24836 vsize=910412 CPUtime=0
/proc/24838/task/24850/stat : 24850 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181149539 932261888 36166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 910412

[startup+6.20527 s]
/proc/loadavg: 2.19 1.65 1.76 4/100 24850
/proc/meminfo: memFree=551352/2055888 swapFree=4095388/4096564
[pid=24838] ppid=24836 vsize=910380 CPUtime=6.56
/proc/24838/stat : 24838 (java) R 24836 24838 24657 0 -1 0 53156 0 1 0 632 24 0 0 25 0 12 0 181149529 932229120 48653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053823628 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24838/statm: 227595 48653 2479 14 0 214031 0
[pid=24838/tid=24840] ppid=24836 vsize=910380 CPUtime=0.77
/proc/24838/task/24840/stat : 24840 (java) S 24836 24838 24657 0 -1 64 13026 0 0 0 72 5 0 0 16 0 12 0 181149532 932229120 48653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24841] ppid=24836 vsize=910380 CPUtime=0.86
/proc/24838/task/24841/stat : 24841 (java) S 24836 24838 24657 0 -1 64 18155 0 0 0 78 8 0 0 16 0 12 0 181149532 932229120 48653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24842] ppid=24836 vsize=910380 CPUtime=0
/proc/24838/task/24842/stat : 24842 (java) S 24836 24838 24657 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 181149534 932229120 48653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24843] ppid=24836 vsize=910380 CPUtime=0
/proc/24838/task/24843/stat : 24843 (java) S 24836 24838 24657 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181149535 932229120 48653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24844] ppid=24836 vsize=910380 CPUtime=0
/proc/24838/task/24844/stat : 24844 (java) S 24836 24838 24657 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181149535 932229120 48653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24845] ppid=24836 vsize=910380 CPUtime=0
/proc/24838/task/24845/stat : 24845 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181149538 932229120 48653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24846] ppid=24836 vsize=910380 CPUtime=0
/proc/24838/task/24846/stat : 24846 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181149538 932229120 48653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24847] ppid=24836 vsize=910380 CPUtime=0.43
/proc/24838/task/24847/stat : 24847 (java) S 24836 24838 24657 0 -1 64 310 0 0 0 43 0 0 0 16 0 12 0 181149538 932229120 48653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24848] ppid=24836 vsize=910380 CPUtime=0.52
/proc/24838/task/24848/stat : 24848 (java) S 24836 24838 24657 0 -1 64 1594 0 0 0 52 0 0 0 16 0 12 0 181149538 932229120 48653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24849] ppid=24836 vsize=910380 CPUtime=0
/proc/24838/task/24849/stat : 24849 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181149538 932229120 48653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24850] ppid=24836 vsize=910380 CPUtime=0
/proc/24838/task/24850/stat : 24850 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181149539 932229120 48653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.56
Current children cumulated vsize (KiB) 910380

[startup+12.6395 s]
/proc/loadavg: 2.38 1.71 1.78 3/100 24850
/proc/meminfo: memFree=435768/2055888 swapFree=4095388/4096564
[pid=24838] ppid=24836 vsize=910380 CPUtime=12.98
/proc/24838/stat : 24838 (java) R 24836 24838 24657 0 -1 0 82152 0 1 0 1262 36 0 0 25 0 12 0 181149529 932229120 76806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054310081 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24838/statm: 227595 76806 2479 14 0 214031 0
[pid=24838/tid=24840] ppid=24836 vsize=910380 CPUtime=1.88
/proc/24838/task/24840/stat : 24840 (java) S 24836 24838 24657 0 -1 64 29891 0 0 0 176 12 0 0 16 0 12 0 181149532 932229120 76806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24841] ppid=24836 vsize=910380 CPUtime=1.42
/proc/24838/task/24841/stat : 24841 (java) S 24836 24838 24657 0 -1 64 30260 0 0 0 130 12 0 0 16 0 12 0 181149532 932229120 76806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24842] ppid=24836 vsize=910380 CPUtime=0
/proc/24838/task/24842/stat : 24842 (java) S 24836 24838 24657 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 181149534 932229120 76806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24843] ppid=24836 vsize=910380 CPUtime=0
/proc/24838/task/24843/stat : 24843 (java) S 24836 24838 24657 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181149535 932229120 76806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24844] ppid=24836 vsize=910380 CPUtime=0
/proc/24838/task/24844/stat : 24844 (java) S 24836 24838 24657 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181149535 932229120 76806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24845] ppid=24836 vsize=910380 CPUtime=0
/proc/24838/task/24845/stat : 24845 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181149538 932229120 76806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24846] ppid=24836 vsize=910380 CPUtime=0
/proc/24838/task/24846/stat : 24846 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181149538 932229120 76806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24847] ppid=24836 vsize=910380 CPUtime=0.44
/proc/24838/task/24847/stat : 24847 (java) S 24836 24838 24657 0 -1 64 310 0 0 0 44 0 0 0 17 0 12 0 181149538 932229120 76806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24848] ppid=24836 vsize=910380 CPUtime=0.52
/proc/24838/task/24848/stat : 24848 (java) S 24836 24838 24657 0 -1 64 1594 0 0 0 52 0 0 0 16 0 12 0 181149538 932229120 76806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24849] ppid=24836 vsize=910380 CPUtime=0
/proc/24838/task/24849/stat : 24849 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181149538 932229120 76806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24850] ppid=24836 vsize=910380 CPUtime=0
/proc/24838/task/24850/stat : 24850 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181149539 932229120 76806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.98
Current children cumulated vsize (KiB) 910380

[startup+25.471 s]
/proc/loadavg: 2.32 1.72 1.78 3/100 24850
/proc/meminfo: memFree=228408/2055888 swapFree=4095388/4096564
[pid=24838] ppid=24836 vsize=910060 CPUtime=25.9
/proc/24838/stat : 24838 (java) R 24836 24838 24657 0 -1 0 137582 0 1 0 2532 58 0 0 25 0 12 0 181149529 931901440 130702 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054236431 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24838/statm: 227515 130702 2479 14 0 213951 0
[pid=24838/tid=24840] ppid=24836 vsize=910060 CPUtime=3.54
/proc/24838/task/24840/stat : 24840 (java) S 24836 24838 24657 0 -1 64 57025 0 0 0 332 22 0 0 16 0 12 0 181149532 931901440 130702 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24841] ppid=24836 vsize=910060 CPUtime=3.07
/proc/24838/task/24841/stat : 24841 (java) S 24836 24838 24657 0 -1 64 58520 0 0 0 284 23 0 0 16 0 12 0 181149532 931901440 130702 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24842] ppid=24836 vsize=910060 CPUtime=0.01
/proc/24838/task/24842/stat : 24842 (java) S 24836 24838 24657 0 -1 64 17 0 0 0 1 0 0 0 15 0 12 0 181149534 931901440 130702 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24843] ppid=24836 vsize=910060 CPUtime=0
/proc/24838/task/24843/stat : 24843 (java) S 24836 24838 24657 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181149535 931901440 130702 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24844] ppid=24836 vsize=910060 CPUtime=0
/proc/24838/task/24844/stat : 24844 (java) S 24836 24838 24657 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181149535 931901440 130702 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24845] ppid=24836 vsize=910060 CPUtime=0
/proc/24838/task/24845/stat : 24845 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181149538 931901440 130702 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24846] ppid=24836 vsize=910060 CPUtime=0
/proc/24838/task/24846/stat : 24846 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181149538 931901440 130702 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24847] ppid=24836 vsize=910060 CPUtime=0.45
/proc/24838/task/24847/stat : 24847 (java) S 24836 24838 24657 0 -1 64 310 0 0 0 45 0 0 0 16 0 12 0 181149538 931901440 130702 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24848] ppid=24836 vsize=910060 CPUtime=0.55
/proc/24838/task/24848/stat : 24848 (java) S 24836 24838 24657 0 -1 64 1597 0 0 0 55 0 0 0 17 0 12 0 181149538 931901440 130702 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24849] ppid=24836 vsize=910060 CPUtime=0
/proc/24838/task/24849/stat : 24849 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181149538 931901440 130702 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24850] ppid=24836 vsize=910060 CPUtime=0
/proc/24838/task/24850/stat : 24850 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181149539 931901440 130702 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.9
Current children cumulated vsize (KiB) 910060

[startup+51.1051 s]
/proc/loadavg: 2.33 1.77 1.80 3/100 24850
/proc/meminfo: memFree=15416/2055888 swapFree=4095388/4096564
[pid=24838] ppid=24836 vsize=912064 CPUtime=52.19
/proc/24838/stat : 24838 (java) S 24836 24838 24657 0 -1 0 192313 0 1 0 5137 82 0 0 25 0 12 0 181149529 933953536 184266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24838/statm: 228016 184266 2480 14 0 214452 0
[pid=24838/tid=24840] ppid=24836 vsize=912064 CPUtime=6.09
/proc/24838/task/24840/stat : 24840 (java) S 24836 24838 24657 0 -1 64 80522 0 0 0 578 31 0 0 15 0 12 0 181149532 933953536 184266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24841] ppid=24836 vsize=912064 CPUtime=7.03
/proc/24838/task/24841/stat : 24841 (java) S 24836 24838 24657 0 -1 64 88887 0 0 0 666 37 0 0 16 0 12 0 181149532 933953536 184266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24842] ppid=24836 vsize=912064 CPUtime=2.53
/proc/24838/task/24842/stat : 24842 (java) R 24836 24838 24657 0 -1 64 834 0 0 0 252 1 0 0 17 0 12 0 181149534 933953536 184266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154918480 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24843] ppid=24836 vsize=912064 CPUtime=0
/proc/24838/task/24843/stat : 24843 (java) S 24836 24838 24657 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181149535 933953536 184266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24844] ppid=24836 vsize=912064 CPUtime=0
/proc/24838/task/24844/stat : 24844 (java) S 24836 24838 24657 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181149535 933953536 184266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24845] ppid=24836 vsize=912064 CPUtime=0
/proc/24838/task/24845/stat : 24845 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181149538 933953536 184266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24846] ppid=24836 vsize=912064 CPUtime=0
/proc/24838/task/24846/stat : 24846 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181149538 933953536 184266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24847] ppid=24836 vsize=912064 CPUtime=0.45
/proc/24838/task/24847/stat : 24847 (java) S 24836 24838 24657 0 -1 64 310 0 0 0 45 0 0 0 16 0 12 0 181149538 933953536 184266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24848] ppid=24836 vsize=912064 CPUtime=0.56
/proc/24838/task/24848/stat : 24848 (java) S 24836 24838 24657 0 -1 64 1597 0 0 0 56 0 0 0 17 0 12 0 181149538 933953536 184266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24849] ppid=24836 vsize=912064 CPUtime=0
/proc/24838/task/24849/stat : 24849 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181149538 933953536 184266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24850] ppid=24836 vsize=912064 CPUtime=0
/proc/24838/task/24850/stat : 24850 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181149539 933953536 184266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.19
Current children cumulated vsize (KiB) 912064

[startup+102.335 s]
/proc/loadavg: 2.50 1.90 1.84 3/100 24850
/proc/meminfo: memFree=18232/2055888 swapFree=4095388/4096564
[pid=24838] ppid=24836 vsize=915344 CPUtime=103.21
/proc/24838/stat : 24838 (java) S 24836 24838 24657 0 -1 0 218528 0 1 0 10225 96 0 0 17 0 12 0 181149529 937312256 185999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24838/statm: 228836 185999 2480 14 0 215272 0
[pid=24838/tid=24840] ppid=24836 vsize=915344 CPUtime=7.76
/proc/24838/task/24840/stat : 24840 (java) S 24836 24838 24657 0 -1 64 81154 0 0 0 744 32 0 0 16 0 12 0 181149532 937312256 185999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24841] ppid=24836 vsize=915344 CPUtime=7.51
/proc/24838/task/24841/stat : 24841 (java) S 24836 24838 24657 0 -1 64 89218 0 0 0 714 37 0 0 15 0 12 0 181149532 937312256 185999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24842] ppid=24836 vsize=915344 CPUtime=42.9
/proc/24838/task/24842/stat : 24842 (java) R 24836 24838 24657 0 -1 64 26044 0 0 0 4275 15 0 0 25 0 12 0 181149534 937312256 185999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154917283 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24843] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24843/stat : 24843 (java) S 24836 24838 24657 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181149535 937312256 185999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24844] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24844/stat : 24844 (java) S 24836 24838 24657 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181149535 937312256 185999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24845] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24845/stat : 24845 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181149538 937312256 185999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24846] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24846/stat : 24846 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181149538 937312256 185999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24847] ppid=24836 vsize=915344 CPUtime=0.45
/proc/24838/task/24847/stat : 24847 (java) S 24836 24838 24657 0 -1 64 310 0 0 0 45 0 0 0 16 0 12 0 181149538 937312256 185999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24848] ppid=24836 vsize=915344 CPUtime=0.56
/proc/24838/task/24848/stat : 24848 (java) S 24836 24838 24657 0 -1 64 1597 0 0 0 56 0 0 0 17 0 12 0 181149538 937312256 185999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24849] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24849/stat : 24849 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181149538 937312256 185999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24850] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24850/stat : 24850 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181149539 937312256 185999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 103.21
Current children cumulated vsize (KiB) 915344

[startup+162.362 s]
/proc/loadavg: 2.54 2.01 1.88 3/100 24850
/proc/meminfo: memFree=17528/2055888 swapFree=4095388/4096564
[pid=24838] ppid=24836 vsize=915344 CPUtime=162.91
/proc/24838/stat : 24838 (java) S 24836 24838 24657 0 -1 0 266296 0 1 0 16168 123 0 0 17 0 12 0 181149529 937312256 186039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24838/statm: 228836 186039 2480 14 0 215272 0
[pid=24838/tid=24840] ppid=24836 vsize=915344 CPUtime=7.76
/proc/24838/task/24840/stat : 24840 (java) S 24836 24838 24657 0 -1 64 81154 0 0 0 744 32 0 0 16 0 12 0 181149532 937312256 186039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24841] ppid=24836 vsize=915344 CPUtime=7.51
/proc/24838/task/24841/stat : 24841 (java) S 24836 24838 24657 0 -1 64 89218 0 0 0 714 37 0 0 15 0 12 0 181149532 937312256 186039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24842] ppid=24836 vsize=915344 CPUtime=102.48
/proc/24838/task/24842/stat : 24842 (java) R 24836 24838 24657 0 -1 64 73789 0 0 0 10207 41 0 0 25 0 12 0 181149534 937312256 186039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154449964 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24843] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24843/stat : 24843 (java) S 24836 24838 24657 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181149535 937312256 186039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24844] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24844/stat : 24844 (java) S 24836 24838 24657 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181149535 937312256 186039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24845] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24845/stat : 24845 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181149538 937312256 186039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24846] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24846/stat : 24846 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181149538 937312256 186039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24847] ppid=24836 vsize=915344 CPUtime=0.45
/proc/24838/task/24847/stat : 24847 (java) S 24836 24838 24657 0 -1 64 310 0 0 0 45 0 0 0 16 0 12 0 181149538 937312256 186039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24848] ppid=24836 vsize=915344 CPUtime=0.56
/proc/24838/task/24848/stat : 24848 (java) S 24836 24838 24657 0 -1 64 1597 0 0 0 56 0 0 0 17 0 12 0 181149538 937312256 186039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24849] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24849/stat : 24849 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181149538 937312256 186039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24850] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24850/stat : 24850 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181149539 937312256 186039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.91
Current children cumulated vsize (KiB) 915344

[startup+222.437 s]
/proc/loadavg: 2.30 2.05 1.90 3/97 24977
/proc/meminfo: memFree=721800/2055888 swapFree=4095388/4096564
[pid=24838] ppid=24836 vsize=915344 CPUtime=222.6
/proc/24838/stat : 24838 (java) S 24836 24838 24657 0 -1 0 317054 0 1 0 22106 154 0 0 17 0 12 0 181149529 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24838/statm: 228836 186041 2480 14 0 215272 0
[pid=24838/tid=24840] ppid=24836 vsize=915344 CPUtime=7.76
/proc/24838/task/24840/stat : 24840 (java) S 24836 24838 24657 0 -1 64 81154 0 0 0 744 32 0 0 16 0 12 0 181149532 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24841] ppid=24836 vsize=915344 CPUtime=7.51
/proc/24838/task/24841/stat : 24841 (java) S 24836 24838 24657 0 -1 64 89218 0 0 0 714 37 0 0 15 0 12 0 181149532 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24842] ppid=24836 vsize=915344 CPUtime=162.16
/proc/24838/task/24842/stat : 24842 (java) R 24836 24838 24657 0 -1 64 124527 0 0 0 16144 72 0 0 25 0 12 0 181149534 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155436474 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24843] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24843/stat : 24843 (java) S 24836 24838 24657 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181149535 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24844] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24844/stat : 24844 (java) S 24836 24838 24657 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181149535 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24845] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24845/stat : 24845 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181149538 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24846] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24846/stat : 24846 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181149538 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24847] ppid=24836 vsize=915344 CPUtime=0.45
/proc/24838/task/24847/stat : 24847 (java) S 24836 24838 24657 0 -1 64 310 0 0 0 45 0 0 0 16 0 12 0 181149538 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24848] ppid=24836 vsize=915344 CPUtime=0.56
/proc/24838/task/24848/stat : 24848 (java) S 24836 24838 24657 0 -1 64 1597 0 0 0 56 0 0 0 17 0 12 0 181149538 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24849] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24849/stat : 24849 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181149538 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24850] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24850/stat : 24850 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181149539 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.6
Current children cumulated vsize (KiB) 915344

[startup+282.512 s]
/proc/loadavg: 2.18 2.05 1.91 3/97 24977
/proc/meminfo: memFree=720840/2055888 swapFree=4095388/4096564
[pid=24838] ppid=24836 vsize=915344 CPUtime=282.39
/proc/24838/stat : 24838 (java) S 24836 24838 24657 0 -1 0 374025 0 1 0 28058 181 0 0 17 0 12 0 181149529 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24838/statm: 228836 186041 2480 14 0 215272 0
[pid=24838/tid=24840] ppid=24836 vsize=915344 CPUtime=7.76
/proc/24838/task/24840/stat : 24840 (java) S 24836 24838 24657 0 -1 64 81154 0 0 0 744 32 0 0 16 0 12 0 181149532 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24841] ppid=24836 vsize=915344 CPUtime=7.51
/proc/24838/task/24841/stat : 24841 (java) S 24836 24838 24657 0 -1 64 89218 0 0 0 714 37 0 0 15 0 12 0 181149532 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24842] ppid=24836 vsize=915344 CPUtime=221.95
/proc/24838/task/24842/stat : 24842 (java) R 24836 24838 24657 0 -1 64 181475 0 0 0 22096 99 0 0 25 0 12 0 181149534 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154917604 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24843] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24843/stat : 24843 (java) S 24836 24838 24657 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181149535 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24844] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24844/stat : 24844 (java) S 24836 24838 24657 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181149535 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24845] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24845/stat : 24845 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181149538 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24846] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24846/stat : 24846 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181149538 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24847] ppid=24836 vsize=915344 CPUtime=0.45
/proc/24838/task/24847/stat : 24847 (java) S 24836 24838 24657 0 -1 64 310 0 0 0 45 0 0 0 16 0 12 0 181149538 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24848] ppid=24836 vsize=915344 CPUtime=0.56
/proc/24838/task/24848/stat : 24848 (java) S 24836 24838 24657 0 -1 64 1597 0 0 0 56 0 0 0 17 0 12 0 181149538 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24838/tid=24849] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24849/stat : 24849 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181149538 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24838/tid=24850] ppid=24836 vsize=915344 CPUtime=0
/proc/24838/task/24850/stat : 24850 (java) S 24836 24838 24657 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181149539 937312256 186041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.39
Current children cumulated vsize (KiB) 915344

Child status: 1
Real time (s): 303.248
CPU time (s): 303.034
CPU user time (s): 301.029
CPU system time (s): 2.00469
CPU usage (%): 99.9293
Max. virtual memory (cumulated for all children) (KiB): 917348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 301.029
system time used= 2.00469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 391380
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= 8392
involuntary context switches= 11063

runsolver used 0.365944 s user time and 1.00385 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Tue Jan  9 07:25:24 UTC 2007


IDJOB= 233714
IDBENCH= 6628
FILE ID= node76/233714-1168327524

PBS_JOBID= 3503243

Free space on /tmp= 66643 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  bf3ae01f7ee0d46a4b8c500f7d319d1f

RANDOM SEED= 965628313

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:        768936 kB
Buffers:         80280 kB
Cached:         419432 kB
SwapCached:        428 kB
Active:         884580 kB
Inactive:       328544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:        768936 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:            2812 kB
Writeback:           0 kB
Mapped:         732816 kB
Slab:            58168 kB
Committed_AS:  7538688 kB
PageTables:       3196 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66645 MiB



End job on node76 on Tue Jan  9 07:30:28 UTC 2007