Trace number 2066741

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.15 1810.45

General information on the benchmark

Namecsp/pseudo/ii/
normalized-ii-32d3.xml
MD5SUMf353575d792814fcacfff24a3e355536
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.4017
Satisfiable
(Un)Satisfiability was proved
Number of variables1648
Number of constraints20302
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20302
Global constraints used (with number of constraints)

Solver Data

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

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-2066741-1247343538/watcher-2066741-1247343538 -o /tmp/evaluation-result-2066741-1247343538/solver-2066741-1247343538 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2066741-1247343538.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.00 2.00 2.00 3/74 16267
/proc/meminfo: memFree=1084776/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=13208 CPUtime=0
/proc/16267/stat : 16267 (java) S 16265 16267 14888 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 21416568 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16267/statm: 3302 521 219 9 0 1186 0
[pid=16267/tid=16268] ppid=16265 vsize=13208 CPUtime=0
/proc/16267/task/16268/stat : 16268 (java) R 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 21416569 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 12799960 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0771369 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16267
/proc/meminfo: memFree=1084776/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=802164 CPUtime=0.06
/proc/16267/stat : 16267 (java) S 16265 16267 14888 0 -1 0 2814 0 1 0 5 1 0 0 18 0 7 0 21416568 821415936 2559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/16267/statm: 200541 2574 1039 9 0 197892 0
[pid=16267/tid=16268] ppid=16265 vsize=802488 CPUtime=0.07
/proc/16267/task/16268/stat : 16268 (java) S 16265 16267 14888 0 -1 64 2163 0 1 0 6 1 0 0 17 0 8 0 21416569 821747712 2646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.114432 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16267
/proc/meminfo: memFree=1084776/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=804560 CPUtime=0.11
/proc/16267/stat : 16267 (java) S 16265 16267 14888 0 -1 0 3101 0 1 0 9 2 0 0 18 0 12 0 21416568 823869440 2844 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16267/statm: 201140 2844 1083 9 0 198474 0
[pid=16267/tid=16268] ppid=16265 vsize=804560 CPUtime=0.09
/proc/16267/task/16268/stat : 16268 (java) R 16265 16267 14888 0 -1 64 2348 0 1 0 8 1 0 0 21 0 12 0 21416569 823869440 2844 996147200 134512640 134550932 4294956016 18446744073709551615 106406976 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 804560

[startup+0.301449 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16267
/proc/meminfo: memFree=1084776/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=805628 CPUtime=0.29
/proc/16267/stat : 16267 (java) S 16265 16267 14888 0 -1 0 4310 0 1 0 26 3 0 0 18 0 12 0 21416568 824963072 4047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16267/statm: 201407 4047 1359 9 0 198734 0
[pid=16267/tid=16268] ppid=16265 vsize=805628 CPUtime=0.22
/proc/16267/task/16268/stat : 16268 (java) R 16265 16267 14888 0 -1 64 3075 0 1 0 20 2 0 0 21 0 12 0 21416569 824963072 4047 996147200 134512640 134550932 4294956016 18446744073709551615 4109170310 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.701481 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16267
/proc/meminfo: memFree=1084776/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=807184 CPUtime=0.69
/proc/16267/stat : 16267 (java) S 16265 16267 14888 0 -1 0 5429 0 1 0 64 5 0 0 18 0 12 0 21416568 826556416 4920 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16267/statm: 201796 4920 1389 9 0 199123 0
[pid=16267/tid=16268] ppid=16265 vsize=807184 CPUtime=0.45
/proc/16267/task/16268/stat : 16268 (java) R 16265 16267 14888 0 -1 64 3537 0 1 0 42 3 0 0 23 0 12 0 21416569 826556416 4920 996147200 134512640 134550932 4294956016 18446744073709551615 4109161220 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807184

[startup+1.50254 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 16279
/proc/meminfo: memFree=1068936/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=807308 CPUtime=1.47
/proc/16267/stat : 16267 (java) S 16265 16267 14888 0 -1 0 7319 0 1 0 141 6 0 0 18 0 12 0 21416568 826683392 6535 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16267/statm: 201827 6535 1400 9 0 199154 0
[pid=16267/tid=16268] ppid=16265 vsize=807308 CPUtime=1.02
/proc/16267/task/16268/stat : 16268 (java) R 16265 16267 14888 0 -1 64 5259 0 1 0 97 5 0 0 20 0 12 0 21416569 826683392 6535 996147200 134512640 134550932 4294956016 18446744073709551615 4109290723 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16270] ppid=16265 vsize=807308 CPUtime=0
/proc/16267/task/16270/stat : 16270 (java) S 16265 16267 14888 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21416570 826683392 6535 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16271] ppid=16265 vsize=807308 CPUtime=0
/proc/16267/task/16271/stat : 16271 (java) S 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 21416570 826683392 6535 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16272] ppid=16265 vsize=807308 CPUtime=0
/proc/16267/task/16272/stat : 16272 (java) S 16265 16267 14888 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21416572 826683392 6535 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16273] ppid=16265 vsize=807308 CPUtime=0
/proc/16267/task/16273/stat : 16273 (java) S 16265 16267 14888 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 21416572 826683392 6535 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16274] ppid=16265 vsize=807308 CPUtime=0
/proc/16267/task/16274/stat : 16274 (java) S 16265 16267 14888 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21416572 826683392 6535 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16275] ppid=16265 vsize=807308 CPUtime=0
/proc/16267/task/16275/stat : 16275 (java) S 16265 16267 14888 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21416577 826683392 6535 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16276] ppid=16265 vsize=807308 CPUtime=0
/proc/16267/task/16276/stat : 16276 (java) S 16265 16267 14888 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21416577 826683392 6535 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16277] ppid=16265 vsize=807308 CPUtime=0.43
/proc/16267/task/16277/stat : 16277 (java) S 16265 16267 14888 0 -1 64 1307 0 0 0 43 0 0 0 16 0 12 0 21416577 826683392 6535 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16278] ppid=16265 vsize=807308 CPUtime=0
/proc/16267/task/16278/stat : 16278 (java) S 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21416577 826683392 6535 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16279] ppid=16265 vsize=807308 CPUtime=0
/proc/16267/task/16279/stat : 16279 (java) S 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21416577 826683392 6535 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807308

[startup+3.10268 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 16279
/proc/meminfo: memFree=1058568/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=811376 CPUtime=3.06
/proc/16267/stat : 16267 (java) S 16265 16267 14888 0 -1 0 12872 0 1 0 297 9 0 0 18 0 12 0 21416568 830849024 8627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16267/statm: 202844 8627 1414 9 0 200171 0
[pid=16267/tid=16268] ppid=16265 vsize=811376 CPUtime=1.47
/proc/16267/task/16268/stat : 16268 (java) R 16265 16267 14888 0 -1 64 6254 0 1 0 142 5 0 0 24 0 12 0 21416569 830849024 8627 996147200 134512640 134550932 4294956016 18446744073709551615 4109098593 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16270] ppid=16265 vsize=811376 CPUtime=0
/proc/16267/task/16270/stat : 16270 (java) S 16265 16267 14888 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21416570 830849024 8627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16271] ppid=16265 vsize=811376 CPUtime=0
/proc/16267/task/16271/stat : 16271 (java) S 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 21416570 830849024 8627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16272] ppid=16265 vsize=811376 CPUtime=0
/proc/16267/task/16272/stat : 16272 (java) S 16265 16267 14888 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 21416572 830849024 8627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16273] ppid=16265 vsize=811376 CPUtime=0
/proc/16267/task/16273/stat : 16273 (java) S 16265 16267 14888 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 21416572 830849024 8627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16274] ppid=16265 vsize=811376 CPUtime=0
/proc/16267/task/16274/stat : 16274 (java) S 16265 16267 14888 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21416572 830849024 8627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16275] ppid=16265 vsize=811376 CPUtime=0
/proc/16267/task/16275/stat : 16275 (java) S 16265 16267 14888 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21416577 830849024 8627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16276] ppid=16265 vsize=811376 CPUtime=0.15
/proc/16267/task/16276/stat : 16276 (java) S 16265 16267 14888 0 -1 64 837 0 0 0 15 0 0 0 17 0 12 0 21416577 830849024 8627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16277] ppid=16265 vsize=811376 CPUtime=1.4
/proc/16267/task/16277/stat : 16277 (java) S 16265 16267 14888 0 -1 64 5041 0 0 0 138 2 0 0 17 0 12 0 21416577 830849024 8627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16278] ppid=16265 vsize=811376 CPUtime=0
/proc/16267/task/16278/stat : 16278 (java) S 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21416577 830849024 8627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16279] ppid=16265 vsize=811376 CPUtime=0
/proc/16267/task/16279/stat : 16279 (java) S 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21416577 830849024 8627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 811376

[startup+6.30194 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 16279
/proc/meminfo: memFree=1036808/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=812788 CPUtime=6.22
/proc/16267/stat : 16267 (java) S 16265 16267 14888 0 -1 0 24545 0 1 0 607 15 0 0 18 0 12 0 21416568 832294912 18276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16267/statm: 203197 18276 1438 9 0 200524 0
[pid=16267/tid=16268] ppid=16265 vsize=812788 CPUtime=2.76
/proc/16267/task/16268/stat : 16268 (java) R 16265 16267 14888 0 -1 64 15440 0 1 0 266 10 0 0 25 0 12 0 21416569 832294912 18276 996147200 134512640 134550932 4294956016 18446744073709551615 4109292433 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16270] ppid=16265 vsize=812788 CPUtime=0
/proc/16267/task/16270/stat : 16270 (java) S 16265 16267 14888 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21416570 832294912 18276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16271] ppid=16265 vsize=812788 CPUtime=0
/proc/16267/task/16271/stat : 16271 (java) S 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 21416570 832294912 18276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16272] ppid=16265 vsize=812788 CPUtime=0
/proc/16267/task/16272/stat : 16272 (java) S 16265 16267 14888 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 21416572 832294912 18276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16273] ppid=16265 vsize=812788 CPUtime=0
/proc/16267/task/16273/stat : 16273 (java) S 16265 16267 14888 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 21416572 832294912 18276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16274] ppid=16265 vsize=812788 CPUtime=0
/proc/16267/task/16274/stat : 16274 (java) S 16265 16267 14888 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21416572 832294912 18276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16275] ppid=16265 vsize=812788 CPUtime=0
/proc/16267/task/16275/stat : 16275 (java) S 16265 16267 14888 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21416577 832294912 18276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16276] ppid=16265 vsize=812788 CPUtime=0.26
/proc/16267/task/16276/stat : 16276 (java) S 16265 16267 14888 0 -1 64 846 0 0 0 26 0 0 0 17 0 12 0 21416577 832294912 18276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16277] ppid=16265 vsize=812788 CPUtime=3.17
/proc/16267/task/16277/stat : 16277 (java) S 16265 16267 14888 0 -1 64 7518 0 0 0 314 3 0 0 16 0 12 0 21416577 832294912 18276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16278] ppid=16265 vsize=812788 CPUtime=0
/proc/16267/task/16278/stat : 16278 (java) S 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21416577 832294912 18276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16279] ppid=16265 vsize=812788 CPUtime=0
/proc/16267/task/16279/stat : 16279 (java) R 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21416577 832294912 18276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 812788

[startup+12.7024 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 16279
/proc/meminfo: memFree=982088/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=824284 CPUtime=12.59
/proc/16267/stat : 16267 (java) S 16265 16267 14888 0 -1 0 38881 0 1 0 1236 23 0 0 18 0 12 0 21416568 844066816 28728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16267/statm: 206071 28728 1448 9 0 203398 0
[pid=16267/tid=16268] ppid=16265 vsize=824284 CPUtime=6.85
/proc/16267/task/16268/stat : 16268 (java) R 16265 16267 14888 0 -1 64 17426 0 1 0 673 12 0 0 25 0 12 0 21416569 844066816 28728 996147200 134512640 134550932 4294956016 18446744073709551615 4109126894 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16270] ppid=16265 vsize=824284 CPUtime=0.18
/proc/16267/task/16270/stat : 16270 (java) S 16265 16267 14888 0 -1 64 2643 0 0 0 17 1 0 0 16 0 12 0 21416570 844066816 28728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16271] ppid=16265 vsize=824284 CPUtime=0.2
/proc/16267/task/16271/stat : 16271 (java) S 16265 16267 14888 0 -1 64 2860 0 0 0 19 1 0 0 16 0 12 0 21416570 844066816 28728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16272] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16272/stat : 16272 (java) S 16265 16267 14888 0 -1 64 38 0 0 0 0 0 0 0 16 0 12 0 21416572 844066816 28728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16273] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16273/stat : 16273 (java) S 16265 16267 14888 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 21416572 844066816 28728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16274] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16274/stat : 16274 (java) S 16265 16267 14888 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21416572 844066816 28728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16275] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16275/stat : 16275 (java) S 16265 16267 14888 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21416577 844066816 28728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16276] ppid=16265 vsize=824284 CPUtime=0.26
/proc/16267/task/16276/stat : 16276 (java) S 16265 16267 14888 0 -1 64 846 0 0 0 26 0 0 0 16 0 12 0 21416577 844066816 28728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16277] ppid=16265 vsize=824284 CPUtime=5.04
/proc/16267/task/16277/stat : 16277 (java) S 16265 16267 14888 0 -1 64 14330 0 0 0 498 6 0 0 25 0 12 0 21416577 844066816 28728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16278] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16278/stat : 16278 (java) S 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21416577 844066816 28728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16279] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16279/stat : 16279 (java) S 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21416577 844066816 28728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 824284

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 16279
/proc/meminfo: memFree=972680/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=824284 CPUtime=25.27
/proc/16267/stat : 16267 (java) S 16265 16267 14888 0 -1 0 39417 0 1 0 2503 24 0 0 18 0 12 0 21416568 844066816 29238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16267/statm: 206071 29238 1448 9 0 203398 0
[pid=16267/tid=16268] ppid=16265 vsize=824284 CPUtime=19.52
/proc/16267/task/16268/stat : 16268 (java) R 16265 16267 14888 0 -1 64 17932 0 1 0 1939 13 0 0 25 0 12 0 21416569 844066816 29238 996147200 134512640 134550932 4294956016 18446744073709551615 4110456930 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16270] ppid=16265 vsize=824284 CPUtime=0.19
/proc/16267/task/16270/stat : 16270 (java) S 16265 16267 14888 0 -1 64 2656 0 0 0 18 1 0 0 16 0 12 0 21416570 844066816 29238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16271] ppid=16265 vsize=824284 CPUtime=0.2

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

[pid=16267/tid=16278] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16278/stat : 16278 (java) S 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21416577 844066816 32131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16279] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16279/stat : 16279 (java) S 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21416577 844066816 32131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1532.08
Current children cumulated vsize (KiB) 824284

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/94 16521
/proc/meminfo: memFree=640768/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=824284 CPUtime=1592.06
/proc/16267/stat : 16267 (java) S 16265 16267 14888 0 -1 0 44990 0 1 0 159146 60 0 0 18 0 12 0 21416568 844066816 32236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16267/statm: 206071 32236 1448 9 0 203398 0
[pid=16267/tid=16268] ppid=16265 vsize=824284 CPUtime=1584.52
/proc/16267/task/16268/stat : 16268 (java) R 16265 16267 14888 0 -1 64 20896 0 1 0 158427 25 0 0 25 0 12 0 21416569 844066816 32236 996147200 134512640 134550932 4294956016 18446744073709551615 4109807378 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16267/tid=16270] ppid=16265 vsize=824284 CPUtime=0.8
/proc/16267/task/16270/stat : 16270 (java) S 16265 16267 14888 0 -1 64 3954 0 0 0 76 4 0 0 15 0 12 0 21416570 844066816 32236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16267/tid=16271] ppid=16265 vsize=824284 CPUtime=0.83
/proc/16267/task/16271/stat : 16271 (java) S 16265 16267 14888 0 -1 64 4188 0 0 0 78 5 0 0 16 0 12 0 21416570 844066816 32236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16267/tid=16272] ppid=16265 vsize=824284 CPUtime=0.55
/proc/16267/task/16272/stat : 16272 (java) S 16265 16267 14888 0 -1 64 38 0 0 0 38 17 0 0 15 0 12 0 21416572 844066816 32236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16267/tid=16273] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16273/stat : 16273 (java) S 16265 16267 14888 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 21416572 844066816 32236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16274] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16274/stat : 16274 (java) S 16265 16267 14888 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21416572 844066816 32236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16275] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16275/stat : 16275 (java) S 16265 16267 14888 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21416577 844066816 32236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16276] ppid=16265 vsize=824284 CPUtime=0.26
/proc/16267/task/16276/stat : 16276 (java) S 16265 16267 14888 0 -1 64 846 0 0 0 26 0 0 0 16 0 12 0 21416577 844066816 32236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16277] ppid=16265 vsize=824284 CPUtime=5.04
/proc/16267/task/16277/stat : 16277 (java) S 16265 16267 14888 0 -1 64 14330 0 0 0 498 6 0 0 25 0 12 0 21416577 844066816 32236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16278] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16278/stat : 16278 (java) S 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21416577 844066816 32236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16279] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16279/stat : 16279 (java) S 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21416577 844066816 32236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.06
Current children cumulated vsize (KiB) 824284

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 16521
/proc/meminfo: memFree=640320/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=824284 CPUtime=1652.04
/proc/16267/stat : 16267 (java) S 16265 16267 14888 0 -1 0 45199 0 1 0 165142 62 0 0 18 0 12 0 21416568 844066816 32341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16267/statm: 206071 32341 1448 9 0 203398 0
[pid=16267/tid=16268] ppid=16265 vsize=824284 CPUtime=1644.43
/proc/16267/task/16268/stat : 16268 (java) R 16265 16267 14888 0 -1 64 21000 0 1 0 164417 26 0 0 25 0 12 0 21416569 844066816 32341 996147200 134512640 134550932 4294956016 18446744073709551615 4110509544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16267/tid=16270] ppid=16265 vsize=824284 CPUtime=0.83
/proc/16267/task/16270/stat : 16270 (java) S 16265 16267 14888 0 -1 64 4009 0 0 0 79 4 0 0 15 0 12 0 21416570 844066816 32341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16267/tid=16271] ppid=16265 vsize=824284 CPUtime=0.85
/proc/16267/task/16271/stat : 16271 (java) S 16265 16267 14888 0 -1 64 4238 0 0 0 80 5 0 0 16 0 12 0 21416570 844066816 32341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16267/tid=16272] ppid=16265 vsize=824284 CPUtime=0.57
/proc/16267/task/16272/stat : 16272 (java) S 16265 16267 14888 0 -1 64 38 0 0 0 39 18 0 0 15 0 12 0 21416572 844066816 32341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16267/tid=16273] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16273/stat : 16273 (java) S 16265 16267 14888 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 21416572 844066816 32341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16274] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16274/stat : 16274 (java) S 16265 16267 14888 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21416572 844066816 32341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16275] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16275/stat : 16275 (java) S 16265 16267 14888 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21416577 844066816 32341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16276] ppid=16265 vsize=824284 CPUtime=0.26
/proc/16267/task/16276/stat : 16276 (java) S 16265 16267 14888 0 -1 64 846 0 0 0 26 0 0 0 16 0 12 0 21416577 844066816 32341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16277] ppid=16265 vsize=824284 CPUtime=5.04
/proc/16267/task/16277/stat : 16277 (java) S 16265 16267 14888 0 -1 64 14330 0 0 0 498 6 0 0 25 0 12 0 21416577 844066816 32341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16278] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16278/stat : 16278 (java) S 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21416577 844066816 32341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16279] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16279/stat : 16279 (java) S 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21416577 844066816 32341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.04
Current children cumulated vsize (KiB) 824284

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 16521
/proc/meminfo: memFree=639936/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=824284 CPUtime=1712.02
/proc/16267/stat : 16267 (java) S 16265 16267 14888 0 -1 0 45409 0 1 0 171139 63 0 0 18 0 12 0 21416568 844066816 32447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16267/statm: 206071 32447 1448 9 0 203398 0
[pid=16267/tid=16268] ppid=16265 vsize=824284 CPUtime=1704.33
/proc/16267/task/16268/stat : 16268 (java) R 16265 16267 14888 0 -1 64 21104 0 1 0 170407 26 0 0 25 0 12 0 21416569 844066816 32447 996147200 134512640 134550932 4294956016 18446744073709551615 4110456584 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16267/tid=16270] ppid=16265 vsize=824284 CPUtime=0.85
/proc/16267/task/16270/stat : 16270 (java) S 16265 16267 14888 0 -1 64 4061 0 0 0 81 4 0 0 15 0 12 0 21416570 844066816 32447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16267/tid=16271] ppid=16265 vsize=824284 CPUtime=0.88
/proc/16267/task/16271/stat : 16271 (java) S 16265 16267 14888 0 -1 64 4292 0 0 0 83 5 0 0 16 0 12 0 21416570 844066816 32447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16267/tid=16272] ppid=16265 vsize=824284 CPUtime=0.59
/proc/16267/task/16272/stat : 16272 (java) S 16265 16267 14888 0 -1 64 38 0 0 0 41 18 0 0 15 0 12 0 21416572 844066816 32447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16267/tid=16273] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16273/stat : 16273 (java) S 16265 16267 14888 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 21416572 844066816 32447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16274] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16274/stat : 16274 (java) S 16265 16267 14888 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21416572 844066816 32447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16275] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16275/stat : 16275 (java) S 16265 16267 14888 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21416577 844066816 32447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16276] ppid=16265 vsize=824284 CPUtime=0.26
/proc/16267/task/16276/stat : 16276 (java) S 16265 16267 14888 0 -1 64 846 0 0 0 26 0 0 0 16 0 12 0 21416577 844066816 32447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16277] ppid=16265 vsize=824284 CPUtime=5.04
/proc/16267/task/16277/stat : 16277 (java) S 16265 16267 14888 0 -1 64 14330 0 0 0 498 6 0 0 25 0 12 0 21416577 844066816 32447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16278] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16278/stat : 16278 (java) S 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21416577 844066816 32447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16279] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16279/stat : 16279 (java) S 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21416577 844066816 32447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712.02
Current children cumulated vsize (KiB) 824284

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 16521
/proc/meminfo: memFree=639424/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=824284 CPUtime=1771.99
/proc/16267/stat : 16267 (java) S 16265 16267 14888 0 -1 0 45619 0 1 0 177134 65 0 0 18 0 12 0 21416568 844066816 32553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16267/statm: 206071 32553 1448 9 0 203398 0
[pid=16267/tid=16268] ppid=16265 vsize=824284 CPUtime=1764.24
/proc/16267/task/16268/stat : 16268 (java) R 16265 16267 14888 0 -1 64 21208 0 1 0 176397 27 0 0 25 0 12 0 21416569 844066816 32553 996147200 134512640 134550932 4294956016 18446744073709551615 4110509259 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16267/tid=16270] ppid=16265 vsize=824284 CPUtime=0.88
/proc/16267/task/16270/stat : 16270 (java) S 16265 16267 14888 0 -1 64 4114 0 0 0 84 4 0 0 15 0 12 0 21416570 844066816 32553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16267/tid=16271] ppid=16265 vsize=824284 CPUtime=0.9
/proc/16267/task/16271/stat : 16271 (java) S 16265 16267 14888 0 -1 64 4345 0 0 0 85 5 0 0 16 0 12 0 21416570 844066816 32553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16267/tid=16272] ppid=16265 vsize=824284 CPUtime=0.61
/proc/16267/task/16272/stat : 16272 (java) S 16265 16267 14888 0 -1 64 38 0 0 0 42 19 0 0 15 0 12 0 21416572 844066816 32553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16267/tid=16273] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16273/stat : 16273 (java) S 16265 16267 14888 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 21416572 844066816 32553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16274] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16274/stat : 16274 (java) S 16265 16267 14888 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21416572 844066816 32553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16275] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16275/stat : 16275 (java) S 16265 16267 14888 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21416577 844066816 32553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16276] ppid=16265 vsize=824284 CPUtime=0.26
/proc/16267/task/16276/stat : 16276 (java) S 16265 16267 14888 0 -1 64 846 0 0 0 26 0 0 0 16 0 12 0 21416577 844066816 32553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16277] ppid=16265 vsize=824284 CPUtime=5.04
/proc/16267/task/16277/stat : 16277 (java) S 16265 16267 14888 0 -1 64 14330 0 0 0 498 6 0 0 25 0 12 0 21416577 844066816 32553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16278] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16278/stat : 16278 (java) S 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21416577 844066816 32553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16279] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16279/stat : 16279 (java) S 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21416577 844066816 32553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.99
Current children cumulated vsize (KiB) 824284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 16521
/proc/meminfo: memFree=639232/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=824284 CPUtime=1800.09
/proc/16267/stat : 16267 (java) S 16265 16267 14888 0 -1 0 45717 0 1 0 179943 66 0 0 18 0 12 0 21416568 844066816 32602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16267/statm: 206071 32602 1448 9 0 203398 0
[pid=16267/tid=16268] ppid=16265 vsize=824284 CPUtime=1792.3
/proc/16267/task/16268/stat : 16268 (java) R 16265 16267 14888 0 -1 64 21257 0 1 0 179203 27 0 0 25 0 12 0 21416569 844066816 32602 996147200 134512640 134550932 4294956016 18446744073709551615 4110456495 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16267/tid=16270] ppid=16265 vsize=824284 CPUtime=0.89
/proc/16267/task/16270/stat : 16270 (java) S 16265 16267 14888 0 -1 64 4139 0 0 0 85 4 0 0 16 0 12 0 21416570 844066816 32602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16267/tid=16271] ppid=16265 vsize=824284 CPUtime=0.91
/proc/16267/task/16271/stat : 16271 (java) S 16265 16267 14888 0 -1 64 4369 0 0 0 86 5 0 0 15 0 12 0 21416570 844066816 32602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16267/tid=16272] ppid=16265 vsize=824284 CPUtime=0.62
/proc/16267/task/16272/stat : 16272 (java) S 16265 16267 14888 0 -1 64 38 0 0 0 42 20 0 0 15 0 12 0 21416572 844066816 32602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16267/tid=16273] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16273/stat : 16273 (java) S 16265 16267 14888 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 21416572 844066816 32602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16274] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16274/stat : 16274 (java) S 16265 16267 14888 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21416572 844066816 32602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16275] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16275/stat : 16275 (java) S 16265 16267 14888 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21416577 844066816 32602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16276] ppid=16265 vsize=824284 CPUtime=0.26
/proc/16267/task/16276/stat : 16276 (java) S 16265 16267 14888 0 -1 64 846 0 0 0 26 0 0 0 16 0 12 0 21416577 844066816 32602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16277] ppid=16265 vsize=824284 CPUtime=5.04
/proc/16267/task/16277/stat : 16277 (java) S 16265 16267 14888 0 -1 64 14330 0 0 0 498 6 0 0 25 0 12 0 21416577 844066816 32602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16278] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16278/stat : 16278 (java) S 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21416577 844066816 32602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16267/tid=16279] ppid=16265 vsize=824284 CPUtime=0
/proc/16267/task/16279/stat : 16279 (java) S 16265 16267 14888 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21416577 844066816 32602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 824284

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): 1810.45
CPU time (s): 1800.15
CPU user time (s): 1799.46
CPU system time (s): 0.685895
CPU usage (%): 99.4307
Max. virtual memory (cumulated for all children) (KiB): 829104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.46
system time used= 0.685895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45740
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= 80958
involuntary context switches= 78037

runsolver used 2.51762 second user time and 5.75512 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-11 22:18:59
IDJOB=2066741
IDBENCH=54567
IDSOLVER=731
FILE ID=node69/2066741-1247343538
PBS_JOBID= 9506725
Free space on /tmp= 66496 MiB

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

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

MD5SUM BENCH= f353575d792814fcacfff24a3e355536
RANDOM SEED=1550106429

node69.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.211
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.211
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:       1085256 kB
Buffers:         60000 kB
Cached:         759060 kB
SwapCached:          0 kB
Active:         188884 kB
Inactive:       728260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1085256 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4316 kB
Writeback:           0 kB
Mapped:         109228 kB
Slab:            38496 kB
Committed_AS:   228372 kB
PageTables:       2088 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= 66496 MiB
End job on node69 at 2009-07-11 22:49:11