Trace number 2067170

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.06 1800.85

General information on the benchmark

Namecsp/pseudo/radar/
normalized-radar-30-70-4.5-0.95-98.xml
MD5SUM6adae0a64c36e0389d070135085ffda3
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 benchmark1.75873
Satisfiable
(Un)Satisfiability was proved
Number of variables10990
Number of constraints12471
Maximum constraint arity25
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12471
Global constraints used (with number of constraints)

Solver Data

0.09/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.12	c See www.sat4j.org for details.
0.09/0.12	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.19/0.22	c c --- Begin Solver configuration ---
0.19/0.22	c Stops conflict analysis at the first Unique Implication Point
0.19/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.22	c Learn all clauses as in MiniSAT
0.19/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.22	c Expensive reason simplification
0.19/0.22	c MiniSAT restarts strategy
0.19/0.22	c Memory based learned constraints deletion strategy
0.19/0.22	c timeout=2147483s
0.19/0.22	c DB Simplification allowed=false
0.19/0.22	c --- End Solver configuration ---
0.19/0.22	c solving HOME/instance-2067170-1247343946.xml
0.19/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.
2.88/2.93	c reading predicates  done.
3.08/3.17	c reading constraints
1800.00/1800.81	c starts		: 0
1800.00/1800.81	c conflicts		: 0
1800.00/1800.81	c decisions		: 0
1800.00/1800.81	c propagations		: 0
1800.00/1800.81	c inspects		: 0
1800.00/1800.81	c learnt literals	: 0
1800.00/1800.81	c learnt binary clauses	: 0
1800.00/1800.81	c learnt ternary clauses	: 0
1800.00/1800.81	c learnt clauses	: 0
1800.00/1800.81	c ignored clauses	: 0
1800.00/1800.81	c root simplifications	: 0
1800.00/1800.81	c removed literals (reason simplification)	: 0
1800.00/1800.81	c reason swapping (by a shorter reason)	: 0
1800.00/1800.81	c Calls to reduceDB	: 0
1800.00/1800.81	c speed (assignments/second)	: 0.0
1800.00/1800.81	c non guided choices	0
1800.00/1800.81	c learnt constraints type 
1800.00/1800.81	c constraints type 
1800.00/1800.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 201747
1800.00/1800.81	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1800.00/1800.81	c org.sat4j.minisat.constraints.card.AtLeast => 10989
1800.00/1800.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 31889
1800.00/1800.81	s UNKNOWN
1800.00/1800.81	c Total wall clock time (in seconds) : 1800.588

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-2067170-1247343946/watcher-2067170-1247343946 -o /tmp/evaluation-result-2067170-1247343946/solver-2067170-1247343946 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067170-1247343946.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: 1.98 2.01 2.00 3/73 16951
/proc/meminfo: memFree=1880352/2055920 swapFree=4192812/4192956
[pid=16951] ppid=16949 vsize=152 CPUtime=0
/proc/16951/stat : 16951 (java) R 16949 16951 15287 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 21462199 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 10924331 0 0 4096 0 0 0 0 17 0 0 0
/proc/16951/statm: 38 26 19 9 0 4 0

[startup+0.092257 s]
/proc/loadavg: 1.98 2.01 2.00 3/73 16951
/proc/meminfo: memFree=1880352/2055920 swapFree=4192812/4192956
[pid=16951] ppid=16949 vsize=804560 CPUtime=0.08
/proc/16951/stat : 16951 (java) S 16949 16951 15287 0 -1 0 3013 0 1 0 7 1 0 0 18 0 12 0 21462199 823869440 2756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16951/statm: 201140 2756 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.101256 s]
/proc/loadavg: 1.98 2.01 2.00 3/73 16951
/proc/meminfo: memFree=1880352/2055920 swapFree=4192812/4192956
[pid=16951] ppid=16949 vsize=804560 CPUtime=0.09
/proc/16951/stat : 16951 (java) S 16949 16951 15287 0 -1 0 3075 0 1 0 8 1 0 0 18 0 12 0 21462199 823869440 2818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16951/statm: 201140 2821 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301289 s]
/proc/loadavg: 1.98 2.01 2.00 3/73 16951
/proc/meminfo: memFree=1880352/2055920 swapFree=4192812/4192956
[pid=16951] ppid=16949 vsize=805944 CPUtime=0.29
/proc/16951/stat : 16951 (java) S 16949 16951 15287 0 -1 0 4407 0 1 0 26 3 0 0 18 0 12 0 21462199 825286656 4144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16951/statm: 201486 4144 1363 9 0 198813 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805944

[startup+0.701351 s]
/proc/loadavg: 1.98 2.01 2.00 3/73 16951
/proc/meminfo: memFree=1880352/2055920 swapFree=4192812/4192956
[pid=16951] ppid=16949 vsize=807396 CPUtime=0.69
/proc/16951/stat : 16951 (java) S 16949 16951 15287 0 -1 0 5553 0 1 0 64 5 0 0 18 0 12 0 21462199 826773504 4977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16951/statm: 201849 4977 1392 9 0 199176 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807396

[startup+1.50248 s]
/proc/loadavg: 2.06 2.03 2.00 4/85 16963
/proc/meminfo: memFree=1865280/2055920 swapFree=4192812/4192956
[pid=16951] ppid=16949 vsize=809984 CPUtime=1.49
/proc/16951/stat : 16951 (java) S 16949 16951 15287 0 -1 0 7556 0 1 0 143 6 0 0 18 0 12 0 21462199 829423616 6010 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16951/statm: 202496 6010 1418 9 0 199823 0
[pid=16951/tid=16953] ppid=16949 vsize=809984 CPUtime=0.8
/proc/16951/task/16953/stat : 16953 (java) R 16949 16951 15287 0 -1 64 3872 0 1 0 76 4 0 0 25 0 12 0 21462200 829423616 6011 996147200 134512640 134550932 4294956016 18446744073709551615 4109548228 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=809984 CPUtime=0
/proc/16951/task/16954/stat : 16954 (java) S 16949 16951 15287 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 21462201 829423616 6011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16955] ppid=16949 vsize=809984 CPUtime=0
/proc/16951/task/16955/stat : 16955 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21462201 829423616 6011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16956] ppid=16949 vsize=809984 CPUtime=0
/proc/16951/task/16956/stat : 16956 (java) S 16949 16951 15287 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 21462203 829423616 6011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16957] ppid=16949 vsize=809984 CPUtime=0
/proc/16951/task/16957/stat : 16957 (java) S 16949 16951 15287 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 21462204 829423616 6011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16958] ppid=16949 vsize=809984 CPUtime=0
/proc/16951/task/16958/stat : 16958 (java) S 16949 16951 15287 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21462204 829423616 6011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16959] ppid=16949 vsize=809984 CPUtime=0
/proc/16951/task/16959/stat : 16959 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21462208 829423616 6011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16960] ppid=16949 vsize=809984 CPUtime=0.04
/proc/16951/task/16960/stat : 16960 (java) S 16949 16951 15287 0 -1 64 293 0 0 0 4 0 0 0 18 0 12 0 21462208 829423616 6011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16961] ppid=16949 vsize=809984 CPUtime=0.63
/proc/16951/task/16961/stat : 16961 (java) S 16949 16951 15287 0 -1 64 2648 0 0 0 62 1 0 0 16 0 12 0 21462208 829423616 6011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16962] ppid=16949 vsize=809984 CPUtime=0
/proc/16951/task/16962/stat : 16962 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21462208 829423616 6011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16963] ppid=16949 vsize=809984 CPUtime=0
/proc/16951/task/16963/stat : 16963 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21462208 829423616 6011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 809984

[startup+3.10174 s]
/proc/loadavg: 2.06 2.03 2.00 4/85 16963
/proc/meminfo: memFree=1859840/2055920 swapFree=4192812/4192956
[pid=16951] ppid=16949 vsize=811476 CPUtime=3.08
/proc/16951/stat : 16951 (java) S 16949 16951 15287 0 -1 0 11285 0 1 0 300 8 0 0 18 0 12 0 21462199 830951424 9325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16951/statm: 202869 9325 1423 9 0 200196 0
[pid=16951/tid=16953] ppid=16949 vsize=811476 CPUtime=1.34
/proc/16951/task/16953/stat : 16953 (java) R 16949 16951 15287 0 -1 64 6727 0 1 0 128 6 0 0 25 0 12 0 21462200 830951424 9325 996147200 134512640 134550932 4294956016 18446744073709551615 4159655459 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=811476 CPUtime=0
/proc/16951/task/16954/stat : 16954 (java) S 16949 16951 15287 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 21462201 830951424 9325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16955] ppid=16949 vsize=811476 CPUtime=0
/proc/16951/task/16955/stat : 16955 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21462201 830951424 9325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16956] ppid=16949 vsize=811476 CPUtime=0
/proc/16951/task/16956/stat : 16956 (java) S 16949 16951 15287 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21462203 830951424 9326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16957] ppid=16949 vsize=811476 CPUtime=0
/proc/16951/task/16957/stat : 16957 (java) S 16949 16951 15287 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 21462204 830951424 9326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16958] ppid=16949 vsize=811476 CPUtime=0
/proc/16951/task/16958/stat : 16958 (java) S 16949 16951 15287 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21462204 830951424 9326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16959] ppid=16949 vsize=811476 CPUtime=0
/proc/16951/task/16959/stat : 16959 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21462208 830951424 9326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16960] ppid=16949 vsize=811476 CPUtime=0.2
/proc/16951/task/16960/stat : 16960 (java) S 16949 16951 15287 0 -1 64 310 0 0 0 20 0 0 0 17 0 12 0 21462208 830951424 9327 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16961] ppid=16949 vsize=811476 CPUtime=1.52
/proc/16951/task/16961/stat : 16961 (java) S 16949 16951 15287 0 -1 64 3504 0 0 0 151 1 0 0 16 0 12 0 21462208 830951424 9330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16962] ppid=16949 vsize=811476 CPUtime=0
/proc/16951/task/16962/stat : 16962 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21462208 830951424 9330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16963] ppid=16949 vsize=811476 CPUtime=0
/proc/16951/task/16963/stat : 16963 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21462208 830951424 9330 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) 811476

[startup+6.30227 s]
/proc/loadavg: 2.06 2.03 2.00 4/85 16963
/proc/meminfo: memFree=1833536/2055920 swapFree=4192812/4192956
[pid=16951] ppid=16949 vsize=812348 CPUtime=6.29
/proc/16951/stat : 16951 (java) S 16949 16951 15287 0 -1 0 20632 0 1 0 617 12 0 0 18 0 12 0 21462199 831844352 16589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16951/statm: 203087 16589 1442 9 0 200414 0
[pid=16951/tid=16953] ppid=16949 vsize=812348 CPUtime=2.66
/proc/16951/task/16953/stat : 16953 (java) R 16949 16951 15287 0 -1 64 13612 0 1 0 258 8 0 0 25 0 12 0 21462200 831844352 16589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=812348 CPUtime=0
/proc/16951/task/16954/stat : 16954 (java) S 16949 16951 15287 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 21462201 831844352 16589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16955] ppid=16949 vsize=812348 CPUtime=0
/proc/16951/task/16955/stat : 16955 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21462201 831844352 16589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16956] ppid=16949 vsize=812348 CPUtime=0
/proc/16951/task/16956/stat : 16956 (java) S 16949 16951 15287 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 21462203 831844352 16589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16957] ppid=16949 vsize=812348 CPUtime=0
/proc/16951/task/16957/stat : 16957 (java) S 16949 16951 15287 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 21462204 831844352 16589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16958] ppid=16949 vsize=812348 CPUtime=0
/proc/16951/task/16958/stat : 16958 (java) S 16949 16951 15287 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21462204 831844352 16589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16959] ppid=16949 vsize=812348 CPUtime=0
/proc/16951/task/16959/stat : 16959 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21462208 831844352 16589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16960] ppid=16949 vsize=812348 CPUtime=0.2
/proc/16951/task/16960/stat : 16960 (java) S 16949 16951 15287 0 -1 64 310 0 0 0 20 0 0 0 17 0 12 0 21462208 831844352 16589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16961] ppid=16949 vsize=812348 CPUtime=3.4
/proc/16951/task/16961/stat : 16961 (java) R 16949 16951 15287 0 -1 64 5966 0 0 0 337 3 0 0 16 0 12 0 21462208 831844352 16589 996147200 134512640 134550932 4294956016 18446744073709551615 103371740 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16962] ppid=16949 vsize=812348 CPUtime=0
/proc/16951/task/16962/stat : 16962 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21462208 831844352 16589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16963] ppid=16949 vsize=812348 CPUtime=0
/proc/16951/task/16963/stat : 16963 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21462208 831844352 16589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 812348

[startup+12.7013 s]
/proc/loadavg: 2.21 2.06 2.01 3/85 16963
/proc/meminfo: memFree=1773056/2055920 swapFree=4192812/4192956
[pid=16951] ppid=16949 vsize=812348 CPUtime=12.68
/proc/16951/stat : 16951 (java) S 16949 16951 15287 0 -1 0 32642 0 1 0 1251 17 0 0 18 0 12 0 21462199 831844352 28526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16951/statm: 203087 28526 1451 9 0 200414 0
[pid=16951/tid=16953] ppid=16949 vsize=812348 CPUtime=7.86
/proc/16951/task/16953/stat : 16953 (java) R 16949 16951 15287 0 -1 64 17261 0 1 0 776 10 0 0 25 0 12 0 21462200 831844352 28526 996147200 134512640 134550932 4294956016 18446744073709551615 4110636623 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=812348 CPUtime=0.28
/proc/16951/task/16954/stat : 16954 (java) S 16949 16951 15287 0 -1 64 4002 0 0 0 27 1 0 0 16 0 12 0 21462201 831844352 28526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16955] ppid=16949 vsize=812348 CPUtime=0.29
/proc/16951/task/16955/stat : 16955 (java) S 16949 16951 15287 0 -1 64 4223 0 0 0 28 1 0 0 16 0 12 0 21462201 831844352 28526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16956] ppid=16949 vsize=812348 CPUtime=0.01
/proc/16951/task/16956/stat : 16956 (java) S 16949 16951 15287 0 -1 64 13 0 0 0 1 0 0 0 16 0 12 0 21462203 831844352 28526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16957] ppid=16949 vsize=812348 CPUtime=0
/proc/16951/task/16957/stat : 16957 (java) S 16949 16951 15287 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21462204 831844352 28526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16958] ppid=16949 vsize=812348 CPUtime=0
/proc/16951/task/16958/stat : 16958 (java) S 16949 16951 15287 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21462204 831844352 28526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16959] ppid=16949 vsize=812348 CPUtime=0
/proc/16951/task/16959/stat : 16959 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21462208 831844352 28526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16960] ppid=16949 vsize=812348 CPUtime=0.2
/proc/16951/task/16960/stat : 16960 (java) S 16949 16951 15287 0 -1 64 310 0 0 0 20 0 0 0 17 0 12 0 21462208 831844352 28526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16961] ppid=16949 vsize=812348 CPUtime=4
/proc/16951/task/16961/stat : 16961 (java) S 16949 16951 15287 0 -1 64 6091 0 0 0 397 3 0 0 16 0 12 0 21462208 831844352 28526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16962] ppid=16949 vsize=812348 CPUtime=0
/proc/16951/task/16962/stat : 16962 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21462208 831844352 28526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16963] ppid=16949 vsize=812348 CPUtime=0
/proc/16951/task/16963/stat : 16963 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21462208 831844352 28526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 812348

[startup+25.5024 s]
/proc/loadavg: 2.18 2.06 2.01 3/85 16963
/proc/meminfo: memFree=1768576/2055920 swapFree=4192812/4192956
[pid=16951] ppid=16949 vsize=812284 CPUtime=25.48
/proc/16951/stat : 16951 (java) S 16949 16951 15287 0 -1 0 33514 0 1 0 2530 18 0 0 18 0 12 0 21462199 831778816 29288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16951/statm: 203071 29288 1451 9 0 200398 0
[pid=16951/tid=16953] ppid=16949 vsize=812284 CPUtime=20.34
/proc/16951/task/16953/stat : 16953 (java) R 16949 16951 15287 0 -1 64 17291 0 1 0 2024 10 0 0 25 0 12 0 21462200 831778816 29288 996147200 134512640 134550932 4294956016 18446744073709551615 4110096812 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=812284 CPUtime=0.32
/proc/16951/task/16954/stat : 16954 (java) S 16949 16951 15287 0 -1 64 4371 0 0 0 31 1 0 0 16 0 12 0 21462201 831778816 29288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16955] ppid=16949 vsize=812284 CPUtime=0.34
/proc/16951/task/16955/stat : 16955 (java) S 16949 16951 15287 0 -1 64 4610 0 0 0 33 1 0 0 16 0 12 0 21462201 831778816 29288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16956] ppid=16949 vsize=812284 CPUtime=0.02
/proc/16951/task/16956/stat : 16956 (java) S 16949 16951 15287 0 -1 64 13 0 0 0 2 0 0 0 15 0 12 0 21462203 831778816 29288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16957] ppid=16949 vsize=812284 CPUtime=0
/proc/16951/task/16957/stat : 16957 (java) S 16949 16951 15287 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21462204 831778816 29288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16958] ppid=16949 vsize=812284 CPUtime=0
/proc/16951/task/16958/stat : 16958 (java) S 16949 16951 15287 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21462204 831778816 29288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16959] ppid=16949 vsize=812284 CPUtime=0
/proc/16951/task/16959/stat : 16959 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21462208 831778816 29288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16960] ppid=16949 vsize=812284 CPUtime=0.2

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

[pid=16951/tid=16962] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16962/stat : 16962 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21462208 833032192 35676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16963] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16963/stat : 16963 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21462208 833032192 35676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.6
Current children cumulated vsize (KiB) 813508

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 17008
/proc/meminfo: memFree=1666936/2055920 swapFree=4192812/4192956
[pid=16951] ppid=16949 vsize=813508 CPUtime=1601.58
/proc/16951/stat : 16951 (java) S 16949 16951 15287 0 -1 0 50717 0 1 0 160099 59 0 0 18 0 12 0 21462199 833032192 35779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16951/statm: 203377 35779 1451 9 0 200704 0
[pid=16951/tid=16953] ppid=16949 vsize=813508 CPUtime=1585.12
/proc/16951/task/16953/stat : 16953 (java) R 16949 16951 15287 0 -1 64 19559 0 1 0 158493 19 0 0 25 0 12 0 21462200 833032192 35779 996147200 134512640 134550932 4294956016 18446744073709551615 4110636623 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=813508 CPUtime=4.25
/proc/16951/task/16954/stat : 16954 (java) S 16949 16951 15287 0 -1 64 7085 0 0 0 419 6 0 0 15 0 12 0 21462201 833032192 35779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16955] ppid=16949 vsize=813508 CPUtime=4.29
/proc/16951/task/16955/stat : 16955 (java) S 16949 16951 15287 0 -1 64 7835 0 0 0 423 6 0 0 16 0 12 0 21462201 833032192 35779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16956] ppid=16949 vsize=813508 CPUtime=0.53
/proc/16951/task/16956/stat : 16956 (java) S 16949 16951 15287 0 -1 64 20 0 0 0 35 18 0 0 15 0 12 0 21462203 833032192 35779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16957] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16957/stat : 16957 (java) S 16949 16951 15287 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21462204 833032192 35779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16958] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16958/stat : 16958 (java) S 16949 16951 15287 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21462204 833032192 35779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16959] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16959/stat : 16959 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21462208 833032192 35779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16960] ppid=16949 vsize=813508 CPUtime=0.2
/proc/16951/task/16960/stat : 16960 (java) S 16949 16951 15287 0 -1 64 328 0 0 0 20 0 0 0 16 0 12 0 21462208 833032192 35779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16961] ppid=16949 vsize=813508 CPUtime=7.13
/proc/16951/task/16961/stat : 16961 (java) S 16949 16951 15287 0 -1 64 15148 0 0 0 706 7 0 0 16 0 12 0 21462208 833032192 35779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16962] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16962/stat : 16962 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21462208 833032192 35779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16963] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16963/stat : 16963 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21462208 833032192 35779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.58
Current children cumulated vsize (KiB) 813508

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 17008
/proc/meminfo: memFree=1666488/2055920 swapFree=4192812/4192956
[pid=16951] ppid=16949 vsize=813508 CPUtime=1661.56
/proc/16951/stat : 16951 (java) S 16949 16951 15287 0 -1 0 50905 0 1 0 166095 61 0 0 18 0 12 0 21462199 833032192 35884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16951/statm: 203377 35884 1451 9 0 200704 0
[pid=16951/tid=16953] ppid=16949 vsize=813508 CPUtime=1644.81
/proc/16951/task/16953/stat : 16953 (java) R 16949 16951 15287 0 -1 64 19642 0 1 0 164461 20 0 0 25 0 12 0 21462200 833032192 35884 996147200 134512640 134550932 4294956016 18446744073709551615 4110676164 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=813508 CPUtime=4.38
/proc/16951/task/16954/stat : 16954 (java) S 16949 16951 15287 0 -1 64 7138 0 0 0 432 6 0 0 15 0 12 0 21462201 833032192 35884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16955] ppid=16949 vsize=813508 CPUtime=4.43
/proc/16951/task/16955/stat : 16955 (java) S 16949 16951 15287 0 -1 64 7887 0 0 0 436 7 0 0 16 0 12 0 21462201 833032192 35884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16956] ppid=16949 vsize=813508 CPUtime=0.54
/proc/16951/task/16956/stat : 16956 (java) S 16949 16951 15287 0 -1 64 20 0 0 0 36 18 0 0 15 0 12 0 21462203 833032192 35884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16957] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16957/stat : 16957 (java) S 16949 16951 15287 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21462204 833032192 35884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16958] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16958/stat : 16958 (java) S 16949 16951 15287 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21462204 833032192 35884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16959] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16959/stat : 16959 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21462208 833032192 35884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16960] ppid=16949 vsize=813508 CPUtime=0.2
/proc/16951/task/16960/stat : 16960 (java) S 16949 16951 15287 0 -1 64 328 0 0 0 20 0 0 0 16 0 12 0 21462208 833032192 35884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16961] ppid=16949 vsize=813508 CPUtime=7.13
/proc/16951/task/16961/stat : 16961 (java) S 16949 16951 15287 0 -1 64 15148 0 0 0 706 7 0 0 16 0 12 0 21462208 833032192 35884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16962] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16962/stat : 16962 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21462208 833032192 35884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16963] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16963/stat : 16963 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21462208 833032192 35884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.56
Current children cumulated vsize (KiB) 813508

[startup+1722.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/94 17008
/proc/meminfo: memFree=1666040/2055920 swapFree=4192812/4192956
[pid=16951] ppid=16949 vsize=813508 CPUtime=1721.53
/proc/16951/stat : 16951 (java) S 16949 16951 15287 0 -1 0 51093 0 1 0 172091 62 0 0 18 0 12 0 21462199 833032192 35990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16951/statm: 203377 35990 1451 9 0 200704 0
[pid=16951/tid=16953] ppid=16949 vsize=813508 CPUtime=1704.49
/proc/16951/task/16953/stat : 16953 (java) R 16949 16951 15287 0 -1 64 19724 0 1 0 170429 20 0 0 25 0 12 0 21462200 833032192 35990 996147200 134512640 134550932 4294956016 18446744073709551615 4110637093 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=813508 CPUtime=4.53
/proc/16951/task/16954/stat : 16954 (java) S 16949 16951 15287 0 -1 64 7193 0 0 0 447 6 0 0 16 0 12 0 21462201 833032192 35990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16955] ppid=16949 vsize=813508 CPUtime=4.57
/proc/16951/task/16955/stat : 16955 (java) S 16949 16951 15287 0 -1 64 7938 0 0 0 450 7 0 0 15 0 12 0 21462201 833032192 35990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16956] ppid=16949 vsize=813508 CPUtime=0.56
/proc/16951/task/16956/stat : 16956 (java) S 16949 16951 15287 0 -1 64 20 0 0 0 37 19 0 0 15 0 12 0 21462203 833032192 35990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16957] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16957/stat : 16957 (java) S 16949 16951 15287 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21462204 833032192 35990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16958] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16958/stat : 16958 (java) S 16949 16951 15287 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21462204 833032192 35990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16959] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16959/stat : 16959 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21462208 833032192 35990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16960] ppid=16949 vsize=813508 CPUtime=0.2
/proc/16951/task/16960/stat : 16960 (java) S 16949 16951 15287 0 -1 64 328 0 0 0 20 0 0 0 16 0 12 0 21462208 833032192 35990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16961] ppid=16949 vsize=813508 CPUtime=7.13
/proc/16951/task/16961/stat : 16961 (java) S 16949 16951 15287 0 -1 64 15148 0 0 0 706 7 0 0 16 0 12 0 21462208 833032192 35990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16962] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16962/stat : 16962 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21462208 833032192 35990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16963] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16963/stat : 16963 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21462208 833032192 35990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.53
Current children cumulated vsize (KiB) 813508

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/94 17008
/proc/meminfo: memFree=1665400/2055920 swapFree=4192812/4192956
[pid=16951] ppid=16949 vsize=813508 CPUtime=1781.51
/proc/16951/stat : 16951 (java) S 16949 16951 15287 0 -1 0 51283 0 1 0 178088 63 0 0 18 0 12 0 21462199 833032192 36098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16951/statm: 203377 36098 1451 9 0 200704 0
[pid=16951/tid=16953] ppid=16949 vsize=813508 CPUtime=1764.16
/proc/16951/task/16953/stat : 16953 (java) R 16949 16951 15287 0 -1 64 19806 0 1 0 176396 20 0 0 25 0 12 0 21462200 833032192 36098 996147200 134512640 134550932 4294956016 18446744073709551615 4109913251 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=813508 CPUtime=4.66
/proc/16951/task/16954/stat : 16954 (java) S 16949 16951 15287 0 -1 64 7241 0 0 0 460 6 0 0 16 0 12 0 21462201 833032192 36098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16955] ppid=16949 vsize=813508 CPUtime=4.71
/proc/16951/task/16955/stat : 16955 (java) S 16949 16951 15287 0 -1 64 7998 0 0 0 464 7 0 0 16 0 12 0 21462201 833032192 36098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16956] ppid=16949 vsize=813508 CPUtime=0.58
/proc/16951/task/16956/stat : 16956 (java) S 16949 16951 15287 0 -1 64 20 0 0 0 38 20 0 0 15 0 12 0 21462203 833032192 36098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16957] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16957/stat : 16957 (java) S 16949 16951 15287 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21462204 833032192 36098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16958] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16958/stat : 16958 (java) S 16949 16951 15287 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21462204 833032192 36098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16959] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16959/stat : 16959 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21462208 833032192 36098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16960] ppid=16949 vsize=813508 CPUtime=0.2
/proc/16951/task/16960/stat : 16960 (java) S 16949 16951 15287 0 -1 64 328 0 0 0 20 0 0 0 16 0 12 0 21462208 833032192 36098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16961] ppid=16949 vsize=813508 CPUtime=7.13
/proc/16951/task/16961/stat : 16961 (java) S 16949 16951 15287 0 -1 64 15148 0 0 0 706 7 0 0 16 0 12 0 21462208 833032192 36098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16962] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16962/stat : 16962 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21462208 833032192 36098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16963] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16963/stat : 16963 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21462208 833032192 36098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.51
Current children cumulated vsize (KiB) 813508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.02 2.02 2.00 3/94 17008
/proc/meminfo: memFree=1665208/2055920 swapFree=4192812/4192956
[pid=16951] ppid=16949 vsize=813508 CPUtime=1800
/proc/16951/stat : 16951 (java) S 16949 16951 15287 0 -1 0 51344 0 1 0 179937 63 0 0 18 0 12 0 21462199 833032192 36133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16951/statm: 203377 36133 1451 9 0 200704 0
[pid=16951/tid=16953] ppid=16949 vsize=813508 CPUtime=1782.57
/proc/16951/task/16953/stat : 16953 (java) R 16949 16951 15287 0 -1 64 19832 0 1 0 178237 20 0 0 25 0 12 0 21462200 833032192 36133 996147200 134512640 134550932 4294956016 18446744073709551615 4109912597 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=813508 CPUtime=4.71
/proc/16951/task/16954/stat : 16954 (java) S 16949 16951 15287 0 -1 64 7261 0 0 0 465 6 0 0 15 0 12 0 21462201 833032192 36133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16955] ppid=16949 vsize=813508 CPUtime=4.76
/proc/16951/task/16955/stat : 16955 (java) S 16949 16951 15287 0 -1 64 8013 0 0 0 469 7 0 0 16 0 12 0 21462201 833032192 36133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16956] ppid=16949 vsize=813508 CPUtime=0.58
/proc/16951/task/16956/stat : 16956 (java) S 16949 16951 15287 0 -1 64 20 0 0 0 38 20 0 0 15 0 12 0 21462203 833032192 36133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16957] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16957/stat : 16957 (java) S 16949 16951 15287 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21462204 833032192 36133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16958] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16958/stat : 16958 (java) S 16949 16951 15287 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21462204 833032192 36133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16959] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16959/stat : 16959 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21462208 833032192 36133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16960] ppid=16949 vsize=813508 CPUtime=0.2
/proc/16951/task/16960/stat : 16960 (java) S 16949 16951 15287 0 -1 64 328 0 0 0 20 0 0 0 16 0 12 0 21462208 833032192 36133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16961] ppid=16949 vsize=813508 CPUtime=7.13
/proc/16951/task/16961/stat : 16961 (java) S 16949 16951 15287 0 -1 64 15148 0 0 0 706 7 0 0 16 0 12 0 21462208 833032192 36133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16962] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16962/stat : 16962 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21462208 833032192 36133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16951/tid=16963] ppid=16949 vsize=813508 CPUtime=0
/proc/16951/task/16963/stat : 16963 (java) S 16949 16951 15287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21462208 833032192 36133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 813508

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): 1800.85
CPU time (s): 1800.06
CPU user time (s): 1799.4
CPU system time (s): 0.659899
CPU usage (%): 99.9561
Max. virtual memory (cumulated for all children) (KiB): 819392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 0.659899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51366
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= 76995
involuntary context switches= 72962

runsolver used 2.29565 second user time and 5.9371 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-11 22:25:46
IDJOB=2067170
IDBENCH=54612
IDSOLVER=731
FILE ID=node3/2067170-1247343946
PBS_JOBID= 9506696
Free space on /tmp= 66380 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/radar/normalized-radar-30-70-4.5-0.95-98.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2067170-1247343946/watcher-2067170-1247343946 -o /tmp/evaluation-result-2067170-1247343946/solver-2067170-1247343946 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067170-1247343946.xml

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

MD5SUM BENCH= 6adae0a64c36e0389d070135085ffda3
RANDOM SEED=1878165140

node3.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.259
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.259
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:       1880832 kB
Buffers:         10452 kB
Cached:          90256 kB
SwapCached:          0 kB
Active:          93920 kB
Inactive:        32224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1880832 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3696 kB
Writeback:           0 kB
Mapped:          36184 kB
Slab:            34272 kB
Committed_AS:   231436 kB
PageTables:       1736 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= 66376 MiB
End job on node3 at 2009-07-11 22:55:49