Trace number 2064189

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.29 1808.5

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-9.xml
MD5SUM690bc030536081a10afc596885a53720
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark97.3002
Satisfiable
(Un)Satisfiability was proved
Number of variables880
Number of constraints48826
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48606
Global constraints used (with number of constraints)alldifferent(220)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.15	c version 2.1.1.v20090622
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 671000808
0.09/0.15	c Max memory 672137216
0.09/0.15	c Total memory 672137216
0.09/0.15	c Number of processors 2
0.19/0.23	c c --- Begin Solver configuration ---
0.19/0.23	c Stops conflict analysis at the first Unique Implication Point
0.19/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.23	c Learn all clauses as in MiniSAT
0.19/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.23	c Expensive reason simplification
0.19/0.23	c MiniSAT restarts strategy
0.19/0.23	c Memory based learned constraints deletion strategy
0.19/0.23	c timeout=2147483s
0.19/0.23	c DB Simplification allowed=false
0.19/0.23	c --- End Solver configuration ---
0.19/0.23	c solving HOME/instance-2064189-1247334618.xml
0.19/0.23	c reading problem ... 
0.39/0.48	c reading problem named null
0.39/0.48	c reading domains done.
0.39/0.49	c reading variables done.
0.88/0.98	c reading predicates  done.
1.09/1.18	c reading constraints
1765.43/1773.37	c done with constraints.
1765.43/1773.37	c ... done. Wall clock time 1773.143s.
1765.43/1773.37	c #vars     20933
1765.43/1773.37	c #constraints  4898525
1765.43/1773.37	c constraints type 
1765.43/1773.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3404136
1765.43/1773.37	c org.sat4j.minisat.constraints.cnf.UnitClauses => 129
1765.43/1773.37	c org.sat4j.minisat.constraints.card.AtLeast => 751
1765.43/1773.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1493380
1800.11/1808.35	c starts		: 13
1800.11/1808.35	c conflicts		: 31364
1800.11/1808.35	c decisions		: 152494
1800.11/1808.35	c propagations		: 3922677
1800.11/1808.35	c inspects		: 43904272
1800.11/1808.35	c learnt literals	: 0
1800.11/1808.35	c learnt binary clauses	: 0
1800.11/1808.35	c learnt ternary clauses	: 8
1800.11/1808.35	c learnt clauses	: 31364
1800.11/1808.35	c ignored clauses	: 0
1800.11/1808.35	c root simplifications	: 0
1800.11/1808.35	c removed literals (reason simplification)	: 118312
1800.11/1808.35	c reason swapping (by a shorter reason)	: 0
1800.11/1808.35	c Calls to reduceDB	: 0
1800.11/1808.35	c speed (assignments/second)	: 112146.97810052033
1800.11/1808.35	c non guided choices	113235
1800.11/1808.39	c learnt constraints type 
1800.11/1808.39	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 31364
1800.11/1808.39	c constraints type 
1800.11/1808.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3404136
1800.11/1808.39	c org.sat4j.minisat.constraints.cnf.UnitClauses => 129
1800.11/1808.39	c org.sat4j.minisat.constraints.card.AtLeast => 751
1800.11/1808.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1493380
1800.11/1808.39	s UNKNOWN
1800.11/1808.39	c Total wall clock time (in seconds) : 1808.123

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-2064189-1247334618/watcher-2064189-1247334618 -o /tmp/evaluation-result-2064189-1247334618/solver-2064189-1247334618 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2064189-1247334618.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.02 1.99 1.94 4/81 13446
/proc/meminfo: memFree=1410848/2055920 swapFree=4192956/4192956
[pid=13446] ppid=13444 vsize=1612 CPUtime=0
/proc/13446/stat : 13446 (java6) D 13444 13446 13382 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 20528293 1650688 147 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 0 0 0
/proc/13446/statm: 403 150 114 9 0 45 0

[startup+0.047587 s]
/proc/loadavg: 2.02 1.99 1.94 4/81 13446
/proc/meminfo: memFree=1410848/2055920 swapFree=4192956/4192956
[pid=13446] ppid=13444 vsize=802032 CPUtime=0.04
/proc/13446/stat : 13446 (java) S 13444 13446 13382 0 -1 0 2587 0 1 0 2 2 0 0 18 0 7 0 20528293 821280768 2332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/13446/statm: 200508 2333 1007 9 0 197859 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802032

[startup+0.102596 s]
/proc/loadavg: 2.02 1.99 1.94 4/81 13446
/proc/meminfo: memFree=1410848/2055920 swapFree=4192956/4192956
[pid=13446] ppid=13444 vsize=804560 CPUtime=0.09
/proc/13446/stat : 13446 (java) S 13444 13446 13382 0 -1 0 3053 0 1 0 7 2 0 0 18 0 12 0 20528293 823869440 2796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13446/statm: 201140 2796 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.302627 s]
/proc/loadavg: 2.02 1.99 1.94 4/81 13446
/proc/meminfo: memFree=1410848/2055920 swapFree=4192956/4192956
[pid=13446] ppid=13444 vsize=805888 CPUtime=0.29
/proc/13446/stat : 13446 (java) S 13444 13446 13382 0 -1 0 4397 0 1 0 26 3 0 0 18 0 12 0 20528293 825229312 4134 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13446/statm: 201472 4134 1363 9 0 198799 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805888

[startup+0.701664 s]
/proc/loadavg: 2.02 1.99 1.94 4/81 13446
/proc/meminfo: memFree=1410848/2055920 swapFree=4192956/4192956
[pid=13446] ppid=13444 vsize=807168 CPUtime=0.68
/proc/13446/stat : 13446 (java) S 13444 13446 13382 0 -1 0 5649 0 1 0 64 4 0 0 18 0 12 0 20528293 826540032 5142 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13446/statm: 201792 5142 1389 9 0 199119 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807168

[startup+1.50175 s]
/proc/loadavg: 2.02 1.99 1.94 3/93 13458
/proc/meminfo: memFree=1391104/2055920 swapFree=4192956/4192956
[pid=13446] ppid=13444 vsize=810736 CPUtime=1.47
/proc/13446/stat : 13446 (java) S 13444 13446 13382 0 -1 0 10287 0 1 0 141 6 0 0 18 0 12 0 20528293 830193664 7962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13446/statm: 202684 7962 1404 9 0 200011 0
[pid=13446/tid=13448] ppid=13444 vsize=810736 CPUtime=0.77
/proc/13446/task/13448/stat : 13448 (java) R 13444 13446 13382 0 -1 64 5899 0 1 0 73 4 0 0 25 0 12 0 20528294 830193664 7962 996147200 134512640 134550932 4294956016 18446744073709551615 104170966 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13449] ppid=13444 vsize=810736 CPUtime=0
/proc/13446/task/13449/stat : 13449 (java) S 13444 13446 13382 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 20528295 830193664 7962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13450] ppid=13444 vsize=810736 CPUtime=0
/proc/13446/task/13450/stat : 13450 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20528295 830193664 7962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13451] ppid=13444 vsize=810736 CPUtime=0
/proc/13446/task/13451/stat : 13451 (java) S 13444 13446 13382 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 20528297 830193664 7962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13452] ppid=13444 vsize=810736 CPUtime=0
/proc/13446/task/13452/stat : 13452 (java) S 13444 13446 13382 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 20528298 830193664 7962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13453] ppid=13444 vsize=810736 CPUtime=0
/proc/13446/task/13453/stat : 13453 (java) S 13444 13446 13382 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 20528298 830193664 7962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13454] ppid=13444 vsize=810736 CPUtime=0
/proc/13446/task/13454/stat : 13454 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20528302 830193664 7963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13455] ppid=13444 vsize=810736 CPUtime=0.04
/proc/13446/task/13455/stat : 13455 (java) S 13444 13446 13382 0 -1 64 283 0 0 0 4 0 0 0 18 0 12 0 20528302 830193664 7963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13456] ppid=13444 vsize=810736 CPUtime=0.63
/proc/13446/task/13456/stat : 13456 (java) S 13444 13446 13382 0 -1 64 3361 0 0 0 62 1 0 0 18 0 12 0 20528302 830193664 7963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13457] ppid=13444 vsize=810736 CPUtime=0
/proc/13446/task/13457/stat : 13457 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20528302 830193664 7963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13458] ppid=13444 vsize=810736 CPUtime=0
/proc/13446/task/13458/stat : 13458 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20528302 830193664 7963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 810736

[startup+3.10294 s]
/proc/loadavg: 2.02 1.99 1.94 3/93 13458
/proc/meminfo: memFree=1349888/2055920 swapFree=4192956/4192956
[pid=13446] ppid=13444 vsize=810736 CPUtime=3.07
/proc/13446/stat : 13446 (java) S 13444 13446 13382 0 -1 0 24042 0 1 0 294 13 0 0 18 0 12 0 20528293 830193664 21714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13446/statm: 202684 21714 1427 9 0 200011 0
[pid=13446/tid=13448] ppid=13444 vsize=810736 CPUtime=2.19
/proc/13446/task/13448/stat : 13448 (java) R 13444 13446 13382 0 -1 64 17428 0 1 0 209 10 0 0 25 0 12 0 20528294 830193664 21714 996147200 134512640 134550932 4294956016 18446744073709551615 4109627389 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13449] ppid=13444 vsize=810736 CPUtime=0.03
/proc/13446/task/13449/stat : 13449 (java) S 13444 13446 13382 0 -1 64 1135 0 0 0 3 0 0 0 16 0 12 0 20528295 830193664 21714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13450] ppid=13444 vsize=810736 CPUtime=0.02
/proc/13446/task/13450/stat : 13450 (java) S 13444 13446 13382 0 -1 64 1048 0 0 0 2 0 0 0 16 0 12 0 20528295 830193664 21714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13451] ppid=13444 vsize=810736 CPUtime=0
/proc/13446/task/13451/stat : 13451 (java) S 13444 13446 13382 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 20528297 830193664 21714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13452] ppid=13444 vsize=810736 CPUtime=0
/proc/13446/task/13452/stat : 13452 (java) S 13444 13446 13382 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20528298 830193664 21714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13453] ppid=13444 vsize=810736 CPUtime=0
/proc/13446/task/13453/stat : 13453 (java) S 13444 13446 13382 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20528298 830193664 21714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13454] ppid=13444 vsize=810736 CPUtime=0
/proc/13446/task/13454/stat : 13454 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20528302 830193664 21714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13455] ppid=13444 vsize=810736 CPUtime=0.04
/proc/13446/task/13455/stat : 13455 (java) S 13444 13446 13382 0 -1 64 283 0 0 0 4 0 0 0 18 0 12 0 20528302 830193664 21714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13456] ppid=13444 vsize=810736 CPUtime=0.74
/proc/13446/task/13456/stat : 13456 (java) S 13444 13446 13382 0 -1 64 3387 0 0 0 73 1 0 0 16 0 12 0 20528302 830193664 21714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13457] ppid=13444 vsize=810736 CPUtime=0
/proc/13446/task/13457/stat : 13457 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20528302 830193664 21714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13458] ppid=13444 vsize=810736 CPUtime=0
/proc/13446/task/13458/stat : 13458 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20528302 830193664 21714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 810736

[startup+6.3023 s]
/proc/loadavg: 2.02 1.99 1.94 3/93 13458
/proc/meminfo: memFree=1328256/2055920 swapFree=4192956/4192956
[pid=13446] ppid=13444 vsize=810736 CPUtime=6.25
/proc/13446/stat : 13446 (java) S 13444 13446 13382 0 -1 0 25365 0 1 0 612 13 0 0 18 0 12 0 20528293 830193664 23032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13446/statm: 202684 23032 1430 9 0 200011 0
[pid=13446/tid=13448] ppid=13444 vsize=810736 CPUtime=5.15
/proc/13446/task/13448/stat : 13448 (java) R 13444 13446 13382 0 -1 64 17434 0 1 0 505 10 0 0 25 0 12 0 20528294 830193664 23032 996147200 134512640 134550932 4294956016 18446744073709551615 4109624992 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13449] ppid=13444 vsize=810736 CPUtime=0.09
/proc/13446/task/13449/stat : 13449 (java) S 13444 13446 13382 0 -1 64 1855 0 0 0 9 0 0 0 16 0 12 0 20528295 830193664 23032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13450] ppid=13444 vsize=810736 CPUtime=0.09
/proc/13446/task/13450/stat : 13450 (java) S 13444 13446 13382 0 -1 64 1575 0 0 0 9 0 0 0 16 0 12 0 20528295 830193664 23032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13451] ppid=13444 vsize=810736 CPUtime=0
/proc/13446/task/13451/stat : 13451 (java) S 13444 13446 13382 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 20528297 830193664 23032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13452] ppid=13444 vsize=810736 CPUtime=0
/proc/13446/task/13452/stat : 13452 (java) S 13444 13446 13382 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20528298 830193664 23032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13453] ppid=13444 vsize=810736 CPUtime=0
/proc/13446/task/13453/stat : 13453 (java) S 13444 13446 13382 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20528298 830193664 23032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13454] ppid=13444 vsize=810736 CPUtime=0
/proc/13446/task/13454/stat : 13454 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20528302 830193664 23032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13455] ppid=13444 vsize=810736 CPUtime=0.04
/proc/13446/task/13455/stat : 13455 (java) S 13444 13446 13382 0 -1 64 283 0 0 0 4 0 0 0 18 0 12 0 20528302 830193664 23032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13456] ppid=13444 vsize=810736 CPUtime=0.83
/proc/13446/task/13456/stat : 13456 (java) S 13444 13446 13382 0 -1 64 3430 0 0 0 82 1 0 0 16 0 12 0 20528302 830193664 23032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13457] ppid=13444 vsize=810736 CPUtime=0
/proc/13446/task/13457/stat : 13457 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20528302 830193664 23032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13458] ppid=13444 vsize=810736 CPUtime=0
/proc/13446/task/13458/stat : 13458 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20528302 830193664 23032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 810736

[startup+12.703 s]
/proc/loadavg: 2.02 1.99 1.94 3/93 13458
/proc/meminfo: memFree=1315136/2055920 swapFree=4192956/4192956
[pid=13446] ppid=13444 vsize=809232 CPUtime=12.62
/proc/13446/stat : 13446 (java) S 13444 13446 13382 0 -1 0 27888 0 1 0 1248 14 0 0 18 0 12 0 20528293 828653568 25182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13446/statm: 202308 25182 1431 9 0 199635 0
[pid=13446/tid=13448] ppid=13444 vsize=809232 CPUtime=11.4
/proc/13446/task/13448/stat : 13448 (java) R 13444 13446 13382 0 -1 64 18379 0 1 0 1130 10 0 0 25 0 12 0 20528294 828653568 25182 996147200 134512640 134550932 4294956016 18446744073709551615 4109596848 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13449] ppid=13444 vsize=809232 CPUtime=0.12
/proc/13446/task/13449/stat : 13449 (java) S 13444 13446 13382 0 -1 64 2862 0 0 0 12 0 0 0 16 0 12 0 20528295 828653568 25182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13450] ppid=13444 vsize=809232 CPUtime=0.12
/proc/13446/task/13450/stat : 13450 (java) S 13444 13446 13382 0 -1 64 2142 0 0 0 12 0 0 0 16 0 12 0 20528295 828653568 25182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13451] ppid=13444 vsize=809232 CPUtime=0
/proc/13446/task/13451/stat : 13451 (java) S 13444 13446 13382 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 20528297 828653568 25182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13452] ppid=13444 vsize=809232 CPUtime=0
/proc/13446/task/13452/stat : 13452 (java) S 13444 13446 13382 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20528298 828653568 25182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13453] ppid=13444 vsize=809232 CPUtime=0
/proc/13446/task/13453/stat : 13453 (java) S 13444 13446 13382 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20528298 828653568 25182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13454] ppid=13444 vsize=809232 CPUtime=0
/proc/13446/task/13454/stat : 13454 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20528302 828653568 25182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13455] ppid=13444 vsize=809232 CPUtime=0.04
/proc/13446/task/13455/stat : 13455 (java) S 13444 13446 13382 0 -1 64 283 0 0 0 4 0 0 0 18 0 12 0 20528302 828653568 25182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13456] ppid=13444 vsize=809232 CPUtime=0.88
/proc/13446/task/13456/stat : 13456 (java) S 13444 13446 13382 0 -1 64 3434 0 0 0 87 1 0 0 17 0 12 0 20528302 828653568 25182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13457] ppid=13444 vsize=809232 CPUtime=0
/proc/13446/task/13457/stat : 13457 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20528302 828653568 25182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13458] ppid=13444 vsize=809232 CPUtime=0
/proc/13446/task/13458/stat : 13458 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20528302 828653568 25182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 809232

[startup+25.5025 s]
/proc/loadavg: 2.02 1.99 1.94 3/93 13460
/proc/meminfo: memFree=1312448/2055920 swapFree=4192956/4192956
[pid=13446] ppid=13444 vsize=809232 CPUtime=25.36
/proc/13446/stat : 13446 (java) S 13444 13446 13382 0 -1 0 28539 0 1 0 2521 15 0 0 18 0 12 0 20528293 828653568 25816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13446/statm: 202308 25816 1431 9 0 199635 0
[pid=13446/tid=13448] ppid=13444 vsize=809232 CPUtime=23.94
/proc/13446/task/13448/stat : 13448 (java) R 13444 13446 13382 0 -1 64 18458 0 1 0 2383 11 0 0 25 0 12 0 20528294 828653568 25816 996147200 134512640 134550932 4294956016 18446744073709551615 4109597065 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13449] ppid=13444 vsize=809232 CPUtime=0.16
/proc/13446/task/13449/stat : 13449 (java) S 13444 13446 13382 0 -1 64 3137 0 0 0 15 1 0 0 16 0 12 0 20528295 828653568 25816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13450] ppid=13444 vsize=809232 CPUtime=0.14
/proc/13446/task/13450/stat : 13450 (java) S 13444 13446 13382 0 -1 64 2422 0 0 0 14 0 0 0 16 0 12 0 20528295 828653568 25816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13451] ppid=13444 vsize=809232 CPUtime=0
/proc/13446/task/13451/stat : 13451 (java) S 13444 13446 13382 0 -1 64 46 0 0 0 0 0 0 0 15 0 12 0 20528297 828653568 25816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13452] ppid=13444 vsize=809232 CPUtime=0
/proc/13446/task/13452/stat : 13452 (java) S 13444 13446 13382 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20528298 828653568 25816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13453] ppid=13444 vsize=809232 CPUtime=0
/proc/13446/task/13453/stat : 13453 (java) S 13444 13446 13382 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20528298 828653568 25816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13454] ppid=13444 vsize=809232 CPUtime=0
/proc/13446/task/13454/stat : 13454 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20528302 828653568 25816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13455] ppid=13444 vsize=809232 CPUtime=0.04

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

[pid=13446/tid=13448] ppid=13444 vsize=812248 CPUtime=1544.88
/proc/13446/task/13448/stat : 13448 (java) R 13444 13446 13382 0 -1 64 20253 0 1 0 154465 23 0 0 25 0 12 0 20528294 831741952 103423 996147200 134512640 134550932 4294956016 18446744073709551615 4109624580 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13449] ppid=13444 vsize=812248 CPUtime=23.71
/proc/13446/task/13449/stat : 13449 (java) S 13444 13446 13382 0 -1 64 41192 0 0 0 2349 22 0 0 17 0 12 0 20528295 831741952 103423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13450] ppid=13444 vsize=812248 CPUtime=23.56
/proc/13446/task/13450/stat : 13450 (java) S 13444 13446 13382 0 -1 64 41132 0 0 0 2334 22 0 0 17 0 12 0 20528295 831741952 103423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13451] ppid=13444 vsize=812248 CPUtime=0.52
/proc/13446/task/13451/stat : 13451 (java) S 13444 13446 13382 0 -1 64 57 0 0 0 35 17 0 0 16 0 12 0 20528297 831741952 103423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13452] ppid=13444 vsize=812248 CPUtime=0
/proc/13446/task/13452/stat : 13452 (java) S 13444 13446 13382 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20528298 831741952 103423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13453] ppid=13444 vsize=812248 CPUtime=0
/proc/13446/task/13453/stat : 13453 (java) S 13444 13446 13382 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20528298 831741952 103423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13454] ppid=13444 vsize=812248 CPUtime=0
/proc/13446/task/13454/stat : 13454 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20528302 831741952 103423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13455] ppid=13444 vsize=812248 CPUtime=0.04
/proc/13446/task/13455/stat : 13455 (java) S 13444 13446 13382 0 -1 64 283 0 0 0 4 0 0 0 18 0 12 0 20528302 831741952 103423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13456] ppid=13444 vsize=812248 CPUtime=2.55
/proc/13446/task/13456/stat : 13456 (java) S 13444 13446 13382 0 -1 64 6203 0 0 0 252 3 0 0 16 0 12 0 20528302 831741952 103423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13446/tid=13457] ppid=13444 vsize=812248 CPUtime=0
/proc/13446/task/13457/stat : 13457 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20528302 831741952 103423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13458] ppid=13444 vsize=812248 CPUtime=0
/proc/13446/task/13458/stat : 13458 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20528302 831741952 103423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.33
Current children cumulated vsize (KiB) 812248

[startup+1662.3 s]
/proc/loadavg: 2.14 2.11 2.04 3/94 13682
/proc/meminfo: memFree=1065016/2055920 swapFree=4192956/4192956
[pid=13446] ppid=13444 vsize=812248 CPUtime=1654.87
/proc/13446/stat : 13446 (java) S 13444 13446 13382 0 -1 0 111936 0 1 0 165396 91 0 0 18 0 12 0 20528293 831741952 105433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13446/statm: 203062 105433 1442 9 0 200389 0
[pid=13446/tid=13448] ppid=13444 vsize=812248 CPUtime=1601.16
/proc/13446/task/13448/stat : 13448 (java) R 13444 13446 13382 0 -1 64 20317 0 1 0 160093 23 0 0 25 0 12 0 20528294 831741952 105433 996147200 134512640 134550932 4294956016 18446744073709551615 4109596851 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13446/tid=13449] ppid=13444 vsize=812248 CPUtime=25.3
/proc/13446/task/13449/stat : 13449 (java) S 13444 13446 13382 0 -1 64 42143 0 0 0 2508 22 0 0 17 0 12 0 20528295 831741952 105433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13446/tid=13450] ppid=13444 vsize=812248 CPUtime=25.2
/proc/13446/task/13450/stat : 13450 (java) S 13444 13446 13382 0 -1 64 42191 0 0 0 2498 22 0 0 17 0 12 0 20528295 831741952 105433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13446/tid=13451] ppid=13444 vsize=812248 CPUtime=0.54
/proc/13446/task/13451/stat : 13451 (java) S 13444 13446 13382 0 -1 64 57 0 0 0 37 17 0 0 16 0 12 0 20528297 831741952 105433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13446/tid=13452] ppid=13444 vsize=812248 CPUtime=0
/proc/13446/task/13452/stat : 13452 (java) S 13444 13446 13382 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20528298 831741952 105433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13453] ppid=13444 vsize=812248 CPUtime=0
/proc/13446/task/13453/stat : 13453 (java) S 13444 13446 13382 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20528298 831741952 105433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13454] ppid=13444 vsize=812248 CPUtime=0
/proc/13446/task/13454/stat : 13454 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20528302 831741952 105433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13455] ppid=13444 vsize=812248 CPUtime=0.04
/proc/13446/task/13455/stat : 13455 (java) S 13444 13446 13382 0 -1 64 283 0 0 0 4 0 0 0 18 0 12 0 20528302 831741952 105433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13456] ppid=13444 vsize=812248 CPUtime=2.55
/proc/13446/task/13456/stat : 13456 (java) S 13444 13446 13382 0 -1 64 6203 0 0 0 252 3 0 0 16 0 12 0 20528302 831741952 105433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13446/tid=13457] ppid=13444 vsize=812248 CPUtime=0
/proc/13446/task/13457/stat : 13457 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20528302 831741952 105433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13458] ppid=13444 vsize=812248 CPUtime=0
/proc/13446/task/13458/stat : 13458 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20528302 831741952 105433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.87
Current children cumulated vsize (KiB) 812248

[startup+1722.3 s]
/proc/loadavg: 2.10 2.10 2.04 4/94 13682
/proc/meminfo: memFree=1057016/2055920 swapFree=4192956/4192956
[pid=13446] ppid=13444 vsize=812248 CPUtime=1714.44
/proc/13446/stat : 13446 (java) S 13444 13446 13382 0 -1 0 113995 0 1 0 171351 93 0 0 18 0 12 0 20528293 831741952 107428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13446/statm: 203062 107428 1442 9 0 200389 0
[pid=13446/tid=13448] ppid=13444 vsize=812248 CPUtime=1657.48
/proc/13446/task/13448/stat : 13448 (java) R 13444 13446 13382 0 -1 64 20381 0 1 0 165725 23 0 0 25 0 12 0 20528294 831741952 107428 996147200 134512640 134550932 4294956016 18446744073709551615 4109596851 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13449] ppid=13444 vsize=812248 CPUtime=26.86
/proc/13446/task/13449/stat : 13449 (java) S 13444 13446 13382 0 -1 64 43138 0 0 0 2663 23 0 0 17 0 12 0 20528295 831741952 107428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13450] ppid=13444 vsize=812248 CPUtime=26.89
/proc/13446/task/13450/stat : 13450 (java) S 13444 13446 13382 0 -1 64 43191 0 0 0 2666 23 0 0 17 0 12 0 20528295 831741952 107428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13451] ppid=13444 vsize=812248 CPUtime=0.56
/proc/13446/task/13451/stat : 13451 (java) S 13444 13446 13382 0 -1 64 57 0 0 0 38 18 0 0 16 0 12 0 20528297 831741952 107428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13452] ppid=13444 vsize=812248 CPUtime=0
/proc/13446/task/13452/stat : 13452 (java) S 13444 13446 13382 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20528298 831741952 107428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13453] ppid=13444 vsize=812248 CPUtime=0
/proc/13446/task/13453/stat : 13453 (java) S 13444 13446 13382 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20528298 831741952 107428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13454] ppid=13444 vsize=812248 CPUtime=0
/proc/13446/task/13454/stat : 13454 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20528302 831741952 107428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13455] ppid=13444 vsize=812248 CPUtime=0.04
/proc/13446/task/13455/stat : 13455 (java) S 13444 13446 13382 0 -1 64 283 0 0 0 4 0 0 0 18 0 12 0 20528302 831741952 107428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13456] ppid=13444 vsize=812248 CPUtime=2.55
/proc/13446/task/13456/stat : 13456 (java) S 13444 13446 13382 0 -1 64 6203 0 0 0 252 3 0 0 16 0 12 0 20528302 831741952 107428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13446/tid=13457] ppid=13444 vsize=812248 CPUtime=0
/proc/13446/task/13457/stat : 13457 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20528302 831741952 107428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13458] ppid=13444 vsize=812248 CPUtime=0
/proc/13446/task/13458/stat : 13458 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20528302 831741952 107428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.44
Current children cumulated vsize (KiB) 812248

[startup+1782.3 s]
/proc/loadavg: 2.14 2.11 2.04 3/95 13683
/proc/meminfo: memFree=957360/2055920 swapFree=4192956/4192956
[pid=13446] ppid=13444 vsize=812572 CPUtime=1774.34
/proc/13446/stat : 13446 (java) S 13444 13446 13382 0 -1 0 139023 0 1 0 177330 104 0 0 18 0 13 0 20528293 832073728 132256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13446/statm: 203143 132256 1453 9 0 200470 0
[pid=13446/tid=13448] ppid=13444 vsize=812572 CPUtime=1712.81
/proc/13446/task/13448/stat : 13448 (java) R 13444 13446 13382 0 -1 64 20460 0 1 0 171257 24 0 0 25 0 13 0 20528294 832073728 132256 996147200 134512640 134550932 4294956016 18446744073709551615 4110190174 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13446/tid=13449] ppid=13444 vsize=812572 CPUtime=28.59
/proc/13446/task/13449/stat : 13449 (java) S 13444 13446 13382 0 -1 64 55095 0 0 0 2833 26 0 0 17 0 13 0 20528295 832073728 132256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13446/tid=13450] ppid=13444 vsize=812572 CPUtime=28.61
/proc/13446/task/13450/stat : 13450 (java) S 13444 13446 13382 0 -1 64 56095 0 0 0 2832 29 0 0 17 0 13 0 20528295 832073728 132256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13446/tid=13451] ppid=13444 vsize=812572 CPUtime=0.58
/proc/13446/task/13451/stat : 13451 (java) S 13444 13446 13382 0 -1 64 57 0 0 0 39 19 0 0 17 0 13 0 20528297 832073728 132256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13446/tid=13452] ppid=13444 vsize=812572 CPUtime=0
/proc/13446/task/13452/stat : 13452 (java) S 13444 13446 13382 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20528298 832073728 132256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13453] ppid=13444 vsize=812572 CPUtime=0
/proc/13446/task/13453/stat : 13453 (java) S 13444 13446 13382 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20528298 832073728 132256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13454] ppid=13444 vsize=812572 CPUtime=0
/proc/13446/task/13454/stat : 13454 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 20528302 832073728 132256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13455] ppid=13444 vsize=812572 CPUtime=0.04
/proc/13446/task/13455/stat : 13455 (java) S 13444 13446 13382 0 -1 64 283 0 0 0 4 0 0 0 18 0 13 0 20528302 832073728 132256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13456] ppid=13444 vsize=812572 CPUtime=3.64
/proc/13446/task/13456/stat : 13456 (java) S 13444 13446 13382 0 -1 64 6286 0 0 0 361 3 0 0 17 0 13 0 20528302 832073728 132256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13446/tid=13457] ppid=13444 vsize=812572 CPUtime=0
/proc/13446/task/13457/stat : 13457 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 20528302 832073728 132256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13458] ppid=13444 vsize=812572 CPUtime=0
/proc/13446/task/13458/stat : 13458 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20528302 832073728 132256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13683] ppid=13444 vsize=812572 CPUtime=0
/proc/13446/task/13683/stat : 13683 (java) S 13444 13446 13382 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 20705643 832073728 132256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.34
Current children cumulated vsize (KiB) 812572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.2 s]
/proc/loadavg: 2.09 2.10 2.04 3/95 13683
/proc/meminfo: memFree=956656/2055920 swapFree=4192956/4192956
[pid=13446] ppid=13444 vsize=812572 CPUtime=1800
/proc/13446/stat : 13446 (java) S 13444 13446 13382 0 -1 0 139146 0 1 0 179896 104 0 0 18 0 13 0 20528293 832073728 132378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13446/statm: 203143 132378 1453 9 0 200470 0
[pid=13446/tid=13448] ppid=13444 vsize=812572 CPUtime=1738.39
/proc/13446/task/13448/stat : 13448 (java) R 13444 13446 13382 0 -1 64 20461 0 1 0 173815 24 0 0 25 0 13 0 20528294 832073728 132378 996147200 134512640 134550932 4294956016 18446744073709551615 4110190187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13446/tid=13449] ppid=13444 vsize=812572 CPUtime=28.63
/proc/13446/task/13449/stat : 13449 (java) S 13444 13446 13382 0 -1 64 55215 0 0 0 2836 27 0 0 17 0 13 0 20528295 832073728 132378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13446/tid=13450] ppid=13444 vsize=812572 CPUtime=28.66
/proc/13446/task/13450/stat : 13450 (java) S 13444 13446 13382 0 -1 64 56097 0 0 0 2837 29 0 0 17 0 13 0 20528295 832073728 132378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13446/tid=13451] ppid=13444 vsize=812572 CPUtime=0.58
/proc/13446/task/13451/stat : 13451 (java) S 13444 13446 13382 0 -1 64 57 0 0 0 39 19 0 0 16 0 13 0 20528297 832073728 132378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13446/tid=13452] ppid=13444 vsize=812572 CPUtime=0
/proc/13446/task/13452/stat : 13452 (java) S 13444 13446 13382 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20528298 832073728 132378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13453] ppid=13444 vsize=812572 CPUtime=0
/proc/13446/task/13453/stat : 13453 (java) S 13444 13446 13382 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20528298 832073728 132378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13454] ppid=13444 vsize=812572 CPUtime=0
/proc/13446/task/13454/stat : 13454 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 20528302 832073728 132378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13455] ppid=13444 vsize=812572 CPUtime=0.04
/proc/13446/task/13455/stat : 13455 (java) S 13444 13446 13382 0 -1 64 283 0 0 0 4 0 0 0 18 0 13 0 20528302 832073728 132378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13456] ppid=13444 vsize=812572 CPUtime=3.64
/proc/13446/task/13456/stat : 13456 (java) S 13444 13446 13382 0 -1 64 6286 0 0 0 361 3 0 0 17 0 13 0 20528302 832073728 132378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13446/tid=13457] ppid=13444 vsize=812572 CPUtime=0
/proc/13446/task/13457/stat : 13457 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 20528302 832073728 132378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13458] ppid=13444 vsize=812572 CPUtime=0
/proc/13446/task/13458/stat : 13458 (java) S 13444 13446 13382 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20528302 832073728 132378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13446/tid=13683] ppid=13444 vsize=812572 CPUtime=0
/proc/13446/task/13683/stat : 13683 (java) S 13444 13446 13382 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 20705643 832073728 132378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 812572

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

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

[startup+1808.41 s]
/proc/loadavg: 2.09 2.10 2.04 5/97 13685
/proc/meminfo: memFree=931488/2055920 swapFree=4192956/4192956
[pid=13446] ppid=13444 vsize=0 CPUtime=1800.19
/proc/13446/stat : 13446 (java) Z 13444 13446 13382 0 -1 1036 145572 0 1 0 179912 107 0 0 15 0 2 0 20528293 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13446/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1808.5
CPU time (s): 1800.29
CPU user time (s): 1799.13
CPU system time (s): 1.15982
CPU usage (%): 99.5462
Max. virtual memory (cumulated for all children) (KiB): 813332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.13
system time used= 1.15982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145572
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= 70275
involuntary context switches= 89133

runsolver used 2.22166 second user time and 6.10807 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-11 19:50:18
IDJOB=2064189
IDBENCH=54131
IDSOLVER=731
FILE ID=node32/2064189-1247334618
PBS_JOBID= 9506747
Free space on /tmp= 66356 MiB

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

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

MD5SUM BENCH= 690bc030536081a10afc596885a53720
RANDOM SEED=2050562326

node32.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.236
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.236
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:       1411328 kB
Buffers:         54152 kB
Cached:         382000 kB
SwapCached:          0 kB
Active:         200272 kB
Inactive:       376596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1411328 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            8028 kB
Writeback:           0 kB
Mapped:         158540 kB
Slab:            52528 kB
Committed_AS:   900588 kB
PageTables:       2160 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66348 MiB
End job on node32 at 2009-07-11 20:20:28