Trace number 2064079

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1? (TO) 1800.14 1810.4

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-6.xml
MD5SUM4557782171b25598d03a057775c7d656
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark53.1189
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints45572
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension45272
Global constraints used (with number of constraints)alldifferent(300)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	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.18/0.21	c c --- Begin Solver configuration ---
0.18/0.21	c Stops conflict analysis at the first Unique Implication Point
0.18/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.21	c Learn all clauses as in MiniSAT
0.18/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.21	c Expensive reason simplification
0.18/0.21	c MiniSAT restarts strategy
0.18/0.21	c Memory based learned constraints deletion strategy
0.18/0.21	c timeout=2147483s
0.18/0.21	c DB Simplification allowed=false
0.18/0.21	c --- End Solver configuration ---
0.18/0.22	c solving HOME/instance-2064079-1247333892.xml
0.18/0.22	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.46	c reading domains done.
0.39/0.47	c reading variables done.
0.89/0.92	c reading predicates  done.
1.09/1.12	c reading constraints
1800.04/1810.31	c starts		: 0
1800.04/1810.31	c conflicts		: 0
1800.04/1810.31	c decisions		: 0
1800.04/1810.31	c propagations		: 0
1800.04/1810.31	c inspects		: 0
1800.04/1810.31	c learnt literals	: 0
1800.04/1810.31	c learnt binary clauses	: 0
1800.04/1810.31	c learnt ternary clauses	: 0
1800.04/1810.31	c learnt clauses	: 0
1800.04/1810.31	c ignored clauses	: 0
1800.04/1810.31	c root simplifications	: 0
1800.04/1810.31	c removed literals (reason simplification)	: 0
1800.04/1810.31	c reason swapping (by a shorter reason)	: 0
1800.04/1810.31	c Calls to reduceDB	: 0
1800.04/1810.31	c speed (assignments/second)	: 0.0
1800.04/1810.31	c non guided choices	0
1800.04/1810.31	c learnt constraints type 
1800.04/1810.31	c constraints type 
1800.04/1810.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3097508
1800.04/1810.31	c org.sat4j.minisat.constraints.cnf.UnitClauses => 19
1800.04/1810.32	c org.sat4j.minisat.constraints.card.AtLeast => 681
1800.04/1810.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3047
1800.04/1810.32	s UNKNOWN
1800.04/1810.32	c Total wall clock time (in seconds) : 1810.097

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-2064079-1247333892/watcher-2064079-1247333892 -o /tmp/evaluation-result-2064079-1247333892/solver-2064079-1247333892 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2064079-1247333892.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.08 2.29 2.17 4/82 11100
/proc/meminfo: memFree=782092/2055920 swapFree=4192956/4192956
[pid=11100] ppid=11098 vsize=4 CPUtime=0
/proc/11100/stat : 11100 (java) R 11098 11100 11021 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 20456364 4096 1 996147200 0 0 4294956429 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/11100/statm: 35 6 3 9 0 1 0

[startup+0.100426 s]
/proc/loadavg: 2.08 2.29 2.17 4/82 11100
/proc/meminfo: memFree=782092/2055920 swapFree=4192956/4192956
[pid=11100] ppid=11098 vsize=804560 CPUtime=0.08
/proc/11100/stat : 11100 (java) S 11098 11100 11021 0 -1 0 3062 0 1 0 6 2 0 0 18 0 12 0 20456364 823869440 2805 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11100/statm: 201140 2805 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.201438 s]
/proc/loadavg: 2.08 2.29 2.17 4/82 11100
/proc/meminfo: memFree=782092/2055920 swapFree=4192956/4192956
[pid=11100] ppid=11098 vsize=805964 CPUtime=0.18
/proc/11100/stat : 11100 (java) S 11098 11100 11021 0 -1 0 3993 0 1 0 15 3 0 0 18 0 12 0 20456364 825307136 3731 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11100/statm: 201491 3731 1348 9 0 198825 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 805964

[startup+0.301448 s]
/proc/loadavg: 2.08 2.29 2.17 4/82 11100
/proc/meminfo: memFree=782092/2055920 swapFree=4192956/4192956
[pid=11100] ppid=11098 vsize=805972 CPUtime=0.28
/proc/11100/stat : 11100 (java) S 11098 11100 11021 0 -1 0 4413 0 1 0 24 4 0 0 18 0 12 0 20456364 825315328 4151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11100/statm: 201493 4151 1365 9 0 198820 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805972

[startup+0.701493 s]
/proc/loadavg: 2.08 2.29 2.17 4/82 11100
/proc/meminfo: memFree=782092/2055920 swapFree=4192956/4192956
[pid=11100] ppid=11098 vsize=808040 CPUtime=0.69
/proc/11100/stat : 11100 (java) S 11098 11100 11021 0 -1 0 5898 0 1 0 64 5 0 0 18 0 12 0 20456364 827432960 5306 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11100/statm: 202010 5307 1386 9 0 199337 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808040

[startup+1.50258 s]
/proc/loadavg: 2.08 2.29 2.17 3/94 11112
/proc/meminfo: memFree=760364/2055920 swapFree=4192956/4192956
[pid=11100] ppid=11098 vsize=810712 CPUtime=1.48
/proc/11100/stat : 11100 (java) S 11098 11100 11021 0 -1 0 10172 0 1 0 141 7 0 0 18 0 12 0 20456364 830169088 7831 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11100/statm: 202678 7831 1413 9 0 200005 0
[pid=11100/tid=11102] ppid=11098 vsize=810712 CPUtime=0.77
/proc/11100/task/11102/stat : 11102 (java) R 11098 11100 11021 0 -1 64 5784 0 1 0 73 4 0 0 25 0 12 0 20456365 830169088 7831 996147200 134512640 134550932 4294956016 18446744073709551615 104170966 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11103] ppid=11098 vsize=810712 CPUtime=0
/proc/11100/task/11103/stat : 11103 (java) S 11098 11100 11021 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 20456366 830169088 7831 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11104] ppid=11098 vsize=810712 CPUtime=0
/proc/11100/task/11104/stat : 11104 (java) S 11098 11100 11021 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20456366 830169088 7832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11105] ppid=11098 vsize=810712 CPUtime=0
/proc/11100/task/11105/stat : 11105 (java) S 11098 11100 11021 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 20456368 830169088 7832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11106] ppid=11098 vsize=810712 CPUtime=0
/proc/11100/task/11106/stat : 11106 (java) S 11098 11100 11021 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 20456369 830169088 7832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11107] ppid=11098 vsize=810712 CPUtime=0
/proc/11100/task/11107/stat : 11107 (java) S 11098 11100 11021 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 20456369 830169088 7832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11108] ppid=11098 vsize=810712 CPUtime=0
/proc/11100/task/11108/stat : 11108 (java) S 11098 11100 11021 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20456373 830169088 7832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11109] ppid=11098 vsize=810712 CPUtime=0.03
/proc/11100/task/11109/stat : 11109 (java) S 11098 11100 11021 0 -1 64 247 0 0 0 3 0 0 0 17 0 12 0 20456373 830169088 7832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11110] ppid=11098 vsize=810712 CPUtime=0.65
/proc/11100/task/11110/stat : 11110 (java) S 11098 11100 11021 0 -1 64 3399 0 0 0 64 1 0 0 17 0 12 0 20456373 830169088 7832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11111] ppid=11098 vsize=810712 CPUtime=0
/proc/11100/task/11111/stat : 11111 (java) S 11098 11100 11021 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20456373 830169088 7833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11112] ppid=11098 vsize=810712 CPUtime=0
/proc/11100/task/11112/stat : 11112 (java) S 11098 11100 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20456373 830169088 7833 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) 810712

[startup+3.10276 s]
/proc/loadavg: 2.08 2.29 2.17 5/94 11112
/proc/meminfo: memFree=705964/2055920 swapFree=4192956/4192956
[pid=11100] ppid=11098 vsize=810712 CPUtime=3.08
/proc/11100/stat : 11100 (java) S 11098 11100 11021 0 -1 0 23692 0 1 0 296 12 0 0 18 0 12 0 20456364 830169088 21348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11100/statm: 202678 21348 1427 9 0 200005 0
[pid=11100/tid=11102] ppid=11098 vsize=810712 CPUtime=2.24
/proc/11100/task/11102/stat : 11102 (java) R 11098 11100 11021 0 -1 64 17441 0 1 0 215 9 0 0 25 0 12 0 20456365 830169088 21348 996147200 134512640 134550932 4294956016 18446744073709551615 4109689163 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11103] ppid=11098 vsize=810712 CPUtime=0.01
/proc/11100/task/11103/stat : 11103 (java) S 11098 11100 11021 0 -1 64 670 0 0 0 1 0 0 0 16 0 12 0 20456366 830169088 21348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11104] ppid=11098 vsize=810712 CPUtime=0.02
/proc/11100/task/11104/stat : 11104 (java) S 11098 11100 11021 0 -1 64 1161 0 0 0 2 0 0 0 16 0 12 0 20456366 830169088 21348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11105] ppid=11098 vsize=810712 CPUtime=0
/proc/11100/task/11105/stat : 11105 (java) S 11098 11100 11021 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 20456368 830169088 21348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11106] ppid=11098 vsize=810712 CPUtime=0
/proc/11100/task/11106/stat : 11106 (java) S 11098 11100 11021 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20456369 830169088 21348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11107] ppid=11098 vsize=810712 CPUtime=0
/proc/11100/task/11107/stat : 11107 (java) S 11098 11100 11021 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20456369 830169088 21348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11108] ppid=11098 vsize=810712 CPUtime=0
/proc/11100/task/11108/stat : 11108 (java) S 11098 11100 11021 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20456373 830169088 21348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11109] ppid=11098 vsize=810712 CPUtime=0.03
/proc/11100/task/11109/stat : 11109 (java) S 11098 11100 11021 0 -1 64 247 0 0 0 3 0 0 0 17 0 12 0 20456373 830169088 21348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11110] ppid=11098 vsize=810712 CPUtime=0.73
/proc/11100/task/11110/stat : 11110 (java) S 11098 11100 11021 0 -1 64 3413 0 0 0 72 1 0 0 16 0 12 0 20456373 830169088 21348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11111] ppid=11098 vsize=810712 CPUtime=0
/proc/11100/task/11111/stat : 11111 (java) S 11098 11100 11021 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20456373 830169088 21348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11112] ppid=11098 vsize=810712 CPUtime=0
/proc/11100/task/11112/stat : 11112 (java) S 11098 11100 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20456373 830169088 21348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 810712

[startup+6.30112 s]
/proc/loadavg: 2.07 2.29 2.17 3/94 11112
/proc/meminfo: memFree=701676/2055920 swapFree=4192956/4192956
[pid=11100] ppid=11098 vsize=809752 CPUtime=6.28
/proc/11100/stat : 11100 (java) S 11098 11100 11021 0 -1 0 25922 0 1 0 615 13 0 0 18 0 12 0 20456364 829186048 23351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11100/statm: 202438 23352 1430 9 0 199765 0
[pid=11100/tid=11102] ppid=11098 vsize=809752 CPUtime=5.28
/proc/11100/task/11102/stat : 11102 (java) R 11098 11100 11021 0 -1 64 18494 0 1 0 519 9 0 0 25 0 12 0 20456365 829186048 23353 996147200 134512640 134550932 4294956016 18446744073709551615 4109678544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11103] ppid=11098 vsize=809752 CPUtime=0.07
/proc/11100/task/11103/stat : 11103 (java) S 11098 11100 11021 0 -1 64 1215 0 0 0 7 0 0 0 16 0 12 0 20456366 829186048 23354 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11104] ppid=11098 vsize=809752 CPUtime=0.07
/proc/11100/task/11104/stat : 11104 (java) S 11098 11100 11021 0 -1 64 1759 0 0 0 7 0 0 0 16 0 12 0 20456366 829186048 23355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11105] ppid=11098 vsize=809752 CPUtime=0
/proc/11100/task/11105/stat : 11105 (java) S 11098 11100 11021 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 20456368 829186048 23355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11106] ppid=11098 vsize=809752 CPUtime=0
/proc/11100/task/11106/stat : 11106 (java) S 11098 11100 11021 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20456369 829186048 23356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11107] ppid=11098 vsize=809752 CPUtime=0
/proc/11100/task/11107/stat : 11107 (java) S 11098 11100 11021 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20456369 829186048 23357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11108] ppid=11098 vsize=809752 CPUtime=0
/proc/11100/task/11108/stat : 11108 (java) S 11098 11100 11021 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20456373 829186048 23358 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11109] ppid=11098 vsize=809752 CPUtime=0.03
/proc/11100/task/11109/stat : 11109 (java) S 11098 11100 11021 0 -1 64 247 0 0 0 3 0 0 0 17 0 12 0 20456373 829186048 23359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11110] ppid=11098 vsize=809752 CPUtime=0.78
/proc/11100/task/11110/stat : 11110 (java) S 11098 11100 11021 0 -1 64 3421 0 0 0 77 1 0 0 16 0 12 0 20456373 829186048 23360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11111] ppid=11098 vsize=809752 CPUtime=0
/proc/11100/task/11111/stat : 11111 (java) S 11098 11100 11021 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20456373 829186048 23361 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11112] ppid=11098 vsize=809752 CPUtime=0
/proc/11100/task/11112/stat : 11112 (java) S 11098 11100 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20456373 829186048 23362 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 809752

[startup+12.7028 s]
/proc/loadavg: 2.07 2.28 2.17 3/94 11112
/proc/meminfo: memFree=687148/2055920 swapFree=4192956/4192956
[pid=11100] ppid=11098 vsize=809272 CPUtime=12.67
/proc/11100/stat : 11100 (java) S 11098 11100 11021 0 -1 0 27630 0 1 0 1254 13 0 0 18 0 12 0 20456364 828694528 24935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11100/statm: 202318 24935 1431 9 0 199645 0
[pid=11100/tid=11102] ppid=11098 vsize=809272 CPUtime=11.54
/proc/11100/task/11102/stat : 11102 (java) R 11098 11100 11021 0 -1 64 18761 0 1 0 1145 9 0 0 25 0 12 0 20456365 828694528 24935 996147200 134512640 134550932 4294956016 18446744073709551615 4109595827 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11103] ppid=11098 vsize=809272 CPUtime=0.09
/proc/11100/task/11103/stat : 11103 (java) S 11098 11100 11021 0 -1 64 1943 0 0 0 9 0 0 0 16 0 12 0 20456366 828694528 24935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11104] ppid=11098 vsize=809272 CPUtime=0.1
/proc/11100/task/11104/stat : 11104 (java) S 11098 11100 11021 0 -1 64 2436 0 0 0 10 0 0 0 16 0 12 0 20456366 828694528 24935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11105] ppid=11098 vsize=809272 CPUtime=0
/proc/11100/task/11105/stat : 11105 (java) S 11098 11100 11021 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 20456368 828694528 24935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11106] ppid=11098 vsize=809272 CPUtime=0
/proc/11100/task/11106/stat : 11106 (java) S 11098 11100 11021 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20456369 828694528 24935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11107] ppid=11098 vsize=809272 CPUtime=0
/proc/11100/task/11107/stat : 11107 (java) S 11098 11100 11021 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20456369 828694528 24935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11108] ppid=11098 vsize=809272 CPUtime=0
/proc/11100/task/11108/stat : 11108 (java) S 11098 11100 11021 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20456373 828694528 24935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11109] ppid=11098 vsize=809272 CPUtime=0.03
/proc/11100/task/11109/stat : 11109 (java) S 11098 11100 11021 0 -1 64 247 0 0 0 3 0 0 0 17 0 12 0 20456373 828694528 24935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11110] ppid=11098 vsize=809272 CPUtime=0.85
/proc/11100/task/11110/stat : 11110 (java) S 11098 11100 11021 0 -1 64 3455 0 0 0 84 1 0 0 16 0 12 0 20456373 828694528 24935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11111] ppid=11098 vsize=809272 CPUtime=0
/proc/11100/task/11111/stat : 11111 (java) S 11098 11100 11021 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20456373 828694528 24935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11112] ppid=11098 vsize=809272 CPUtime=0
/proc/11100/task/11112/stat : 11112 (java) S 11098 11100 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20456373 828694528 24935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 809272

[startup+25.5023 s]
/proc/loadavg: 2.05 2.27 2.16 3/94 11112
/proc/meminfo: memFree=684844/2055920 swapFree=4192956/4192956
[pid=11100] ppid=11098 vsize=809208 CPUtime=25.47
/proc/11100/stat : 11100 (java) S 11098 11100 11021 0 -1 0 28413 0 1 0 2533 14 0 0 18 0 12 0 20456364 828628992 25684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11100/statm: 202302 25684 1431 9 0 199629 0
[pid=11100/tid=11102] ppid=11098 vsize=809208 CPUtime=24.1
/proc/11100/task/11102/stat : 11102 (java) R 11098 11100 11021 0 -1 64 18829 0 1 0 2401 9 0 0 25 0 12 0 20456365 828628992 25684 996147200 134512640 134550932 4294956016 18446744073709551615 4109595745 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11103] ppid=11098 vsize=809208 CPUtime=0.12
/proc/11100/task/11103/stat : 11103 (java) S 11098 11100 11021 0 -1 64 2212 0 0 0 12 0 0 0 16 0 12 0 20456366 828628992 25684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11104] ppid=11098 vsize=809208 CPUtime=0.13
/proc/11100/task/11104/stat : 11104 (java) S 11098 11100 11021 0 -1 64 2865 0 0 0 13 0 0 0 16 0 12 0 20456366 828628992 25684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11105] ppid=11098 vsize=809208 CPUtime=0
/proc/11100/task/11105/stat : 11105 (java) S 11098 11100 11021 0 -1 64 47 0 0 0 0 0 0 0 15 0 12 0 20456368 828628992 25684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11106] ppid=11098 vsize=809208 CPUtime=0
/proc/11100/task/11106/stat : 11106 (java) S 11098 11100 11021 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20456369 828628992 25684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11107] ppid=11098 vsize=809208 CPUtime=0
/proc/11100/task/11107/stat : 11107 (java) S 11098 11100 11021 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20456369 828628992 25684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11108] ppid=11098 vsize=809208 CPUtime=0
/proc/11100/task/11108/stat : 11108 (java) S 11098 11100 11021 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20456373 828628992 25684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11109] ppid=11098 vsize=809208 CPUtime=0.03

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

[pid=11100/tid=11111] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11111/stat : 11111 (java) S 11098 11100 11021 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20456373 831836160 87187 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11112] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11112/stat : 11112 (java) S 11098 11100 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20456373 831836160 87187 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1533.5
Current children cumulated vsize (KiB) 812340

[startup+1602.3 s]
/proc/loadavg: 2.02 2.05 2.03 3/92 11190
/proc/meminfo: memFree=207356/2055920 swapFree=4192956/4192956
[pid=11100] ppid=11098 vsize=812340 CPUtime=1593.1
/proc/11100/stat : 11100 (java) S 11098 11100 11021 0 -1 0 96339 0 1 0 159232 78 0 0 18 0 12 0 20456364 831836160 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11100/statm: 203085 89323 1442 9 0 200412 0
[pid=11100/tid=11102] ppid=11098 vsize=812340 CPUtime=1549.96
/proc/11100/task/11102/stat : 11102 (java) R 11098 11100 11021 0 -1 64 20592 0 1 0 154975 21 0 0 25 0 12 0 20456365 831836160 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4109678622 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11103] ppid=11098 vsize=812340 CPUtime=20.12
/proc/11100/task/11103/stat : 11103 (java) S 11098 11100 11021 0 -1 64 36607 0 0 0 1994 18 0 0 17 0 12 0 20456366 831836160 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11104] ppid=11098 vsize=812340 CPUtime=20.13
/proc/11100/task/11104/stat : 11104 (java) S 11098 11100 11021 0 -1 64 31238 0 0 0 1995 18 0 0 17 0 12 0 20456366 831836160 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11105] ppid=11098 vsize=812340 CPUtime=0.5
/proc/11100/task/11105/stat : 11105 (java) S 11098 11100 11021 0 -1 64 53 0 0 0 35 15 0 0 16 0 12 0 20456368 831836160 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11106] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11106/stat : 11106 (java) S 11098 11100 11021 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20456369 831836160 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11107] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11107/stat : 11107 (java) S 11098 11100 11021 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20456369 831836160 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11108] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11108/stat : 11108 (java) S 11098 11100 11021 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20456373 831836160 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11109] ppid=11098 vsize=812340 CPUtime=0.03
/proc/11100/task/11109/stat : 11109 (java) S 11098 11100 11021 0 -1 64 247 0 0 0 3 0 0 0 17 0 12 0 20456373 831836160 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11110] ppid=11098 vsize=812340 CPUtime=2.3
/proc/11100/task/11110/stat : 11110 (java) S 11098 11100 11021 0 -1 64 6861 0 0 0 227 3 0 0 16 0 12 0 20456373 831836160 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11100/tid=11111] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11111/stat : 11111 (java) S 11098 11100 11021 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20456373 831836160 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11112] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11112/stat : 11112 (java) S 11098 11100 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20456373 831836160 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.1
Current children cumulated vsize (KiB) 812340

[startup+1662.3 s]
/proc/loadavg: 2.12 2.07 2.04 3/92 11190
/proc/meminfo: memFree=199036/2055920 swapFree=4192956/4192956
[pid=11100] ppid=11098 vsize=812340 CPUtime=1652.86
/proc/11100/stat : 11100 (java) S 11098 11100 11021 0 -1 0 98413 0 1 0 165206 80 0 0 18 0 12 0 20456364 831836160 91331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11100/statm: 203085 91331 1442 9 0 200412 0
[pid=11100/tid=11102] ppid=11098 vsize=812340 CPUtime=1607.28
/proc/11100/task/11102/stat : 11102 (java) R 11098 11100 11021 0 -1 64 20658 0 1 0 160706 22 0 0 25 0 12 0 20456365 831836160 91331 996147200 134512640 134550932 4294956016 18446744073709551615 4109616162 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11103] ppid=11098 vsize=812340 CPUtime=21.47
/proc/11100/task/11103/stat : 11103 (java) S 11098 11100 11021 0 -1 64 37668 0 0 0 2128 19 0 0 17 0 12 0 20456366 831836160 91331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11104] ppid=11098 vsize=812340 CPUtime=21.21
/proc/11100/task/11104/stat : 11104 (java) S 11098 11100 11021 0 -1 64 32185 0 0 0 2103 18 0 0 17 0 12 0 20456366 831836160 91331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11105] ppid=11098 vsize=812340 CPUtime=0.52
/proc/11100/task/11105/stat : 11105 (java) S 11098 11100 11021 0 -1 64 53 0 0 0 37 15 0 0 16 0 12 0 20456368 831836160 91331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11106] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11106/stat : 11106 (java) S 11098 11100 11021 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20456369 831836160 91331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11107] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11107/stat : 11107 (java) S 11098 11100 11021 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20456369 831836160 91331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11108] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11108/stat : 11108 (java) S 11098 11100 11021 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20456373 831836160 91331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11109] ppid=11098 vsize=812340 CPUtime=0.03
/proc/11100/task/11109/stat : 11109 (java) S 11098 11100 11021 0 -1 64 247 0 0 0 3 0 0 0 17 0 12 0 20456373 831836160 91331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11110] ppid=11098 vsize=812340 CPUtime=2.3
/proc/11100/task/11110/stat : 11110 (java) S 11098 11100 11021 0 -1 64 6861 0 0 0 227 3 0 0 16 0 12 0 20456373 831836160 91331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11100/tid=11111] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11111/stat : 11111 (java) S 11098 11100 11021 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20456373 831836160 91331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11112] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11112/stat : 11112 (java) S 11098 11100 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20456373 831836160 91331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.86
Current children cumulated vsize (KiB) 812340

[startup+1722.3 s]
/proc/loadavg: 2.04 2.05 2.03 3/92 11190
/proc/meminfo: memFree=189564/2055920 swapFree=4192956/4192956
[pid=11100] ppid=11098 vsize=812340 CPUtime=1712.82
/proc/11100/stat : 11100 (java) S 11098 11100 11021 0 -1 0 100855 0 1 0 171200 82 0 0 18 0 12 0 20456364 831836160 93704 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11100/statm: 203085 93704 1442 9 0 200412 0
[pid=11100/tid=11102] ppid=11098 vsize=812340 CPUtime=1664.72
/proc/11100/task/11102/stat : 11102 (java) R 11098 11100 11021 0 -1 64 20727 0 1 0 166450 22 0 0 25 0 12 0 20456365 831836160 93704 996147200 134512640 134550932 4294956016 18446744073709551615 4109595827 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11103] ppid=11098 vsize=812340 CPUtime=22.71
/proc/11100/task/11103/stat : 11103 (java) S 11098 11100 11021 0 -1 64 38913 0 0 0 2251 20 0 0 17 0 12 0 20456366 831836160 93704 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11104] ppid=11098 vsize=812340 CPUtime=22.46
/proc/11100/task/11104/stat : 11104 (java) S 11098 11100 11021 0 -1 64 33313 0 0 0 2228 18 0 0 17 0 12 0 20456366 831836160 93704 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11105] ppid=11098 vsize=812340 CPUtime=0.54
/proc/11100/task/11105/stat : 11105 (java) S 11098 11100 11021 0 -1 64 53 0 0 0 38 16 0 0 16 0 12 0 20456368 831836160 93704 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11106] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11106/stat : 11106 (java) S 11098 11100 11021 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20456369 831836160 93704 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11107] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11107/stat : 11107 (java) S 11098 11100 11021 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20456369 831836160 93704 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11108] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11108/stat : 11108 (java) S 11098 11100 11021 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20456373 831836160 93704 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11109] ppid=11098 vsize=812340 CPUtime=0.03
/proc/11100/task/11109/stat : 11109 (java) S 11098 11100 11021 0 -1 64 247 0 0 0 3 0 0 0 17 0 12 0 20456373 831836160 93704 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11110] ppid=11098 vsize=812340 CPUtime=2.3
/proc/11100/task/11110/stat : 11110 (java) S 11098 11100 11021 0 -1 64 6861 0 0 0 227 3 0 0 16 0 12 0 20456373 831836160 93704 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11100/tid=11111] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11111/stat : 11111 (java) S 11098 11100 11021 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20456373 831836160 93704 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11112] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11112/stat : 11112 (java) S 11098 11100 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20456373 831836160 93704 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.82
Current children cumulated vsize (KiB) 812340

[startup+1782.3 s]
/proc/loadavg: 2.15 2.07 2.03 3/92 11190
/proc/meminfo: memFree=181116/2055920 swapFree=4192956/4192956
[pid=11100] ppid=11098 vsize=812340 CPUtime=1772.3
/proc/11100/stat : 11100 (java) S 11098 11100 11021 0 -1 0 102976 0 1 0 177146 84 0 0 18 0 12 0 20456364 831836160 95761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11100/statm: 203085 95761 1442 9 0 200412 0
[pid=11100/tid=11102] ppid=11098 vsize=812340 CPUtime=1721.72
/proc/11100/task/11102/stat : 11102 (java) R 11098 11100 11021 0 -1 64 20791 0 1 0 172149 23 0 0 25 0 12 0 20456365 831836160 95761 996147200 134512640 134550932 4294956016 18446744073709551615 4109596449 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11100/tid=11103] ppid=11098 vsize=812340 CPUtime=23.89
/proc/11100/task/11103/stat : 11103 (java) S 11098 11100 11021 0 -1 64 40072 0 0 0 2369 20 0 0 17 0 12 0 20456366 831836160 95761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11100/tid=11104] ppid=11098 vsize=812340 CPUtime=23.76
/proc/11100/task/11104/stat : 11104 (java) S 11098 11100 11021 0 -1 64 34211 0 0 0 2357 19 0 0 17 0 12 0 20456366 831836160 95761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11100/tid=11105] ppid=11098 vsize=812340 CPUtime=0.56
/proc/11100/task/11105/stat : 11105 (java) S 11098 11100 11021 0 -1 64 53 0 0 0 39 17 0 0 16 0 12 0 20456368 831836160 95761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11100/tid=11106] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11106/stat : 11106 (java) S 11098 11100 11021 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20456369 831836160 95761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11107] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11107/stat : 11107 (java) S 11098 11100 11021 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20456369 831836160 95761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11108] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11108/stat : 11108 (java) S 11098 11100 11021 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20456373 831836160 95761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11109] ppid=11098 vsize=812340 CPUtime=0.03
/proc/11100/task/11109/stat : 11109 (java) S 11098 11100 11021 0 -1 64 247 0 0 0 3 0 0 0 17 0 12 0 20456373 831836160 95761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11110] ppid=11098 vsize=812340 CPUtime=2.3
/proc/11100/task/11110/stat : 11110 (java) S 11098 11100 11021 0 -1 64 6861 0 0 0 227 3 0 0 16 0 12 0 20456373 831836160 95761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11100/tid=11111] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11111/stat : 11111 (java) S 11098 11100 11021 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20456373 831836160 95761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11112] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11112/stat : 11112 (java) S 11098 11100 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20456373 831836160 95761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.3
Current children cumulated vsize (KiB) 812340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.3 s]
/proc/loadavg: 2.09 2.06 2.03 3/92 11190
/proc/meminfo: memFree=177660/2055920 swapFree=4192956/4192956
[pid=11100] ppid=11098 vsize=812340 CPUtime=1800.04
/proc/11100/stat : 11100 (java) S 11098 11100 11021 0 -1 0 103875 0 1 0 179919 85 0 0 18 0 12 0 20456364 831836160 96631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11100/statm: 203085 96631 1442 9 0 200412 0
[pid=11100/tid=11102] ppid=11098 vsize=812340 CPUtime=1748.33
/proc/11100/task/11102/stat : 11102 (java) R 11098 11100 11021 0 -1 64 20820 0 1 0 174810 23 0 0 25 0 12 0 20456365 831836160 96631 996147200 134512640 134550932 4294956016 18446744073709551615 4109624812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11100/tid=11103] ppid=11098 vsize=812340 CPUtime=24.47
/proc/11100/task/11103/stat : 11103 (java) S 11098 11100 11021 0 -1 64 40556 0 0 0 2426 21 0 0 17 0 12 0 20456366 831836160 96631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11100/tid=11104] ppid=11098 vsize=812340 CPUtime=24.3
/proc/11100/task/11104/stat : 11104 (java) S 11098 11100 11021 0 -1 64 34597 0 0 0 2411 19 0 0 17 0 12 0 20456366 831836160 96631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11100/tid=11105] ppid=11098 vsize=812340 CPUtime=0.57
/proc/11100/task/11105/stat : 11105 (java) S 11098 11100 11021 0 -1 64 53 0 0 0 40 17 0 0 16 0 12 0 20456368 831836160 96631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11100/tid=11106] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11106/stat : 11106 (java) S 11098 11100 11021 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20456369 831836160 96631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11107] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11107/stat : 11107 (java) S 11098 11100 11021 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20456369 831836160 96631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11108] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11108/stat : 11108 (java) S 11098 11100 11021 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20456373 831836160 96631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11109] ppid=11098 vsize=812340 CPUtime=0.03
/proc/11100/task/11109/stat : 11109 (java) S 11098 11100 11021 0 -1 64 247 0 0 0 3 0 0 0 17 0 12 0 20456373 831836160 96631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11110] ppid=11098 vsize=812340 CPUtime=2.3
/proc/11100/task/11110/stat : 11110 (java) S 11098 11100 11021 0 -1 64 6861 0 0 0 227 3 0 0 16 0 12 0 20456373 831836160 96631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11100/tid=11111] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11111/stat : 11111 (java) S 11098 11100 11021 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20456373 831836160 96631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11100/tid=11112] ppid=11098 vsize=812340 CPUtime=0
/proc/11100/task/11112/stat : 11112 (java) S 11098 11100 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20456373 831836160 96631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 812340

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

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

Child status: 143
Real time (s): 1810.4
CPU time (s): 1800.14
CPU user time (s): 1799.23
CPU system time (s): 0.909861
CPU usage (%): 99.4331
Max. virtual memory (cumulated for all children) (KiB): 813292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 0.909861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103898
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= 70031
involuntary context switches= 82621

runsolver used 2.28165 second user time and 5.98209 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-11 19:38:12
IDJOB=2064079
IDBENCH=54121
IDSOLVER=731
FILE ID=node9/2064079-1247333892
PBS_JOBID= 9506699
Free space on /tmp= 66392 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-6.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2064079-1247333892/watcher-2064079-1247333892 -o /tmp/evaluation-result-2064079-1247333892/solver-2064079-1247333892 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2064079-1247333892.xml

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

MD5SUM BENCH= 4557782171b25598d03a057775c7d656
RANDOM SEED=907115129

node9.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.216
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.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        782572 kB
Buffers:         64548 kB
Cached:        1003732 kB
SwapCached:          0 kB
Active:         570288 kB
Inactive:       649536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        782572 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7564 kB
Writeback:           0 kB
Mapped:         171940 kB
Slab:            38524 kB
Committed_AS:   330208 kB
PageTables:       2096 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= 66384 MiB
End job on node9 at 2009-07-11 20:08:25