Trace number 196621

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? (TO) 1802.21 1819.31

General information on the benchmark

Namefapp/fapp06-10/fapp07/
fapp07-0600-6.xml
MD5SUM605bb2448a374dc07ec2812f6a736d39
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 benchmark2.76158
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
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/196621-1168124481/unknown.xml
0.27	c reading problem ... 
0.56	c reading problem named ?
0.56	c reading domains done.
0.95	c reading variables
c reading variables (600) done.
1.57	c reading predicates 
c reading relations (9) done.
1.78	c reading constraints

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/node14/watcher-196621-1168124481 -o ROOT/results/node14/solver-196621-1168124481 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196621-1168124481/sat4jCSP-bf3.jar /tmp/evaluation/196621-1168124481/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.11 2.05 2.01 4/100 8117
/proc/meminfo: memFree=1180472/2055920 swapFree=4182236/4192956
[pid=8116] ppid=8114 vsize=18540 CPUtime=0
/proc/8116/stat : 8116 (runsolver) R 8114 8116 7822 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 160843059 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 212234464551 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/8116/statm: 4635 279 244 17 0 2626 0

[startup+0.102956 s]
/proc/loadavg: 2.11 2.05 2.01 4/100 8117
/proc/meminfo: memFree=1180472/2055920 swapFree=4182236/4192956
[pid=8116] ppid=8114 vsize=897120 CPUtime=0.08
/proc/8116/stat : 8116 (java) R 8114 8116 7822 0 -1 0 3144 0 1 0 6 2 0 0 16 0 6 0 160843059 918650880 2904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155040328 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 224280 2904 1486 14 0 211300 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 897120

[startup+0.510988 s]
/proc/loadavg: 2.11 2.05 2.01 4/100 8117
/proc/meminfo: memFree=1180472/2055920 swapFree=4182236/4192956
[pid=8116] ppid=8114 vsize=905236 CPUtime=0.48
/proc/8116/stat : 8116 (java) R 8114 8116 7822 0 -1 0 5784 0 1 0 44 4 0 0 19 0 12 0 160843059 926961664 5379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152863680 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 226309 5379 2247 14 0 212746 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 905236

[startup+1.33407 s]
/proc/loadavg: 2.11 2.05 2.01 3/111 8128
/proc/meminfo: memFree=1163616/2055920 swapFree=4182236/4192956
[pid=8116] ppid=8114 vsize=906592 CPUtime=1.28
/proc/8116/stat : 8116 (java) R 8114 8116 7822 0 -1 0 8175 0 1 0 123 5 0 0 22 0 12 0 160843059 928350208 7272 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 226648 7272 2312 14 0 213085 0
[pid=8116/tid=8118] ppid=8114 vsize=906592 CPUtime=0
/proc/8116/task/8118/stat : 8118 (java) S 8114 8116 7822 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 160843063 928350208 7272 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8119] ppid=8114 vsize=906592 CPUtime=0
/proc/8116/task/8119/stat : 8119 (java) S 8114 8116 7822 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 160843063 928350208 7272 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8120] ppid=8114 vsize=906592 CPUtime=0
/proc/8116/task/8120/stat : 8120 (java) S 8114 8116 7822 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 160843066 928350208 7272 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8121] ppid=8114 vsize=906592 CPUtime=0
/proc/8116/task/8121/stat : 8121 (java) S 8114 8116 7822 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 160843066 928350208 7272 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8122] ppid=8114 vsize=906592 CPUtime=0
/proc/8116/task/8122/stat : 8122 (java) S 8114 8116 7822 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 160843066 928350208 7272 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8123] ppid=8114 vsize=906592 CPUtime=0
/proc/8116/task/8123/stat : 8123 (java) S 8114 8116 7822 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160843070 928350208 7272 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8124] ppid=8114 vsize=906592 CPUtime=0
/proc/8116/task/8124/stat : 8124 (java) S 8114 8116 7822 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 160843070 928350208 7272 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8125] ppid=8114 vsize=906592 CPUtime=0.36
/proc/8116/task/8125/stat : 8125 (java) R 8114 8116 7822 0 -1 64 1071 0 0 0 36 0 0 0 16 0 12 0 160843070 928350208 7272 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155402988 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8126] ppid=8114 vsize=906592 CPUtime=0.28
/proc/8116/task/8126/stat : 8126 (java) S 8114 8116 7822 0 -1 64 663 0 0 0 28 0 0 0 16 0 12 0 160843070 928350208 7272 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8127] ppid=8114 vsize=906592 CPUtime=0
/proc/8116/task/8127/stat : 8127 (java) S 8114 8116 7822 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 160843070 928350208 7272 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8128] ppid=8114 vsize=906592 CPUtime=0
/proc/8116/task/8128/stat : 8128 (java) S 8114 8116 7822 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160843070 928350208 7272 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 906592

[startup+2.98722 s]
/proc/loadavg: 2.11 2.05 2.01 3/111 8146
/proc/meminfo: memFree=1130272/2055920 swapFree=4182236/4192956
[pid=8116] ppid=8114 vsize=911936 CPUtime=2.92
/proc/8116/stat : 8116 (java) R 8114 8116 7822 0 -1 0 20526 0 1 0 279 13 0 0 21 0 12 0 160843059 933822464 17753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053869226 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 227984 17753 2476 14 0 214421 0
[pid=8116/tid=8118] ppid=8114 vsize=911936 CPUtime=0
/proc/8116/task/8118/stat : 8118 (java) S 8114 8116 7822 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 160843063 933822464 17753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8119] ppid=8114 vsize=911936 CPUtime=0
/proc/8116/task/8119/stat : 8119 (java) S 8114 8116 7822 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 160843063 933822464 17753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8120] ppid=8114 vsize=911936 CPUtime=0
/proc/8116/task/8120/stat : 8120 (java) S 8114 8116 7822 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 160843066 933822464 17753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8121] ppid=8114 vsize=911936 CPUtime=0
/proc/8116/task/8121/stat : 8121 (java) S 8114 8116 7822 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 160843066 933822464 17753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8122] ppid=8114 vsize=911936 CPUtime=0
/proc/8116/task/8122/stat : 8122 (java) S 8114 8116 7822 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 160843066 933822464 17753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8123] ppid=8114 vsize=911936 CPUtime=0
/proc/8116/task/8123/stat : 8123 (java) S 8114 8116 7822 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160843070 933822464 17753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8124] ppid=8114 vsize=911936 CPUtime=0
/proc/8116/task/8124/stat : 8124 (java) S 8114 8116 7822 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 160843070 933822464 17753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8125] ppid=8114 vsize=911936 CPUtime=1.14
/proc/8116/task/8125/stat : 8125 (java) S 8114 8116 7822 0 -1 64 4375 0 0 0 112 2 0 0 18 0 12 0 160843070 933822464 17753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8126] ppid=8114 vsize=911936 CPUtime=0.48
/proc/8116/task/8126/stat : 8126 (java) S 8114 8116 7822 0 -1 64 696 0 0 0 48 0 0 0 16 0 12 0 160843070 933822464 17753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8127] ppid=8114 vsize=911936 CPUtime=0
/proc/8116/task/8127/stat : 8127 (java) S 8114 8116 7822 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 160843070 933822464 17753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8128] ppid=8114 vsize=911936 CPUtime=0
/proc/8116/task/8128/stat : 8128 (java) S 8114 8116 7822 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160843070 933822464 17753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 911936

[startup+6.28753 s]
/proc/loadavg: 2.18 2.07 2.01 3/111 8152
/proc/meminfo: memFree=1059616/2055920 swapFree=4182236/4192956
[pid=8116] ppid=8114 vsize=913608 CPUtime=6.18
/proc/8116/stat : 8116 (java) R 8114 8116 7822 0 -1 0 34892 0 1 0 597 21 0 0 25 0 12 0 160843059 935534592 31306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054287230 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 228402 31306 2480 14 0 214839 0
[pid=8116/tid=8118] ppid=8114 vsize=913608 CPUtime=0.17
/proc/8116/task/8118/stat : 8118 (java) S 8114 8116 7822 0 -1 64 5719 0 0 0 15 2 0 0 16 0 12 0 160843063 935534592 31306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8119] ppid=8114 vsize=913608 CPUtime=0.16
/proc/8116/task/8119/stat : 8119 (java) S 8114 8116 7822 0 -1 64 3931 0 0 0 15 1 0 0 16 0 12 0 160843063 935534592 31306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8120] ppid=8114 vsize=913608 CPUtime=0
/proc/8116/task/8120/stat : 8120 (java) S 8114 8116 7822 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 160843066 935534592 31306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8121] ppid=8114 vsize=913608 CPUtime=0
/proc/8116/task/8121/stat : 8121 (java) S 8114 8116 7822 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160843066 935534592 31306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8122] ppid=8114 vsize=913608 CPUtime=0
/proc/8116/task/8122/stat : 8122 (java) S 8114 8116 7822 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160843066 935534592 31306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8123] ppid=8114 vsize=913608 CPUtime=0
/proc/8116/task/8123/stat : 8123 (java) S 8114 8116 7822 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160843070 935534592 31306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8124] ppid=8114 vsize=913608 CPUtime=0
/proc/8116/task/8124/stat : 8124 (java) S 8114 8116 7822 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 160843070 935534592 31306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8125] ppid=8114 vsize=913608 CPUtime=1.32
/proc/8116/task/8125/stat : 8125 (java) S 8114 8116 7822 0 -1 64 4454 0 0 0 130 2 0 0 16 0 12 0 160843070 935534592 31306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8126] ppid=8114 vsize=913608 CPUtime=0.54
/proc/8116/task/8126/stat : 8126 (java) S 8114 8116 7822 0 -1 64 696 0 0 0 54 0 0 0 17 0 12 0 160843070 935534592 31306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8127] ppid=8114 vsize=913608 CPUtime=0
/proc/8116/task/8127/stat : 8127 (java) S 8114 8116 7822 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 160843070 935534592 31306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8128] ppid=8114 vsize=913608 CPUtime=0
/proc/8116/task/8128/stat : 8128 (java) S 8114 8116 7822 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160843070 935534592 31306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 913608

[startup+12.7201 s]
/proc/loadavg: 2.17 2.07 2.01 3/111 8162
/proc/meminfo: memFree=1033312/2055920 swapFree=4182236/4192956
[pid=8116] ppid=8114 vsize=915656 CPUtime=12.53
/proc/8116/stat : 8116 (java) R 8114 8116 7822 0 -1 0 41766 0 1 0 1228 25 0 0 25 0 12 0 160843059 937631744 36499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054275860 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 228914 36499 2480 14 0 215351 0
[pid=8116/tid=8118] ppid=8114 vsize=915656 CPUtime=0.3
/proc/8116/task/8118/stat : 8118 (java) S 8114 8116 7822 0 -1 64 8854 0 0 0 26 4 0 0 17 0 12 0 160843063 937631744 36499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8119] ppid=8114 vsize=915656 CPUtime=0.27
/proc/8116/task/8119/stat : 8119 (java) S 8114 8116 7822 0 -1 64 5955 0 0 0 25 2 0 0 16 0 12 0 160843063 937631744 36499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8120] ppid=8114 vsize=915656 CPUtime=0.01
/proc/8116/task/8120/stat : 8120 (java) S 8114 8116 7822 0 -1 64 12 0 0 0 1 0 0 0 17 0 12 0 160843066 937631744 36499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8121] ppid=8114 vsize=915656 CPUtime=0
/proc/8116/task/8121/stat : 8121 (java) S 8114 8116 7822 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160843066 937631744 36499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8122] ppid=8114 vsize=915656 CPUtime=0
/proc/8116/task/8122/stat : 8122 (java) S 8114 8116 7822 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160843066 937631744 36499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8123] ppid=8114 vsize=915656 CPUtime=0
/proc/8116/task/8123/stat : 8123 (java) S 8114 8116 7822 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160843070 937631744 36499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8124] ppid=8114 vsize=915656 CPUtime=0
/proc/8116/task/8124/stat : 8124 (java) S 8114 8116 7822 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 160843070 937631744 36499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8125] ppid=8114 vsize=915656 CPUtime=1.82
/proc/8116/task/8125/stat : 8125 (java) S 8114 8116 7822 0 -1 64 6143 0 0 0 179 3 0 0 19 0 12 0 160843070 937631744 36499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8126] ppid=8114 vsize=915656 CPUtime=0.64
/proc/8116/task/8126/stat : 8126 (java) S 8114 8116 7822 0 -1 64 705 0 0 0 64 0 0 0 16 0 12 0 160843070 937631744 36499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8127] ppid=8114 vsize=915656 CPUtime=0
/proc/8116/task/8127/stat : 8127 (java) S 8114 8116 7822 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 160843070 937631744 36499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8128] ppid=8114 vsize=915656 CPUtime=0
/proc/8116/task/8128/stat : 8128 (java) S 8114 8116 7822 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160843070 937631744 36499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 915656

[startup+25.5214 s]
/proc/loadavg: 2.21 2.08 2.02 3/111 8184
/proc/meminfo: memFree=998120/2055920 swapFree=4182236/4192956
[pid=8116] ppid=8114 vsize=917640 CPUtime=25.17
/proc/8116/stat : 8116 (java) R 8114 8116 7822 0 -1 0 49444 0 1 0 2488 29 0 0 25 0 12 0 160843059 939663360 43045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054390328 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 229410 43045 2480 14 0 215847 0
[pid=8116/tid=8118] ppid=8114 vsize=917640 CPUtime=0.39
/proc/8116/task/8118/stat : 8118 (java) S 8114 8116 7822 0 -1 64 11841 0 0 0 34 5 0 0 16 0 12 0 160843063 939663360 43045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8119] ppid=8114 vsize=917640 CPUtime=0.36
/proc/8116/task/8119/stat : 8119 (java) S 8114 8116 7822 0 -1 64 9163 0 0 0 32 4 0 0 16 0 12 0 160843063 939663360 43045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8120] ppid=8114 vsize=917640 CPUtime=0.02
/proc/8116/task/8120/stat : 8120 (java) S 8114 8116 7822 0 -1 64 17 0 0 0 2 0 0 0 16 0 12 0 160843066 939663360 43045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8121] ppid=8114 vsize=917640 CPUtime=0
/proc/8116/task/8121/stat : 8121 (java) S 8114 8116 7822 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160843066 939663360 43045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8122] ppid=8114 vsize=917640 CPUtime=0
/proc/8116/task/8122/stat : 8122 (java) S 8114 8116 7822 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160843066 939663360 43045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8123] ppid=8114 vsize=917640 CPUtime=0
/proc/8116/task/8123/stat : 8123 (java) S 8114 8116 7822 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160843070 939663360 43045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8124] ppid=8114 vsize=917640 CPUtime=0
/proc/8116/task/8124/stat : 8124 (java) S 8114 8116 7822 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 160843070 939663360 43045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8125] ppid=8114 vsize=917640 CPUtime=2.29
/proc/8116/task/8125/stat : 8125 (java) S 8114 8116 7822 0 -1 64 7540 0 0 0 225 4 0 0 20 0 12 0 160843070 939663360 43045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8126] ppid=8114 vsize=917640 CPUtime=0.73
/proc/8116/task/8126/stat : 8126 (java) S 8114 8116 7822 0 -1 64 762 0 0 0 73 0 0 0 16 0 12 0 160843070 939663360 43045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8127] ppid=8114 vsize=917640 CPUtime=0
/proc/8116/task/8127/stat : 8127 (java) S 8114 8116 7822 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 160843070 939663360 43045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8128] ppid=8114 vsize=917640 CPUtime=0
/proc/8116/task/8128/stat : 8128 (java) S 8114 8116 7822 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160843070 939663360 43045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 917640

[startup+51.2228 s]
/proc/loadavg: 2.14 2.07 2.01 3/111 8208
/proc/meminfo: memFree=922792/2055920 swapFree=4182236/4192956
[pid=8116] ppid=8114 vsize=913584 CPUtime=50.56
/proc/8116/stat : 8116 (java) R 8114 8116 7822 0 -1 0 63211 0 1 0 5019 37 0 0 25 0 12 0 160843059 935510016 55768 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054262273 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 228396 55768 2480 14 0 214833 0
[pid=8116/tid=8118] ppid=8114 vsize=913584 CPUtime=0.64
/proc/8116/task/8118/stat : 8118 (java) S 8114 8116 7822 0 -1 64 20865 0 0 0 54 10 0 0 16 0 12 0 160843063 935510016 55768 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8119] ppid=8114 vsize=913584 CPUtime=0.53
/proc/8116/task/8119/stat : 8119 (java) S 8114 8116 7822 0 -1 64 13868 0 0 0 46 7 0 0 16 0 12 0 160843063 935510016 55768 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8120] ppid=8114 vsize=913584 CPUtime=0.03

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

[pid=8116/tid=8127] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8127/stat : 8127 (java) S 8114 8116 7822 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8128] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8128/stat : 8128 (java) S 8114 8116 7822 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1529.23
Current children cumulated vsize (KiB) 914608

[startup+1604.3 s]
/proc/loadavg: 2.03 2.06 2.06 3/105 8244
/proc/meminfo: memFree=15648/2055920 swapFree=4182236/4192956
[pid=8116] ppid=8114 vsize=914608 CPUtime=1588.58
/proc/8116/stat : 8116 (java) S 8114 8116 7822 0 -1 0 207853 0 1 0 158718 140 0 0 16 0 12 0 160843059 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 228652 186110 2483 14 0 215089 0
[pid=8116/tid=8118] ppid=8114 vsize=914608 CPUtime=5.21
/proc/8116/task/8118/stat : 8118 (java) S 8114 8116 7822 0 -1 64 85218 0 0 0 476 45 0 0 16 0 12 0 160843063 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8119] ppid=8114 vsize=914608 CPUtime=5.1
/proc/8116/task/8119/stat : 8119 (java) S 8114 8116 7822 0 -1 64 80650 0 0 0 468 42 0 0 15 0 12 0 160843063 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8120] ppid=8114 vsize=914608 CPUtime=1231.4
/proc/8116/task/8120/stat : 8120 (java) R 8114 8116 7822 0 -1 64 11819 0 0 0 123114 26 0 0 25 0 12 0 160843066 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8121] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8121/stat : 8121 (java) S 8114 8116 7822 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160843066 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8122] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8122/stat : 8122 (java) S 8114 8116 7822 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160843066 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8123] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8123/stat : 8123 (java) S 8114 8116 7822 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8124] ppid=8114 vsize=914608 CPUtime=0.01
/proc/8116/task/8124/stat : 8124 (java) S 8114 8116 7822 0 -1 64 1 0 0 0 1 0 0 0 17 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8116/tid=8125] ppid=8114 vsize=914608 CPUtime=3.18
/proc/8116/task/8125/stat : 8125 (java) S 8114 8116 7822 0 -1 64 7588 0 0 0 314 4 0 0 17 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8116/tid=8126] ppid=8114 vsize=914608 CPUtime=1.44
/proc/8116/task/8126/stat : 8126 (java) S 8114 8116 7822 0 -1 64 791 0 0 0 144 0 0 0 16 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8116/tid=8127] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8127/stat : 8127 (java) S 8114 8116 7822 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8128] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8128/stat : 8128 (java) S 8114 8116 7822 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1588.58
Current children cumulated vsize (KiB) 914608

[startup+1664.39 s]
/proc/loadavg: 2.06 2.06 2.06 3/105 8244
/proc/meminfo: memFree=15904/2055920 swapFree=4182236/4192956
[pid=8116] ppid=8114 vsize=914608 CPUtime=1648.06
/proc/8116/stat : 8116 (java) S 8114 8116 7822 0 -1 0 207915 0 1 0 164665 141 0 0 16 0 12 0 160843059 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 228652 186110 2483 14 0 215089 0
[pid=8116/tid=8118] ppid=8114 vsize=914608 CPUtime=5.21
/proc/8116/task/8118/stat : 8118 (java) S 8114 8116 7822 0 -1 64 85218 0 0 0 476 45 0 0 16 0 12 0 160843063 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8119] ppid=8114 vsize=914608 CPUtime=5.1
/proc/8116/task/8119/stat : 8119 (java) S 8114 8116 7822 0 -1 64 80650 0 0 0 468 42 0 0 15 0 12 0 160843063 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8120] ppid=8114 vsize=914608 CPUtime=1290.88
/proc/8116/task/8120/stat : 8120 (java) R 8114 8116 7822 0 -1 64 11819 0 0 0 129061 27 0 0 25 0 12 0 160843066 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921548 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8121] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8121/stat : 8121 (java) S 8114 8116 7822 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160843066 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8122] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8122/stat : 8122 (java) S 8114 8116 7822 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160843066 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8123] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8123/stat : 8123 (java) S 8114 8116 7822 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8124] ppid=8114 vsize=914608 CPUtime=0.01
/proc/8116/task/8124/stat : 8124 (java) S 8114 8116 7822 0 -1 64 1 0 0 0 1 0 0 0 17 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8116/tid=8125] ppid=8114 vsize=914608 CPUtime=3.18
/proc/8116/task/8125/stat : 8125 (java) S 8114 8116 7822 0 -1 64 7588 0 0 0 314 4 0 0 17 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8116/tid=8126] ppid=8114 vsize=914608 CPUtime=1.44
/proc/8116/task/8126/stat : 8126 (java) S 8114 8116 7822 0 -1 64 791 0 0 0 144 0 0 0 16 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8116/tid=8127] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8127/stat : 8127 (java) S 8114 8116 7822 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8128] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8128/stat : 8128 (java) S 8114 8116 7822 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.06
Current children cumulated vsize (KiB) 914608

[startup+1724.48 s]
/proc/loadavg: 1.94 2.03 2.05 2/92 8254
/proc/meminfo: memFree=684568/2055920 swapFree=4182236/4192956
[pid=8116] ppid=8114 vsize=914608 CPUtime=1707.48
/proc/8116/stat : 8116 (java) S 8114 8116 7822 0 -1 0 207980 0 1 0 170607 141 0 0 16 0 12 0 160843059 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 228652 186110 2483 14 0 215089 0
[pid=8116/tid=8118] ppid=8114 vsize=914608 CPUtime=5.21
/proc/8116/task/8118/stat : 8118 (java) S 8114 8116 7822 0 -1 64 85218 0 0 0 476 45 0 0 16 0 12 0 160843063 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8119] ppid=8114 vsize=914608 CPUtime=5.1
/proc/8116/task/8119/stat : 8119 (java) S 8114 8116 7822 0 -1 64 80650 0 0 0 468 42 0 0 15 0 12 0 160843063 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8120] ppid=8114 vsize=914608 CPUtime=1350.29
/proc/8116/task/8120/stat : 8120 (java) R 8114 8116 7822 0 -1 64 11819 0 0 0 135002 27 0 0 17 0 12 0 160843066 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454054 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8116/tid=8121] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8121/stat : 8121 (java) S 8114 8116 7822 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160843066 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8122] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8122/stat : 8122 (java) S 8114 8116 7822 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160843066 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8123] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8123/stat : 8123 (java) S 8114 8116 7822 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8124] ppid=8114 vsize=914608 CPUtime=0.01
/proc/8116/task/8124/stat : 8124 (java) S 8114 8116 7822 0 -1 64 1 0 0 0 1 0 0 0 17 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8116/tid=8125] ppid=8114 vsize=914608 CPUtime=3.18
/proc/8116/task/8125/stat : 8125 (java) S 8114 8116 7822 0 -1 64 7588 0 0 0 314 4 0 0 17 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8116/tid=8126] ppid=8114 vsize=914608 CPUtime=1.44
/proc/8116/task/8126/stat : 8126 (java) S 8114 8116 7822 0 -1 64 791 0 0 0 144 0 0 0 16 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8116/tid=8127] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8127/stat : 8127 (java) S 8114 8116 7822 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8128] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8128/stat : 8128 (java) S 8114 8116 7822 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1707.48
Current children cumulated vsize (KiB) 914608

[startup+1784.53 s]
/proc/loadavg: 1.41 1.86 1.99 2/92 8291
/proc/meminfo: memFree=690200/2055920 swapFree=4182236/4192956
[pid=8116] ppid=8114 vsize=914608 CPUtime=1767.5
/proc/8116/stat : 8116 (java) S 8114 8116 7822 0 -1 0 208067 0 1 0 176606 144 0 0 15 0 12 0 160843059 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 228652 186110 2483 14 0 215089 0
[pid=8116/tid=8118] ppid=8114 vsize=914608 CPUtime=5.21
/proc/8116/task/8118/stat : 8118 (java) S 8114 8116 7822 0 -1 64 85218 0 0 0 476 45 0 0 16 0 12 0 160843063 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8119] ppid=8114 vsize=914608 CPUtime=5.1
/proc/8116/task/8119/stat : 8119 (java) S 8114 8116 7822 0 -1 64 80650 0 0 0 468 42 0 0 15 0 12 0 160843063 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8120] ppid=8114 vsize=914608 CPUtime=1410.29
/proc/8116/task/8120/stat : 8120 (java) R 8114 8116 7822 0 -1 64 11819 0 0 0 141000 29 0 0 17 0 12 0 160843066 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8116/tid=8121] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8121/stat : 8121 (java) S 8114 8116 7822 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160843066 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8122] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8122/stat : 8122 (java) S 8114 8116 7822 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160843066 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8123] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8123/stat : 8123 (java) S 8114 8116 7822 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8124] ppid=8114 vsize=914608 CPUtime=0.01
/proc/8116/task/8124/stat : 8124 (java) S 8114 8116 7822 0 -1 64 1 0 0 0 1 0 0 0 17 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8116/tid=8125] ppid=8114 vsize=914608 CPUtime=3.18
/proc/8116/task/8125/stat : 8125 (java) S 8114 8116 7822 0 -1 64 7588 0 0 0 314 4 0 0 17 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8116/tid=8126] ppid=8114 vsize=914608 CPUtime=1.44
/proc/8116/task/8126/stat : 8126 (java) S 8114 8116 7822 0 -1 64 791 0 0 0 144 0 0 0 16 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8116/tid=8127] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8127/stat : 8127 (java) S 8114 8116 7822 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8128] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8128/stat : 8128 (java) S 8114 8116 7822 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1767.5
Current children cumulated vsize (KiB) 914608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.18 s]
/proc/loadavg: 1.47 1.82 1.97 3/97 8317
/proc/meminfo: memFree=515376/2055920 swapFree=4182236/4192956
[pid=8116] ppid=8114 vsize=914608 CPUtime=1800.07
/proc/8116/stat : 8116 (java) S 8114 8116 7822 0 -1 0 208114 0 1 0 179846 161 0 0 15 0 12 0 160843059 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8116/statm: 228652 186110 2483 14 0 215089 0
[pid=8116/tid=8118] ppid=8114 vsize=914608 CPUtime=5.21
/proc/8116/task/8118/stat : 8118 (java) S 8114 8116 7822 0 -1 64 85218 0 0 0 476 45 0 0 16 0 12 0 160843063 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8119] ppid=8114 vsize=914608 CPUtime=5.1
/proc/8116/task/8119/stat : 8119 (java) S 8114 8116 7822 0 -1 64 80650 0 0 0 468 42 0 0 15 0 12 0 160843063 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8120] ppid=8114 vsize=914608 CPUtime=1442.88
/proc/8116/task/8120/stat : 8120 (java) R 8114 8116 7822 0 -1 64 11819 0 0 0 144241 47 0 0 25 0 12 0 160843066 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154922625 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8116/tid=8121] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8121/stat : 8121 (java) S 8114 8116 7822 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160843066 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8122] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8122/stat : 8122 (java) S 8114 8116 7822 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160843066 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8123] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8123/stat : 8123 (java) S 8114 8116 7822 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8124] ppid=8114 vsize=914608 CPUtime=0.01
/proc/8116/task/8124/stat : 8124 (java) S 8114 8116 7822 0 -1 64 1 0 0 0 1 0 0 0 17 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8116/tid=8125] ppid=8114 vsize=914608 CPUtime=3.18
/proc/8116/task/8125/stat : 8125 (java) S 8114 8116 7822 0 -1 64 7588 0 0 0 314 4 0 0 17 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8116/tid=8126] ppid=8114 vsize=914608 CPUtime=1.44
/proc/8116/task/8126/stat : 8126 (java) S 8114 8116 7822 0 -1 64 791 0 0 0 144 0 0 0 16 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8116/tid=8127] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8127/stat : 8127 (java) S 8114 8116 7822 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8116/tid=8128] ppid=8114 vsize=914608 CPUtime=0
/proc/8116/task/8128/stat : 8128 (java) S 8114 8116 7822 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 160843070 936558592 186110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 914608

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): 1819.31
CPU time (s): 1802.21
CPU user time (s): 1800.48
CPU system time (s): 1.73374
CPU usage (%): 99.0601
Max. virtual memory (cumulated for all children) (KiB): 919592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.48
system time used= 1.73374
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208121
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= 45612
involuntary context switches= 108665

runsolver used 2.33664 s user time and 6.65599 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Sat Jan  6 23:01:21 UTC 2007


IDJOB= 196621
IDBENCH= 3362
FILE ID= node14/196621-1168124481

PBS_JOBID= 3477166

Free space on /tmp= 66324 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp06-10/fapp07/fapp07-0600-6.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196621-1168124481/sat4jCSP-bf3.jar /tmp/evaluation/196621-1168124481/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-196621-1168124481 -o ROOT/results/node14/solver-196621-1168124481 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196621-1168124481/sat4jCSP-bf3.jar /tmp/evaluation/196621-1168124481/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  605bb2448a374dc07ec2812f6a736d39

RANDOM SEED= 337918889

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.227
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.227
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:       1180888 kB
Buffers:         63476 kB
Cached:         476828 kB
SwapCached:       3696 kB
Active:         380964 kB
Inactive:       392256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1180888 kB
SwapTotal:     4192956 kB
SwapFree:      4182236 kB
Dirty:            3716 kB
Writeback:           0 kB
Mapped:         251752 kB
Slab:            85816 kB
Committed_AS:  5630960 kB
PageTables:       2872 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= 66246 MiB



End job on node14 on Sat Jan  6 23:31:45 UTC 2007