Trace number 2075563

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.08 1806.38

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-03-02.xml
MD5SUMb956fc5b575edf94b3953059b257fab9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.85211
Satisfiable
(Un)Satisfiability was proved
Number of variables14930
Number of constraints87036
Maximum constraint arity19
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension87036
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-2075563-1247361692.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.48	c reading variables done.
3.00/3.03	c reading predicates  done.
3.31/3.39	c reading constraints
1800.01/1806.31	c starts		: 0
1800.01/1806.31	c conflicts		: 0
1800.01/1806.31	c decisions		: 0
1800.01/1806.31	c propagations		: 0
1800.01/1806.31	c inspects		: 0
1800.01/1806.31	c learnt literals	: 0
1800.01/1806.31	c learnt binary clauses	: 0
1800.01/1806.31	c learnt ternary clauses	: 0
1800.01/1806.31	c learnt clauses	: 0
1800.01/1806.31	c ignored clauses	: 0
1800.01/1806.31	c root simplifications	: 0
1800.01/1806.31	c removed literals (reason simplification)	: 0
1800.01/1806.31	c reason swapping (by a shorter reason)	: 0
1800.01/1806.31	c Calls to reduceDB	: 0
1800.01/1806.31	c speed (assignments/second)	: 0.0
1800.01/1806.31	c non guided choices	0
1800.01/1806.31	c learnt constraints type 
1800.01/1806.31	c constraints type 
1800.01/1806.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 122593
1800.01/1806.31	c org.sat4j.minisat.constraints.card.AtLeast => 14930
1800.01/1806.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 124150
1800.01/1806.31	s UNKNOWN
1800.01/1806.31	c Total wall clock time (in seconds) : 1806.078

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-2075563-1247361692/watcher-2075563-1247361692 -o /tmp/evaluation-result-2075563-1247361692/solver-2075563-1247361692 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075563-1247361692.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.04 3/75 17762
/proc/meminfo: memFree=1809280/2055920 swapFree=4192812/4192956
[pid=17762] ppid=17760 vsize=1612 CPUtime=0
/proc/17762/stat : 17762 (java6) D 17760 17762 15421 0 -1 0 176 0 0 0 0 0 0 0 20 0 1 0 23234499 1650688 147 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/17762/statm: 403 147 111 9 0 45 0

[startup+0.0713161 s]
/proc/loadavg: 2.00 2.01 2.04 3/75 17762
/proc/meminfo: memFree=1809280/2055920 swapFree=4192812/4192956
[pid=17762] ppid=17760 vsize=802164 CPUtime=0.05
/proc/17762/stat : 17762 (java) S 17760 17762 15421 0 -1 0 2780 0 1 0 4 1 0 0 20 0 7 0 23234499 821415936 2525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784585 18446744073709551615 0 0 17 0 0 0
/proc/17762/statm: 200541 2526 1033 9 0 197892 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802164

[startup+0.101324 s]
/proc/loadavg: 2.00 2.01 2.04 3/75 17762
/proc/meminfo: memFree=1809280/2055920 swapFree=4192812/4192956
[pid=17762] ppid=17760 vsize=805584 CPUtime=0.09
/proc/17762/stat : 17762 (java) S 17760 17762 15421 0 -1 0 3039 0 1 0 7 2 0 0 20 0 12 0 23234499 824918016 2782 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17762/statm: 201396 2782 1082 9 0 198730 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 805584

[startup+0.301361 s]
/proc/loadavg: 2.00 2.01 2.04 3/75 17762
/proc/meminfo: memFree=1809280/2055920 swapFree=4192812/4192956
[pid=17762] ppid=17760 vsize=806920 CPUtime=0.28
/proc/17762/stat : 17762 (java) S 17760 17762 15421 0 -1 0 4390 0 1 0 26 2 0 0 20 0 12 0 23234499 826286080 4127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17762/statm: 201730 4127 1359 9 0 199057 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 806920

[startup+0.701441 s]
/proc/loadavg: 2.00 2.01 2.04 3/75 17762
/proc/meminfo: memFree=1809280/2055920 swapFree=4192812/4192956
[pid=17762] ppid=17760 vsize=808232 CPUtime=0.68
/proc/17762/stat : 17762 (java) S 17760 17762 15421 0 -1 0 5451 0 1 0 64 4 0 0 20 0 12 0 23234499 827629568 4945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17762/statm: 202058 4948 1389 9 0 199385 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808232

[startup+1.5026 s]
/proc/loadavg: 2.00 2.01 2.04 4/87 17774
/proc/meminfo: memFree=1793952/2055920 swapFree=4192812/4192956
[pid=17762] ppid=17760 vsize=811028 CPUtime=1.48
/proc/17762/stat : 17762 (java) S 17760 17762 15421 0 -1 0 7451 0 1 0 143 5 0 0 20 0 12 0 23234499 830492672 5970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17762/statm: 202757 5970 1406 9 0 200084 0
[pid=17762/tid=17764] ppid=17760 vsize=811028 CPUtime=0.79
/proc/17762/task/17764/stat : 17764 (java) R 17760 17762 15421 0 -1 64 3844 0 1 0 76 3 0 0 25 0 12 0 23234500 830492672 5970 996147200 134512640 134550932 4294956016 18446744073709551615 4109163384 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17765] ppid=17760 vsize=811028 CPUtime=0
/proc/17762/task/17765/stat : 17765 (java) S 17760 17762 15421 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 23234501 830492672 5970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17766] ppid=17760 vsize=811028 CPUtime=0
/proc/17762/task/17766/stat : 17766 (java) S 17760 17762 15421 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 23234501 830492672 5970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17767] ppid=17760 vsize=811028 CPUtime=0
/proc/17762/task/17767/stat : 17767 (java) S 17760 17762 15421 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 23234503 830492672 5970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17768] ppid=17760 vsize=811028 CPUtime=0
/proc/17762/task/17768/stat : 17768 (java) S 17760 17762 15421 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 23234503 830492672 5970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17769] ppid=17760 vsize=811028 CPUtime=0
/proc/17762/task/17769/stat : 17769 (java) S 17760 17762 15421 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23234503 830492672 5971 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17770] ppid=17760 vsize=811028 CPUtime=0
/proc/17762/task/17770/stat : 17770 (java) S 17760 17762 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23234508 830492672 5971 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17771] ppid=17760 vsize=811028 CPUtime=0.04
/proc/17762/task/17771/stat : 17771 (java) S 17760 17762 15421 0 -1 64 261 0 0 0 4 0 0 0 18 0 12 0 23234508 830492672 5971 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17772] ppid=17760 vsize=811028 CPUtime=0.63
/proc/17762/task/17772/stat : 17772 (java) S 17760 17762 15421 0 -1 64 2605 0 0 0 62 1 0 0 17 0 12 0 23234508 830492672 5971 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17773] ppid=17760 vsize=811028 CPUtime=0
/proc/17762/task/17773/stat : 17773 (java) S 17760 17762 15421 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23234508 830492672 5971 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17774] ppid=17760 vsize=811028 CPUtime=0
/proc/17762/task/17774/stat : 17774 (java) S 17760 17762 15421 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23234508 830492672 5971 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 811028

[startup+3.10291 s]
/proc/loadavg: 2.00 2.01 2.04 4/87 17774
/proc/meminfo: memFree=1788448/2055920 swapFree=4192812/4192956
[pid=17762] ppid=17760 vsize=812556 CPUtime=3.1
/proc/17762/stat : 17762 (java) S 17760 17762 15421 0 -1 0 11709 0 1 0 302 8 0 0 20 0 12 0 23234499 832057344 9815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17762/statm: 203139 9815 1424 9 0 200466 0
[pid=17762/tid=17764] ppid=17760 vsize=812556 CPUtime=1.28
/proc/17762/task/17764/stat : 17764 (java) R 17760 17762 15421 0 -1 64 7212 0 1 0 123 5 0 0 25 0 12 0 23234500 832057344 9815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17765] ppid=17760 vsize=812556 CPUtime=0
/proc/17762/task/17765/stat : 17765 (java) S 17760 17762 15421 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 23234501 832057344 9816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17766] ppid=17760 vsize=812556 CPUtime=0
/proc/17762/task/17766/stat : 17766 (java) S 17760 17762 15421 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 23234501 832057344 9816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17767] ppid=17760 vsize=812556 CPUtime=0
/proc/17762/task/17767/stat : 17767 (java) S 17760 17762 15421 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 23234503 832057344 9816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17768] ppid=17760 vsize=812556 CPUtime=0
/proc/17762/task/17768/stat : 17768 (java) S 17760 17762 15421 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 23234503 832057344 9816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17769] ppid=17760 vsize=812556 CPUtime=0
/proc/17762/task/17769/stat : 17769 (java) S 17760 17762 15421 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23234503 832057344 9816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17770] ppid=17760 vsize=812556 CPUtime=0
/proc/17762/task/17770/stat : 17770 (java) S 17760 17762 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23234508 832057344 9816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17771] ppid=17760 vsize=812556 CPUtime=0.19
/proc/17762/task/17771/stat : 17771 (java) S 17760 17762 15421 0 -1 64 276 0 0 0 19 0 0 0 18 0 12 0 23234508 832057344 9816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17772] ppid=17760 vsize=812556 CPUtime=1.59
/proc/17762/task/17772/stat : 17772 (java) S 17760 17762 15421 0 -1 64 3480 0 0 0 158 1 0 0 17 0 12 0 23234508 832057344 9816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17773] ppid=17760 vsize=812556 CPUtime=0
/proc/17762/task/17773/stat : 17773 (java) S 17760 17762 15421 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23234508 832057344 9816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17774] ppid=17760 vsize=812556 CPUtime=0
/proc/17762/task/17774/stat : 17774 (java) S 17760 17762 15421 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23234508 832057344 9816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 812556

[startup+6.30155 s]
/proc/loadavg: 2.08 2.02 2.04 3/87 17774
/proc/meminfo: memFree=1757984/2055920 swapFree=4192812/4192956
[pid=17762] ppid=17760 vsize=814948 CPUtime=6.3
/proc/17762/stat : 17762 (java) S 17760 17762 15421 0 -1 0 21360 0 1 0 615 15 0 0 20 0 12 0 23234499 834506752 18313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17762/statm: 203737 18313 1435 9 0 201064 0
[pid=17762/tid=17764] ppid=17760 vsize=814948 CPUtime=2.72
/proc/17762/task/17764/stat : 17764 (java) R 17760 17762 15421 0 -1 64 14964 0 1 0 261 11 0 0 25 0 12 0 23234500 834506752 18314 996147200 134512640 134550932 4294956016 18446744073709551615 4110113972 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17765] ppid=17760 vsize=814948 CPUtime=0
/proc/17762/task/17765/stat : 17765 (java) S 17760 17762 15421 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 23234501 834506752 18314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17766] ppid=17760 vsize=814948 CPUtime=0
/proc/17762/task/17766/stat : 17766 (java) S 17760 17762 15421 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 23234501 834506752 18315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17767] ppid=17760 vsize=814948 CPUtime=0
/proc/17762/task/17767/stat : 17767 (java) S 17760 17762 15421 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 23234503 834506752 18316 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17768] ppid=17760 vsize=814948 CPUtime=0
/proc/17762/task/17768/stat : 17768 (java) S 17760 17762 15421 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 23234503 834506752 18316 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17769] ppid=17760 vsize=814948 CPUtime=0
/proc/17762/task/17769/stat : 17769 (java) S 17760 17762 15421 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23234503 834506752 18316 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17770] ppid=17760 vsize=814948 CPUtime=0
/proc/17762/task/17770/stat : 17770 (java) S 17760 17762 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23234508 834506752 18317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17771] ppid=17760 vsize=814948 CPUtime=0.19
/proc/17762/task/17771/stat : 17771 (java) S 17760 17762 15421 0 -1 64 276 0 0 0 19 0 0 0 18 0 12 0 23234508 834506752 18318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17772] ppid=17760 vsize=814948 CPUtime=3.36
/proc/17762/task/17772/stat : 17772 (java) S 17760 17762 15421 0 -1 64 5379 0 0 0 333 3 0 0 16 0 12 0 23234508 834506752 18318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17773] ppid=17760 vsize=814948 CPUtime=0
/proc/17762/task/17773/stat : 17773 (java) S 17760 17762 15421 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23234508 834506752 18319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17774] ppid=17760 vsize=814948 CPUtime=0
/proc/17762/task/17774/stat : 17774 (java) S 17760 17762 15421 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23234508 834506752 18319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 814948

[startup+12.7028 s]
/proc/loadavg: 2.23 2.06 2.06 3/87 17774
/proc/meminfo: memFree=1694624/2055920 swapFree=4192812/4192956
[pid=17762] ppid=17760 vsize=814948 CPUtime=12.76
/proc/17762/stat : 17762 (java) S 17760 17762 15421 0 -1 0 33557 0 1 0 1254 22 0 0 20 0 12 0 23234499 834506752 30343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17762/statm: 203737 30343 1451 9 0 201064 0
[pid=17762/tid=17764] ppid=17760 vsize=814948 CPUtime=7.77
/proc/17762/task/17764/stat : 17764 (java) R 17760 17762 15421 0 -1 64 17277 0 1 0 764 13 0 0 25 0 12 0 23234500 834506752 30343 996147200 134512640 134550932 4294956016 18446744073709551615 4109124855 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17765] ppid=17760 vsize=814948 CPUtime=0.39
/proc/17762/task/17765/stat : 17765 (java) S 17760 17762 15421 0 -1 64 4727 0 0 0 38 1 0 0 17 0 12 0 23234501 834506752 30343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17766] ppid=17760 vsize=814948 CPUtime=0.4
/proc/17762/task/17766/stat : 17766 (java) S 17760 17762 15421 0 -1 64 5090 0 0 0 38 2 0 0 17 0 12 0 23234501 834506752 30343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17767] ppid=17760 vsize=814948 CPUtime=0.01
/proc/17762/task/17767/stat : 17767 (java) S 17760 17762 15421 0 -1 64 8 0 0 0 1 0 0 0 16 0 12 0 23234503 834506752 30343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17768] ppid=17760 vsize=814948 CPUtime=0
/proc/17762/task/17768/stat : 17768 (java) S 17760 17762 15421 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23234503 834506752 30343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17769] ppid=17760 vsize=814948 CPUtime=0
/proc/17762/task/17769/stat : 17769 (java) S 17760 17762 15421 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23234503 834506752 30343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17770] ppid=17760 vsize=814948 CPUtime=0
/proc/17762/task/17770/stat : 17770 (java) S 17760 17762 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23234508 834506752 30343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17771] ppid=17760 vsize=814948 CPUtime=0.19
/proc/17762/task/17771/stat : 17771 (java) S 17760 17762 15421 0 -1 64 276 0 0 0 19 0 0 0 18 0 12 0 23234508 834506752 30343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17772] ppid=17760 vsize=814948 CPUtime=3.95
/proc/17762/task/17772/stat : 17772 (java) S 17760 17762 15421 0 -1 64 5437 0 0 0 392 3 0 0 15 0 12 0 23234508 834506752 30343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17773] ppid=17760 vsize=814948 CPUtime=0
/proc/17762/task/17773/stat : 17773 (java) S 17760 17762 15421 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23234508 834506752 30343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17774] ppid=17760 vsize=814948 CPUtime=0
/proc/17762/task/17774/stat : 17774 (java) S 17760 17762 15421 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23234508 834506752 30343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 814948

[startup+25.5013 s]
/proc/loadavg: 2.47 2.12 2.08 4/87 17774
/proc/meminfo: memFree=1676384/2055920 swapFree=4192812/4192956
[pid=17762] ppid=17760 vsize=820552 CPUtime=25.43
/proc/17762/stat : 17762 (java) S 17760 17762 15421 0 -1 0 43290 0 1 0 2515 28 0 0 20 0 12 0 23234499 840245248 34705 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17762/statm: 205138 34705 1451 9 0 202465 0
[pid=17762/tid=17764] ppid=17760 vsize=820552 CPUtime=16.48
/proc/17762/task/17764/stat : 17764 (java) R 17760 17762 15421 0 -1 64 17441 0 1 0 1634 14 0 0 25 0 12 0 23234500 840245248 34705 996147200 134512640 134550932 4294956016 18446744073709551615 4110239148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17765] ppid=17760 vsize=820552 CPUtime=0.53
/proc/17762/task/17765/stat : 17765 (java) S 17760 17762 15421 0 -1 64 6003 0 0 0 51 2 0 0 17 0 12 0 23234501 840245248 34705 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17766] ppid=17760 vsize=820552 CPUtime=0.55
/proc/17762/task/17766/stat : 17766 (java) S 17760 17762 15421 0 -1 64 6383 0 0 0 53 2 0 0 17 0 12 0 23234501 840245248 34705 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17767] ppid=17760 vsize=820552 CPUtime=0.02
/proc/17762/task/17767/stat : 17767 (java) S 17760 17762 15421 0 -1 64 8 0 0 0 2 0 0 0 16 0 12 0 23234503 840245248 34705 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17768] ppid=17760 vsize=820552 CPUtime=0
/proc/17762/task/17768/stat : 17768 (java) S 17760 17762 15421 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23234503 840245248 34705 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17769] ppid=17760 vsize=820552 CPUtime=0
/proc/17762/task/17769/stat : 17769 (java) S 17760 17762 15421 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23234503 840245248 34705 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17770] ppid=17760 vsize=820552 CPUtime=0
/proc/17762/task/17770/stat : 17770 (java) S 17760 17762 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23234508 840245248 34705 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17771] ppid=17760 vsize=820552 CPUtime=0.19

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

[pid=17762/tid=17773] ppid=17760 vsize=817756 CPUtime=0
/proc/17762/task/17773/stat : 17773 (java) S 17760 17762 15421 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23234508 837382144 37148 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17774] ppid=17760 vsize=817756 CPUtime=0.02
/proc/17762/task/17774/stat : 17774 (java) S 17760 17762 15421 0 -1 64 2 0 0 0 1 1 0 0 15 0 12 0 23234508 837382144 37148 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.67
Current children cumulated vsize (KiB) 817756

[startup+1662.3 s]
/proc/loadavg: 2.31 2.08 2.02 4/95 17917
/proc/meminfo: memFree=1282848/2055920 swapFree=4192812/4192956
[pid=17762] ppid=17760 vsize=817756 CPUtime=1656.65
/proc/17762/stat : 17762 (java) S 17760 17762 15421 0 -1 0 58318 0 1 0 165585 80 0 0 20 0 12 0 23234499 837382144 37256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17762/statm: 204439 37256 1451 9 0 201766 0
[pid=17762/tid=17764] ppid=17760 vsize=817756 CPUtime=1634.92
/proc/17762/task/17764/stat : 17764 (java) R 17760 17762 15421 0 -1 64 20149 0 1 0 163468 24 0 0 25 0 12 0 23234500 837382144 37256 996147200 134512640 134550932 4294956016 18446744073709551615 4110490593 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17765] ppid=17760 vsize=817756 CPUtime=4.47
/proc/17762/task/17765/stat : 17765 (java) S 17760 17762 15421 0 -1 64 7519 0 0 0 438 9 0 0 16 0 12 0 23234501 837382144 37256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17766] ppid=17760 vsize=817756 CPUtime=4.47
/proc/17762/task/17766/stat : 17766 (java) S 17760 17762 15421 0 -1 64 7846 0 0 0 438 9 0 0 16 0 12 0 23234501 837382144 37256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17767] ppid=17760 vsize=817756 CPUtime=0.81
/proc/17762/task/17767/stat : 17767 (java) S 17760 17762 15421 0 -1 64 9 0 0 0 59 22 0 0 15 0 12 0 23234503 837382144 37256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17768] ppid=17760 vsize=817756 CPUtime=0
/proc/17762/task/17768/stat : 17768 (java) S 17760 17762 15421 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23234503 837382144 37256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17769] ppid=17760 vsize=817756 CPUtime=0
/proc/17762/task/17769/stat : 17769 (java) S 17760 17762 15421 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23234503 837382144 37256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17770] ppid=17760 vsize=817756 CPUtime=0
/proc/17762/task/17770/stat : 17770 (java) S 17760 17762 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23234508 837382144 37256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17771] ppid=17760 vsize=817756 CPUtime=0.19
/proc/17762/task/17771/stat : 17771 (java) S 17760 17762 15421 0 -1 64 276 0 0 0 19 0 0 0 18 0 12 0 23234508 837382144 37256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17772] ppid=17760 vsize=817756 CPUtime=11.69
/proc/17762/task/17772/stat : 17772 (java) S 17760 17762 15421 0 -1 64 21777 0 0 0 1158 11 0 0 16 0 12 0 23234508 837382144 37256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17773] ppid=17760 vsize=817756 CPUtime=0
/proc/17762/task/17773/stat : 17773 (java) S 17760 17762 15421 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23234508 837382144 37256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17774] ppid=17760 vsize=817756 CPUtime=0.02
/proc/17762/task/17774/stat : 17774 (java) S 17760 17762 15421 0 -1 64 2 0 0 0 1 1 0 0 15 0 12 0 23234508 837382144 37256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.65
Current children cumulated vsize (KiB) 817756

[startup+1722.3 s]
/proc/loadavg: 2.58 2.20 2.06 3/95 17966
/proc/meminfo: memFree=1082216/2055920 swapFree=4192812/4192956
[pid=17762] ppid=17760 vsize=817756 CPUtime=1716.43
/proc/17762/stat : 17762 (java) S 17760 17762 15421 0 -1 0 58520 0 1 0 171561 82 0 0 20 0 12 0 23234499 837382144 37359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17762/statm: 204439 37359 1451 9 0 201766 0
[pid=17762/tid=17764] ppid=17760 vsize=817756 CPUtime=1694.43
/proc/17762/task/17764/stat : 17764 (java) R 17760 17762 15421 0 -1 64 20248 0 1 0 169418 25 0 0 25 0 12 0 23234500 837382144 37359 996147200 134512640 134550932 4294956016 18446744073709551615 4110568607 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17765] ppid=17760 vsize=817756 CPUtime=4.6
/proc/17762/task/17765/stat : 17765 (java) S 17760 17762 15421 0 -1 64 7569 0 0 0 451 9 0 0 16 0 12 0 23234501 837382144 37359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17766] ppid=17760 vsize=817756 CPUtime=4.59
/proc/17762/task/17766/stat : 17766 (java) S 17760 17762 15421 0 -1 64 7899 0 0 0 450 9 0 0 15 0 12 0 23234501 837382144 37359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17767] ppid=17760 vsize=817756 CPUtime=0.85
/proc/17762/task/17767/stat : 17767 (java) S 17760 17762 15421 0 -1 64 9 0 0 0 61 24 0 0 15 0 12 0 23234503 837382144 37359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17768] ppid=17760 vsize=817756 CPUtime=0
/proc/17762/task/17768/stat : 17768 (java) S 17760 17762 15421 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23234503 837382144 37359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17769] ppid=17760 vsize=817756 CPUtime=0
/proc/17762/task/17769/stat : 17769 (java) S 17760 17762 15421 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23234503 837382144 37359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17770] ppid=17760 vsize=817756 CPUtime=0
/proc/17762/task/17770/stat : 17770 (java) S 17760 17762 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23234508 837382144 37359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17771] ppid=17760 vsize=817756 CPUtime=0.19
/proc/17762/task/17771/stat : 17771 (java) S 17760 17762 15421 0 -1 64 276 0 0 0 19 0 0 0 18 0 12 0 23234508 837382144 37359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17772] ppid=17760 vsize=817756 CPUtime=11.69
/proc/17762/task/17772/stat : 17772 (java) S 17760 17762 15421 0 -1 64 21777 0 0 0 1158 11 0 0 16 0 12 0 23234508 837382144 37359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17773] ppid=17760 vsize=817756 CPUtime=0
/proc/17762/task/17773/stat : 17773 (java) S 17760 17762 15421 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23234508 837382144 37359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17774] ppid=17760 vsize=817756 CPUtime=0.02
/proc/17762/task/17774/stat : 17774 (java) S 17760 17762 15421 0 -1 64 2 0 0 0 1 1 0 0 15 0 12 0 23234508 837382144 37359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.43
Current children cumulated vsize (KiB) 817756

[startup+1782.3 s]
/proc/loadavg: 2.21 2.16 2.06 3/95 17968
/proc/meminfo: memFree=1066528/2055920 swapFree=4192812/4192956
[pid=17762] ppid=17760 vsize=817756 CPUtime=1776.13
/proc/17762/stat : 17762 (java) S 17760 17762 15421 0 -1 0 58721 0 1 0 177529 84 0 0 20 0 12 0 23234499 837382144 37463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17762/statm: 204439 37463 1451 9 0 201766 0
[pid=17762/tid=17764] ppid=17760 vsize=817756 CPUtime=1753.82
/proc/17762/task/17764/stat : 17764 (java) R 17760 17762 15421 0 -1 64 20345 0 1 0 175357 25 0 0 25 0 12 0 23234500 837382144 37463 996147200 134512640 134550932 4294956016 18446744073709551615 4110607258 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17765] ppid=17760 vsize=817756 CPUtime=4.72
/proc/17762/task/17765/stat : 17765 (java) S 17760 17762 15421 0 -1 64 7623 0 0 0 463 9 0 0 15 0 12 0 23234501 837382144 37463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17766] ppid=17760 vsize=817756 CPUtime=4.71
/proc/17762/task/17766/stat : 17766 (java) S 17760 17762 15421 0 -1 64 7949 0 0 0 462 9 0 0 16 0 12 0 23234501 837382144 37463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17767] ppid=17760 vsize=817756 CPUtime=0.89
/proc/17762/task/17767/stat : 17767 (java) S 17760 17762 15421 0 -1 64 9 0 0 0 64 25 0 0 15 0 12 0 23234503 837382144 37463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17768] ppid=17760 vsize=817756 CPUtime=0
/proc/17762/task/17768/stat : 17768 (java) S 17760 17762 15421 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23234503 837382144 37463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17769] ppid=17760 vsize=817756 CPUtime=0
/proc/17762/task/17769/stat : 17769 (java) S 17760 17762 15421 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23234503 837382144 37463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17770] ppid=17760 vsize=817756 CPUtime=0
/proc/17762/task/17770/stat : 17770 (java) S 17760 17762 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23234508 837382144 37463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17771] ppid=17760 vsize=817756 CPUtime=0.19
/proc/17762/task/17771/stat : 17771 (java) S 17760 17762 15421 0 -1 64 276 0 0 0 19 0 0 0 18 0 12 0 23234508 837382144 37463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17772] ppid=17760 vsize=817756 CPUtime=11.69
/proc/17762/task/17772/stat : 17772 (java) S 17760 17762 15421 0 -1 64 21777 0 0 0 1158 11 0 0 16 0 12 0 23234508 837382144 37463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17773] ppid=17760 vsize=817756 CPUtime=0
/proc/17762/task/17773/stat : 17773 (java) S 17760 17762 15421 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23234508 837382144 37463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17774] ppid=17760 vsize=817756 CPUtime=0.02
/proc/17762/task/17774/stat : 17774 (java) S 17760 17762 15421 0 -1 64 2 0 0 0 1 1 0 0 15 0 12 0 23234508 837382144 37463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.13
Current children cumulated vsize (KiB) 817756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.3 s]
/proc/loadavg: 2.14 2.14 2.06 3/95 17968
/proc/meminfo: memFree=1066600/2055920 swapFree=4192812/4192956
[pid=17762] ppid=17760 vsize=817756 CPUtime=1800.01
/proc/17762/stat : 17762 (java) S 17760 17762 15421 0 -1 0 58802 0 1 0 179916 85 0 0 20 0 12 0 23234499 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17762/statm: 204439 37505 1451 9 0 201766 0
[pid=17762/tid=17764] ppid=17760 vsize=817756 CPUtime=1777.59
/proc/17762/task/17764/stat : 17764 (java) R 17760 17762 15421 0 -1 64 20384 0 1 0 177733 26 0 0 25 0 12 0 23234500 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4110568181 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17765] ppid=17760 vsize=817756 CPUtime=4.77
/proc/17762/task/17765/stat : 17765 (java) S 17760 17762 15421 0 -1 64 7645 0 0 0 468 9 0 0 15 0 12 0 23234501 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17766] ppid=17760 vsize=817756 CPUtime=4.76
/proc/17762/task/17766/stat : 17766 (java) S 17760 17762 15421 0 -1 64 7969 0 0 0 467 9 0 0 16 0 12 0 23234501 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17767] ppid=17760 vsize=817756 CPUtime=0.9
/proc/17762/task/17767/stat : 17767 (java) S 17760 17762 15421 0 -1 64 9 0 0 0 65 25 0 0 15 0 12 0 23234503 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17768] ppid=17760 vsize=817756 CPUtime=0
/proc/17762/task/17768/stat : 17768 (java) S 17760 17762 15421 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23234503 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17769] ppid=17760 vsize=817756 CPUtime=0
/proc/17762/task/17769/stat : 17769 (java) S 17760 17762 15421 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23234503 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17770] ppid=17760 vsize=817756 CPUtime=0
/proc/17762/task/17770/stat : 17770 (java) S 17760 17762 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23234508 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17771] ppid=17760 vsize=817756 CPUtime=0.19
/proc/17762/task/17771/stat : 17771 (java) S 17760 17762 15421 0 -1 64 276 0 0 0 19 0 0 0 18 0 12 0 23234508 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17772] ppid=17760 vsize=817756 CPUtime=11.69
/proc/17762/task/17772/stat : 17772 (java) S 17760 17762 15421 0 -1 64 21777 0 0 0 1158 11 0 0 16 0 12 0 23234508 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17773] ppid=17760 vsize=817756 CPUtime=0
/proc/17762/task/17773/stat : 17773 (java) S 17760 17762 15421 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23234508 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17774] ppid=17760 vsize=817756 CPUtime=0.02
/proc/17762/task/17774/stat : 17774 (java) S 17760 17762 15421 0 -1 64 2 0 0 0 1 1 0 0 15 0 12 0 23234508 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 817756

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

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

[startup+1806.3 s]
/proc/loadavg: 2.14 2.14 2.06 3/95 17968
/proc/meminfo: memFree=1066600/2055920 swapFree=4192812/4192956
[pid=17762] ppid=17760 vsize=817756 CPUtime=1800.01
/proc/17762/stat : 17762 (java) S 17760 17762 15421 0 -1 0 58802 0 1 0 179916 85 0 0 20 0 12 0 23234499 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17762/statm: 204439 37505 1451 9 0 201766 0
[pid=17762/tid=17764] ppid=17760 vsize=817756 CPUtime=1777.59
/proc/17762/task/17764/stat : 17764 (java) R 17760 17762 15421 0 -1 64 20384 0 1 0 177733 26 0 0 25 0 12 0 23234500 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4110568181 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17765] ppid=17760 vsize=817756 CPUtime=4.77
/proc/17762/task/17765/stat : 17765 (java) S 17760 17762 15421 0 -1 64 7645 0 0 0 468 9 0 0 15 0 12 0 23234501 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17766] ppid=17760 vsize=817756 CPUtime=4.76
/proc/17762/task/17766/stat : 17766 (java) S 17760 17762 15421 0 -1 64 7969 0 0 0 467 9 0 0 16 0 12 0 23234501 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17767] ppid=17760 vsize=817756 CPUtime=0.9
/proc/17762/task/17767/stat : 17767 (java) S 17760 17762 15421 0 -1 64 9 0 0 0 65 25 0 0 15 0 12 0 23234503 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17768] ppid=17760 vsize=817756 CPUtime=0
/proc/17762/task/17768/stat : 17768 (java) S 17760 17762 15421 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23234503 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17769] ppid=17760 vsize=817756 CPUtime=0
/proc/17762/task/17769/stat : 17769 (java) S 17760 17762 15421 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23234503 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17770] ppid=17760 vsize=817756 CPUtime=0
/proc/17762/task/17770/stat : 17770 (java) S 17760 17762 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23234508 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17771] ppid=17760 vsize=817756 CPUtime=0.19
/proc/17762/task/17771/stat : 17771 (java) S 17760 17762 15421 0 -1 64 276 0 0 0 19 0 0 0 18 0 12 0 23234508 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17772] ppid=17760 vsize=817756 CPUtime=11.69
/proc/17762/task/17772/stat : 17772 (java) S 17760 17762 15421 0 -1 64 21777 0 0 0 1158 11 0 0 16 0 12 0 23234508 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17773] ppid=17760 vsize=817756 CPUtime=0
/proc/17762/task/17773/stat : 17773 (java) S 17760 17762 15421 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23234508 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17774] ppid=17760 vsize=817756 CPUtime=0.02
/proc/17762/task/17774/stat : 17774 (java) S 17760 17762 15421 0 -1 64 2 0 0 0 1 1 0 0 15 0 12 0 23234508 837382144 37505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 817756

Child status: 143
Real time (s): 1806.38
CPU time (s): 1800.08
CPU user time (s): 1799.2
CPU system time (s): 0.877866
CPU usage (%): 99.6514
Max. virtual memory (cumulated for all children) (KiB): 824812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 0.877866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58826
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= 83497
involuntary context switches= 54647

runsolver used 2.29565 second user time and 5.96709 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-12 03:21:33
IDJOB=2075563
IDBENCH=56320
IDSOLVER=731
FILE ID=node77/2075563-1247361692
PBS_JOBID= 9506894
Free space on /tmp= 66136 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/bmc/normalized-bmc-ibm-03-02.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2075563-1247361692/watcher-2075563-1247361692 -o /tmp/evaluation-result-2075563-1247361692/solver-2075563-1247361692 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075563-1247361692.xml

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

MD5SUM BENCH= b956fc5b575edf94b3953059b257fab9
RANDOM SEED=1575246442

node77.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.256
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.256
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:       1809696 kB
Buffers:         19268 kB
Cached:         106668 kB
SwapCached:        136 kB
Active:         176328 kB
Inactive:        22228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1809696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           13352 kB
Writeback:           0 kB
Mapped:          83716 kB
Slab:            32852 kB
Committed_AS:   222316 kB
PageTables:       1904 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= 66140 MiB
End job on node77 at 2009-07-12 03:51:41