Trace number 201134

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) 253.028 253.404

General information on the benchmark

Namefapp/fapp11-15/fapp15/
fapp15-3000-5.xml
MD5SUMcbf1a33575819e47024f404c59ea6857
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1205.71
SatisfiableYES
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.23	c --- Begin Solver configuration ---
0.23	c Stops conflict analysis at the first Unique Implication Point
0.23	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.23	c Learn all clauses as in MiniSAT
0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23	c VSIDS like heuristics from MiniSAT using a heap
0.23	c No reason simplification
0.23	c --- End Solver configuration ---
0.23	c solving /tmp/evaluation/201134-1168145477/unknown.xml
0.23	c reading problem ... 
0.51	c reading problem named ?
0.51	c reading domains done.
0.86	c reading variables
c reading variables (3000) done.
3.60	c reading predicates 
c reading relations (9) done.
3.81	c reading constraintsc starts		: 0
253.26	c conflicts		: 0
253.26	c decisions		: 0
253.26	c propagations		: 0
253.26	c inspects		: 0
253.26	c learnt literals	: 0
253.26	c learnt binary clauses	: 0
253.26	c learnt ternary clauses	: 0
253.26	c learnt clauses	: 0
253.26	c root simplifications	: 0
253.26	c removed literals (reason simplification)	: 0
253.26	c reason swapping (by a shorter reason)	: 0
253.26	c Calls to reduceDB	: 0
253.26	c speed (decisions/second)	: 0.0
253.26	c non guided choices	0
253.26	s UNKNOWN
253.26	c Total wall clock time (in seconds) : 253.025
253.26	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node4/watcher-201134-1168145477 -o ROOT/results/node4/solver-201134-1168145477 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201134-1168145477/sat4jCSP-bf3.jar /tmp/evaluation/201134-1168145477/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.22 2.06 2.01 4/94 6276
/proc/meminfo: memFree=1184240/2055920 swapFree=4182144/4192956
[pid=6275] ppid=6273 vsize=18540 CPUtime=0
/proc/6275/stat : 6275 (runsolver) R 6273 6275 6163 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 162943308 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 259913215271 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/6275/statm: 4635 279 244 17 0 2626 0

[startup+0.10298 s]
/proc/loadavg: 2.22 2.06 2.01 4/94 6276
/proc/meminfo: memFree=1184240/2055920 swapFree=4182144/4192956
[pid=6275] ppid=6273 vsize=900216 CPUtime=0.08
/proc/6275/stat : 6275 (java) R 6273 6275 6163 0 -1 0 3266 0 1 0 7 1 0 0 22 0 12 0 162943308 921821184 3026 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053834094 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6275/statm: 225054 3026 1531 14 0 212074 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 900216

[startup+0.513018 s]
/proc/loadavg: 2.22 2.06 2.01 4/94 6276
/proc/meminfo: memFree=1184240/2055920 swapFree=4182144/4192956
[pid=6275] ppid=6273 vsize=906224 CPUtime=0.51
/proc/6275/stat : 6275 (java) R 6273 6275 6163 0 -1 0 5961 0 1 0 48 3 0 0 19 0 12 0 162943308 927973376 5557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154549656 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6275/statm: 226556 5557 2286 14 0 212993 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 906224

[startup+1.3431 s]
/proc/loadavg: 2.22 2.06 2.01 4/105 6287
/proc/meminfo: memFree=1168792/2055920 swapFree=4182144/4192956
[pid=6275] ppid=6273 vsize=907248 CPUtime=1.33
/proc/6275/stat : 6275 (java) R 6273 6275 6163 0 -1 0 7120 0 1 0 130 3 0 0 22 0 12 0 162943308 929021952 6171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6275/statm: 226812 6171 2307 14 0 213249 0
[pid=6275/tid=6277] ppid=6273 vsize=907248 CPUtime=0
/proc/6275/task/6277/stat : 6277 (java) S 6273 6275 6163 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 162943311 929021952 6171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6278] ppid=6273 vsize=907248 CPUtime=0
/proc/6275/task/6278/stat : 6278 (java) S 6273 6275 6163 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 162943312 929021952 6171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6279] ppid=6273 vsize=907248 CPUtime=0
/proc/6275/task/6279/stat : 6279 (java) S 6273 6275 6163 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 162943314 929021952 6171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6280] ppid=6273 vsize=907248 CPUtime=0
/proc/6275/task/6280/stat : 6280 (java) S 6273 6275 6163 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 162943315 929021952 6171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6281] ppid=6273 vsize=907248 CPUtime=0
/proc/6275/task/6281/stat : 6281 (java) S 6273 6275 6163 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 162943315 929021952 6171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6282] ppid=6273 vsize=907248 CPUtime=0
/proc/6275/task/6282/stat : 6282 (java) S 6273 6275 6163 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162943318 929021952 6171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6283] ppid=6273 vsize=907248 CPUtime=0
/proc/6275/task/6283/stat : 6283 (java) S 6273 6275 6163 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 162943318 929021952 6171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6284] ppid=6273 vsize=907248 CPUtime=0.34
/proc/6275/task/6284/stat : 6284 (java) S 6273 6275 6163 0 -1 64 1137 0 0 0 34 0 0 0 16 0 12 0 162943319 929021952 6171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6285] ppid=6273 vsize=907248 CPUtime=0.32
/proc/6275/task/6285/stat : 6285 (java) R 6273 6275 6163 0 -1 64 684 0 0 0 32 0 0 0 16 0 12 0 162943319 929021952 6171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151692733 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6286] ppid=6273 vsize=907248 CPUtime=0
/proc/6275/task/6286/stat : 6286 (java) S 6273 6275 6163 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 162943319 929021952 6171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6287] ppid=6273 vsize=907248 CPUtime=0
/proc/6275/task/6287/stat : 6287 (java) S 6273 6275 6163 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 162943319 929021952 6171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 907248

[startup+2.98725 s]
/proc/loadavg: 2.28 2.07 2.02 4/105 6287
/proc/meminfo: memFree=1148824/2055920 swapFree=4182144/4192956
[pid=6275] ppid=6273 vsize=911228 CPUtime=3.15
/proc/6275/stat : 6275 (java) R 6273 6275 6163 0 -1 0 37797 0 1 0 299 16 0 0 25 0 12 0 162943308 933097472 33854 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054019639 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6275/statm: 227807 33854 2342 14 0 214244 0
[pid=6275/tid=6277] ppid=6273 vsize=911228 CPUtime=0.23
/proc/6275/task/6277/stat : 6277 (java) S 6273 6275 6163 0 -1 64 7930 0 0 0 20 3 0 0 19 0 12 0 162943311 933097472 33854 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6278] ppid=6273 vsize=911228 CPUtime=0.26
/proc/6275/task/6278/stat : 6278 (java) S 6273 6275 6163 0 -1 64 6873 0 0 0 24 2 0 0 19 0 12 0 162943312 933097472 33854 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6279] ppid=6273 vsize=911228 CPUtime=0
/proc/6275/task/6279/stat : 6279 (java) S 6273 6275 6163 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 162943314 933097472 33854 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6280] ppid=6273 vsize=911228 CPUtime=0
/proc/6275/task/6280/stat : 6280 (java) S 6273 6275 6163 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 162943315 933097472 33854 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6281] ppid=6273 vsize=911228 CPUtime=0
/proc/6275/task/6281/stat : 6281 (java) S 6273 6275 6163 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 162943315 933097472 33854 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6282] ppid=6273 vsize=911228 CPUtime=0
/proc/6275/task/6282/stat : 6282 (java) S 6273 6275 6163 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162943318 933097472 33854 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6283] ppid=6273 vsize=911228 CPUtime=0
/proc/6275/task/6283/stat : 6283 (java) S 6273 6275 6163 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 162943318 933097472 33854 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6284] ppid=6273 vsize=911228 CPUtime=0.65
/proc/6275/task/6284/stat : 6284 (java) S 6273 6275 6163 0 -1 64 1650 0 0 0 65 0 0 0 16 0 12 0 162943319 933097472 33854 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6285] ppid=6273 vsize=911228 CPUtime=0.74
/proc/6275/task/6285/stat : 6285 (java) S 6273 6275 6163 0 -1 64 1676 0 0 0 74 0 0 0 16 0 12 0 162943319 933097472 33854 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6286] ppid=6273 vsize=911228 CPUtime=0
/proc/6275/task/6286/stat : 6286 (java) S 6273 6275 6163 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 162943319 933097472 33854 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6287] ppid=6273 vsize=911228 CPUtime=0
/proc/6275/task/6287/stat : 6287 (java) S 6273 6275 6163 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 162943319 933097472 33854 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 911228

[startup+6.27357 s]
/proc/loadavg: 2.28 2.07 2.02 3/105 6287
/proc/meminfo: memFree=991192/2055920 swapFree=4182144/4192956
[pid=6275] ppid=6273 vsize=915052 CPUtime=6.7
/proc/6275/stat : 6275 (java) R 6273 6275 6163 0 -1 0 58463 0 1 0 644 26 0 0 18 0 12 0 162943308 937013248 50818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054448814 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6275/statm: 228763 50818 2481 14 0 215200 0
[pid=6275/tid=6277] ppid=6273 vsize=915052 CPUtime=0.69
/proc/6275/task/6277/stat : 6277 (java) S 6273 6275 6163 0 -1 64 15316 0 0 0 63 6 0 0 16 0 12 0 162943311 937013248 50818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6278] ppid=6273 vsize=915052 CPUtime=0.73
/proc/6275/task/6278/stat : 6278 (java) S 6273 6275 6163 0 -1 64 16170 0 0 0 66 7 0 0 16 0 12 0 162943312 937013248 50818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6279] ppid=6273 vsize=915052 CPUtime=0
/proc/6275/task/6279/stat : 6279 (java) S 6273 6275 6163 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 162943314 937013248 50818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6280] ppid=6273 vsize=915052 CPUtime=0
/proc/6275/task/6280/stat : 6280 (java) S 6273 6275 6163 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 162943315 937013248 50818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6281] ppid=6273 vsize=915052 CPUtime=0
/proc/6275/task/6281/stat : 6281 (java) S 6273 6275 6163 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 162943315 937013248 50818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6282] ppid=6273 vsize=915052 CPUtime=0
/proc/6275/task/6282/stat : 6282 (java) S 6273 6275 6163 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162943318 937013248 50818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6283] ppid=6273 vsize=915052 CPUtime=0
/proc/6275/task/6283/stat : 6283 (java) S 6273 6275 6163 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 162943318 937013248 50818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6284] ppid=6273 vsize=915052 CPUtime=1.06
/proc/6275/task/6284/stat : 6284 (java) S 6273 6275 6163 0 -1 64 3778 0 0 0 105 1 0 0 16 0 12 0 162943319 937013248 50818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6285] ppid=6273 vsize=915052 CPUtime=1.12
/proc/6275/task/6285/stat : 6285 (java) S 6273 6275 6163 0 -1 64 2984 0 0 0 112 0 0 0 17 0 12 0 162943319 937013248 50818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6286] ppid=6273 vsize=915052 CPUtime=0
/proc/6275/task/6286/stat : 6286 (java) S 6273 6275 6163 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 162943319 937013248 50818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6287] ppid=6273 vsize=915052 CPUtime=0
/proc/6275/task/6287/stat : 6287 (java) S 6273 6275 6163 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 162943319 937013248 50818 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 915052

[startup+12.7692 s]
/proc/loadavg: 2.24 2.07 2.02 4/105 6287
/proc/meminfo: memFree=967960/2055920 swapFree=4182144/4192956
[pid=6275] ppid=6273 vsize=917100 CPUtime=13.2
/proc/6275/stat : 6275 (java) R 6273 6275 6163 0 -1 0 65367 0 1 0 1291 29 0 0 25 0 12 0 162943308 939110400 56508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054449082 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6275/statm: 229275 56508 2482 14 0 215712 0
[pid=6275/tid=6277] ppid=6273 vsize=917100 CPUtime=0.87
/proc/6275/task/6277/stat : 6277 (java) S 6273 6275 6163 0 -1 64 18425 0 0 0 80 7 0 0 16 0 12 0 162943311 939110400 56508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6278] ppid=6273 vsize=917100 CPUtime=0.9
/proc/6275/task/6278/stat : 6278 (java) S 6273 6275 6163 0 -1 64 18339 0 0 0 82 8 0 0 16 0 12 0 162943312 939110400 56508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6279] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6279/stat : 6279 (java) S 6273 6275 6163 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 162943314 939110400 56508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6280] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6280/stat : 6280 (java) S 6273 6275 6163 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 162943315 939110400 56508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6281] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6281/stat : 6281 (java) S 6273 6275 6163 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 162943315 939110400 56508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6282] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6282/stat : 6282 (java) S 6273 6275 6163 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162943318 939110400 56508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6283] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6283/stat : 6283 (java) S 6273 6275 6163 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 162943318 939110400 56508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6284] ppid=6273 vsize=917100 CPUtime=1.61
/proc/6275/task/6284/stat : 6284 (java) S 6273 6275 6163 0 -1 64 5362 0 0 0 159 2 0 0 15 0 12 0 162943319 939110400 56508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6285] ppid=6273 vsize=917100 CPUtime=1.3
/proc/6275/task/6285/stat : 6285 (java) S 6273 6275 6163 0 -1 64 3004 0 0 0 129 1 0 0 16 0 12 0 162943319 939110400 56508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6286] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6286/stat : 6286 (java) S 6273 6275 6163 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 162943319 939110400 56508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6287] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6287/stat : 6287 (java) S 6273 6275 6163 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 162943319 939110400 56508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.2
Current children cumulated vsize (KiB) 917100

[startup+25.6484 s]
/proc/loadavg: 2.20 2.07 2.02 3/105 6287
/proc/meminfo: memFree=947480/2055920 swapFree=4182144/4192956
[pid=6275] ppid=6273 vsize=917100 CPUtime=26.07
/proc/6275/stat : 6275 (java) R 6273 6275 6163 0 -1 0 72094 0 1 0 2576 31 0 0 25 0 12 0 162943308 939110400 61937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054470675 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6275/statm: 229275 61937 2482 14 0 215712 0
[pid=6275/tid=6277] ppid=6273 vsize=917100 CPUtime=0.99
/proc/6275/task/6277/stat : 6277 (java) S 6273 6275 6163 0 -1 64 21461 0 0 0 91 8 0 0 16 0 12 0 162943311 939110400 61937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6278] ppid=6273 vsize=917100 CPUtime=1.05
/proc/6275/task/6278/stat : 6278 (java) S 6273 6275 6163 0 -1 64 21987 0 0 0 97 8 0 0 16 0 12 0 162943312 939110400 61937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6279] ppid=6273 vsize=917100 CPUtime=0.01
/proc/6275/task/6279/stat : 6279 (java) S 6273 6275 6163 0 -1 64 18 0 0 0 1 0 0 0 15 0 12 0 162943314 939110400 61937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6280] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6280/stat : 6280 (java) S 6273 6275 6163 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 162943315 939110400 61937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6281] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6281/stat : 6281 (java) S 6273 6275 6163 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 162943315 939110400 61937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6282] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6282/stat : 6282 (java) S 6273 6275 6163 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162943318 939110400 61937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6283] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6283/stat : 6283 (java) S 6273 6275 6163 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 162943318 939110400 61937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6284] ppid=6273 vsize=917100 CPUtime=1.72
/proc/6275/task/6284/stat : 6284 (java) S 6273 6275 6163 0 -1 64 5368 0 0 0 170 2 0 0 17 0 12 0 162943319 939110400 61937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6285] ppid=6273 vsize=917100 CPUtime=1.37
/proc/6275/task/6285/stat : 6285 (java) S 6273 6275 6163 0 -1 64 3004 0 0 0 136 1 0 0 17 0 12 0 162943319 939110400 61937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6286] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6286/stat : 6286 (java) S 6273 6275 6163 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 162943319 939110400 61937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6287] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6287/stat : 6287 (java) S 6273 6275 6163 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 162943319 939110400 61937 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.07
Current children cumulated vsize (KiB) 917100

[startup+51.2989 s]
/proc/loadavg: 2.19 2.08 2.02 3/105 6287
/proc/meminfo: memFree=886424/2055920 swapFree=4182144/4192956
[pid=6275] ppid=6273 vsize=917100 CPUtime=51.68
/proc/6275/stat : 6275 (java) R 6273 6275 6163 0 -1 0 87384 0 1 0 5131 37 0 0 25 0 12 0 162943308 939110400 77192 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835941 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6275/statm: 229275 77192 2482 14 0 215712 0
[pid=6275/tid=6277] ppid=6273 vsize=917100 CPUtime=1.22
/proc/6275/task/6277/stat : 6277 (java) S 6273 6275 6163 0 -1 64 28957 0 0 0 112 10 0 0 16 0 12 0 162943311 939110400 77192 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6278] ppid=6273 vsize=917100 CPUtime=1.28
/proc/6275/task/6278/stat : 6278 (java) S 6273 6275 6163 0 -1 64 29745 0 0 0 117 11 0 0 16 0 12 0 162943312 939110400 77192 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6279] ppid=6273 vsize=917100 CPUtime=0.02
/proc/6275/task/6279/stat : 6279 (java) S 6273 6275 6163 0 -1 64 18 0 0 0 2 0 0 0 15 0 12 0 162943314 939110400 77192 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6280] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6280/stat : 6280 (java) S 6273 6275 6163 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 162943315 939110400 77192 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6281] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6281/stat : 6281 (java) S 6273 6275 6163 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 162943315 939110400 77192 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6282] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6282/stat : 6282 (java) S 6273 6275 6163 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162943318 939110400 77192 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6283] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6283/stat : 6283 (java) S 6273 6275 6163 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 162943318 939110400 77192 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6284] ppid=6273 vsize=917100 CPUtime=1.74
/proc/6275/task/6284/stat : 6284 (java) S 6273 6275 6163 0 -1 64 5368 0 0 0 172 2 0 0 16 0 12 0 162943319 939110400 77192 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6285] ppid=6273 vsize=917100 CPUtime=1.41
/proc/6275/task/6285/stat : 6285 (java) S 6273 6275 6163 0 -1 64 3004 0 0 0 140 1 0 0 16 0 12 0 162943319 939110400 77192 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6286] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6286/stat : 6286 (java) S 6273 6275 6163 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 162943319 939110400 77192 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6287] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6287/stat : 6287 (java) S 6273 6275 6163 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 162943319 939110400 77192 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.68
Current children cumulated vsize (KiB) 917100

[startup+102.602 s]
/proc/loadavg: 2.08 2.06 2.01 4/105 6287
/proc/meminfo: memFree=768984/2055920 swapFree=4182144/4192956
[pid=6275] ppid=6273 vsize=917100 CPUtime=102.93
/proc/6275/stat : 6275 (java) R 6273 6275 6163 0 -1 0 116713 0 1 0 10245 48 0 0 25 0 12 0 162943308 939110400 106406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054404393 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6275/statm: 229275 106406 2483 14 0 215712 0
[pid=6275/tid=6277] ppid=6273 vsize=917100 CPUtime=1.77
/proc/6275/task/6277/stat : 6277 (java) S 6273 6275 6163 0 -1 64 43817 0 0 0 162 15 0 0 16 0 12 0 162943311 939110400 106406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6278] ppid=6273 vsize=917100 CPUtime=1.85
/proc/6275/task/6278/stat : 6278 (java) S 6273 6275 6163 0 -1 64 44120 0 0 0 169 16 0 0 16 0 12 0 162943312 939110400 106406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6279] ppid=6273 vsize=917100 CPUtime=0.05
/proc/6275/task/6279/stat : 6279 (java) S 6273 6275 6163 0 -1 64 19 0 0 0 4 1 0 0 15 0 12 0 162943314 939110400 106406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6280] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6280/stat : 6280 (java) S 6273 6275 6163 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 162943315 939110400 106406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6281] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6281/stat : 6281 (java) S 6273 6275 6163 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 162943315 939110400 106406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6282] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6282/stat : 6282 (java) S 6273 6275 6163 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162943318 939110400 106406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6283] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6283/stat : 6283 (java) S 6273 6275 6163 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 162943318 939110400 106406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6284] ppid=6273 vsize=917100 CPUtime=1.81
/proc/6275/task/6284/stat : 6284 (java) S 6273 6275 6163 0 -1 64 5371 0 0 0 179 2 0 0 17 0 12 0 162943319 939110400 106406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6285] ppid=6273 vsize=917100 CPUtime=1.51
/proc/6275/task/6285/stat : 6285 (java) S 6273 6275 6163 0 -1 64 3024 0 0 0 150 1 0 0 17 0 12 0 162943319 939110400 106406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6286] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6286/stat : 6286 (java) S 6273 6275 6163 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 162943319 939110400 106406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6287] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6287/stat : 6287 (java) S 6273 6275 6163 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 162943319 939110400 106406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.93
Current children cumulated vsize (KiB) 917100

[startup+162.687 s]
/proc/loadavg: 2.25 2.10 2.02 3/105 6287
/proc/meminfo: memFree=616408/2055920 swapFree=4182144/4192956
[pid=6275] ppid=6273 vsize=917100 CPUtime=162.85
/proc/6275/stat : 6275 (java) R 6273 6275 6163 0 -1 0 149963 0 1 0 16224 61 0 0 25 0 12 0 162943308 939110400 139198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054455921 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6275/statm: 229275 139198 2483 14 0 215712 0
[pid=6275/tid=6277] ppid=6273 vsize=917100 CPUtime=2.56
/proc/6275/task/6277/stat : 6277 (java) S 6273 6275 6163 0 -1 64 61184 0 0 0 236 20 0 0 16 0 12 0 162943311 939110400 139198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6278] ppid=6273 vsize=917100 CPUtime=2.67
/proc/6275/task/6278/stat : 6278 (java) S 6273 6275 6163 0 -1 64 59644 0 0 0 245 22 0 0 16 0 12 0 162943312 939110400 139198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6279] ppid=6273 vsize=917100 CPUtime=0.09
/proc/6275/task/6279/stat : 6279 (java) S 6273 6275 6163 0 -1 64 20 0 0 0 8 1 0 0 15 0 12 0 162943314 939110400 139198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6280] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6280/stat : 6280 (java) S 6273 6275 6163 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 162943315 939110400 139198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6281] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6281/stat : 6281 (java) S 6273 6275 6163 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 162943315 939110400 139198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6282] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6282/stat : 6282 (java) S 6273 6275 6163 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162943318 939110400 139198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6283] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6283/stat : 6283 (java) S 6273 6275 6163 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 162943318 939110400 139198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6284] ppid=6273 vsize=917100 CPUtime=2.09
/proc/6275/task/6284/stat : 6284 (java) S 6273 6275 6163 0 -1 64 5648 0 0 0 206 3 0 0 17 0 12 0 162943319 939110400 139198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6285] ppid=6273 vsize=917100 CPUtime=1.61
/proc/6275/task/6285/stat : 6285 (java) S 6273 6275 6163 0 -1 64 3025 0 0 0 160 1 0 0 17 0 12 0 162943319 939110400 139198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6286] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6286/stat : 6286 (java) S 6273 6275 6163 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 162943319 939110400 139198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6287] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6287/stat : 6287 (java) S 6273 6275 6163 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 162943319 939110400 139198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.85
Current children cumulated vsize (KiB) 917100

[startup+222.743 s]
/proc/loadavg: 2.18 2.11 2.03 3/97 6325
/proc/meminfo: memFree=566744/2055920 swapFree=4182144/4192956
[pid=6275] ppid=6273 vsize=917100 CPUtime=222.51
/proc/6275/stat : 6275 (java) R 6273 6275 6163 0 -1 0 181990 0 1 0 22173 78 0 0 25 0 12 0 162943308 939110400 170660 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054444210 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6275/statm: 229275 170660 2483 14 0 215712 0
[pid=6275/tid=6277] ppid=6273 vsize=917100 CPUtime=3.48
/proc/6275/task/6277/stat : 6277 (java) S 6273 6275 6163 0 -1 64 77552 0 0 0 321 27 0 0 16 0 12 0 162943311 939110400 170660 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6278] ppid=6273 vsize=917100 CPUtime=3.6
/proc/6275/task/6278/stat : 6278 (java) S 6273 6275 6163 0 -1 64 75227 0 0 0 332 28 0 0 16 0 12 0 162943312 939110400 170660 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6279] ppid=6273 vsize=917100 CPUtime=0.11
/proc/6275/task/6279/stat : 6279 (java) S 6273 6275 6163 0 -1 64 21 0 0 0 9 2 0 0 15 0 12 0 162943314 939110400 170660 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6280] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6280/stat : 6280 (java) S 6273 6275 6163 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 162943315 939110400 170660 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6281] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6281/stat : 6281 (java) S 6273 6275 6163 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 162943315 939110400 170660 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6282] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6282/stat : 6282 (java) S 6273 6275 6163 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162943318 939110400 170660 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6283] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6283/stat : 6283 (java) S 6273 6275 6163 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 162943318 939110400 170660 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6284] ppid=6273 vsize=917100 CPUtime=2.14
/proc/6275/task/6284/stat : 6284 (java) S 6273 6275 6163 0 -1 64 5648 0 0 0 211 3 0 0 16 0 12 0 162943319 939110400 170660 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6285] ppid=6273 vsize=917100 CPUtime=1.65
/proc/6275/task/6285/stat : 6285 (java) S 6273 6275 6163 0 -1 64 3025 0 0 0 164 1 0 0 16 0 12 0 162943319 939110400 170660 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6286] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6286/stat : 6286 (java) S 6273 6275 6163 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 162943319 939110400 170660 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6287] ppid=6273 vsize=917100 CPUtime=0
/proc/6275/task/6287/stat : 6287 (java) S 6273 6275 6163 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 162943319 939110400 170660 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.51
Current children cumulated vsize (KiB) 917100



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+252.233 s]
/proc/loadavg: 2.35 2.14 2.04 3/97 6325
/proc/meminfo: memFree=92696/2055920 swapFree=4182144/4192956
[pid=6275] ppid=6273 vsize=925104 CPUtime=251.86
/proc/6275/stat : 6275 (java) S 6273 6275 6163 0 -1 0 202246 0 1 0 25100 86 0 0 25 0 12 0 162943308 947306496 188253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6275/statm: 231276 188253 2483 14 0 217713 0
[pid=6275/tid=6277] ppid=6273 vsize=925104 CPUtime=3.97
/proc/6275/task/6277/stat : 6277 (java) S 6273 6275 6163 0 -1 64 85183 0 0 0 367 30 0 0 16 0 12 0 162943311 947306496 188253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6278] ppid=6273 vsize=925104 CPUtime=4.09
/proc/6275/task/6278/stat : 6278 (java) S 6273 6275 6163 0 -1 64 84203 0 0 0 378 31 0 0 15 0 12 0 162943312 947306496 188253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6279] ppid=6273 vsize=925104 CPUtime=0.24
/proc/6275/task/6279/stat : 6279 (java) R 6273 6275 6163 0 -1 64 2909 0 0 0 21 3 0 0 16 0 12 0 162943314 947306496 188253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6280] ppid=6273 vsize=925104 CPUtime=0
/proc/6275/task/6280/stat : 6280 (java) S 6273 6275 6163 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 162943315 947306496 188253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6281] ppid=6273 vsize=925104 CPUtime=0
/proc/6275/task/6281/stat : 6281 (java) S 6273 6275 6163 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 162943315 947306496 188253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6282] ppid=6273 vsize=925104 CPUtime=0
/proc/6275/task/6282/stat : 6282 (java) S 6273 6275 6163 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162943318 947306496 188253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6283] ppid=6273 vsize=925104 CPUtime=0
/proc/6275/task/6283/stat : 6283 (java) S 6273 6275 6163 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 162943318 947306496 188253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6275/tid=6284] ppid=6273 vsize=925104 CPUtime=2.14
/proc/6275/task/6284/stat : 6284 (java) S 6273 6275 6163 0 -1 64 5648 0 0 0 211 3 0 0 16 0 12 0 162943319 947306496 188253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6285] ppid=6273 vsize=925104 CPUtime=1.77
/proc/6275/task/6285/stat : 6285 (java) S 6273 6275 6163 0 -1 64 3750 0 0 0 176 1 0 0 17 0 12 0 162943319 947306496 188253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6286] ppid=6273 vsize=925104 CPUtime=0
/proc/6275/task/6286/stat : 6286 (java) S 6273 6275 6163 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 162943319 947306496 188253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6275/tid=6287] ppid=6273 vsize=925104 CPUtime=0
/proc/6275/task/6287/stat : 6287 (java) S 6273 6275 6163 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 162943319 947306496 188253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 251.86
Current children cumulated vsize (KiB) 925104

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

Child status: 143
Real time (s): 253.404
CPU time (s): 253.028
CPU user time (s): 252.053
CPU system time (s): 0.974851
CPU usage (%): 99.8514
Max. virtual memory (cumulated for all children) (KiB): 925104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.053
system time used= 0.974851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202269
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= 10455
involuntary context switches= 10084

runsolver used 0.334949 s user time and 0.810876 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Sun Jan  7 04:51:17 UTC 2007


IDJOB= 201134
IDBENCH= 3745
FILE ID= node4/201134-1168145477

PBS_JOBID= 3477878

Free space on /tmp= 66298 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp15/fapp15-3000-5.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201134-1168145477/sat4jCSP-bf3.jar /tmp/evaluation/201134-1168145477/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-201134-1168145477 -o ROOT/results/node4/solver-201134-1168145477 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201134-1168145477/sat4jCSP-bf3.jar /tmp/evaluation/201134-1168145477/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  cbf1a33575819e47024f404c59ea6857

RANDOM SEED= 151520080

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.223
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.223
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:       1184720 kB
Buffers:         40392 kB
Cached:         195736 kB
SwapCached:       2552 kB
Active:         692236 kB
Inactive:       118020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1184720 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            7052 kB
Writeback:           0 kB
Mapped:         591432 kB
Slab:            44476 kB
Committed_AS:  4904144 kB
PageTables:       3516 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= 66299 MiB



End job on node4 on Sun Jan  7 04:55:31 UTC 2007