Trace number 2092305

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.2 1808.39

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-78_ext.xml
MD5SUM2ac92b434940a175b3fb756f91844113
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark61.1807
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.15	c version 2.1.1.v20090622
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 671000808
0.09/0.15	c Max memory 672137216
0.09/0.15	c Total memory 672137216
0.09/0.15	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-2092305-1247397323.xml
0.18/0.23	c reading problem ... 
0.38/0.47	c reading problem named null
0.38/0.47	c reading domains done.
0.38/0.47	c reading variables done.
0.48/0.57	c reading relations done.
1.86/1.98	c reading constraints
2.46/2.57	c done with constraints.
2.46/2.57	c ... done. Wall clock time 2.34s.
2.46/2.57	c #vars     3200
2.46/2.57	c #constraints  16560
2.46/2.57	c constraints type 
2.46/2.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16520
2.46/2.57	c org.sat4j.minisat.constraints.card.AtLeast => 40
1800.01/1808.21	c starts		: 15
1800.01/1808.21	c conflicts		: 77475
1800.01/1808.21	c decisions		: 83997
1800.01/1808.21	c propagations		: 42796252
1800.01/1808.21	c inspects		: 2511869759
1800.01/1808.22	c learnt literals	: 5
1800.01/1808.22	c learnt binary clauses	: 24
1800.01/1808.22	c learnt ternary clauses	: 49
1800.01/1808.22	c learnt clauses	: 77470
1800.01/1808.22	c ignored clauses	: 0
1800.01/1808.22	c root simplifications	: 0
1800.01/1808.22	c removed literals (reason simplification)	: 13339110
1800.01/1808.22	c reason swapping (by a shorter reason)	: 0
1800.01/1808.22	c Calls to reduceDB	: 0
1800.01/1808.22	c speed (assignments/second)	: 23701.40481889544
1800.01/1808.22	c non guided choices	205
1800.01/1808.29	c learnt constraints type 
1800.01/1808.30	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
1800.01/1808.30	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 77449
1800.01/1808.30	c constraints type 
1800.01/1808.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16520
1800.01/1808.30	c org.sat4j.minisat.constraints.card.AtLeast => 40
1800.01/1808.30	s UNKNOWN
1800.01/1808.30	c Total wall clock time (in seconds) : 1807.983

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-2092305-1247397323/watcher-2092305-1247397323 -o /tmp/evaluation-result-2092305-1247397323/solver-2092305-1247397323 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2092305-1247397323.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.03 2.00 2.00 4/82 30249
/proc/meminfo: memFree=1673024/2055920 swapFree=4192812/4192956
[pid=30249] ppid=30247 vsize=18576 CPUtime=0
/proc/30249/stat : 30249 (runsolver) R 30247 30249 28119 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 26797560 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 240153849127 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/30249/statm: 4644 284 249 26 0 2626 0

[startup+0.0938941 s]
/proc/loadavg: 2.03 2.00 2.00 4/82 30249
/proc/meminfo: memFree=1673024/2055920 swapFree=4192812/4192956
[pid=30249] ppid=30247 vsize=804428 CPUtime=0.08
/proc/30249/stat : 30249 (java) S 30247 30249 28119 0 -1 0 2970 0 1 0 6 2 0 0 18 0 12 0 26797560 823734272 2713 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30249/statm: 201107 2713 1077 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804428

[startup+0.102931 s]
/proc/loadavg: 2.03 2.00 2.00 4/82 30249
/proc/meminfo: memFree=1673024/2055920 swapFree=4192812/4192956
[pid=30249] ppid=30247 vsize=804560 CPUtime=0.09
/proc/30249/stat : 30249 (java) S 30247 30249 28119 0 -1 0 3042 0 1 0 7 2 0 0 18 0 12 0 26797560 823869440 2785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30249/statm: 201140 2785 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.302935 s]
/proc/loadavg: 2.03 2.00 2.00 4/82 30249
/proc/meminfo: memFree=1673024/2055920 swapFree=4192812/4192956
[pid=30249] ppid=30247 vsize=805628 CPUtime=0.28
/proc/30249/stat : 30249 (java) S 30247 30249 28119 0 -1 0 4325 0 1 0 25 3 0 0 18 0 12 0 26797560 824963072 4062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30249/statm: 201407 4062 1363 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702009 s]
/proc/loadavg: 2.03 2.00 2.00 4/82 30249
/proc/meminfo: memFree=1673024/2055920 swapFree=4192812/4192956
[pid=30249] ppid=30247 vsize=807184 CPUtime=0.68
/proc/30249/stat : 30249 (java) S 30247 30249 28119 0 -1 0 6177 0 1 0 63 5 0 0 18 0 12 0 26797560 826556416 5324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30249/statm: 201796 5324 1387 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50117 s]
/proc/loadavg: 2.03 2.00 2.00 4/94 30261
/proc/meminfo: memFree=1654944/2055920 swapFree=4192812/4192956
[pid=30249] ppid=30247 vsize=809008 CPUtime=1.47
/proc/30249/stat : 30249 (java) S 30247 30249 28119 0 -1 0 11149 0 1 0 140 7 0 0 18 0 12 0 26797560 828424192 9272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30249/statm: 202252 9272 1408 9 0 199579 0
[pid=30249/tid=30251] ppid=30247 vsize=809008 CPUtime=0.65
/proc/30249/task/30251/stat : 30251 (java) R 30247 30249 28119 0 -1 64 7368 0 1 0 59 6 0 0 22 0 12 0 26797562 828424192 9272 996147200 134512640 134550932 4294956016 18446744073709551615 4109126802 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30252] ppid=30247 vsize=809008 CPUtime=0
/proc/30249/task/30252/stat : 30252 (java) S 30247 30249 28119 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 26797563 828424192 9272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30253] ppid=30247 vsize=809008 CPUtime=0
/proc/30249/task/30253/stat : 30253 (java) S 30247 30249 28119 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 26797563 828424192 9272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30254] ppid=30247 vsize=809008 CPUtime=0
/proc/30249/task/30254/stat : 30254 (java) S 30247 30249 28119 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 26797564 828424192 9272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30255] ppid=30247 vsize=809008 CPUtime=0
/proc/30249/task/30255/stat : 30255 (java) S 30247 30249 28119 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 26797565 828424192 9272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30256] ppid=30247 vsize=809008 CPUtime=0
/proc/30249/task/30256/stat : 30256 (java) S 30247 30249 28119 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 26797565 828424192 9272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30257] ppid=30247 vsize=809008 CPUtime=0
/proc/30249/task/30257/stat : 30257 (java) S 30247 30249 28119 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 26797569 828424192 9272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30258] ppid=30247 vsize=809008 CPUtime=0
/proc/30249/task/30258/stat : 30258 (java) S 30247 30249 28119 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 26797569 828424192 9272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30259] ppid=30247 vsize=809008 CPUtime=0.8
/proc/30249/task/30259/stat : 30259 (java) S 30247 30249 28119 0 -1 64 3028 0 0 0 80 0 0 0 17 0 12 0 26797569 828424192 9272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30260] ppid=30247 vsize=809008 CPUtime=0
/proc/30249/task/30260/stat : 30260 (java) S 30247 30249 28119 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 26797569 828424192 9272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30261] ppid=30247 vsize=809008 CPUtime=0
/proc/30249/task/30261/stat : 30261 (java) S 30247 30249 28119 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 26797569 828424192 9272 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) 809008

[startup+3.10247 s]
/proc/loadavg: 2.03 2.00 2.00 4/94 30261
/proc/meminfo: memFree=1594656/2055920 swapFree=4192812/4192956
[pid=30249] ppid=30247 vsize=810244 CPUtime=3.06
/proc/30249/stat : 30249 (java) S 30247 30249 28119 0 -1 0 23374 0 1 0 293 13 0 0 18 0 13 0 26797560 829689856 20968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30249/statm: 202561 20968 1441 9 0 199888 0
[pid=30249/tid=30251] ppid=30247 vsize=810244 CPUtime=1.39
/proc/30249/task/30251/stat : 30251 (java) R 30247 30249 28119 0 -1 64 16925 0 1 0 129 10 0 0 25 0 13 0 26797562 829689856 20968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30252] ppid=30247 vsize=810244 CPUtime=0.03
/proc/30249/task/30252/stat : 30252 (java) S 30247 30249 28119 0 -1 64 1261 0 0 0 3 0 0 0 16 0 13 0 26797563 829689856 20968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30253] ppid=30247 vsize=810244 CPUtime=0.01
/proc/30249/task/30253/stat : 30253 (java) S 30247 30249 28119 0 -1 64 571 0 0 0 1 0 0 0 16 0 13 0 26797563 829689856 20968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30254] ppid=30247 vsize=810244 CPUtime=0
/proc/30249/task/30254/stat : 30254 (java) S 30247 30249 28119 0 -1 64 15 0 0 0 0 0 0 0 17 0 13 0 26797564 829689856 20968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30255] ppid=30247 vsize=810244 CPUtime=0
/proc/30249/task/30255/stat : 30255 (java) S 30247 30249 28119 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26797565 829689856 20968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30256] ppid=30247 vsize=810244 CPUtime=0
/proc/30249/task/30256/stat : 30256 (java) S 30247 30249 28119 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26797565 829689856 20968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30257] ppid=30247 vsize=810244 CPUtime=0
/proc/30249/task/30257/stat : 30257 (java) S 30247 30249 28119 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 26797569 829689856 20968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30258] ppid=30247 vsize=810244 CPUtime=0
/proc/30249/task/30258/stat : 30258 (java) S 30247 30249 28119 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 26797569 829689856 20968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30259] ppid=30247 vsize=810244 CPUtime=1.58
/proc/30249/task/30259/stat : 30259 (java) R 30247 30249 28119 0 -1 64 3846 0 0 0 157 1 0 0 17 0 13 0 26797569 829689856 20968 996147200 134512640 134550932 4294956016 18446744073709551615 104138304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30260] ppid=30247 vsize=810244 CPUtime=0
/proc/30249/task/30260/stat : 30260 (java) S 30247 30249 28119 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 26797569 829689856 20968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30261] ppid=30247 vsize=810244 CPUtime=0
/proc/30249/task/30261/stat : 30261 (java) S 30247 30249 28119 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 26797569 829689856 20968 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) 810244

[startup+6.30108 s]
/proc/loadavg: 2.18 2.03 2.01 3/95 30262
/proc/meminfo: memFree=1593944/2055920 swapFree=4192812/4192956
[pid=30249] ppid=30247 vsize=810180 CPUtime=6.22
/proc/30249/stat : 30249 (java) S 30247 30249 28119 0 -1 0 23392 0 1 0 609 13 0 0 18 0 13 0 26797560 829624320 20983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30249/statm: 202545 20983 1441 9 0 199872 0
[pid=30249/tid=30251] ppid=30247 vsize=810180 CPUtime=4.42
/proc/30249/task/30251/stat : 30251 (java) R 30247 30249 28119 0 -1 64 16932 0 1 0 432 10 0 0 25 0 13 0 26797562 829624320 20983 996147200 134512640 134550932 4294956016 18446744073709551615 4109815413 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30252] ppid=30247 vsize=810180 CPUtime=0.03
/proc/30249/task/30252/stat : 30252 (java) S 30247 30249 28119 0 -1 64 1261 0 0 0 3 0 0 0 16 0 13 0 26797563 829624320 20983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30253] ppid=30247 vsize=810180 CPUtime=0.01
/proc/30249/task/30253/stat : 30253 (java) S 30247 30249 28119 0 -1 64 571 0 0 0 1 0 0 0 16 0 13 0 26797563 829624320 20983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30254] ppid=30247 vsize=810180 CPUtime=0
/proc/30249/task/30254/stat : 30254 (java) S 30247 30249 28119 0 -1 64 15 0 0 0 0 0 0 0 17 0 13 0 26797564 829624320 20983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30255] ppid=30247 vsize=810180 CPUtime=0
/proc/30249/task/30255/stat : 30255 (java) S 30247 30249 28119 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26797565 829624320 20983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30256] ppid=30247 vsize=810180 CPUtime=0
/proc/30249/task/30256/stat : 30256 (java) S 30247 30249 28119 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26797565 829624320 20983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30257] ppid=30247 vsize=810180 CPUtime=0
/proc/30249/task/30257/stat : 30257 (java) S 30247 30249 28119 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 26797569 829624320 20983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30258] ppid=30247 vsize=810180 CPUtime=0
/proc/30249/task/30258/stat : 30258 (java) S 30247 30249 28119 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 26797569 829624320 20983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30259] ppid=30247 vsize=810180 CPUtime=1.72
/proc/30249/task/30259/stat : 30259 (java) S 30247 30249 28119 0 -1 64 3857 0 0 0 171 1 0 0 17 0 13 0 26797569 829624320 20983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30260] ppid=30247 vsize=810180 CPUtime=0
/proc/30249/task/30260/stat : 30260 (java) S 30247 30249 28119 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 26797569 829624320 20983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30261] ppid=30247 vsize=810180 CPUtime=0
/proc/30249/task/30261/stat : 30261 (java) S 30247 30249 28119 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 26797569 829624320 20983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30262] ppid=30247 vsize=810180 CPUtime=0
/proc/30249/task/30262/stat : 30262 (java) S 30247 30249 28119 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 26797819 829624320 20983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 810180

[startup+12.7023 s]
/proc/loadavg: 2.17 2.03 2.01 3/96 30311
/proc/meminfo: memFree=1578576/2055920 swapFree=4192812/4192956
[pid=30249] ppid=30247 vsize=810148 CPUtime=12.52
/proc/30249/stat : 30249 (java) S 30247 30249 28119 0 -1 0 23392 0 1 0 1239 13 0 0 18 0 13 0 26797560 829591552 20975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30249/statm: 202537 20975 1441 9 0 199864 0
[pid=30249/tid=30251] ppid=30247 vsize=810148 CPUtime=10.71
/proc/30249/task/30251/stat : 30251 (java) R 30247 30249 28119 0 -1 64 16932 0 1 0 1061 10 0 0 25 0 13 0 26797562 829591552 20975 996147200 134512640 134550932 4294956016 18446744073709551615 4109815363 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30252] ppid=30247 vsize=810148 CPUtime=0.03
/proc/30249/task/30252/stat : 30252 (java) S 30247 30249 28119 0 -1 64 1261 0 0 0 3 0 0 0 16 0 13 0 26797563 829591552 20975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30253] ppid=30247 vsize=810148 CPUtime=0.01
/proc/30249/task/30253/stat : 30253 (java) S 30247 30249 28119 0 -1 64 571 0 0 0 1 0 0 0 16 0 13 0 26797563 829591552 20975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30254] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30254/stat : 30254 (java) S 30247 30249 28119 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 26797564 829591552 20975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30255] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30255/stat : 30255 (java) S 30247 30249 28119 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26797565 829591552 20975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30256] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30256/stat : 30256 (java) S 30247 30249 28119 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26797565 829591552 20975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30257] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30257/stat : 30257 (java) S 30247 30249 28119 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 26797569 829591552 20975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30258] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30258/stat : 30258 (java) S 30247 30249 28119 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 26797569 829591552 20975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30259] ppid=30247 vsize=810148 CPUtime=1.72
/proc/30249/task/30259/stat : 30259 (java) S 30247 30249 28119 0 -1 64 3857 0 0 0 171 1 0 0 17 0 13 0 26797569 829591552 20975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30260] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30260/stat : 30260 (java) S 30247 30249 28119 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 26797569 829591552 20975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30261] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30261/stat : 30261 (java) S 30247 30249 28119 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 26797569 829591552 20975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30262] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30262/stat : 30262 (java) S 30247 30249 28119 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 26797819 829591552 20975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 810148

[startup+25.5028 s]
/proc/loadavg: 2.13 2.03 2.01 3/88 30313
/proc/meminfo: memFree=1597208/2055920 swapFree=4192812/4192956
[pid=30249] ppid=30247 vsize=810148 CPUtime=25.19
/proc/30249/stat : 30249 (java) S 30247 30249 28119 0 -1 0 23397 0 1 0 2506 13 0 0 18 0 13 0 26797560 829591552 20978 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30249/statm: 202537 20978 1441 9 0 199864 0
[pid=30249/tid=30251] ppid=30247 vsize=810148 CPUtime=23.36
/proc/30249/task/30251/stat : 30251 (java) R 30247 30249 28119 0 -1 64 16935 0 1 0 2326 10 0 0 25 0 13 0 26797562 829591552 20978 996147200 134512640 134550932 4294956016 18446744073709551615 4109867102 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30252] ppid=30247 vsize=810148 CPUtime=0.03
/proc/30249/task/30252/stat : 30252 (java) S 30247 30249 28119 0 -1 64 1261 0 0 0 3 0 0 0 16 0 13 0 26797563 829591552 20978 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30253] ppid=30247 vsize=810148 CPUtime=0.01
/proc/30249/task/30253/stat : 30253 (java) S 30247 30249 28119 0 -1 64 571 0 0 0 1 0 0 0 16 0 13 0 26797563 829591552 20978 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30254] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30254/stat : 30254 (java) S 30247 30249 28119 0 -1 64 15 0 0 0 0 0 0 0 17 0 13 0 26797564 829591552 20978 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30255] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30255/stat : 30255 (java) S 30247 30249 28119 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26797565 829591552 20978 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30256] ppid=30247 vsize=810148 CPUtime=0

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

/proc/30249/statm: 202537 69748 1445 9 0 199864 0
[pid=30249/tid=30251] ppid=30247 vsize=810148 CPUtime=1651.43
/proc/30249/task/30251/stat : 30251 (java) R 30247 30249 28119 0 -1 64 16946 0 1 0 165128 15 0 0 25 0 13 0 26797562 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4109815653 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30249/tid=30252] ppid=30247 vsize=810148 CPUtime=0.45
/proc/30249/task/30252/stat : 30252 (java) S 30247 30249 28119 0 -1 64 27085 0 0 0 35 10 0 0 18 0 13 0 26797563 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30249/tid=30253] ppid=30247 vsize=810148 CPUtime=0.44
/proc/30249/task/30253/stat : 30253 (java) S 30247 30249 28119 0 -1 64 25430 0 0 0 35 9 0 0 18 0 13 0 26797563 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30249/tid=30254] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30254/stat : 30254 (java) S 30247 30249 28119 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 26797564 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30249/tid=30255] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30255/stat : 30255 (java) S 30247 30249 28119 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26797565 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30256] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30256/stat : 30256 (java) S 30247 30249 28119 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26797565 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30257] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30257/stat : 30257 (java) S 30247 30249 28119 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 26797569 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30258] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30258/stat : 30258 (java) S 30247 30249 28119 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 26797569 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30259] ppid=30247 vsize=810148 CPUtime=2.03
/proc/30249/task/30259/stat : 30259 (java) S 30247 30249 28119 0 -1 64 4127 0 0 0 202 1 0 0 17 0 13 0 26797569 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30249/tid=30260] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30260/stat : 30260 (java) S 30247 30249 28119 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 26797569 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30261] ppid=30247 vsize=810148 CPUtime=0.03
/proc/30249/task/30261/stat : 30261 (java) S 30247 30249 28119 0 -1 64 0 0 0 0 2 1 0 0 15 0 13 0 26797569 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30262] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30262/stat : 30262 (java) S 30247 30249 28119 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 26797819 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.44
Current children cumulated vsize (KiB) 810148

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 30313
/proc/meminfo: memFree=1364056/2055920 swapFree=4192812/4192956
[pid=30249] ppid=30247 vsize=810148 CPUtime=1714.42
/proc/30249/stat : 30249 (java) S 30247 30249 28119 0 -1 0 74360 0 1 0 171402 40 0 0 18 0 13 0 26797560 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30249/statm: 202537 69748 1445 9 0 199864 0
[pid=30249/tid=30251] ppid=30247 vsize=810148 CPUtime=1711.41
/proc/30249/task/30251/stat : 30251 (java) R 30247 30249 28119 0 -1 64 16946 0 1 0 171126 15 0 0 25 0 13 0 26797562 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4109815622 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30249/tid=30252] ppid=30247 vsize=810148 CPUtime=0.45
/proc/30249/task/30252/stat : 30252 (java) S 30247 30249 28119 0 -1 64 27085 0 0 0 35 10 0 0 18 0 13 0 26797563 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30249/tid=30253] ppid=30247 vsize=810148 CPUtime=0.44
/proc/30249/task/30253/stat : 30253 (java) S 30247 30249 28119 0 -1 64 25430 0 0 0 35 9 0 0 18 0 13 0 26797563 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30249/tid=30254] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30254/stat : 30254 (java) S 30247 30249 28119 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 26797564 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30249/tid=30255] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30255/stat : 30255 (java) S 30247 30249 28119 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26797565 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30256] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30256/stat : 30256 (java) S 30247 30249 28119 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26797565 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30257] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30257/stat : 30257 (java) S 30247 30249 28119 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 26797569 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30258] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30258/stat : 30258 (java) S 30247 30249 28119 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 26797569 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30259] ppid=30247 vsize=810148 CPUtime=2.03
/proc/30249/task/30259/stat : 30259 (java) S 30247 30249 28119 0 -1 64 4127 0 0 0 202 1 0 0 17 0 13 0 26797569 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30249/tid=30260] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30260/stat : 30260 (java) S 30247 30249 28119 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 26797569 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30261] ppid=30247 vsize=810148 CPUtime=0.03
/proc/30249/task/30261/stat : 30261 (java) S 30247 30249 28119 0 -1 64 0 0 0 0 2 1 0 0 15 0 13 0 26797569 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30262] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30262/stat : 30262 (java) S 30247 30249 28119 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 26797819 829591552 69748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.42
Current children cumulated vsize (KiB) 810148

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 30313
/proc/meminfo: memFree=1353624/2055920 swapFree=4192812/4192956
[pid=30249] ppid=30247 vsize=810148 CPUtime=1774.35
/proc/30249/stat : 30249 (java) S 30247 30249 28119 0 -1 0 77602 0 1 0 177393 42 0 0 18 0 13 0 26797560 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30249/statm: 202537 72307 1445 9 0 199864 0
[pid=30249/tid=30251] ppid=30247 vsize=810148 CPUtime=1771.15
/proc/30249/task/30251/stat : 30251 (java) R 30247 30249 28119 0 -1 64 16947 0 1 0 177100 15 0 0 25 0 13 0 26797562 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4109815640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30252] ppid=30247 vsize=810148 CPUtime=0.55
/proc/30249/task/30252/stat : 30252 (java) S 30247 30249 28119 0 -1 64 28624 0 0 0 44 11 0 0 17 0 13 0 26797563 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30253] ppid=30247 vsize=810148 CPUtime=0.53
/proc/30249/task/30253/stat : 30253 (java) S 30247 30249 28119 0 -1 64 27132 0 0 0 43 10 0 0 17 0 13 0 26797563 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30254] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30254/stat : 30254 (java) S 30247 30249 28119 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 26797564 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30255] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30255/stat : 30255 (java) S 30247 30249 28119 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26797565 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30256] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30256/stat : 30256 (java) S 30247 30249 28119 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26797565 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30257] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30257/stat : 30257 (java) S 30247 30249 28119 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 26797569 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30258] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30258/stat : 30258 (java) S 30247 30249 28119 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 26797569 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30259] ppid=30247 vsize=810148 CPUtime=2.03
/proc/30249/task/30259/stat : 30259 (java) S 30247 30249 28119 0 -1 64 4127 0 0 0 202 1 0 0 17 0 13 0 26797569 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30249/tid=30260] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30260/stat : 30260 (java) S 30247 30249 28119 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 26797569 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30261] ppid=30247 vsize=810148 CPUtime=0.04
/proc/30249/task/30261/stat : 30261 (java) S 30247 30249 28119 0 -1 64 0 0 0 0 2 2 0 0 15 0 13 0 26797569 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30262] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30262/stat : 30262 (java) S 30247 30249 28119 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 26797819 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.35
Current children cumulated vsize (KiB) 810148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 30313
/proc/meminfo: memFree=1353624/2055920 swapFree=4192812/4192956
[pid=30249] ppid=30247 vsize=810148 CPUtime=1800.01
/proc/30249/stat : 30249 (java) S 30247 30249 28119 0 -1 0 77602 0 1 0 179959 42 0 0 18 0 13 0 26797560 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30249/statm: 202537 72307 1445 9 0 199864 0
[pid=30249/tid=30251] ppid=30247 vsize=810148 CPUtime=1796.81
/proc/30249/task/30251/stat : 30251 (java) R 30247 30249 28119 0 -1 64 16947 0 1 0 179666 15 0 0 25 0 13 0 26797562 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4109859724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30252] ppid=30247 vsize=810148 CPUtime=0.55
/proc/30249/task/30252/stat : 30252 (java) S 30247 30249 28119 0 -1 64 28624 0 0 0 44 11 0 0 17 0 13 0 26797563 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30253] ppid=30247 vsize=810148 CPUtime=0.53
/proc/30249/task/30253/stat : 30253 (java) S 30247 30249 28119 0 -1 64 27132 0 0 0 43 10 0 0 17 0 13 0 26797563 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30254] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30254/stat : 30254 (java) S 30247 30249 28119 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 26797564 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30255] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30255/stat : 30255 (java) S 30247 30249 28119 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26797565 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30256] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30256/stat : 30256 (java) S 30247 30249 28119 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26797565 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30257] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30257/stat : 30257 (java) S 30247 30249 28119 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 26797569 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30258] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30258/stat : 30258 (java) S 30247 30249 28119 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 26797569 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30259] ppid=30247 vsize=810148 CPUtime=2.03
/proc/30249/task/30259/stat : 30259 (java) S 30247 30249 28119 0 -1 64 4127 0 0 0 202 1 0 0 17 0 13 0 26797569 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30249/tid=30260] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30260/stat : 30260 (java) S 30247 30249 28119 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 26797569 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30261] ppid=30247 vsize=810148 CPUtime=0.04
/proc/30249/task/30261/stat : 30261 (java) S 30247 30249 28119 0 -1 64 0 0 0 0 2 2 0 0 15 0 13 0 26797569 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30262] ppid=30247 vsize=810148 CPUtime=0
/proc/30249/task/30262/stat : 30262 (java) S 30247 30249 28119 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 26797819 829591552 72307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 810148

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

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

[startup+1808.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 30316
/proc/meminfo: memFree=1353608/2055920 swapFree=4192812/4192956
[pid=30249] ppid=30247 vsize=810796 CPUtime=1800.12
/proc/30249/stat : 30249 (java) S 30247 30249 28119 0 -1 0 77624 0 1 0 179970 42 0 0 16 0 14 0 26797560 830255104 72329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30249/statm: 202699 72329 1446 9 0 200026 0
[pid=30249/tid=30251] ppid=30247 vsize=810796 CPUtime=1796.86
/proc/30249/task/30251/stat : 30251 (java) R 30247 30249 28119 0 -1 64 16947 0 1 0 179671 15 0 0 25 0 14 0 26797562 830255104 72329 996147200 134512640 134550932 4294956016 18446744073709551615 4109815699 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30252] ppid=30247 vsize=810796 CPUtime=0.55
/proc/30249/task/30252/stat : 30252 (java) S 30247 30249 28119 0 -1 64 28624 0 0 0 44 11 0 0 17 0 14 0 26797563 830255104 72329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30253] ppid=30247 vsize=810796 CPUtime=0.53
/proc/30249/task/30253/stat : 30253 (java) S 30247 30249 28119 0 -1 64 27132 0 0 0 43 10 0 0 17 0 14 0 26797563 830255104 72329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30254] ppid=30247 vsize=810796 CPUtime=0
/proc/30249/task/30254/stat : 30254 (java) S 30247 30249 28119 0 -1 64 16 0 0 0 0 0 0 0 16 0 14 0 26797564 830255104 72329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30255] ppid=30247 vsize=810796 CPUtime=0
/proc/30249/task/30255/stat : 30255 (java) S 30247 30249 28119 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 26797565 830255104 72329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30256] ppid=30247 vsize=810796 CPUtime=0
/proc/30249/task/30256/stat : 30256 (java) S 30247 30249 28119 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 26797565 830255104 72329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30257] ppid=30247 vsize=810796 CPUtime=0
/proc/30249/task/30257/stat : 30257 (java) S 30247 30249 28119 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 26797569 830255104 72329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30258] ppid=30247 vsize=810796 CPUtime=0
/proc/30249/task/30258/stat : 30258 (java) S 30247 30249 28119 0 -1 64 13 0 0 0 0 0 0 0 19 0 14 0 26797569 830255104 72329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30259] ppid=30247 vsize=810796 CPUtime=2.05
/proc/30249/task/30259/stat : 30259 (java) S 30247 30249 28119 0 -1 64 4128 0 0 0 204 1 0 0 16 0 14 0 26797569 830255104 72329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30260] ppid=30247 vsize=810796 CPUtime=0
/proc/30249/task/30260/stat : 30260 (java) S 30247 30249 28119 0 -1 64 0 0 0 0 0 0 0 0 20 0 14 0 26797569 830255104 72329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30261] ppid=30247 vsize=810796 CPUtime=0.04
/proc/30249/task/30261/stat : 30261 (java) S 30247 30249 28119 0 -1 64 0 0 0 0 2 2 0 0 15 0 14 0 26797569 830255104 72329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30249/tid=30262] ppid=30247 vsize=810796 CPUtime=0
/proc/30249/task/30262/stat : 30262 (java) S 30247 30249 28119 0 -1 64 4 0 0 0 0 0 0 0 21 0 14 0 26797819 830255104 72329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30249/tid=30315] ppid=30247 vsize=810796 CPUtime=0
/proc/30249/task/30315/stat : 30315 (java) S 30247 30249 28119 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 26978382 830255104 72329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 810796

Child status: 143
Real time (s): 1808.39
CPU time (s): 1800.2
CPU user time (s): 1799.72
CPU system time (s): 0.473927
CPU usage (%): 99.5473
Max. virtual memory (cumulated for all children) (KiB): 810796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.473927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77624
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= 37509
involuntary context switches= 39412

runsolver used 2.44063 second user time and 5.83811 second system time

The end

Launcher Data

Begin job on node86 at 2009-07-12 13:15:23
IDJOB=2092305
IDBENCH=60325
IDSOLVER=731
FILE ID=node86/2092305-1247397323
PBS_JOBID= 9507318
Free space on /tmp= 66316 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-78_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2092305-1247397323/watcher-2092305-1247397323 -o /tmp/evaluation-result-2092305-1247397323/solver-2092305-1247397323 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2092305-1247397323.xml

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

MD5SUM BENCH= 2ac92b434940a175b3fb756f91844113
RANDOM SEED=1318964438

node86.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.265
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.265
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:       1673504 kB
Buffers:         68248 kB
Cached:         216400 kB
SwapCached:          0 kB
Active:         189024 kB
Inactive:       131344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1976 kB
Writeback:           0 kB
Mapped:          55968 kB
Slab:            47180 kB
Committed_AS:   247308 kB
PageTables:       1972 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= 66312 MiB
End job on node86 at 2009-07-12 13:45:33