Trace number 238179

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jCSP 1.7 RC BF3? (MO) 170.378 171.224

General information on the benchmark

Namehaystacks/
haystacks_39.xml
MD5SUM3cbedeec0f8e1047e30dd866c8d212d0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark333.583
SatisfiableNO
(Un)Satisfiability was proved
Number of variables1521
Number of constraints28937
Maximum constraint arity2
Maximum domain size39
Number of constraints which are defined in extension0
Number of constraints which are defined in intension28937
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/238179-1168354230/unknown.xml
0.25	c reading problem ... 
0.50	c reading problem named ?
0.50	c reading domains done.
0.51	c reading variables
c reading variables (1521) done.
1.50	c reading predicates 
c reading relations (5) done.
1.71	c reading constraints
c reading constraints done.
126.22	c ... done. Wall clock time 125.969s.
126.22	c CPU time (experimental) 113.65s.
126.22	c #vars     59319
126.22	c #constraints  2257164

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node51/watcher-238179-1168354230 -o ROOT/results/node51/solver-238179-1168354230 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/238179-1168354230/sat4jCSP-bf3.jar /tmp/evaluation/238179-1168354230/unknown.xml 

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

/proc/loadavg: 1.85 1.97 1.99 4/78 21518
/proc/meminfo: memFree=1821464/2055920 swapFree=4192812/4192956
[pid=21517] ppid=21515 vsize=1500 CPUtime=0
/proc/21517/stat : 21517 (java) R 21515 21517 20449 0 -1 0 80 0 0 0 0 0 0 0 19 0 1 0 183821553 1536000 62 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 2581696 0 0 4096 0 0 0 0 17 0 0 0
/proc/21517/statm: 375 63 50 14 0 8 0

[startup+0.102612 s]
/proc/loadavg: 1.85 1.97 1.99 4/78 21518
/proc/meminfo: memFree=1821464/2055920 swapFree=4192812/4192956
[pid=21517] ppid=21515 vsize=901540 CPUtime=0.08
/proc/21517/stat : 21517 (java) R 21515 21517 20449 0 -1 0 3339 0 1 0 7 1 0 0 24 0 12 0 183821553 923176960 3099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21517/statm: 225385 3100 1565 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.510682 s]
/proc/loadavg: 1.85 1.97 1.99 4/78 21518
/proc/meminfo: memFree=1821464/2055920 swapFree=4192812/4192956
[pid=21517] ppid=21515 vsize=905236 CPUtime=0.49
/proc/21517/stat : 21517 (java) R 21515 21517 20449 0 -1 0 5975 0 1 0 46 3 0 0 25 0 12 0 183821553 926961664 5569 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151513458 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21517/statm: 226309 5569 2293 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.33387 s]
/proc/loadavg: 1.85 1.97 1.99 5/95 21535
/proc/meminfo: memFree=1798992/2055920 swapFree=4192812/4192956
[pid=21517] ppid=21515 vsize=906328 CPUtime=1.29
/proc/21517/stat : 21517 (java) R 21515 21517 20449 0 -1 0 7729 0 1 0 126 3 0 0 25 0 12 0 183821553 928079872 6769 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21517/statm: 226582 6769 2322 14 0 213019 0
[pid=21517/tid=21525] ppid=21515 vsize=906328 CPUtime=0
/proc/21517/task/21525/stat : 21525 (java) S 21515 21517 20449 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183821556 928079872 6769 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21526] ppid=21515 vsize=906328 CPUtime=0
/proc/21517/task/21526/stat : 21526 (java) S 21515 21517 20449 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183821556 928079872 6769 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21517/tid=21527] ppid=21515 vsize=906328 CPUtime=0
/proc/21517/task/21527/stat : 21527 (java) S 21515 21517 20449 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 183821558 928079872 6769 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21528] ppid=21515 vsize=906328 CPUtime=0
/proc/21517/task/21528/stat : 21528 (java) S 21515 21517 20449 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 183821559 928079872 6769 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21529] ppid=21515 vsize=906328 CPUtime=0
/proc/21517/task/21529/stat : 21529 (java) S 21515 21517 20449 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 183821559 928079872 6769 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21530] ppid=21515 vsize=906328 CPUtime=0
/proc/21517/task/21530/stat : 21530 (java) S 21515 21517 20449 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 183821563 928079872 6769 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21531] ppid=21515 vsize=906328 CPUtime=0
/proc/21517/task/21531/stat : 21531 (java) S 21515 21517 20449 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 183821563 928079872 6769 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21532] ppid=21515 vsize=906328 CPUtime=0.26
/proc/21517/task/21532/stat : 21532 (java) R 21515 21517 20449 0 -1 64 309 0 0 0 26 0 0 0 16 0 12 0 183821563 928079872 6769 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154614368 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21533] ppid=21515 vsize=906328 CPUtime=0.36
/proc/21517/task/21533/stat : 21533 (java) S 21515 21517 20449 0 -1 64 1445 0 0 0 36 0 0 0 16 0 12 0 183821563 928079872 6769 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21534] ppid=21515 vsize=906328 CPUtime=0
/proc/21517/task/21534/stat : 21534 (java) S 21515 21517 20449 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 183821563 928079872 6769 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21535] ppid=21515 vsize=906328 CPUtime=0
/proc/21517/task/21535/stat : 21535 (java) S 21515 21517 20449 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183821563 928079872 6769 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 906328

[startup+2.9871 s]
/proc/loadavg: 1.85 1.97 1.99 5/95 21535
/proc/meminfo: memFree=1753168/2055920 swapFree=4192812/4192956
[pid=21517] ppid=21515 vsize=907352 CPUtime=2.94
/proc/21517/stat : 21517 (java) R 21515 21517 20449 0 -1 0 18891 0 1 0 285 9 0 0 25 0 12 0 183821553 929128448 17671 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054318683 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21517/statm: 226838 17672 2476 14 0 213275 0
[pid=21517/tid=21525] ppid=21515 vsize=907352 CPUtime=0
/proc/21517/task/21525/stat : 21525 (java) S 21515 21517 20449 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183821556 929128448 17673 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21526] ppid=21515 vsize=907352 CPUtime=0
/proc/21517/task/21526/stat : 21526 (java) S 21515 21517 20449 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183821556 929128448 17674 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21517/tid=21527] ppid=21515 vsize=907352 CPUtime=0
/proc/21517/task/21527/stat : 21527 (java) S 21515 21517 20449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 183821558 929128448 17675 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21528] ppid=21515 vsize=907352 CPUtime=0
/proc/21517/task/21528/stat : 21528 (java) S 21515 21517 20449 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 183821559 929128448 17675 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21529] ppid=21515 vsize=907352 CPUtime=0
/proc/21517/task/21529/stat : 21529 (java) S 21515 21517 20449 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 183821559 929128448 17676 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21530] ppid=21515 vsize=907352 CPUtime=0
/proc/21517/task/21530/stat : 21530 (java) S 21515 21517 20449 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 183821563 929128448 17678 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21531] ppid=21515 vsize=907352 CPUtime=0
/proc/21517/task/21531/stat : 21531 (java) S 21515 21517 20449 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 183821563 929128448 17679 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21532] ppid=21515 vsize=907352 CPUtime=0.58
/proc/21517/task/21532/stat : 21532 (java) S 21515 21517 20449 0 -1 64 338 0 0 0 58 0 0 0 16 0 12 0 183821563 929128448 17680 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21533] ppid=21515 vsize=907352 CPUtime=0.71
/proc/21517/task/21533/stat : 21533 (java) S 21515 21517 20449 0 -1 64 1738 0 0 0 71 0 0 0 16 0 12 0 183821563 929128448 17681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21534] ppid=21515 vsize=907352 CPUtime=0
/proc/21517/task/21534/stat : 21534 (java) S 21515 21517 20449 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 183821563 929128448 17681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21535] ppid=21515 vsize=907352 CPUtime=0
/proc/21517/task/21535/stat : 21535 (java) S 21515 21517 20449 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183821563 929128448 17682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 907352

[startup+6.18765 s]
/proc/loadavg: 2.02 2.00 2.00 3/95 21535
/proc/meminfo: memFree=1609616/2055920 swapFree=4192812/4192956
[pid=21517] ppid=21515 vsize=911696 CPUtime=6.13
/proc/21517/stat : 21517 (java) R 21515 21517 20449 0 -1 0 33564 0 1 0 598 15 0 0 25 0 12 0 183821553 933576704 30063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053869223 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21517/statm: 227924 30063 2479 14 0 214361 0
[pid=21517/tid=21525] ppid=21515 vsize=911696 CPUtime=0.14
/proc/21517/task/21525/stat : 21525 (java) S 21515 21517 20449 0 -1 64 5541 0 0 0 13 1 0 0 17 0 12 0 183821556 933576704 30063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21526] ppid=21515 vsize=911696 CPUtime=0.09
/proc/21517/task/21526/stat : 21526 (java) S 21515 21517 20449 0 -1 64 3018 0 0 0 7 2 0 0 17 0 12 0 183821556 933576704 30063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21527] ppid=21515 vsize=911696 CPUtime=0
/proc/21517/task/21527/stat : 21527 (java) S 21515 21517 20449 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 183821558 933576704 30063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21528] ppid=21515 vsize=911696 CPUtime=0
/proc/21517/task/21528/stat : 21528 (java) S 21515 21517 20449 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 183821559 933576704 30063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21529] ppid=21515 vsize=911696 CPUtime=0
/proc/21517/task/21529/stat : 21529 (java) S 21515 21517 20449 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183821559 933576704 30063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21530] ppid=21515 vsize=911696 CPUtime=0
/proc/21517/task/21530/stat : 21530 (java) S 21515 21517 20449 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 183821563 933576704 30063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21531] ppid=21515 vsize=911696 CPUtime=0.01
/proc/21517/task/21531/stat : 21531 (java) S 21515 21517 20449 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 183821563 933576704 30063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21532] ppid=21515 vsize=911696 CPUtime=0.86
/proc/21517/task/21532/stat : 21532 (java) S 21515 21517 20449 0 -1 64 448 0 0 0 86 0 0 0 15 0 12 0 183821563 933576704 30063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21533] ppid=21515 vsize=911696 CPUtime=1.26
/proc/21517/task/21533/stat : 21533 (java) S 21515 21517 20449 0 -1 64 4460 0 0 0 125 1 0 0 15 0 12 0 183821563 933576704 30063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21534] ppid=21515 vsize=911696 CPUtime=0
/proc/21517/task/21534/stat : 21534 (java) S 21515 21517 20449 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 183821563 933576704 30063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21535] ppid=21515 vsize=911696 CPUtime=0
/proc/21517/task/21535/stat : 21535 (java) S 21515 21517 20449 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183821563 933576704 30063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 911696

[startup+12.6035 s]
/proc/loadavg: 2.02 2.00 2.00 3/95 21535
/proc/meminfo: memFree=1508248/2055920 swapFree=4192812/4192956
[pid=21517] ppid=21515 vsize=916208 CPUtime=12.39
/proc/21517/stat : 21517 (java) R 21515 21517 20449 0 -1 0 41245 0 1 0 1220 19 0 0 25 0 12 0 183821553 938196992 35897 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054314036 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21517/statm: 229052 35897 2479 14 0 215489 0
[pid=21517/tid=21525] ppid=21515 vsize=916208 CPUtime=0.31
/proc/21517/task/21525/stat : 21525 (java) S 21515 21517 20449 0 -1 64 7280 0 0 0 29 2 0 0 17 0 12 0 183821556 938196992 35897 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21526] ppid=21515 vsize=916208 CPUtime=0.25
/proc/21517/task/21526/stat : 21526 (java) S 21515 21517 20449 0 -1 64 5902 0 0 0 22 3 0 0 17 0 12 0 183821556 938196992 35897 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21527] ppid=21515 vsize=916208 CPUtime=0
/proc/21517/task/21527/stat : 21527 (java) S 21515 21517 20449 0 -1 64 13 0 0 0 0 0 0 0 17 0 12 0 183821558 938196992 35897 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21528] ppid=21515 vsize=916208 CPUtime=0
/proc/21517/task/21528/stat : 21528 (java) S 21515 21517 20449 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 183821559 938196992 35897 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21529] ppid=21515 vsize=916208 CPUtime=0
/proc/21517/task/21529/stat : 21529 (java) S 21515 21517 20449 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183821559 938196992 35897 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21530] ppid=21515 vsize=916208 CPUtime=0
/proc/21517/task/21530/stat : 21530 (java) S 21515 21517 20449 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 183821563 938196992 35897 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21531] ppid=21515 vsize=916208 CPUtime=0.01
/proc/21517/task/21531/stat : 21531 (java) S 21515 21517 20449 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 183821563 938196992 35897 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21532] ppid=21515 vsize=916208 CPUtime=1.52
/proc/21517/task/21532/stat : 21532 (java) S 21515 21517 20449 0 -1 64 2574 0 0 0 152 0 0 0 16 0 12 0 183821563 938196992 35897 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21517/tid=21533] ppid=21515 vsize=916208 CPUtime=1.71
/proc/21517/task/21533/stat : 21533 (java) S 21515 21517 20449 0 -1 64 5378 0 0 0 169 2 0 0 16 0 12 0 183821563 938196992 35897 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21534] ppid=21515 vsize=916208 CPUtime=0
/proc/21517/task/21534/stat : 21534 (java) S 21515 21517 20449 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 183821563 938196992 35897 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21535] ppid=21515 vsize=916208 CPUtime=0
/proc/21517/task/21535/stat : 21535 (java) S 21515 21517 20449 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183821563 938196992 35897 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 916208

[startup+25.4497 s]
/proc/loadavg: 2.01 2.00 2.00 5/95 21535
/proc/meminfo: memFree=1296984/2055920 swapFree=4192812/4192956
[pid=21517] ppid=21515 vsize=916208 CPUtime=25.03
/proc/21517/stat : 21517 (java) R 21515 21517 20449 0 -1 0 56438 0 1 0 2478 25 0 0 25 0 12 0 183821553 938196992 50595 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21517/statm: 229052 50595 2483 14 0 215489 0
[pid=21517/tid=21525] ppid=21515 vsize=916208 CPUtime=0.61
/proc/21517/task/21525/stat : 21525 (java) S 21515 21517 20449 0 -1 64 13773 0 0 0 57 4 0 0 17 0 12 0 183821556 938196992 50595 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21526] ppid=21515 vsize=916208 CPUtime=0.56
/proc/21517/task/21526/stat : 21526 (java) S 21515 21517 20449 0 -1 64 14548 0 0 0 50 6 0 0 17 0 12 0 183821556 938196992 50595 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21527] ppid=21515 vsize=916208 CPUtime=0.02
/proc/21517/task/21527/stat : 21527 (java) S 21515 21517 20449 0 -1 64 13 0 0 0 2 0 0 0 17 0 12 0 183821558 938196992 50595 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21528] ppid=21515 vsize=916208 CPUtime=0
/proc/21517/task/21528/stat : 21528 (java) S 21515 21517 20449 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 183821559 938196992 50595 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21529] ppid=21515 vsize=916208 CPUtime=0
/proc/21517/task/21529/stat : 21529 (java) S 21515 21517 20449 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183821559 938196992 50595 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21530] ppid=21515 vsize=916208 CPUtime=0
/proc/21517/task/21530/stat : 21530 (java) S 21515 21517 20449 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 183821563 938196992 50595 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21531] ppid=21515 vsize=916208 CPUtime=0.01
/proc/21517/task/21531/stat : 21531 (java) S 21515 21517 20449 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 183821563 938196992 50595 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21532] ppid=21515 vsize=916208 CPUtime=1.9
/proc/21517/task/21532/stat : 21532 (java) S 21515 21517 20449 0 -1 64 2593 0 0 0 190 0 0 0 16 0 12 0 183821563 938196992 50595 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21533] ppid=21515 vsize=916208 CPUtime=1.93
/proc/21517/task/21533/stat : 21533 (java) R 21515 21517 20449 0 -1 64 5388 0 0 0 191 2 0 0 16 0 12 0 183821563 938196992 50595 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152646503 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21534] ppid=21515 vsize=916208 CPUtime=0
/proc/21517/task/21534/stat : 21534 (java) S 21515 21517 20449 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 183821563 938196992 50595 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21535] ppid=21515 vsize=916208 CPUtime=0
/proc/21517/task/21535/stat : 21535 (java) S 21515 21517 20449 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183821563 938196992 50595 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 916208

[startup+51.1411 s]
/proc/loadavg: 2.34 2.08 2.02 3/96 21536
/proc/meminfo: memFree=837968/2055920 swapFree=4192812/4192956
[pid=21517] ppid=21515 vsize=914464 CPUtime=50.14
/proc/21517/stat : 21517 (java) R 21515 21517 20449 0 -1 0 85939 0 1 0 4976 38 0 0 25 0 12 0 183821553 936411136 79503 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054315956 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21517/statm: 228616 79503 2484 14 0 215053 0
[pid=21517/tid=21525] ppid=21515 vsize=914464 CPUtime=1.26
/proc/21517/task/21525/stat : 21525 (java) S 21515 21517 20449 0 -1 64 27043 0 0 0 116 10 0 0 17 0 12 0 183821556 936411136 79503 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21526] ppid=21515 vsize=914464 CPUtime=1.26
/proc/21517/task/21526/stat : 21526 (java) S 21515 21517 20449 0 -1 64 30736 0 0 0 113 13 0 0 17 0 12 0 183821556 936411136 79503 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21527] ppid=21515 vsize=914464 CPUtime=0.03
/proc/21517/task/21527/stat : 21527 (java) S 21515 21517 20449 0 -1 64 14 0 0 0 3 0 0 0 16 0 12 0 183821558 936411136 79503 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21528] ppid=21515 vsize=914464 CPUtime=0
/proc/21517/task/21528/stat : 21528 (java) S 21515 21517 20449 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 183821559 936411136 79503 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21529] ppid=21515 vsize=914464 CPUtime=0
/proc/21517/task/21529/stat : 21529 (java) S 21515 21517 20449 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183821559 936411136 79503 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21530] ppid=21515 vsize=914464 CPUtime=0
/proc/21517/task/21530/stat : 21530 (java) S 21515 21517 20449 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 183821563 936411136 79503 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21531] ppid=21515 vsize=914464 CPUtime=0.01
/proc/21517/task/21531/stat : 21531 (java) S 21515 21517 20449 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 183821563 936411136 79503 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21532] ppid=21515 vsize=914464 CPUtime=1.97
/proc/21517/task/21532/stat : 21532 (java) S 21515 21517 20449 0 -1 64 2599 0 0 0 197 0 0 0 16 0 12 0 183821563 936411136 79503 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21533] ppid=21515 vsize=914464 CPUtime=2.04
/proc/21517/task/21533/stat : 21533 (java) S 21515 21517 20449 0 -1 64 5396 0 0 0 202 2 0 0 16 0 12 0 183821563 936411136 79503 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21534] ppid=21515 vsize=914464 CPUtime=0
/proc/21517/task/21534/stat : 21534 (java) S 21515 21517 20449 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 183821563 936411136 79503 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21535] ppid=21515 vsize=914464 CPUtime=0
/proc/21517/task/21535/stat : 21535 (java) S 21515 21517 20449 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183821563 936411136 79503 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.14
Current children cumulated vsize (KiB) 914464

[startup+102.382 s]
/proc/loadavg: 2.40 2.14 2.05 3/92 21607
/proc/meminfo: memFree=1285232/2055920 swapFree=4192812/4192956
[pid=21517] ppid=21515 vsize=914464 CPUtime=101.41
/proc/21517/stat : 21517 (java) R 21515 21517 20449 0 -1 0 140739 0 1 0 10074 67 0 0 25 0 12 0 183821553 936411136 134040 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054313993 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21517/statm: 228616 134040 2484 14 0 215053 0
[pid=21517/tid=21525] ppid=21515 vsize=914464 CPUtime=2.9
/proc/21517/task/21525/stat : 21525 (java) S 21515 21517 20449 0 -1 64 54118 0 0 0 268 22 0 0 17 0 12 0 183821556 936411136 134040 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21526] ppid=21515 vsize=914464 CPUtime=2.86
/proc/21517/task/21526/stat : 21526 (java) S 21515 21517 20449 0 -1 64 58415 0 0 0 259 27 0 0 17 0 12 0 183821556 936411136 134040 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21527] ppid=21515 vsize=914464 CPUtime=0.04
/proc/21517/task/21527/stat : 21527 (java) S 21515 21517 20449 0 -1 64 15 0 0 0 4 0 0 0 15 0 12 0 183821558 936411136 134040 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21528] ppid=21515 vsize=914464 CPUtime=0
/proc/21517/task/21528/stat : 21528 (java) S 21515 21517 20449 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 183821559 936411136 134040 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21529] ppid=21515 vsize=914464 CPUtime=0
/proc/21517/task/21529/stat : 21529 (java) S 21515 21517 20449 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183821559 936411136 134040 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21530] ppid=21515 vsize=914464 CPUtime=0
/proc/21517/task/21530/stat : 21530 (java) S 21515 21517 20449 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 183821563 936411136 134040 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21531] ppid=21515 vsize=914464 CPUtime=0.01
/proc/21517/task/21531/stat : 21531 (java) S 21515 21517 20449 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 183821563 936411136 134040 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21532] ppid=21515 vsize=914464 CPUtime=1.97
/proc/21517/task/21532/stat : 21532 (java) S 21515 21517 20449 0 -1 64 2599 0 0 0 197 0 0 0 16 0 12 0 183821563 936411136 134040 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21517/tid=21533] ppid=21515 vsize=914464 CPUtime=2.04
/proc/21517/task/21533/stat : 21533 (java) S 21515 21517 20449 0 -1 64 5396 0 0 0 202 2 0 0 16 0 12 0 183821563 936411136 134040 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21517/tid=21534] ppid=21515 vsize=914464 CPUtime=0
/proc/21517/task/21534/stat : 21534 (java) S 21515 21517 20449 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 183821563 936411136 134040 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21535] ppid=21515 vsize=914464 CPUtime=0
/proc/21517/task/21535/stat : 21535 (java) S 21515 21517 20449 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183821563 936411136 134040 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 914464

[startup+162.395 s]
/proc/loadavg: 2.27 2.14 2.05 4/93 21608
/proc/meminfo: memFree=1035880/2055920 swapFree=4192812/4192956
[pid=21517] ppid=21515 vsize=914980 CPUtime=161.55
/proc/21517/stat : 21517 (java) R 21515 21517 20449 0 -1 0 195251 0 1 0 16064 91 0 0 25 0 13 0 183821553 936939520 187171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21517/statm: 228745 187171 2490 14 0 215182 0
[pid=21517/tid=21525] ppid=21515 vsize=914980 CPUtime=4.15
/proc/21517/task/21525/stat : 21525 (java) S 21515 21517 20449 0 -1 64 78986 0 0 0 382 33 0 0 16 0 13 0 183821556 936939520 187171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21517/tid=21526] ppid=21515 vsize=914980 CPUtime=4.07
/proc/21517/task/21526/stat : 21526 (java) S 21515 21517 20449 0 -1 64 85135 0 0 0 369 38 0 0 15 0 13 0 183821556 936939520 187171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21517/tid=21527] ppid=21515 vsize=914980 CPUtime=22.65
/proc/21517/task/21527/stat : 21527 (java) R 21515 21517 20449 0 -1 64 2840 0 0 0 2263 2 0 0 17 0 13 0 183821558 936939520 187171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454060 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21517/tid=21528] ppid=21515 vsize=914980 CPUtime=0
/proc/21517/task/21528/stat : 21528 (java) S 21515 21517 20449 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 183821559 936939520 187171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21517/tid=21529] ppid=21515 vsize=914980 CPUtime=0
/proc/21517/task/21529/stat : 21529 (java) S 21515 21517 20449 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 183821559 936939520 187171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21517/tid=21530] ppid=21515 vsize=914980 CPUtime=0
/proc/21517/task/21530/stat : 21530 (java) S 21515 21517 20449 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 183821563 936939520 187171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21531] ppid=21515 vsize=914980 CPUtime=0.01
/proc/21517/task/21531/stat : 21531 (java) S 21515 21517 20449 0 -1 64 1 0 0 0 1 0 0 0 17 0 13 0 183821563 936939520 187171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21517/tid=21532] ppid=21515 vsize=914980 CPUtime=2.25
/proc/21517/task/21532/stat : 21532 (java) S 21515 21517 20449 0 -1 64 2616 0 0 0 225 0 0 0 16 0 13 0 183821563 936939520 187171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21517/tid=21533] ppid=21515 vsize=914980 CPUtime=2.39
/proc/21517/task/21533/stat : 21533 (java) S 21515 21517 20449 0 -1 64 5417 0 0 0 237 2 0 0 15 0 13 0 183821563 936939520 187171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21517/tid=21534] ppid=21515 vsize=914980 CPUtime=0
/proc/21517/task/21534/stat : 21534 (java) S 21515 21517 20449 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 183821563 936939520 187171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21535] ppid=21515 vsize=914980 CPUtime=0
/proc/21517/task/21535/stat : 21535 (java) S 21515 21517 20449 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 183821563 936939520 187171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21608] ppid=21515 vsize=914980 CPUtime=0
/proc/21517/task/21608/stat : 21608 (java) S 21515 21517 20449 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 183834182 936939520 187171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.55
Current children cumulated vsize (KiB) 914980



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+169.086 s]
/proc/loadavg: 2.33 2.16 2.06 3/93 21608
/proc/meminfo: memFree=1031208/2055920 swapFree=4192812/4192956
[pid=21517] ppid=21515 vsize=922984 CPUtime=168.25
/proc/21517/stat : 21517 (java) S 21515 21517 20449 0 -1 0 197936 0 1 0 16733 92 0 0 19 0 13 0 183821553 945135616 188352 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21517/statm: 230746 188352 2490 14 0 217183 0
[pid=21517/tid=21525] ppid=21515 vsize=922984 CPUtime=4.15
/proc/21517/task/21525/stat : 21525 (java) S 21515 21517 20449 0 -1 64 78986 0 0 0 382 33 0 0 16 0 13 0 183821556 945135616 188354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21517/tid=21526] ppid=21515 vsize=922984 CPUtime=4.07
/proc/21517/task/21526/stat : 21526 (java) S 21515 21517 20449 0 -1 64 85135 0 0 0 369 38 0 0 15 0 13 0 183821556 945135616 188355 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21517/tid=21527] ppid=21515 vsize=922984 CPUtime=28.74
/proc/21517/task/21527/stat : 21527 (java) R 21515 21517 20449 0 -1 64 5526 0 0 0 2871 3 0 0 19 0 13 0 183821558 945135616 188355 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21517/tid=21528] ppid=21515 vsize=922984 CPUtime=0
/proc/21517/task/21528/stat : 21528 (java) S 21515 21517 20449 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 183821559 945135616 188355 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21517/tid=21529] ppid=21515 vsize=922984 CPUtime=0
/proc/21517/task/21529/stat : 21529 (java) S 21515 21517 20449 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 183821559 945135616 188355 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21517/tid=21530] ppid=21515 vsize=922984 CPUtime=0
/proc/21517/task/21530/stat : 21530 (java) S 21515 21517 20449 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 183821563 945135616 188356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21531] ppid=21515 vsize=922984 CPUtime=0.01
/proc/21517/task/21531/stat : 21531 (java) S 21515 21517 20449 0 -1 64 1 0 0 0 1 0 0 0 17 0 13 0 183821563 945135616 188356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21517/tid=21532] ppid=21515 vsize=922984 CPUtime=2.25
/proc/21517/task/21532/stat : 21532 (java) S 21515 21517 20449 0 -1 64 2616 0 0 0 225 0 0 0 16 0 13 0 183821563 945135616 188356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21517/tid=21533] ppid=21515 vsize=922984 CPUtime=2.39
/proc/21517/task/21533/stat : 21533 (java) S 21515 21517 20449 0 -1 64 5417 0 0 0 237 2 0 0 15 0 13 0 183821563 945135616 188356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21517/tid=21534] ppid=21515 vsize=922984 CPUtime=0
/proc/21517/task/21534/stat : 21534 (java) S 21515 21517 20449 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 183821563 945135616 188357 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21535] ppid=21515 vsize=922984 CPUtime=0
/proc/21517/task/21535/stat : 21535 (java) S 21515 21517 20449 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 183821563 945135616 188357 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21517/tid=21608] ppid=21515 vsize=922984 CPUtime=0
/proc/21517/task/21608/stat : 21608 (java) S 21515 21517 20449 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 183834182 945135616 188357 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 168.25
Current children cumulated vsize (KiB) 922984

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Child ended because it received signal 9 (SIGKILL)
Real time (s): 171.224
CPU time (s): 170.378
CPU user time (s): 169.318
CPU system time (s): 1.05984
CPU usage (%): 99.5057
Max. virtual memory (cumulated for all children) (KiB): 930984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 169.318
system time used= 1.05984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204251
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= 6329
involuntary context switches= 5989

runsolver used 0.219966 s user time and 0.548916 s system time

The end

Launcher Data (download as text)

Begin job on node51 on Tue Jan  9 14:50:30 UTC 2007


IDJOB= 238179
IDBENCH= 6987
FILE ID= node51/238179-1168354230

PBS_JOBID= 3503914

Free space on /tmp= 66553 MiB

BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_39.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/238179-1168354230/sat4jCSP-bf3.jar /tmp/evaluation/238179-1168354230/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-238179-1168354230 -o ROOT/results/node51/solver-238179-1168354230 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/238179-1168354230/sat4jCSP-bf3.jar /tmp/evaluation/238179-1168354230/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  3cbedeec0f8e1047e30dd866c8d212d0

RANDOM SEED= 206880828

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.277
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.277
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:       1822200 kB
Buffers:         24688 kB
Cached:         132052 kB
SwapCached:          0 kB
Active:         106036 kB
Inactive:        78248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11880 kB
Writeback:           0 kB
Mapped:          44124 kB
Slab:            34868 kB
Committed_AS:  4963064 kB
PageTables:       1800 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66558 MiB



End job on node51 on Tue Jan  9 14:53:21 UTC 2007