Trace number 2084363

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.49 1801.69

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f2.xml
MD5SUMeeb0a55b010d032a275f0f7f80fcdb5a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.992
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size42
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data

0.08/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.12	c See www.sat4j.org for details.
0.08/0.12	c That software uses the Rhino library from the Mozilla project.
0.08/0.14	c version 2.1.1.v20090622
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 671000808
0.08/0.14	c Max memory 672137216
0.08/0.14	c Total memory 672137216
0.08/0.14	c Number of processors 2
0.19/0.22	c c --- Begin Solver configuration ---
0.19/0.22	c Stops conflict analysis at the first Unique Implication Point
0.19/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.22	c Learn all clauses as in MiniSAT
0.19/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.22	c Expensive reason simplification
0.19/0.22	c MiniSAT restarts strategy
0.19/0.22	c Memory based learned constraints deletion strategy
0.19/0.22	c timeout=2147483s
0.19/0.22	c DB Simplification allowed=false
0.19/0.22	c --- End Solver configuration ---
0.19/0.22	c solving HOME/instance-2084363-1247378950.xml
0.19/0.22	c reading problem ... 
0.39/0.45	c reading problem named null
0.39/0.46	c reading domains done.
0.39/0.46	c reading variables done.
0.88/0.91	c reading predicates  done.
1.09/1.11	c reading constraints
17.18/17.26	c done with constraints.
17.18/17.26	c ... done. Wall clock time 17.037s.
17.18/17.26	c #vars     25860
17.18/17.26	c #constraints  309893
17.18/17.26	c constraints type 
17.18/17.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 283353
17.18/17.26	c org.sat4j.minisat.constraints.card.AtLeast => 680
17.18/17.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24864
1800.09/1801.41	c starts		: 18
1800.09/1801.41	c conflicts		: 219344
1800.09/1801.41	c decisions		: 282943
1800.09/1801.41	c propagations		: 21116958
1800.09/1801.41	c inspects		: 3757220610
1800.09/1801.41	c learnt literals	: 5
1800.09/1801.41	c learnt binary clauses	: 52
1800.09/1801.41	c learnt ternary clauses	: 83
1800.09/1801.41	c learnt clauses	: 219339
1800.09/1801.41	c ignored clauses	: 0
1800.09/1801.41	c root simplifications	: 0
1800.09/1801.41	c removed literals (reason simplification)	: 19129223
1800.09/1801.41	c reason swapping (by a shorter reason)	: 0
1800.09/1801.41	c Calls to reduceDB	: 0
1800.09/1801.42	c speed (assignments/second)	: 11835.848158762168
1800.09/1801.42	c non guided choices	6684
1800.24/1801.58	c learnt constraints type 
1800.24/1801.58	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 52
1800.24/1801.58	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 219292
1800.24/1801.58	c constraints type 
1800.24/1801.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 283353
1800.24/1801.58	c org.sat4j.minisat.constraints.card.AtLeast => 680
1800.24/1801.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24864
1800.24/1801.58	s UNKNOWN
1800.24/1801.58	c Total wall clock time (in seconds) : 1801.191

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-2084363-1247378950/watcher-2084363-1247378950 -o /tmp/evaluation-result-2084363-1247378950/solver-2084363-1247378950 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2084363-1247378950.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.69 2.30 2.17 4/73 26045
/proc/meminfo: memFree=1898360/2055920 swapFree=4192812/4192956
[pid=26045] ppid=26043 vsize=1612 CPUtime=0
/proc/26045/stat : 26045 (java6) R 26043 26045 25873 0 -1 0 179 0 0 0 0 0 0 0 19 0 1 0 24960077 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/26045/statm: 403 150 114 9 0 45 0

[startup+0.0461931 s]
/proc/loadavg: 2.69 2.30 2.17 4/73 26045
/proc/meminfo: memFree=1898360/2055920 swapFree=4192812/4192956
[pid=26045] ppid=26043 vsize=802032 CPUtime=0.04
/proc/26045/stat : 26045 (java) S 26043 26045 25873 0 -1 0 2595 0 1 0 3 1 0 0 19 0 7 0 24960077 821280768 2340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/26045/statm: 200508 2340 1007 9 0 197859 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802032

[startup+0.101199 s]
/proc/loadavg: 2.69 2.30 2.17 4/73 26045
/proc/meminfo: memFree=1898360/2055920 swapFree=4192812/4192956
[pid=26045] ppid=26043 vsize=804560 CPUtime=0.08
/proc/26045/stat : 26045 (java) S 26043 26045 25873 0 -1 0 3068 0 1 0 7 1 0 0 19 0 12 0 24960077 823869440 2811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26045/statm: 201140 2812 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301223 s]
/proc/loadavg: 2.69 2.30 2.17 4/73 26045
/proc/meminfo: memFree=1898360/2055920 swapFree=4192812/4192956
[pid=26045] ppid=26043 vsize=806152 CPUtime=0.29
/proc/26045/stat : 26045 (java) S 26043 26045 25873 0 -1 0 4469 0 1 0 27 2 0 0 19 0 12 0 24960077 825499648 4173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26045/statm: 201538 4173 1365 9 0 198865 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 806152

[startup+0.701264 s]
/proc/loadavg: 2.69 2.30 2.17 4/73 26045
/proc/meminfo: memFree=1898360/2055920 swapFree=4192812/4192956
[pid=26045] ppid=26043 vsize=807952 CPUtime=0.68
/proc/26045/stat : 26045 (java) S 26043 26045 25873 0 -1 0 5873 0 1 0 65 3 0 0 19 0 12 0 24960077 827342848 5303 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26045/statm: 201988 5303 1386 9 0 199315 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807952

[startup+1.50135 s]
/proc/loadavg: 2.69 2.30 2.17 3/85 26057
/proc/meminfo: memFree=1876440/2055920 swapFree=4192812/4192956
[pid=26045] ppid=26043 vsize=810128 CPUtime=1.49
/proc/26045/stat : 26045 (java) S 26043 26045 25873 0 -1 0 10373 0 1 0 144 5 0 0 19 0 12 0 24960077 829571072 8103 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26045/statm: 202532 8103 1407 9 0 199859 0
[pid=26045/tid=26047] ppid=26043 vsize=810128 CPUtime=0.77
/proc/26045/task/26047/stat : 26047 (java) R 26043 26045 25873 0 -1 64 6157 0 1 0 74 3 0 0 25 0 12 0 24960078 829571072 8103 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26048] ppid=26043 vsize=810128 CPUtime=0
/proc/26045/task/26048/stat : 26048 (java) S 26043 26045 25873 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 24960079 829571072 8103 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26049] ppid=26043 vsize=810128 CPUtime=0
/proc/26045/task/26049/stat : 26049 (java) S 26043 26045 25873 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24960079 829571072 8103 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26050] ppid=26043 vsize=810128 CPUtime=0
/proc/26045/task/26050/stat : 26050 (java) S 26043 26045 25873 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 24960081 829571072 8103 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26051] ppid=26043 vsize=810128 CPUtime=0
/proc/26045/task/26051/stat : 26051 (java) S 26043 26045 25873 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 24960081 829571072 8103 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26052] ppid=26043 vsize=810128 CPUtime=0
/proc/26045/task/26052/stat : 26052 (java) S 26043 26045 25873 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24960081 829571072 8103 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26053] ppid=26043 vsize=810128 CPUtime=0
/proc/26045/task/26053/stat : 26053 (java) S 26043 26045 25873 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24960086 829571072 8103 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26054] ppid=26043 vsize=810128 CPUtime=0.68
/proc/26045/task/26054/stat : 26054 (java) R 26043 26045 25873 0 -1 64 3201 0 0 0 68 0 0 0 17 0 12 0 24960086 829571072 8103 996147200 134512640 134550932 4294956016 18446744073709551615 103980630 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26055] ppid=26043 vsize=810128 CPUtime=0
/proc/26045/task/26055/stat : 26055 (java) S 26043 26045 25873 0 -1 64 271 0 0 0 0 0 0 0 21 0 12 0 24960086 829571072 8103 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26045/tid=26056] ppid=26043 vsize=810128 CPUtime=0
/proc/26045/task/26056/stat : 26056 (java) S 26043 26045 25873 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24960086 829571072 8103 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26057] ppid=26043 vsize=810128 CPUtime=0
/proc/26045/task/26057/stat : 26057 (java) S 26043 26045 25873 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24960086 829571072 8103 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 810128

[startup+3.10252 s]
/proc/loadavg: 2.63 2.29 2.17 3/85 26057
/proc/meminfo: memFree=1858968/2055920 swapFree=4192812/4192956
[pid=26045] ppid=26043 vsize=810128 CPUtime=3.09
/proc/26045/stat : 26045 (java) S 26043 26045 25873 0 -1 0 23934 0 1 0 297 12 0 0 19 0 12 0 24960077 829571072 21295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26045/statm: 202532 21295 1437 9 0 199859 0
[pid=26045/tid=26047] ppid=26043 vsize=810128 CPUtime=1.81
/proc/26045/task/26047/stat : 26047 (java) R 26043 26045 25873 0 -1 64 17440 0 1 0 172 9 0 0 25 0 12 0 24960078 829571072 21295 996147200 134512640 134550932 4294956016 18446744073709551615 4109616172 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26048] ppid=26043 vsize=810128 CPUtime=0.03
/proc/26045/task/26048/stat : 26048 (java) S 26043 26045 25873 0 -1 64 1282 0 0 0 3 0 0 0 17 0 12 0 24960079 829571072 21295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26049] ppid=26043 vsize=810128 CPUtime=0
/proc/26045/task/26049/stat : 26049 (java) S 26043 26045 25873 0 -1 64 533 0 0 0 0 0 0 0 17 0 12 0 24960079 829571072 21295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26050] ppid=26043 vsize=810128 CPUtime=0
/proc/26045/task/26050/stat : 26050 (java) S 26043 26045 25873 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24960081 829571072 21295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26051] ppid=26043 vsize=810128 CPUtime=0
/proc/26045/task/26051/stat : 26051 (java) S 26043 26045 25873 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24960081 829571072 21295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26052] ppid=26043 vsize=810128 CPUtime=0
/proc/26045/task/26052/stat : 26052 (java) S 26043 26045 25873 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24960081 829571072 21295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26053] ppid=26043 vsize=810128 CPUtime=0
/proc/26045/task/26053/stat : 26053 (java) S 26043 26045 25873 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24960086 829571072 21295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26054] ppid=26043 vsize=810128 CPUtime=1.19
/proc/26045/task/26054/stat : 26054 (java) S 26043 26045 25873 0 -1 64 3654 0 0 0 118 1 0 0 16 0 12 0 24960086 829571072 21295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26055] ppid=26043 vsize=810128 CPUtime=0
/proc/26045/task/26055/stat : 26055 (java) S 26043 26045 25873 0 -1 64 271 0 0 0 0 0 0 0 21 0 12 0 24960086 829571072 21295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26045/tid=26056] ppid=26043 vsize=810128 CPUtime=0
/proc/26045/task/26056/stat : 26056 (java) S 26043 26045 25873 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24960086 829571072 21295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26057] ppid=26043 vsize=810128 CPUtime=0
/proc/26045/task/26057/stat : 26057 (java) S 26043 26045 25873 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24960086 829571072 21295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 810128

[startup+6.30286 s]
/proc/loadavg: 2.63 2.29 2.17 3/85 26057
/proc/meminfo: memFree=1801240/2055920 swapFree=4192812/4192956
[pid=26045] ppid=26043 vsize=810528 CPUtime=6.29
/proc/26045/stat : 26045 (java) S 26043 26045 25873 0 -1 0 30148 0 1 0 615 14 0 0 19 0 12 0 24960077 829980672 26509 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26045/statm: 202632 26509 1437 9 0 199959 0
[pid=26045/tid=26047] ppid=26043 vsize=810528 CPUtime=4.28
/proc/26045/task/26047/stat : 26047 (java) R 26043 26045 25873 0 -1 64 17455 0 1 0 419 9 0 0 25 0 12 0 24960078 829980672 26509 996147200 134512640 134550932 4294956016 18446744073709551615 4109596126 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26048] ppid=26043 vsize=810528 CPUtime=0.14
/proc/26045/task/26048/stat : 26048 (java) S 26043 26045 25873 0 -1 64 3710 0 0 0 14 0 0 0 16 0 12 0 24960079 829980672 26509 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26049] ppid=26043 vsize=810528 CPUtime=0.11
/proc/26045/task/26049/stat : 26049 (java) S 26043 26045 25873 0 -1 64 3170 0 0 0 10 1 0 0 16 0 12 0 24960079 829980672 26509 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26050] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26050/stat : 26050 (java) S 26043 26045 25873 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 24960081 829980672 26509 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26051] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26051/stat : 26051 (java) S 26043 26045 25873 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24960081 829980672 26509 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26052] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26052/stat : 26052 (java) S 26043 26045 25873 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24960081 829980672 26509 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26053] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26053/stat : 26053 (java) S 26043 26045 25873 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24960086 829980672 26509 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26054] ppid=26043 vsize=810528 CPUtime=1.7
/proc/26045/task/26054/stat : 26054 (java) S 26043 26045 25873 0 -1 64 4782 0 0 0 169 1 0 0 17 0 12 0 24960086 829980672 26509 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26055] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26055/stat : 26055 (java) S 26043 26045 25873 0 -1 64 271 0 0 0 0 0 0 0 21 0 12 0 24960086 829980672 26509 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26045/tid=26056] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26056/stat : 26056 (java) S 26043 26045 25873 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24960086 829980672 26509 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26057] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26057/stat : 26057 (java) S 26043 26045 25873 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24960086 829980672 26509 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 810528

[startup+12.7025 s]
/proc/loadavg: 2.54 2.28 2.17 3/85 26057
/proc/meminfo: memFree=1769496/2055920 swapFree=4192812/4192956
[pid=26045] ppid=26043 vsize=810268 CPUtime=12.68
/proc/26045/stat : 26045 (java) S 26043 26045 25873 0 -1 0 38368 0 1 0 1251 17 0 0 19 0 12 0 24960077 829714432 34420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26045/statm: 202567 34420 1441 9 0 199894 0
[pid=26045/tid=26047] ppid=26043 vsize=810268 CPUtime=9.47
/proc/26045/task/26047/stat : 26047 (java) R 26043 26045 25873 0 -1 64 17474 0 1 0 938 9 0 0 25 0 12 0 24960078 829714432 34420 996147200 134512640 134550932 4294956016 18446744073709551615 4109614463 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26048] ppid=26043 vsize=810268 CPUtime=0.33
/proc/26045/task/26048/stat : 26048 (java) S 26043 26045 25873 0 -1 64 7763 0 0 0 31 2 0 0 16 0 12 0 24960079 829714432 34420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26049] ppid=26043 vsize=810268 CPUtime=0.29
/proc/26045/task/26049/stat : 26049 (java) S 26043 26045 25873 0 -1 64 7035 0 0 0 27 2 0 0 16 0 12 0 24960079 829714432 34420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26050] ppid=26043 vsize=810268 CPUtime=0
/proc/26045/task/26050/stat : 26050 (java) S 26043 26045 25873 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 24960081 829714432 34420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26051] ppid=26043 vsize=810268 CPUtime=0
/proc/26045/task/26051/stat : 26051 (java) S 26043 26045 25873 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24960081 829714432 34420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26052] ppid=26043 vsize=810268 CPUtime=0
/proc/26045/task/26052/stat : 26052 (java) S 26043 26045 25873 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24960081 829714432 34420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26053] ppid=26043 vsize=810268 CPUtime=0
/proc/26045/task/26053/stat : 26053 (java) S 26043 26045 25873 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24960086 829714432 34420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26054] ppid=26043 vsize=810268 CPUtime=2.54
/proc/26045/task/26054/stat : 26054 (java) S 26043 26045 25873 0 -1 64 5065 0 0 0 252 2 0 0 15 0 12 0 24960086 829714432 34420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26055] ppid=26043 vsize=810268 CPUtime=0
/proc/26045/task/26055/stat : 26055 (java) S 26043 26045 25873 0 -1 64 271 0 0 0 0 0 0 0 21 0 12 0 24960086 829714432 34420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26045/tid=26056] ppid=26043 vsize=810268 CPUtime=0
/proc/26045/task/26056/stat : 26056 (java) S 26043 26045 25873 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24960086 829714432 34420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26057] ppid=26043 vsize=810268 CPUtime=0
/proc/26045/task/26057/stat : 26057 (java) S 26043 26045 25873 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24960086 829714432 34420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 810268

[startup+25.5019 s]
/proc/loadavg: 2.45 2.27 2.17 3/86 26058
/proc/meminfo: memFree=1744720/2055920 swapFree=4192812/4192956
[pid=26045] ppid=26043 vsize=810528 CPUtime=25.48
/proc/26045/stat : 26045 (java) S 26043 26045 25873 0 -1 0 43565 0 1 0 2529 19 0 0 19 0 13 0 24960077 829980672 39570 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26045/statm: 202632 39570 1455 9 0 199959 0
[pid=26045/tid=26047] ppid=26043 vsize=810528 CPUtime=21.25
/proc/26045/task/26047/stat : 26047 (java) R 26043 26045 25873 0 -1 64 17501 0 1 0 2116 9 0 0 25 0 13 0 24960078 829980672 39570 996147200 134512640 134550932 4294956016 18446744073709551615 4110281956 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26048] ppid=26043 vsize=810528 CPUtime=0.43
/proc/26045/task/26048/stat : 26048 (java) S 26043 26045 25873 0 -1 64 10245 0 0 0 41 2 0 0 16 0 13 0 24960079 829980672 39570 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26049] ppid=26043 vsize=810528 CPUtime=0.38
/proc/26045/task/26049/stat : 26049 (java) S 26043 26045 25873 0 -1 64 9667 0 0 0 35 3 0 0 16 0 13 0 24960079 829980672 39570 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26050] ppid=26043 vsize=810528 CPUtime=0.01
/proc/26045/task/26050/stat : 26050 (java) S 26043 26045 25873 0 -1 64 19 0 0 0 1 0 0 0 16 0 13 0 24960081 829980672 39570 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26051] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26051/stat : 26051 (java) S 26043 26045 25873 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24960081 829980672 39570 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26052] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26052/stat : 26052 (java) S 26043 26045 25873 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24960081 829980672 39570 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26053] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26053/stat : 26053 (java) S 26043 26045 25873 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24960086 829980672 39570 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26054] ppid=26043 vsize=810528 CPUtime=3.35

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

[pid=26045] ppid=26043 vsize=810528 CPUtime=1661.03
/proc/26045/stat : 26045 (java) S 26043 26045 25873 0 -1 0 100017 0 1 0 166056 47 0 0 19 0 13 0 24960077 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26045/statm: 202632 94437 1455 9 0 199959 0
[pid=26045/tid=26047] ppid=26043 vsize=810528 CPUtime=1655.13
/proc/26045/task/26047/stat : 26047 (java) R 26043 26045 25873 0 -1 64 17519 0 1 0 165499 14 0 0 25 0 13 0 24960078 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4110208904 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26048] ppid=26043 vsize=810528 CPUtime=1.2
/proc/26045/task/26048/stat : 26048 (java) S 26043 26045 25873 0 -1 64 37689 0 0 0 107 13 0 0 17 0 13 0 24960079 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26049] ppid=26043 vsize=810528 CPUtime=1.16
/proc/26045/task/26049/stat : 26049 (java) S 26043 26045 25873 0 -1 64 38649 0 0 0 100 16 0 0 18 0 13 0 24960079 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26050] ppid=26043 vsize=810528 CPUtime=0.01
/proc/26045/task/26050/stat : 26050 (java) S 26043 26045 25873 0 -1 64 19 0 0 0 1 0 0 0 16 0 13 0 24960081 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26051] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26051/stat : 26051 (java) S 26043 26045 25873 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24960081 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26052] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26052/stat : 26052 (java) S 26043 26045 25873 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24960081 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26053] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26053/stat : 26053 (java) S 26043 26045 25873 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24960086 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26054] ppid=26043 vsize=810528 CPUtime=3.47
/proc/26045/task/26054/stat : 26054 (java) S 26043 26045 25873 0 -1 64 5125 0 0 0 345 2 0 0 16 0 13 0 24960086 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26055] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26055/stat : 26055 (java) S 26043 26045 25873 0 -1 64 271 0 0 0 0 0 0 0 21 0 13 0 24960086 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26045/tid=26056] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26056/stat : 26056 (java) S 26043 26045 25873 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24960086 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26057] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26057/stat : 26057 (java) S 26043 26045 25873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24960086 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26058] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26058/stat : 26058 (java) S 26043 26045 25873 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 24961815 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.03
Current children cumulated vsize (KiB) 810528

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 2.00 3/88 26142
/proc/meminfo: memFree=1420416/2055920 swapFree=4192812/4192956
[pid=26045] ppid=26043 vsize=810528 CPUtime=1721.02
/proc/26045/stat : 26045 (java) S 26043 26045 25873 0 -1 0 100017 0 1 0 172054 48 0 0 19 0 13 0 24960077 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26045/statm: 202632 94437 1455 9 0 199959 0
[pid=26045/tid=26047] ppid=26043 vsize=810528 CPUtime=1715.11
/proc/26045/task/26047/stat : 26047 (java) R 26043 26045 25873 0 -1 64 17519 0 1 0 171497 14 0 0 25 0 13 0 24960078 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4110273849 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26048] ppid=26043 vsize=810528 CPUtime=1.2
/proc/26045/task/26048/stat : 26048 (java) S 26043 26045 25873 0 -1 64 37689 0 0 0 107 13 0 0 17 0 13 0 24960079 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26049] ppid=26043 vsize=810528 CPUtime=1.16
/proc/26045/task/26049/stat : 26049 (java) S 26043 26045 25873 0 -1 64 38649 0 0 0 100 16 0 0 18 0 13 0 24960079 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26050] ppid=26043 vsize=810528 CPUtime=0.01
/proc/26045/task/26050/stat : 26050 (java) S 26043 26045 25873 0 -1 64 19 0 0 0 1 0 0 0 16 0 13 0 24960081 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26051] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26051/stat : 26051 (java) S 26043 26045 25873 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24960081 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26052] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26052/stat : 26052 (java) S 26043 26045 25873 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24960081 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26053] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26053/stat : 26053 (java) S 26043 26045 25873 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24960086 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26054] ppid=26043 vsize=810528 CPUtime=3.47
/proc/26045/task/26054/stat : 26054 (java) S 26043 26045 25873 0 -1 64 5125 0 0 0 345 2 0 0 16 0 13 0 24960086 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26055] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26055/stat : 26055 (java) S 26043 26045 25873 0 -1 64 271 0 0 0 0 0 0 0 21 0 13 0 24960086 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26045/tid=26056] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26056/stat : 26056 (java) S 26043 26045 25873 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24960086 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26057] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26057/stat : 26057 (java) S 26043 26045 25873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24960086 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26058] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26058/stat : 26058 (java) S 26043 26045 25873 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 24961815 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.02
Current children cumulated vsize (KiB) 810528

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 2.00 3/88 26142
/proc/meminfo: memFree=1420416/2055920 swapFree=4192812/4192956
[pid=26045] ppid=26043 vsize=810528 CPUtime=1781
/proc/26045/stat : 26045 (java) S 26043 26045 25873 0 -1 0 100017 0 1 0 178052 48 0 0 19 0 13 0 24960077 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26045/statm: 202632 94437 1455 9 0 199959 0
[pid=26045/tid=26047] ppid=26043 vsize=810528 CPUtime=1775.09
/proc/26045/task/26047/stat : 26047 (java) R 26043 26045 25873 0 -1 64 17519 0 1 0 177495 14 0 0 25 0 13 0 24960078 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4110195144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26048] ppid=26043 vsize=810528 CPUtime=1.2
/proc/26045/task/26048/stat : 26048 (java) S 26043 26045 25873 0 -1 64 37689 0 0 0 107 13 0 0 17 0 13 0 24960079 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26049] ppid=26043 vsize=810528 CPUtime=1.16
/proc/26045/task/26049/stat : 26049 (java) S 26043 26045 25873 0 -1 64 38649 0 0 0 100 16 0 0 18 0 13 0 24960079 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26050] ppid=26043 vsize=810528 CPUtime=0.01
/proc/26045/task/26050/stat : 26050 (java) S 26043 26045 25873 0 -1 64 19 0 0 0 1 0 0 0 16 0 13 0 24960081 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26051] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26051/stat : 26051 (java) S 26043 26045 25873 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24960081 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26052] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26052/stat : 26052 (java) S 26043 26045 25873 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24960081 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26053] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26053/stat : 26053 (java) S 26043 26045 25873 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24960086 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26054] ppid=26043 vsize=810528 CPUtime=3.47
/proc/26045/task/26054/stat : 26054 (java) S 26043 26045 25873 0 -1 64 5125 0 0 0 345 2 0 0 16 0 13 0 24960086 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26055] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26055/stat : 26055 (java) S 26043 26045 25873 0 -1 64 271 0 0 0 0 0 0 0 21 0 13 0 24960086 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26045/tid=26056] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26056/stat : 26056 (java) S 26043 26045 25873 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24960086 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26057] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26057/stat : 26057 (java) S 26043 26045 25873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24960086 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26058] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26058/stat : 26058 (java) S 26043 26045 25873 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 24961815 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781
Current children cumulated vsize (KiB) 810528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 1.99 1.97 2.00 3/88 26142
/proc/meminfo: memFree=1420416/2055920 swapFree=4192812/4192956
[pid=26045] ppid=26043 vsize=810528 CPUtime=1800.09
/proc/26045/stat : 26045 (java) S 26043 26045 25873 0 -1 0 100017 0 1 0 179961 48 0 0 19 0 13 0 24960077 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26045/statm: 202632 94437 1455 9 0 199959 0
[pid=26045/tid=26047] ppid=26043 vsize=810528 CPUtime=1794.19
/proc/26045/task/26047/stat : 26047 (java) R 26043 26045 25873 0 -1 64 17519 0 1 0 179405 14 0 0 25 0 13 0 24960078 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4110281983 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26048] ppid=26043 vsize=810528 CPUtime=1.2
/proc/26045/task/26048/stat : 26048 (java) S 26043 26045 25873 0 -1 64 37689 0 0 0 107 13 0 0 17 0 13 0 24960079 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26049] ppid=26043 vsize=810528 CPUtime=1.16
/proc/26045/task/26049/stat : 26049 (java) S 26043 26045 25873 0 -1 64 38649 0 0 0 100 16 0 0 18 0 13 0 24960079 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26050] ppid=26043 vsize=810528 CPUtime=0.01
/proc/26045/task/26050/stat : 26050 (java) S 26043 26045 25873 0 -1 64 19 0 0 0 1 0 0 0 16 0 13 0 24960081 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26051] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26051/stat : 26051 (java) S 26043 26045 25873 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24960081 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26052] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26052/stat : 26052 (java) S 26043 26045 25873 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24960081 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26053] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26053/stat : 26053 (java) S 26043 26045 25873 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24960086 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26054] ppid=26043 vsize=810528 CPUtime=3.47
/proc/26045/task/26054/stat : 26054 (java) S 26043 26045 25873 0 -1 64 5125 0 0 0 345 2 0 0 16 0 13 0 24960086 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26055] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26055/stat : 26055 (java) S 26043 26045 25873 0 -1 64 271 0 0 0 0 0 0 0 21 0 13 0 24960086 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26045/tid=26056] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26056/stat : 26056 (java) S 26043 26045 25873 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24960086 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26057] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26057/stat : 26057 (java) S 26043 26045 25873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24960086 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26058] ppid=26043 vsize=810528 CPUtime=0
/proc/26045/task/26058/stat : 26058 (java) S 26043 26045 25873 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 24961815 829980672 94437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 810528

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

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

[startup+1801.6 s]
/proc/loadavg: 1.99 1.97 2.00 3/88 26142
/proc/meminfo: memFree=1420416/2055920 swapFree=4192812/4192956
[pid=26045] ppid=26043 vsize=811176 CPUtime=1800.4
/proc/26045/stat : 26045 (java) S 26043 26045 25873 0 -1 0 100040 0 1 0 179992 48 0 0 16 0 14 0 24960077 830644224 94460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26045/statm: 202794 94460 1456 9 0 200121 0
[pid=26045/tid=26047] ppid=26043 vsize=811176 CPUtime=1794.38
/proc/26045/task/26047/stat : 26047 (java) R 26043 26045 25873 0 -1 64 17519 0 1 0 179424 14 0 0 25 0 14 0 24960078 830644224 94460 996147200 134512640 134550932 4294956016 18446744073709551615 4110281983 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26048] ppid=26043 vsize=811176 CPUtime=1.2
/proc/26045/task/26048/stat : 26048 (java) S 26043 26045 25873 0 -1 64 37689 0 0 0 107 13 0 0 17 0 14 0 24960079 830644224 94460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26049] ppid=26043 vsize=811176 CPUtime=1.16
/proc/26045/task/26049/stat : 26049 (java) S 26043 26045 25873 0 -1 64 38649 0 0 0 100 16 0 0 18 0 14 0 24960079 830644224 94460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26050] ppid=26043 vsize=811176 CPUtime=0.01
/proc/26045/task/26050/stat : 26050 (java) S 26043 26045 25873 0 -1 64 19 0 0 0 1 0 0 0 16 0 14 0 24960081 830644224 94460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26051] ppid=26043 vsize=811176 CPUtime=0
/proc/26045/task/26051/stat : 26051 (java) S 26043 26045 25873 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 24960081 830644224 94460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26052] ppid=26043 vsize=811176 CPUtime=0
/proc/26045/task/26052/stat : 26052 (java) S 26043 26045 25873 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 24960081 830644224 94460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26053] ppid=26043 vsize=811176 CPUtime=0
/proc/26045/task/26053/stat : 26053 (java) S 26043 26045 25873 0 -1 64 6 0 0 0 0 0 0 0 18 0 14 0 24960086 830644224 94460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26045/tid=26054] ppid=26043 vsize=811176 CPUtime=3.49
/proc/26045/task/26054/stat : 26054 (java) S 26043 26045 25873 0 -1 64 5125 0 0 0 347 2 0 0 16 0 14 0 24960086 830644224 94460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26045/tid=26055] ppid=26043 vsize=811176 CPUtime=0
/proc/26045/task/26055/stat : 26055 (java) S 26043 26045 25873 0 -1 64 271 0 0 0 0 0 0 0 21 0 14 0 24960086 830644224 94460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26045/tid=26056] ppid=26043 vsize=811176 CPUtime=0
/proc/26045/task/26056/stat : 26056 (java) S 26043 26045 25873 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 24960086 830644224 94460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26057] ppid=26043 vsize=811176 CPUtime=0
/proc/26045/task/26057/stat : 26057 (java) S 26043 26045 25873 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 24960086 830644224 94460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26045/tid=26058] ppid=26043 vsize=811176 CPUtime=0
/proc/26045/task/26058/stat : 26058 (java) S 26043 26045 25873 0 -1 64 4 0 0 0 0 0 0 0 21 0 14 0 24961815 830644224 94460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (KiB) 811176

Child status: 143
Real time (s): 1801.69
CPU time (s): 1800.49
CPU user time (s): 1799.95
CPU system time (s): 0.537918
CPU usage (%): 99.9333
Max. virtual memory (cumulated for all children) (KiB): 811176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.537918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100040
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= 38198
involuntary context switches= 45189

runsolver used 2.35764 second user time and 5.85811 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-12 08:09:10
IDJOB=2084363
IDBENCH=58070
IDSOLVER=731
FILE ID=node81/2084363-1247378950
PBS_JOBID= 9507196
Free space on /tmp= 126680 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/rlfapScens11/normalized-scen11-f2.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2084363-1247378950/watcher-2084363-1247378950 -o /tmp/evaluation-result-2084363-1247378950/solver-2084363-1247378950 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2084363-1247378950.xml

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

MD5SUM BENCH= eeb0a55b010d032a275f0f7f80fcdb5a
RANDOM SEED=775777336

node81.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.233
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.233
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:       1898840 kB
Buffers:          5336 kB
Cached:          61644 kB
SwapCached:          0 kB
Active:          73108 kB
Inactive:        21184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1898840 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1724 kB
Writeback:           0 kB
Mapped:          38852 kB
Slab:            48016 kB
Committed_AS:   192216 kB
PageTables:       1824 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126652 MiB
End job on node81 at 2009-07-12 08:39:13