Trace number 201205

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) 657.592 660.246

General information on the benchmark

Namefapp/fapp11-15/fapp12/
fapp12-1500-3.xml
MD5SUM931b9eff036dfe9624d2ebd0c55327ca
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data (download as text)

0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.18	c version CSP COMPETITION BUGFIX 3
0.18	c sun.arch.data.model	32
0.18	c java.version	1.5.0_10
0.18	c os.name	Linux
0.18	c os.version	2.6.9-22.EL.rootsmp
0.18	c os.arch	i386
0.18	c Free memory 722620888
0.18	c Max memory 723845120
0.18	c Total memory 723845120
0.18	c Number of processors 2
0.27	c --- Begin Solver configuration ---
0.27	c Stops conflict analysis at the first Unique Implication Point
0.27	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.27	c Learn all clauses as in MiniSAT
0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27	c VSIDS like heuristics from MiniSAT using a heap
0.27	c No reason simplification
0.27	c --- End Solver configuration ---
0.27	c solving /tmp/evaluation/201205-1168146073/unknown.xml
0.27	c reading problem ... 
0.52	c reading problem named ?
0.52	c reading domains done.
0.84	c reading variables
c reading variables (1500) done.
2.28	c reading predicates 
c reading relations (9) done.
2.49	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
658.73	c starts		: 0

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/node43/watcher-201205-1168146073 -o ROOT/results/node43/solver-201205-1168146073 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201205-1168146073/sat4jCSP-bf3.jar /tmp/evaluation/201205-1168146073/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.00 2.00 1.87 3/79 2600
/proc/meminfo: memFree=1390288/2055920 swapFree=4192812/4192956
[pid=2599] ppid=2597 vsize=1500 CPUtime=0
/proc/2599/stat : 2599 (java) R 2597 2599 2005 0 -1 0 248 0 0 0 0 0 0 0 18 0 1 0 163006414 1536000 69 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4702816 0 0 4096 0 0 0 0 17 0 0 0
/proc/2599/statm: 375 69 54 14 0 8 0

[startup+0.10773 s]
/proc/loadavg: 2.00 2.00 1.87 3/79 2600
/proc/meminfo: memFree=1390288/2055920 swapFree=4192812/4192956
[pid=2599] ppid=2597 vsize=897120 CPUtime=0.06
/proc/2599/stat : 2599 (java) D 2597 2599 2005 0 -1 0 3169 0 1 0 5 1 0 0 23 0 6 0 163006414 918650880 2929 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/2599/statm: 224280 2929 1495 14 0 211300 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 897120

[startup+0.520794 s]
/proc/loadavg: 2.00 2.00 1.87 3/79 2600
/proc/meminfo: memFree=1390288/2055920 swapFree=4192812/4192956
[pid=2599] ppid=2597 vsize=905236 CPUtime=0.47
/proc/2599/stat : 2599 (java) R 2597 2599 2005 0 -1 0 5924 0 1 0 44 3 0 0 24 0 12 0 163006414 926961664 5518 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154528920 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2599/statm: 226309 5518 2278 14 0 212746 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 905236

[startup+1.34278 s]
/proc/loadavg: 2.00 2.00 1.87 3/90 2613
/proc/meminfo: memFree=1374840/2055920 swapFree=4192812/4192956
[pid=2599] ppid=2597 vsize=906592 CPUtime=1.29
/proc/2599/stat : 2599 (java) R 2597 2599 2005 0 -1 0 7065 0 1 0 126 3 0 0 25 0 12 0 163006414 928350208 6162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053845720 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2599/statm: 226648 6162 2307 14 0 213085 0
[pid=2599/tid=2601] ppid=2597 vsize=906592 CPUtime=0
/proc/2599/task/2601/stat : 2601 (java) S 2597 2599 2005 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 163006416 928350208 6162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2602] ppid=2597 vsize=906592 CPUtime=0
/proc/2599/task/2602/stat : 2602 (java) S 2597 2599 2005 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163006416 928350208 6162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2603] ppid=2597 vsize=906592 CPUtime=0
/proc/2599/task/2603/stat : 2603 (java) S 2597 2599 2005 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 163006419 928350208 6162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2604] ppid=2597 vsize=906592 CPUtime=0
/proc/2599/task/2604/stat : 2604 (java) S 2597 2599 2005 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 163006419 928350208 6162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2605] ppid=2597 vsize=906592 CPUtime=0
/proc/2599/task/2605/stat : 2605 (java) S 2597 2599 2005 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 163006419 928350208 6162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2606] ppid=2597 vsize=906592 CPUtime=0
/proc/2599/task/2606/stat : 2606 (java) S 2597 2599 2005 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 163006426 928350208 6162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2607] ppid=2597 vsize=906592 CPUtime=0
/proc/2599/task/2607/stat : 2607 (java) S 2597 2599 2005 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163006426 928350208 6162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2608] ppid=2597 vsize=906592 CPUtime=0.39
/proc/2599/task/2608/stat : 2608 (java) S 2597 2599 2005 0 -1 64 1078 0 0 0 39 0 0 0 16 0 12 0 163006426 928350208 6162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2609] ppid=2597 vsize=906592 CPUtime=0.26
/proc/2599/task/2609/stat : 2609 (java) S 2597 2599 2005 0 -1 64 673 0 0 0 26 0 0 0 16 0 12 0 163006426 928350208 6162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2610] ppid=2597 vsize=906592 CPUtime=0
/proc/2599/task/2610/stat : 2610 (java) S 2597 2599 2005 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 163006426 928350208 6162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2611] ppid=2597 vsize=906592 CPUtime=0
/proc/2599/task/2611/stat : 2611 (java) S 2597 2599 2005 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163006426 928350208 6162 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) 906592

[startup+2.99306 s]
/proc/loadavg: 2.00 2.00 1.87 4/90 2613
/proc/meminfo: memFree=1264248/2055920 swapFree=4192812/4192956
[pid=2599] ppid=2597 vsize=912716 CPUtime=2.94
/proc/2599/stat : 2599 (java) R 2597 2599 2005 0 -1 0 38025 0 1 0 276 18 0 0 20 0 12 0 163006414 934621184 34656 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053868567 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2599/statm: 228179 34656 2472 14 0 214616 0
[pid=2599/tid=2601] ppid=2597 vsize=912716 CPUtime=0.08
/proc/2599/task/2601/stat : 2601 (java) S 2597 2599 2005 0 -1 64 4387 0 0 0 7 1 0 0 16 0 12 0 163006416 934621184 34656 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2602] ppid=2597 vsize=912716 CPUtime=0.17
/proc/2599/task/2602/stat : 2602 (java) S 2597 2599 2005 0 -1 64 9553 0 0 0 14 3 0 0 18 0 12 0 163006416 934621184 34656 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2603] ppid=2597 vsize=912716 CPUtime=0
/proc/2599/task/2603/stat : 2603 (java) S 2597 2599 2005 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 163006419 934621184 34656 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2604] ppid=2597 vsize=912716 CPUtime=0
/proc/2599/task/2604/stat : 2604 (java) S 2597 2599 2005 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163006419 934621184 34656 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2605] ppid=2597 vsize=912716 CPUtime=0
/proc/2599/task/2605/stat : 2605 (java) S 2597 2599 2005 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 163006419 934621184 34656 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2606] ppid=2597 vsize=912716 CPUtime=0
/proc/2599/task/2606/stat : 2606 (java) S 2597 2599 2005 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 163006426 934621184 34656 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2607] ppid=2597 vsize=912716 CPUtime=0
/proc/2599/task/2607/stat : 2607 (java) S 2597 2599 2005 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163006426 934621184 34656 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2608] ppid=2597 vsize=912716 CPUtime=0.79
/proc/2599/task/2608/stat : 2608 (java) R 2597 2599 2005 0 -1 64 2518 0 0 0 79 0 0 0 16 0 12 0 163006426 934621184 34656 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155415205 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2609] ppid=2597 vsize=912716 CPUtime=0.54
/proc/2599/task/2609/stat : 2609 (java) S 2597 2599 2005 0 -1 64 1504 0 0 0 53 1 0 0 17 0 12 0 163006426 934621184 34656 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2610] ppid=2597 vsize=912716 CPUtime=0
/proc/2599/task/2610/stat : 2610 (java) S 2597 2599 2005 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 163006426 934621184 34656 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2611] ppid=2597 vsize=912716 CPUtime=0
/proc/2599/task/2611/stat : 2611 (java) S 2597 2599 2005 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163006426 934621184 34656 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) 912716

[startup+6.29061 s]
/proc/loadavg: 2.00 2.00 1.87 3/90 2621
/proc/meminfo: memFree=1212536/2055920 swapFree=4192812/4192956
[pid=2599] ppid=2597 vsize=916004 CPUtime=6.31
/proc/2599/stat : 2599 (java) R 2597 2599 2005 0 -1 0 51967 0 1 0 608 23 0 0 25 0 12 0 163006414 937988096 47325 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054339886 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2599/statm: 229001 47325 2480 14 0 215438 0
[pid=2599/tid=2601] ppid=2597 vsize=916004 CPUtime=0.34
/proc/2599/task/2601/stat : 2601 (java) S 2597 2599 2005 0 -1 64 7960 0 0 0 32 2 0 0 16 0 12 0 163006416 937988096 47325 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2602] ppid=2597 vsize=916004 CPUtime=0.46
/proc/2599/task/2602/stat : 2602 (java) S 2597 2599 2005 0 -1 64 17711 0 0 0 40 6 0 0 16 0 12 0 163006416 937988096 47325 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2603] ppid=2597 vsize=916004 CPUtime=0
/proc/2599/task/2603/stat : 2603 (java) S 2597 2599 2005 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 163006419 937988096 47325 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2604] ppid=2597 vsize=916004 CPUtime=0
/proc/2599/task/2604/stat : 2604 (java) S 2597 2599 2005 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163006419 937988096 47325 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2605] ppid=2597 vsize=916004 CPUtime=0
/proc/2599/task/2605/stat : 2605 (java) S 2597 2599 2005 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163006419 937988096 47325 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2606] ppid=2597 vsize=916004 CPUtime=0
/proc/2599/task/2606/stat : 2606 (java) S 2597 2599 2005 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 163006426 937988096 47325 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2607] ppid=2597 vsize=916004 CPUtime=0
/proc/2599/task/2607/stat : 2607 (java) S 2597 2599 2005 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163006426 937988096 47325 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2608] ppid=2597 vsize=916004 CPUtime=1.18
/proc/2599/task/2608/stat : 2608 (java) S 2597 2599 2005 0 -1 64 2584 0 0 0 117 1 0 0 17 0 12 0 163006426 937988096 47325 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2609] ppid=2597 vsize=916004 CPUtime=0.97
/proc/2599/task/2609/stat : 2609 (java) S 2597 2599 2005 0 -1 64 3637 0 0 0 95 2 0 0 16 0 12 0 163006426 937988096 47325 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2610] ppid=2597 vsize=916004 CPUtime=0
/proc/2599/task/2610/stat : 2610 (java) S 2597 2599 2005 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 163006426 937988096 47325 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2611] ppid=2597 vsize=916004 CPUtime=0
/proc/2599/task/2611/stat : 2611 (java) S 2597 2599 2005 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163006426 937988096 47325 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 916004

[startup+12.6987 s]
/proc/loadavg: 2.08 2.02 1.87 3/90 2641
/proc/meminfo: memFree=1189432/2055920 swapFree=4192812/4192956
[pid=2599] ppid=2597 vsize=915176 CPUtime=12.67
/proc/2599/stat : 2599 (java) R 2597 2599 2005 0 -1 0 58448 0 1 0 1241 26 0 0 25 0 12 0 163006414 937140224 52458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054334087 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2599/statm: 228794 52458 2480 14 0 215231 0
[pid=2599/tid=2601] ppid=2597 vsize=915176 CPUtime=0.49
/proc/2599/task/2601/stat : 2601 (java) S 2597 2599 2005 0 -1 64 11868 0 0 0 45 4 0 0 16 0 12 0 163006416 937140224 52458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2602] ppid=2597 vsize=915176 CPUtime=0.62
/proc/2599/task/2602/stat : 2602 (java) S 2597 2599 2005 0 -1 64 20245 0 0 0 55 7 0 0 16 0 12 0 163006416 937140224 52458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2603] ppid=2597 vsize=915176 CPUtime=0.01
/proc/2599/task/2603/stat : 2603 (java) S 2597 2599 2005 0 -1 64 13 0 0 0 1 0 0 0 16 0 12 0 163006419 937140224 52458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2604] ppid=2597 vsize=915176 CPUtime=0
/proc/2599/task/2604/stat : 2604 (java) S 2597 2599 2005 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163006419 937140224 52458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2605] ppid=2597 vsize=915176 CPUtime=0
/proc/2599/task/2605/stat : 2605 (java) S 2597 2599 2005 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163006419 937140224 52458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2606] ppid=2597 vsize=915176 CPUtime=0
/proc/2599/task/2606/stat : 2606 (java) S 2597 2599 2005 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 163006426 937140224 52458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2607] ppid=2597 vsize=915176 CPUtime=0
/proc/2599/task/2607/stat : 2607 (java) S 2597 2599 2005 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163006426 937140224 52458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2608] ppid=2597 vsize=915176 CPUtime=1.3
/proc/2599/task/2608/stat : 2608 (java) S 2597 2599 2005 0 -1 64 2588 0 0 0 129 1 0 0 17 0 12 0 163006426 937140224 52458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2609] ppid=2597 vsize=915176 CPUtime=1.08
/proc/2599/task/2609/stat : 2609 (java) S 2597 2599 2005 0 -1 64 3646 0 0 0 106 2 0 0 17 0 12 0 163006426 937140224 52458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2610] ppid=2597 vsize=915176 CPUtime=0
/proc/2599/task/2610/stat : 2610 (java) S 2597 2599 2005 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 163006426 937140224 52458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2611] ppid=2597 vsize=915176 CPUtime=0
/proc/2599/task/2611/stat : 2611 (java) S 2597 2599 2005 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163006426 937140224 52458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915176

[startup+25.5998 s]
/proc/loadavg: 2.06 2.02 1.87 3/90 2663
/proc/meminfo: memFree=1162808/2055920 swapFree=4192812/4192956
[pid=2599] ppid=2597 vsize=915176 CPUtime=25.42
/proc/2599/stat : 2599 (java) R 2597 2599 2005 0 -1 0 65655 0 1 0 2512 30 0 0 25 0 12 0 163006414 937140224 59640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054364927 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2599/statm: 228794 59640 2480 14 0 215231 0
[pid=2599/tid=2601] ppid=2597 vsize=915176 CPUtime=0.61
/proc/2599/task/2601/stat : 2601 (java) S 2597 2599 2005 0 -1 64 15836 0 0 0 55 6 0 0 16 0 12 0 163006416 937140224 59640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2602] ppid=2597 vsize=915176 CPUtime=0.72
/proc/2599/task/2602/stat : 2602 (java) S 2597 2599 2005 0 -1 64 23450 0 0 0 64 8 0 0 16 0 12 0 163006416 937140224 59640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2603] ppid=2597 vsize=915176 CPUtime=0.02
/proc/2599/task/2603/stat : 2603 (java) S 2597 2599 2005 0 -1 64 16 0 0 0 2 0 0 0 15 0 12 0 163006419 937140224 59640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2604] ppid=2597 vsize=915176 CPUtime=0
/proc/2599/task/2604/stat : 2604 (java) S 2597 2599 2005 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163006419 937140224 59640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2605] ppid=2597 vsize=915176 CPUtime=0
/proc/2599/task/2605/stat : 2605 (java) S 2597 2599 2005 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163006419 937140224 59640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2606] ppid=2597 vsize=915176 CPUtime=0
/proc/2599/task/2606/stat : 2606 (java) S 2597 2599 2005 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 163006426 937140224 59640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2607] ppid=2597 vsize=915176 CPUtime=0
/proc/2599/task/2607/stat : 2607 (java) S 2597 2599 2005 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163006426 937140224 59640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2608] ppid=2597 vsize=915176 CPUtime=1.36
/proc/2599/task/2608/stat : 2608 (java) S 2597 2599 2005 0 -1 64 2591 0 0 0 135 1 0 0 16 0 12 0 163006426 937140224 59640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2609] ppid=2597 vsize=915176 CPUtime=1.11
/proc/2599/task/2609/stat : 2609 (java) S 2597 2599 2005 0 -1 64 3647 0 0 0 109 2 0 0 16 0 12 0 163006426 937140224 59640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2610] ppid=2597 vsize=915176 CPUtime=0
/proc/2599/task/2610/stat : 2610 (java) S 2597 2599 2005 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 163006426 937140224 59640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2611] ppid=2597 vsize=915176 CPUtime=0
/proc/2599/task/2611/stat : 2611 (java) S 2597 2599 2005 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163006426 937140224 59640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 915176

[startup+51.2081 s]
/proc/loadavg: 2.04 2.01 1.88 3/90 2691
/proc/meminfo: memFree=1100480/2055920 swapFree=4192812/4192956
[pid=2599] ppid=2597 vsize=915176 CPUtime=50.76
/proc/2599/stat : 2599 (java) R 2597 2599 2005 0 -1 0 80831 0 1 0 5040 36 0 0 25 0 12 0 163006414 937140224 74732 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054416541 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2599/statm: 228794 74732 2480 14 0 215231 0
[pid=2599/tid=2601] ppid=2597 vsize=915176 CPUtime=0.85
/proc/2599/task/2601/stat : 2601 (java) S 2597 2599 2005 0 -1 64 24344 0 0 0 76 9 0 0 16 0 12 0 163006416 937140224 74732 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2602] ppid=2597 vsize=915176 CPUtime=0.9
/proc/2599/task/2602/stat : 2602 (java) S 2597 2599 2005 0 -1 64 30079 0 0 0 80 10 0 0 16 0 12 0 163006416 937140224 74732 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2603] ppid=2597 vsize=915176 CPUtime=0.03

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

[pid=2599/tid=2611] ppid=2597 vsize=917180 CPUtime=0
/proc/2599/task/2611/stat : 2611 (java) S 2597 2599 2005 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163006426 939192320 186901 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401
Current children cumulated vsize (KiB) 917180

[startup+462.564 s]
/proc/loadavg: 2.23 2.23 2.01 3/84 2737
/proc/meminfo: memFree=650112/2055920 swapFree=4192812/4192956
[pid=2599] ppid=2597 vsize=917180 CPUtime=460.75
/proc/2599/stat : 2599 (java) S 2597 2599 2005 0 -1 0 510612 0 1 0 45834 241 0 0 16 0 12 0 163006414 939192320 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2599/statm: 229295 186976 2481 14 0 215732 0
[pid=2599/tid=2601] ppid=2597 vsize=917180 CPUtime=4.08
/proc/2599/task/2601/stat : 2601 (java) S 2597 2599 2005 0 -1 64 81475 0 0 0 379 29 0 0 16 0 12 0 163006416 939192320 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2602] ppid=2597 vsize=917180 CPUtime=4.15
/proc/2599/task/2602/stat : 2602 (java) S 2597 2599 2005 0 -1 64 85510 0 0 0 384 31 0 0 15 0 12 0 163006416 939192320 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2603] ppid=2597 vsize=917180 CPUtime=173.38
/proc/2599/task/2603/stat : 2603 (java) R 2597 2599 2005 0 -1 64 316650 0 0 0 17179 159 0 0 25 0 12 0 163006419 939192320 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154624436 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2604] ppid=2597 vsize=917180 CPUtime=0
/proc/2599/task/2604/stat : 2604 (java) S 2597 2599 2005 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163006419 939192320 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2605] ppid=2597 vsize=917180 CPUtime=0
/proc/2599/task/2605/stat : 2605 (java) S 2597 2599 2005 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163006419 939192320 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2606] ppid=2597 vsize=917180 CPUtime=0
/proc/2599/task/2606/stat : 2606 (java) S 2597 2599 2005 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 163006426 939192320 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2607] ppid=2597 vsize=917180 CPUtime=0
/proc/2599/task/2607/stat : 2607 (java) S 2597 2599 2005 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 163006426 939192320 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2608] ppid=2597 vsize=917180 CPUtime=1.52
/proc/2599/task/2608/stat : 2608 (java) S 2597 2599 2005 0 -1 64 2601 0 0 0 151 1 0 0 17 0 12 0 163006426 939192320 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2609] ppid=2597 vsize=917180 CPUtime=1.17
/proc/2599/task/2609/stat : 2609 (java) S 2597 2599 2005 0 -1 64 3652 0 0 0 115 2 0 0 17 0 12 0 163006426 939192320 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2610] ppid=2597 vsize=917180 CPUtime=0
/proc/2599/task/2610/stat : 2610 (java) S 2597 2599 2005 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 163006426 939192320 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2611] ppid=2597 vsize=917180 CPUtime=0
/proc/2599/task/2611/stat : 2611 (java) S 2597 2599 2005 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163006426 939192320 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.75
Current children cumulated vsize (KiB) 917180

[startup+522.66 s]
/proc/loadavg: 2.08 2.19 2.01 3/84 2737
/proc/meminfo: memFree=652224/2055920 swapFree=4192812/4192956
[pid=2599] ppid=2597 vsize=919180 CPUtime=520.59
/proc/2599/stat : 2599 (java) S 2597 2599 2005 0 -1 0 626854 0 1 0 51759 300 0 0 15 0 12 0 163006414 941240320 187403 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2599/statm: 229795 187403 2481 14 0 216232 0
[pid=2599/tid=2601] ppid=2597 vsize=919180 CPUtime=4.08
/proc/2599/task/2601/stat : 2601 (java) S 2597 2599 2005 0 -1 64 81475 0 0 0 379 29 0 0 16 0 12 0 163006416 941240320 187403 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2602] ppid=2597 vsize=919180 CPUtime=4.15
/proc/2599/task/2602/stat : 2602 (java) S 2597 2599 2005 0 -1 64 85510 0 0 0 384 31 0 0 15 0 12 0 163006416 941240320 187403 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2603] ppid=2597 vsize=919180 CPUtime=232.97
/proc/2599/task/2603/stat : 2603 (java) R 2597 2599 2005 0 -1 64 432809 0 0 0 23079 218 0 0 25 0 12 0 163006419 941240320 187403 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2604] ppid=2597 vsize=919180 CPUtime=0
/proc/2599/task/2604/stat : 2604 (java) S 2597 2599 2005 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163006419 941240320 187403 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2605] ppid=2597 vsize=919180 CPUtime=0
/proc/2599/task/2605/stat : 2605 (java) S 2597 2599 2005 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163006419 941240320 187403 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2606] ppid=2597 vsize=919180 CPUtime=0
/proc/2599/task/2606/stat : 2606 (java) S 2597 2599 2005 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 163006426 941240320 187403 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2607] ppid=2597 vsize=919180 CPUtime=0
/proc/2599/task/2607/stat : 2607 (java) S 2597 2599 2005 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 163006426 941240320 187403 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2608] ppid=2597 vsize=919180 CPUtime=1.52
/proc/2599/task/2608/stat : 2608 (java) S 2597 2599 2005 0 -1 64 2601 0 0 0 151 1 0 0 17 0 12 0 163006426 941240320 187403 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2609] ppid=2597 vsize=919180 CPUtime=1.17
/proc/2599/task/2609/stat : 2609 (java) S 2597 2599 2005 0 -1 64 3652 0 0 0 115 2 0 0 17 0 12 0 163006426 941240320 187403 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2610] ppid=2597 vsize=919180 CPUtime=0
/proc/2599/task/2610/stat : 2610 (java) S 2597 2599 2005 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 163006426 941240320 187403 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2611] ppid=2597 vsize=919180 CPUtime=0
/proc/2599/task/2611/stat : 2611 (java) S 2597 2599 2005 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163006426 941240320 187403 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.59
Current children cumulated vsize (KiB) 919180

[startup+582.757 s]
/proc/loadavg: 2.03 2.15 2.00 3/84 2737
/proc/meminfo: memFree=653312/2055920 swapFree=4192812/4192956
[pid=2599] ppid=2597 vsize=919180 CPUtime=580.43
/proc/2599/stat : 2599 (java) S 2597 2599 2005 0 -1 0 742154 0 1 0 57681 362 0 0 16 0 12 0 163006414 941240320 187402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2599/statm: 229795 187402 2481 14 0 216232 0
[pid=2599/tid=2601] ppid=2597 vsize=919180 CPUtime=4.08
/proc/2599/task/2601/stat : 2601 (java) S 2597 2599 2005 0 -1 64 81475 0 0 0 379 29 0 0 16 0 12 0 163006416 941240320 187402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2602] ppid=2597 vsize=919180 CPUtime=4.15
/proc/2599/task/2602/stat : 2602 (java) S 2597 2599 2005 0 -1 64 85510 0 0 0 384 31 0 0 15 0 12 0 163006416 941240320 187402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2603] ppid=2597 vsize=919180 CPUtime=292.69
/proc/2599/task/2603/stat : 2603 (java) R 2597 2599 2005 0 -1 64 548028 0 0 0 28989 280 0 0 25 0 12 0 163006419 941240320 187402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2604] ppid=2597 vsize=919180 CPUtime=0
/proc/2599/task/2604/stat : 2604 (java) S 2597 2599 2005 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163006419 941240320 187402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2605] ppid=2597 vsize=919180 CPUtime=0
/proc/2599/task/2605/stat : 2605 (java) S 2597 2599 2005 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163006419 941240320 187402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2606] ppid=2597 vsize=919180 CPUtime=0
/proc/2599/task/2606/stat : 2606 (java) S 2597 2599 2005 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 163006426 941240320 187402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2607] ppid=2597 vsize=919180 CPUtime=0
/proc/2599/task/2607/stat : 2607 (java) S 2597 2599 2005 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 163006426 941240320 187402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2608] ppid=2597 vsize=919180 CPUtime=1.52
/proc/2599/task/2608/stat : 2608 (java) S 2597 2599 2005 0 -1 64 2601 0 0 0 151 1 0 0 17 0 12 0 163006426 941240320 187402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2609] ppid=2597 vsize=919180 CPUtime=1.17
/proc/2599/task/2609/stat : 2609 (java) S 2597 2599 2005 0 -1 64 3652 0 0 0 115 2 0 0 17 0 12 0 163006426 941240320 187402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2610] ppid=2597 vsize=919180 CPUtime=0
/proc/2599/task/2610/stat : 2610 (java) S 2597 2599 2005 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 163006426 941240320 187402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2611] ppid=2597 vsize=919180 CPUtime=0
/proc/2599/task/2611/stat : 2611 (java) S 2597 2599 2005 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163006426 941240320 187402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.43
Current children cumulated vsize (KiB) 919180

[startup+642.851 s]
/proc/loadavg: 2.01 2.12 2.00 3/84 2737
/proc/meminfo: memFree=650112/2055920 swapFree=4192812/4192956
[pid=2599] ppid=2597 vsize=919180 CPUtime=640.27
/proc/2599/stat : 2599 (java) S 2597 2599 2005 0 -1 0 857248 0 1 0 63606 421 0 0 15 0 12 0 163006414 941240320 187246 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2599/statm: 229795 187247 2481 14 0 216232 0
[pid=2599/tid=2601] ppid=2597 vsize=919180 CPUtime=4.08
/proc/2599/task/2601/stat : 2601 (java) S 2597 2599 2005 0 -1 64 81475 0 0 0 379 29 0 0 16 0 12 0 163006416 941240320 187248 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2602] ppid=2597 vsize=919180 CPUtime=4.15
/proc/2599/task/2602/stat : 2602 (java) S 2597 2599 2005 0 -1 64 85510 0 0 0 384 31 0 0 15 0 12 0 163006416 941240320 187249 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2603] ppid=2597 vsize=919180 CPUtime=352.52
/proc/2599/task/2603/stat : 2603 (java) R 2597 2599 2005 0 -1 64 663050 0 0 0 34913 339 0 0 25 0 12 0 163006419 941240320 187249 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2604] ppid=2597 vsize=919180 CPUtime=0
/proc/2599/task/2604/stat : 2604 (java) S 2597 2599 2005 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163006419 941240320 187250 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2605] ppid=2597 vsize=919180 CPUtime=0
/proc/2599/task/2605/stat : 2605 (java) S 2597 2599 2005 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163006419 941240320 187251 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2606] ppid=2597 vsize=919180 CPUtime=0
/proc/2599/task/2606/stat : 2606 (java) S 2597 2599 2005 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 163006426 941240320 187251 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2607] ppid=2597 vsize=919180 CPUtime=0
/proc/2599/task/2607/stat : 2607 (java) S 2597 2599 2005 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 163006426 941240320 187252 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2608] ppid=2597 vsize=919180 CPUtime=1.52
/proc/2599/task/2608/stat : 2608 (java) S 2597 2599 2005 0 -1 64 2601 0 0 0 151 1 0 0 17 0 12 0 163006426 941240320 187253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2609] ppid=2597 vsize=919180 CPUtime=1.17
/proc/2599/task/2609/stat : 2609 (java) S 2597 2599 2005 0 -1 64 3652 0 0 0 115 2 0 0 17 0 12 0 163006426 941240320 187253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2610] ppid=2597 vsize=919180 CPUtime=0
/proc/2599/task/2610/stat : 2610 (java) S 2597 2599 2005 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 163006426 941240320 187254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2611] ppid=2597 vsize=919180 CPUtime=0
/proc/2599/task/2611/stat : 2611 (java) S 2597 2599 2005 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163006426 941240320 187255 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 640.27
Current children cumulated vsize (KiB) 919180



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+658.111 s]
/proc/loadavg: 2.01 2.11 2.00 3/85 2738
/proc/meminfo: memFree=651256/2055920 swapFree=4192812/4192956
[pid=2599] ppid=2597 vsize=919696 CPUtime=655.47
/proc/2599/stat : 2599 (java) S 2597 2599 2005 0 -1 0 884253 0 1 0 65109 438 0 0 17 0 13 0 163006414 941768704 187129 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2599/statm: 229924 187129 2483 14 0 216361 0
[pid=2599/tid=2601] ppid=2597 vsize=919696 CPUtime=4.08
/proc/2599/task/2601/stat : 2601 (java) S 2597 2599 2005 0 -1 64 81475 0 0 0 379 29 0 0 16 0 13 0 163006416 941768704 187130 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2602] ppid=2597 vsize=919696 CPUtime=4.15
/proc/2599/task/2602/stat : 2602 (java) S 2597 2599 2005 0 -1 64 85510 0 0 0 384 31 0 0 15 0 13 0 163006416 941768704 187131 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2603] ppid=2597 vsize=919696 CPUtime=367.71
/proc/2599/task/2603/stat : 2603 (java) R 2597 2599 2005 0 -1 64 690028 0 0 0 36416 355 0 0 25 0 13 0 163006419 941768704 187132 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2604] ppid=2597 vsize=919696 CPUtime=0
/proc/2599/task/2604/stat : 2604 (java) S 2597 2599 2005 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 163006419 941768704 187133 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2605] ppid=2597 vsize=919696 CPUtime=0
/proc/2599/task/2605/stat : 2605 (java) S 2597 2599 2005 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 163006419 941768704 187133 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2606] ppid=2597 vsize=919696 CPUtime=0
/proc/2599/task/2606/stat : 2606 (java) S 2597 2599 2005 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 163006426 941768704 187134 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2607] ppid=2597 vsize=919696 CPUtime=0
/proc/2599/task/2607/stat : 2607 (java) S 2597 2599 2005 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 163006426 941768704 187135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2608] ppid=2597 vsize=919696 CPUtime=1.52
/proc/2599/task/2608/stat : 2608 (java) S 2597 2599 2005 0 -1 64 2601 0 0 0 151 1 0 0 17 0 13 0 163006426 941768704 187135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2609] ppid=2597 vsize=919696 CPUtime=1.17
/proc/2599/task/2609/stat : 2609 (java) S 2597 2599 2005 0 -1 64 3652 0 0 0 115 2 0 0 17 0 13 0 163006426 941768704 187136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2610] ppid=2597 vsize=919696 CPUtime=0
/proc/2599/task/2610/stat : 2610 (java) S 2597 2599 2005 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 163006426 941768704 187137 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2599/tid=2611] ppid=2597 vsize=919696 CPUtime=0
/proc/2599/task/2611/stat : 2611 (java) S 2597 2599 2005 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 163006426 941768704 187137 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2599/tid=2738] ppid=2597 vsize=919696 CPUtime=0
/proc/2599/task/2738/stat : 2738 (java) S 2597 2599 2005 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 163071874 941768704 187138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 655.47
Current children cumulated vsize (KiB) 919696

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): 660.246
CPU time (s): 657.592
CPU user time (s): 653.088
CPU system time (s): 4.50431
CPU usage (%): 99.5981
Max. virtual memory (cumulated for all children) (KiB): 921700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 653.088
system time used= 4.50432
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 887250
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= 21059
involuntary context switches= 24111

runsolver used 0.703892 s user time and 2.25466 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Sun Jan  7 05:01:13 UTC 2007


IDJOB= 201205
IDBENCH= 3749
FILE ID= node43/201205-1168146073

PBS_JOBID= 3478368

Free space on /tmp= 66481 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp12/fapp12-1500-3.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201205-1168146073/sat4jCSP-bf3.jar /tmp/evaluation/201205-1168146073/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-201205-1168146073 -o ROOT/results/node43/solver-201205-1168146073 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201205-1168146073/sat4jCSP-bf3.jar /tmp/evaluation/201205-1168146073/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  931b9eff036dfe9624d2ebd0c55327ca

RANDOM SEED= 615005722

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.278
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.278
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:       1390704 kB
Buffers:         61368 kB
Cached:         454616 kB
SwapCached:          0 kB
Active:         316060 kB
Inactive:       285932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1390704 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5976 kB
Writeback:           0 kB
Mapped:         100036 kB
Slab:            48104 kB
Committed_AS:  3409284 kB
PageTables:       2212 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= 66481 MiB



End job on node43 on Sun Jan  7 05:12:13 UTC 2007