Trace number 2066323

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT4J CSP 2.1.1? (TO) 1800.14 1806.86

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-30-35.xml
MD5SUMca20c38860297149dd8b57472c82f024
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2100
Number of constraints130
Maximum constraint arity35
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension130
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.18/0.24	c c --- Begin Solver configuration ---
0.18/0.24	c Stops conflict analysis at the first Unique Implication Point
0.18/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.24	c Learn all clauses as in MiniSAT
0.18/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.24	c Expensive reason simplification
0.18/0.24	c MiniSAT restarts strategy
0.18/0.24	c Memory based learned constraints deletion strategy
0.18/0.24	c timeout=2147483s
0.18/0.24	c DB Simplification allowed=false
0.18/0.24	c --- End Solver configuration ---
0.18/0.24	c solving HOME/instance-2066323-1247342353.xml
0.18/0.24	c reading problem ... 
0.38/0.48	c reading problem named null
0.38/0.48	c reading domains done.
0.38/0.48	c reading variables done.
0.98/1.07	c reading predicates  done.
1.27/1.30	c reading constraints
1800.07/1806.81	c starts		: 0
1800.07/1806.81	c conflicts		: 0
1800.07/1806.81	c decisions		: 0
1800.07/1806.81	c propagations		: 0
1800.07/1806.81	c inspects		: 0
1800.07/1806.81	c learnt literals	: 0
1800.07/1806.81	c learnt binary clauses	: 0
1800.07/1806.81	c learnt ternary clauses	: 0
1800.07/1806.81	c learnt clauses	: 0
1800.07/1806.81	c ignored clauses	: 0
1800.07/1806.81	c root simplifications	: 0
1800.07/1806.81	c removed literals (reason simplification)	: 0
1800.07/1806.81	c reason swapping (by a shorter reason)	: 0
1800.07/1806.81	c Calls to reduceDB	: 0
1800.07/1806.81	c speed (assignments/second)	: 0.0
1800.07/1806.81	c non guided choices	0
1800.07/1806.81	c learnt constraints type 
1800.07/1806.81	c constraints type 
1800.07/1806.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1
1800.07/1806.81	c org.sat4j.minisat.constraints.card.AtLeast => 2100
1800.07/1806.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2100
1800.07/1806.81	s UNKNOWN
1800.07/1806.82	c Total wall clock time (in seconds) : 1806.576

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2066323-1247342353/watcher-2066323-1247342353 -o /tmp/evaluation-result-2066323-1247342353/solver-2066323-1247342353 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2066323-1247342353.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 2.07 2.04 1.95 4/82 16429
/proc/meminfo: memFree=1436864/2055920 swapFree=4192956/4192956
[pid=16429] ppid=16427 vsize=18576 CPUtime=0
/proc/16429/stat : 16429 (runsolver) R 16427 16429 15498 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 21299934 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 226686987559 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/16429/statm: 4644 284 249 26 0 2626 0

[startup+0.0328541 s]
/proc/loadavg: 2.07 2.04 1.95 4/82 16429
/proc/meminfo: memFree=1436864/2055920 swapFree=4192956/4192956
[pid=16429] ppid=16427 vsize=800544 CPUtime=0.01
/proc/16429/stat : 16429 (java) S 16427 16429 15498 0 -1 0 2035 0 1 0 0 1 0 0 20 0 4 0 21299934 819757056 1782 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16429/statm: 200136 1782 696 9 0 197487 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800544

[startup+0.102865 s]
/proc/loadavg: 2.07 2.04 1.95 4/82 16429
/proc/meminfo: memFree=1436864/2055920 swapFree=4192956/4192956
[pid=16429] ppid=16427 vsize=804560 CPUtime=0.08
/proc/16429/stat : 16429 (java) S 16427 16429 15498 0 -1 0 3018 0 1 0 6 2 0 0 20 0 12 0 21299934 823869440 2761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16429/statm: 201140 2761 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.302903 s]
/proc/loadavg: 2.07 2.04 1.95 4/82 16429
/proc/meminfo: memFree=1436864/2055920 swapFree=4192956/4192956
[pid=16429] ppid=16427 vsize=805928 CPUtime=0.29
/proc/16429/stat : 16429 (java) S 16427 16429 15498 0 -1 0 4395 0 1 0 26 3 0 0 20 0 12 0 21299934 825270272 4132 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16429/statm: 201482 4132 1359 9 0 198809 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805928

[startup+0.70299 s]
/proc/loadavg: 2.07 2.04 1.95 4/82 16429
/proc/meminfo: memFree=1436864/2055920 swapFree=4192956/4192956
[pid=16429] ppid=16427 vsize=807208 CPUtime=0.68
/proc/16429/stat : 16429 (java) S 16427 16429 15498 0 -1 0 5462 0 1 0 65 3 0 0 20 0 12 0 21299934 826580992 4954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16429/statm: 201802 4954 1389 9 0 199129 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807208

[startup+1.50116 s]
/proc/loadavg: 2.07 2.04 1.95 4/94 16441
/proc/meminfo: memFree=1421024/2055920 swapFree=4192956/4192956
[pid=16429] ppid=16427 vsize=808104 CPUtime=1.48
/proc/16429/stat : 16429 (java) S 16427 16429 15498 0 -1 0 8006 0 1 0 143 5 0 0 20 0 12 0 21299934 827498496 6658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16429/statm: 202026 6658 1402 9 0 199353 0
[pid=16429/tid=16431] ppid=16427 vsize=808104 CPUtime=0.95
/proc/16429/task/16431/stat : 16431 (java) R 16427 16429 15498 0 -1 64 5232 0 1 0 92 3 0 0 25 0 12 0 21299935 827498496 6658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16432] ppid=16427 vsize=808104 CPUtime=0
/proc/16429/task/16432/stat : 16432 (java) S 16427 16429 15498 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 21299936 827498496 6658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16433] ppid=16427 vsize=808104 CPUtime=0
/proc/16429/task/16433/stat : 16433 (java) S 16427 16429 15498 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 21299936 827498496 6658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16434] ppid=16427 vsize=808104 CPUtime=0
/proc/16429/task/16434/stat : 16434 (java) S 16427 16429 15498 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21299938 827498496 6658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16435] ppid=16427 vsize=808104 CPUtime=0
/proc/16429/task/16435/stat : 16435 (java) S 16427 16429 15498 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 21299939 827498496 6658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16436] ppid=16427 vsize=808104 CPUtime=0
/proc/16429/task/16436/stat : 16436 (java) S 16427 16429 15498 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21299939 827498496 6658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16437] ppid=16427 vsize=808104 CPUtime=0
/proc/16429/task/16437/stat : 16437 (java) S 16427 16429 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21299943 827498496 6658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16438] ppid=16427 vsize=808104 CPUtime=0.04
/proc/16429/task/16438/stat : 16438 (java) S 16427 16429 15498 0 -1 64 269 0 0 0 4 0 0 0 18 0 12 0 21299943 827498496 6658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16439] ppid=16427 vsize=808104 CPUtime=0.46
/proc/16429/task/16439/stat : 16439 (java) R 16427 16429 15498 0 -1 64 1761 0 0 0 46 0 0 0 16 0 12 0 21299943 827498496 6658 996147200 134512640 134550932 4294956016 18446744073709551615 103334049 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16440] ppid=16427 vsize=808104 CPUtime=0
/proc/16429/task/16440/stat : 16440 (java) S 16427 16429 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21299943 827498496 6658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16441] ppid=16427 vsize=808104 CPUtime=0
/proc/16429/task/16441/stat : 16441 (java) S 16427 16429 15498 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21299943 827498496 6658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 808104

[startup+3.10248 s]
/proc/loadavg: 2.14 2.05 1.96 4/94 16441
/proc/meminfo: memFree=1397472/2055920 swapFree=4192956/4192956
[pid=16429] ppid=16427 vsize=822052 CPUtime=3.07
/proc/16429/stat : 16429 (java) S 16427 16429 15498 0 -1 0 20787 0 1 0 295 12 0 0 20 0 12 0 21299934 841781248 17642 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16429/statm: 205513 17642 1426 9 0 202840 0
[pid=16429/tid=16431] ppid=16427 vsize=822052 CPUtime=1.59
/proc/16429/task/16431/stat : 16431 (java) R 16427 16429 15498 0 -1 64 12928 0 1 0 152 7 0 0 25 0 12 0 21299935 841781248 17642 996147200 134512640 134550932 4294956016 18446744073709551615 107082539 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16432] ppid=16427 vsize=822052 CPUtime=0
/proc/16429/task/16432/stat : 16432 (java) S 16427 16429 15498 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 21299936 841781248 17642 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16433] ppid=16427 vsize=822052 CPUtime=0
/proc/16429/task/16433/stat : 16433 (java) S 16427 16429 15498 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 21299936 841781248 17642 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16434] ppid=16427 vsize=822052 CPUtime=0
/proc/16429/task/16434/stat : 16434 (java) S 16427 16429 15498 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 21299938 841781248 17642 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16435] ppid=16427 vsize=822052 CPUtime=0
/proc/16429/task/16435/stat : 16435 (java) S 16427 16429 15498 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 21299939 841781248 17642 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16436] ppid=16427 vsize=822052 CPUtime=0
/proc/16429/task/16436/stat : 16436 (java) S 16427 16429 15498 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21299939 841781248 17642 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16437] ppid=16427 vsize=822052 CPUtime=0
/proc/16429/task/16437/stat : 16437 (java) S 16427 16429 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21299943 841781248 17642 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16438] ppid=16427 vsize=822052 CPUtime=0.05
/proc/16429/task/16438/stat : 16438 (java) S 16427 16429 15498 0 -1 64 271 0 0 0 5 0 0 0 17 0 12 0 21299943 841781248 17642 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16439] ppid=16427 vsize=822052 CPUtime=1.4
/proc/16429/task/16439/stat : 16439 (java) R 16427 16429 15498 0 -1 64 6843 0 0 0 137 3 0 0 22 0 12 0 21299943 841781248 17642 996147200 134512640 134550932 4294956016 18446744073709551615 103377898 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16440] ppid=16427 vsize=822052 CPUtime=0
/proc/16429/task/16440/stat : 16440 (java) S 16427 16429 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21299943 841781248 17642 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16441] ppid=16427 vsize=822052 CPUtime=0
/proc/16429/task/16441/stat : 16441 (java) S 16427 16429 15498 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21299943 841781248 17642 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 822052

[startup+6.30112 s]
/proc/loadavg: 2.14 2.05 1.96 3/94 16441
/proc/meminfo: memFree=1348128/2055920 swapFree=4192956/4192956
[pid=16429] ppid=16427 vsize=822796 CPUtime=6.25
/proc/16429/stat : 16429 (java) S 16427 16429 15498 0 -1 0 28594 0 1 0 610 15 0 0 20 0 12 0 21299934 842543104 23832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16429/statm: 205699 23832 1435 9 0 203026 0
[pid=16429/tid=16431] ppid=16427 vsize=822796 CPUtime=4.23
/proc/16429/task/16431/stat : 16431 (java) R 16427 16429 15498 0 -1 64 17413 0 1 0 413 10 0 0 25 0 12 0 21299935 842543104 23832 996147200 134512640 134550932 4294956016 18446744073709551615 4109591984 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16432] ppid=16427 vsize=822796 CPUtime=0.05
/proc/16429/task/16432/stat : 16432 (java) S 16427 16429 15498 0 -1 64 852 0 0 0 5 0 0 0 16 0 12 0 21299936 842543104 23832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16433] ppid=16427 vsize=822796 CPUtime=0.01
/proc/16429/task/16433/stat : 16433 (java) S 16427 16429 15498 0 -1 64 382 0 0 0 1 0 0 0 16 0 12 0 21299936 842543104 23832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16434] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16434/stat : 16434 (java) S 16427 16429 15498 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 21299938 842543104 23832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16435] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16435/stat : 16435 (java) S 16427 16429 15498 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21299939 842543104 23832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16436] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16436/stat : 16436 (java) S 16427 16429 15498 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21299939 842543104 23832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16437] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16437/stat : 16437 (java) S 16427 16429 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21299943 842543104 23832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16438] ppid=16427 vsize=822796 CPUtime=0.05
/proc/16429/task/16438/stat : 16438 (java) S 16427 16429 15498 0 -1 64 271 0 0 0 5 0 0 0 17 0 12 0 21299943 842543104 23832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16439] ppid=16427 vsize=822796 CPUtime=1.87
/proc/16429/task/16439/stat : 16439 (java) S 16427 16429 15498 0 -1 64 8906 0 0 0 183 4 0 0 25 0 12 0 21299943 842543104 23832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16440] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16440/stat : 16440 (java) S 16427 16429 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21299943 842543104 23832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16441] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16441/stat : 16441 (java) S 16427 16429 15498 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21299943 842543104 23832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 822796

[startup+12.7014 s]
/proc/loadavg: 2.12 2.05 1.96 3/94 16441
/proc/meminfo: memFree=1332960/2055920 swapFree=4192956/4192956
[pid=16429] ppid=16427 vsize=822796 CPUtime=12.62
/proc/16429/stat : 16429 (java) S 16427 16429 15498 0 -1 0 31947 0 1 0 1245 17 0 0 20 0 12 0 21299934 842543104 27173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16429/statm: 205699 27173 1435 9 0 203026 0
[pid=16429/tid=16431] ppid=16427 vsize=822796 CPUtime=10.57
/proc/16429/task/16431/stat : 16431 (java) R 16427 16429 15498 0 -1 64 20337 0 1 0 1045 12 0 0 25 0 12 0 21299935 842543104 27173 996147200 134512640 134550932 4294956016 18446744073709551615 4109591984 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16432] ppid=16427 vsize=822796 CPUtime=0.07
/proc/16429/task/16432/stat : 16432 (java) S 16427 16429 15498 0 -1 64 1126 0 0 0 7 0 0 0 16 0 12 0 21299936 842543104 27173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16433] ppid=16427 vsize=822796 CPUtime=0.02
/proc/16429/task/16433/stat : 16433 (java) S 16427 16429 15498 0 -1 64 537 0 0 0 2 0 0 0 16 0 12 0 21299936 842543104 27173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16434] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16434/stat : 16434 (java) S 16427 16429 15498 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 21299938 842543104 27173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16435] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16435/stat : 16435 (java) S 16427 16429 15498 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21299939 842543104 27173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16436] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16436/stat : 16436 (java) S 16427 16429 15498 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21299939 842543104 27173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16437] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16437/stat : 16437 (java) S 16427 16429 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21299943 842543104 27173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16438] ppid=16427 vsize=822796 CPUtime=0.05
/proc/16429/task/16438/stat : 16438 (java) S 16427 16429 15498 0 -1 64 271 0 0 0 5 0 0 0 17 0 12 0 21299943 842543104 27173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16439] ppid=16427 vsize=822796 CPUtime=1.87
/proc/16429/task/16439/stat : 16439 (java) S 16427 16429 15498 0 -1 64 8906 0 0 0 183 4 0 0 25 0 12 0 21299943 842543104 27173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16440] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16440/stat : 16440 (java) S 16427 16429 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21299943 842543104 27173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16441] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16441/stat : 16441 (java) S 16427 16429 15498 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21299943 842543104 27173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 822796

[startup+25.503 s]
/proc/loadavg: 2.10 2.05 1.96 3/94 16441
/proc/meminfo: memFree=1331232/2055920 swapFree=4192956/4192956
[pid=16429] ppid=16427 vsize=822796 CPUtime=25.35
/proc/16429/stat : 16429 (java) S 16427 16429 15498 0 -1 0 32419 0 1 0 2517 18 0 0 20 0 12 0 21299934 842543104 27622 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16429/statm: 205699 27622 1435 9 0 203026 0
[pid=16429/tid=16431] ppid=16427 vsize=822796 CPUtime=23.29
/proc/16429/task/16431/stat : 16431 (java) R 16427 16429 15498 0 -1 64 20781 0 1 0 2317 12 0 0 25 0 12 0 21299935 842543104 27622 996147200 134512640 134550932 4294956016 18446744073709551615 4109575981 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16432] ppid=16427 vsize=822796 CPUtime=0.07
/proc/16429/task/16432/stat : 16432 (java) S 16427 16429 15498 0 -1 64 1139 0 0 0 7 0 0 0 16 0 12 0 21299936 842543104 27622 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16433] ppid=16427 vsize=822796 CPUtime=0.02
/proc/16429/task/16433/stat : 16433 (java) S 16427 16429 15498 0 -1 64 552 0 0 0 2 0 0 0 15 0 12 0 21299936 842543104 27622 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16434] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16434/stat : 16434 (java) S 16427 16429 15498 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 21299938 842543104 27622 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16435] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16435/stat : 16435 (java) S 16427 16429 15498 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21299939 842543104 27622 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16436] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16436/stat : 16436 (java) S 16427 16429 15498 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21299939 842543104 27622 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16437] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16437/stat : 16437 (java) S 16427 16429 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21299943 842543104 27622 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16438] ppid=16427 vsize=822796 CPUtime=0.05

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

[pid=16429/tid=16440] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16440/stat : 16440 (java) S 16427 16429 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21299943 842543104 30314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16441] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16441/stat : 16441 (java) S 16427 16429 15498 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21299943 842543104 30314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.65
Current children cumulated vsize (KiB) 822796

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.03 4/96 16707
/proc/meminfo: memFree=1260680/2055920 swapFree=4192956/4192956
[pid=16429] ppid=16427 vsize=822796 CPUtime=1595.63
/proc/16429/stat : 16429 (java) S 16427 16429 15498 0 -1 0 38003 0 1 0 159506 57 0 0 20 0 12 0 21299934 842543104 30423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16429/statm: 205699 30423 1435 9 0 203026 0
[pid=16429/tid=16431] ppid=16427 vsize=822796 CPUtime=1591.93
/proc/16429/task/16431/stat : 16431 (java) R 16427 16429 15498 0 -1 64 23564 0 1 0 159168 25 0 0 25 0 12 0 21299935 842543104 30423 996147200 134512640 134550932 4294956016 18446744073709551615 4109757576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16429/tid=16432] ppid=16427 vsize=822796 CPUtime=0.6
/proc/16429/task/16432/stat : 16432 (java) S 16427 16429 15498 0 -1 64 2532 0 0 0 57 3 0 0 15 0 12 0 21299936 842543104 30423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16429/tid=16433] ppid=16427 vsize=822796 CPUtime=0.57
/proc/16429/task/16433/stat : 16433 (java) S 16427 16429 15498 0 -1 64 1960 0 0 0 53 4 0 0 16 0 12 0 21299936 842543104 30423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16429/tid=16434] ppid=16427 vsize=822796 CPUtime=0.56
/proc/16429/task/16434/stat : 16434 (java) S 16427 16429 15498 0 -1 64 30 0 0 0 37 19 0 0 15 0 12 0 21299938 842543104 30423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16429/tid=16435] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16435/stat : 16435 (java) S 16427 16429 15498 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21299939 842543104 30423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16436] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16436/stat : 16436 (java) S 16427 16429 15498 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21299939 842543104 30423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16437] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16437/stat : 16437 (java) S 16427 16429 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21299943 842543104 30423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16438] ppid=16427 vsize=822796 CPUtime=0.05
/proc/16429/task/16438/stat : 16438 (java) S 16427 16429 15498 0 -1 64 271 0 0 0 5 0 0 0 17 0 12 0 21299943 842543104 30423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16439] ppid=16427 vsize=822796 CPUtime=1.87
/proc/16429/task/16439/stat : 16439 (java) S 16427 16429 15498 0 -1 64 8906 0 0 0 183 4 0 0 25 0 12 0 21299943 842543104 30423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16440] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16440/stat : 16440 (java) S 16427 16429 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21299943 842543104 30423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16441] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16441/stat : 16441 (java) S 16427 16429 15498 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21299943 842543104 30423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.63
Current children cumulated vsize (KiB) 822796

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/96 16707
/proc/meminfo: memFree=1259784/2055920 swapFree=4192956/4192956
[pid=16429] ppid=16427 vsize=822796 CPUtime=1655.61
/proc/16429/stat : 16429 (java) S 16427 16429 15498 0 -1 0 38216 0 1 0 165502 59 0 0 20 0 12 0 21299934 842543104 30530 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16429/statm: 205699 30530 1435 9 0 203026 0
[pid=16429/tid=16431] ppid=16427 vsize=822796 CPUtime=1651.84
/proc/16429/task/16431/stat : 16431 (java) R 16427 16429 15498 0 -1 64 23670 0 1 0 165159 25 0 0 25 0 12 0 21299935 842543104 30530 996147200 134512640 134550932 4294956016 18446744073709551615 4109575983 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16429/tid=16432] ppid=16427 vsize=822796 CPUtime=0.64
/proc/16429/task/16432/stat : 16432 (java) S 16427 16429 15498 0 -1 64 2585 0 0 0 60 4 0 0 15 0 12 0 21299936 842543104 30530 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16429/tid=16433] ppid=16427 vsize=822796 CPUtime=0.59
/proc/16429/task/16433/stat : 16433 (java) S 16427 16429 15498 0 -1 64 2014 0 0 0 55 4 0 0 16 0 12 0 21299936 842543104 30530 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16429/tid=16434] ppid=16427 vsize=822796 CPUtime=0.57
/proc/16429/task/16434/stat : 16434 (java) S 16427 16429 15498 0 -1 64 30 0 0 0 37 20 0 0 15 0 12 0 21299938 842543104 30530 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16429/tid=16435] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16435/stat : 16435 (java) S 16427 16429 15498 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21299939 842543104 30530 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16436] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16436/stat : 16436 (java) S 16427 16429 15498 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21299939 842543104 30530 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16437] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16437/stat : 16437 (java) S 16427 16429 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21299943 842543104 30530 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16438] ppid=16427 vsize=822796 CPUtime=0.05
/proc/16429/task/16438/stat : 16438 (java) S 16427 16429 15498 0 -1 64 271 0 0 0 5 0 0 0 17 0 12 0 21299943 842543104 30530 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16439] ppid=16427 vsize=822796 CPUtime=1.87
/proc/16429/task/16439/stat : 16439 (java) S 16427 16429 15498 0 -1 64 8906 0 0 0 183 4 0 0 25 0 12 0 21299943 842543104 30530 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16440] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16440/stat : 16440 (java) S 16427 16429 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21299943 842543104 30530 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16441] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16441/stat : 16441 (java) S 16427 16429 15498 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21299943 842543104 30530 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.61
Current children cumulated vsize (KiB) 822796

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/96 16707
/proc/meminfo: memFree=1258888/2055920 swapFree=4192956/4192956
[pid=16429] ppid=16427 vsize=822796 CPUtime=1715.59
/proc/16429/stat : 16429 (java) S 16427 16429 15498 0 -1 0 38432 0 1 0 171499 60 0 0 20 0 12 0 21299934 842543104 30639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16429/statm: 205699 30639 1435 9 0 203026 0
[pid=16429/tid=16431] ppid=16427 vsize=822796 CPUtime=1711.75
/proc/16429/task/16431/stat : 16431 (java) R 16427 16429 15498 0 -1 64 23777 0 1 0 171150 25 0 0 25 0 12 0 21299935 842543104 30639 996147200 134512640 134550932 4294956016 18446744073709551615 4109528530 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16429/tid=16432] ppid=16427 vsize=822796 CPUtime=0.66
/proc/16429/task/16432/stat : 16432 (java) S 16427 16429 15498 0 -1 64 2641 0 0 0 62 4 0 0 16 0 12 0 21299936 842543104 30639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16429/tid=16433] ppid=16427 vsize=822796 CPUtime=0.61
/proc/16429/task/16433/stat : 16433 (java) S 16427 16429 15498 0 -1 64 2067 0 0 0 57 4 0 0 15 0 12 0 21299936 842543104 30639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16429/tid=16434] ppid=16427 vsize=822796 CPUtime=0.6
/proc/16429/task/16434/stat : 16434 (java) S 16427 16429 15498 0 -1 64 30 0 0 0 39 21 0 0 15 0 12 0 21299938 842543104 30639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16429/tid=16435] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16435/stat : 16435 (java) S 16427 16429 15498 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21299939 842543104 30639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16436] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16436/stat : 16436 (java) S 16427 16429 15498 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21299939 842543104 30639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16437] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16437/stat : 16437 (java) S 16427 16429 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21299943 842543104 30639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16438] ppid=16427 vsize=822796 CPUtime=0.05
/proc/16429/task/16438/stat : 16438 (java) S 16427 16429 15498 0 -1 64 271 0 0 0 5 0 0 0 17 0 12 0 21299943 842543104 30639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16439] ppid=16427 vsize=822796 CPUtime=1.87
/proc/16429/task/16439/stat : 16439 (java) S 16427 16429 15498 0 -1 64 8906 0 0 0 183 4 0 0 25 0 12 0 21299943 842543104 30639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16440] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16440/stat : 16440 (java) S 16427 16429 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21299943 842543104 30639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16441] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16441/stat : 16441 (java) S 16427 16429 15498 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21299943 842543104 30639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.59
Current children cumulated vsize (KiB) 822796

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/96 16707
/proc/meminfo: memFree=1257928/2055920 swapFree=4192956/4192956
[pid=16429] ppid=16427 vsize=822796 CPUtime=1775.57
/proc/16429/stat : 16429 (java) S 16427 16429 15498 0 -1 0 38645 0 1 0 177496 61 0 0 20 0 12 0 21299934 842543104 30746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16429/statm: 205699 30746 1435 9 0 203026 0
[pid=16429/tid=16431] ppid=16427 vsize=822796 CPUtime=1771.66
/proc/16429/task/16431/stat : 16431 (java) R 16427 16429 15498 0 -1 64 23883 0 1 0 177141 25 0 0 25 0 12 0 21299935 842543104 30746 996147200 134512640 134550932 4294956016 18446744073709551615 4109668487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16429/tid=16432] ppid=16427 vsize=822796 CPUtime=0.69
/proc/16429/task/16432/stat : 16432 (java) S 16427 16429 15498 0 -1 64 2693 0 0 0 65 4 0 0 16 0 12 0 21299936 842543104 30746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16429/tid=16433] ppid=16427 vsize=822796 CPUtime=0.63
/proc/16429/task/16433/stat : 16433 (java) S 16427 16429 15498 0 -1 64 2122 0 0 0 59 4 0 0 15 0 12 0 21299936 842543104 30746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16429/tid=16434] ppid=16427 vsize=822796 CPUtime=0.61
/proc/16429/task/16434/stat : 16434 (java) S 16427 16429 15498 0 -1 64 30 0 0 0 40 21 0 0 15 0 12 0 21299938 842543104 30746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16429/tid=16435] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16435/stat : 16435 (java) S 16427 16429 15498 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21299939 842543104 30746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16436] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16436/stat : 16436 (java) S 16427 16429 15498 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21299939 842543104 30746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16437] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16437/stat : 16437 (java) S 16427 16429 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21299943 842543104 30746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16438] ppid=16427 vsize=822796 CPUtime=0.05
/proc/16429/task/16438/stat : 16438 (java) S 16427 16429 15498 0 -1 64 271 0 0 0 5 0 0 0 17 0 12 0 21299943 842543104 30746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16439] ppid=16427 vsize=822796 CPUtime=1.87
/proc/16429/task/16439/stat : 16439 (java) S 16427 16429 15498 0 -1 64 8906 0 0 0 183 4 0 0 25 0 12 0 21299943 842543104 30746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16440] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16440/stat : 16440 (java) S 16427 16429 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21299943 842543104 30746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16441] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16441/stat : 16441 (java) S 16427 16429 15498 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21299943 842543104 30746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.57
Current children cumulated vsize (KiB) 822796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.8 s]
/proc/loadavg: 2.00 2.00 2.01 3/96 16707
/proc/meminfo: memFree=1257544/2055920 swapFree=4192956/4192956
[pid=16429] ppid=16427 vsize=822796 CPUtime=1800.07
/proc/16429/stat : 16429 (java) S 16427 16429 15498 0 -1 0 38733 0 1 0 179945 62 0 0 20 0 12 0 21299934 842543104 30790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16429/statm: 205699 30790 1435 9 0 203026 0
[pid=16429/tid=16431] ppid=16427 vsize=822796 CPUtime=1796.13
/proc/16429/task/16431/stat : 16431 (java) R 16427 16429 15498 0 -1 64 23927 0 1 0 179588 25 0 0 25 0 12 0 21299935 842543104 30790 996147200 134512640 134550932 4294956016 18446744073709551615 4109575983 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16429/tid=16432] ppid=16427 vsize=822796 CPUtime=0.69
/proc/16429/task/16432/stat : 16432 (java) S 16427 16429 15498 0 -1 64 2715 0 0 0 65 4 0 0 16 0 12 0 21299936 842543104 30790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16429/tid=16433] ppid=16427 vsize=822796 CPUtime=0.64
/proc/16429/task/16433/stat : 16433 (java) S 16427 16429 15498 0 -1 64 2144 0 0 0 60 4 0 0 15 0 12 0 21299936 842543104 30790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16429/tid=16434] ppid=16427 vsize=822796 CPUtime=0.62
/proc/16429/task/16434/stat : 16434 (java) S 16427 16429 15498 0 -1 64 30 0 0 0 40 22 0 0 15 0 12 0 21299938 842543104 30790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16429/tid=16435] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16435/stat : 16435 (java) S 16427 16429 15498 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21299939 842543104 30790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16436] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16436/stat : 16436 (java) S 16427 16429 15498 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21299939 842543104 30790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16437] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16437/stat : 16437 (java) S 16427 16429 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21299943 842543104 30790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16438] ppid=16427 vsize=822796 CPUtime=0.05
/proc/16429/task/16438/stat : 16438 (java) S 16427 16429 15498 0 -1 64 271 0 0 0 5 0 0 0 17 0 12 0 21299943 842543104 30790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16439] ppid=16427 vsize=822796 CPUtime=1.87
/proc/16429/task/16439/stat : 16439 (java) S 16427 16429 15498 0 -1 64 8906 0 0 0 183 4 0 0 25 0 12 0 21299943 842543104 30790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16440] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16440/stat : 16440 (java) S 16427 16429 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21299943 842543104 30790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16429/tid=16441] ppid=16427 vsize=822796 CPUtime=0
/proc/16429/task/16441/stat : 16441 (java) S 16427 16429 15498 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21299943 842543104 30790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 822796

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

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1806.86
CPU time (s): 1800.14
CPU user time (s): 1799.5
CPU system time (s): 0.642902
CPU usage (%): 99.6279
Max. virtual memory (cumulated for all children) (KiB): 826820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 0.642902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38757
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= 83345
involuntary context switches= 72040

runsolver used 2.35164 second user time and 5.9081 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-11 21:59:14
IDJOB=2066323
IDBENCH=54507
IDSOLVER=731
FILE ID=node80/2066323-1247342353
PBS_JOBID= 9506797
Free space on /tmp= 66256 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-30-35.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2066323-1247342353/watcher-2066323-1247342353 -o /tmp/evaluation-result-2066323-1247342353/solver-2066323-1247342353 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2066323-1247342353.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ca20c38860297149dd8b57472c82f024
RANDOM SEED=1068368364

node80.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1437344 kB
Buffers:         56104 kB
Cached:         440704 kB
SwapCached:          0 kB
Active:         145920 kB
Inactive:       420680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1437344 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:          90276 kB
Slab:            37084 kB
Committed_AS:   241424 kB
PageTables:       1960 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= 66256 MiB
End job on node80 at 2009-07-11 22:29:22