Trace number 2064035

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.1SAT 719.119 721.796

General information on the benchmark

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

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.15	c version 2.1.1.v20090622
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 671000808
0.09/0.15	c Max memory 672137216
0.09/0.15	c Total memory 672137216
0.09/0.15	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-2064035-1247333733.xml
0.18/0.23	c reading problem ... 
0.38/0.48	c reading problem named null
0.38/0.48	c reading domains done.
0.38/0.49	c reading variables done.
0.88/0.94	c reading predicates  done.
1.09/1.15	c reading constraints
715.65/718.31	c done with constraints.
715.65/718.31	c ... done. Wall clock time 718.077s.
715.65/718.31	c #vars     16517
715.65/718.31	c #constraints  3306200
715.65/718.31	c constraints type 
715.65/718.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1264327
715.65/718.31	c org.sat4j.minisat.constraints.cnf.UnitClauses => 155
715.65/718.31	c org.sat4j.minisat.constraints.card.AtLeast => 545
715.65/718.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2041018
718.95/721.70	c starts		: 7
718.95/721.70	c conflicts		: 2824
718.95/721.70	c decisions		: 66248
718.95/721.70	c propagations		: 615817
718.95/721.70	c inspects		: 7929083
718.95/721.70	c learnt literals	: 0
718.95/721.70	c learnt binary clauses	: 0
718.95/721.70	c learnt ternary clauses	: 14
718.95/721.70	c learnt clauses	: 2824
718.95/721.70	c ignored clauses	: 0
718.95/721.70	c root simplifications	: 0
718.95/721.70	c removed literals (reason simplification)	: 4307
718.95/721.70	c reason swapping (by a shorter reason)	: 0
718.95/721.70	c Calls to reduceDB	: 0
718.95/721.70	c speed (assignments/second)	: 181925.25849335303
718.95/721.70	c non guided choices	58275
719.04/721.70	c learnt constraints type 
719.04/721.70	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2824
719.04/721.70	c constraints type 
719.04/721.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1264327
719.04/721.70	c org.sat4j.minisat.constraints.cnf.UnitClauses => 155
719.04/721.70	c org.sat4j.minisat.constraints.card.AtLeast => 545
719.04/721.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2041018
719.04/721.70	s SATISFIABLE
719.04/721.71	v 10 33 39 43 20 24 13 27 16 18 5 8 37 37 12 31 3 14 14 25 7 12 33 2 17 40 30 10 10 14 0 22 29 42 15 0 19 26 39 17 35 32 34 16 32 29 44 31 25 41 23 34 1 42 29 39 11 40 37 27 36 8 32 18 15 8 11 10 0 26 27 19 36 38 39 36 41 26 0 38 28 15 35 7 24 44 33 20 15 38 4 15 29 23 22 4 12 39 1 14 32 23 2 37 31 33 22 26 27 34 4 7 33 2 41 18 21 3 22 24 42 25 32 23 39 15 40 25 43 5 12 30 24 36 27 30 35 37 22 9 10 9 31 39 19 13 14 41 37 40 43 42 2 41 0 22 32 41 4 32 23 16 38 17 27 8 9 29 29 28 19 17 8 17 40 1 33 10 13 13 23 23 36 20 5 1 43 39 12 34 29 35 12 25 42 44 14 6 3 41 0 44 8 11 18 21 22 20 16 9 13 9 25 1 41 4 0 38 26 44 10 44 17 6 36 12 20 36 34 40 33 23 6 33 24 21 5 21 43 11 12 34 40 28 6 40 20 15 3 11 30 16 34 42 31 25 19 18 4 22 8 1 43 1 7 11 3 29 3 17 35 2 19 44 3 21 26 16 28 44 6 5 35 0 14 22 41 18 42 16 31 5 38 9 24 43 31 6 27 18 15 18 13 37 5 30 20 30 19 7 21 7 39 11 8 26 2 35 11 3 5 32 28 0 43 0 9 37 35 36 13 32 37 7 14 28 1 4 40 24 28 17 1 19 30 7 3 14 6 26 2 1 2 2 0 6 6 3 9 5 8 7 1 5 9 1 0 2 1 0 6 6 2 8 2 5 9 9 0 6 3 7 8 4 5 5 4 8 0 1 0 8 1 1 5 5 1 2 9 2 7 5 0 0 1 4 9 8 7 5 5 1 0 6 9 5 2 6 1 1 9 0 4 1 8 7 1 0 0 3 5 1 9 9 0 8 9 5 4 7 7 7 9 4 4 5 7 9 4 9 1 8 9 9 0 8 5 5 4 8 0 2 0 0 5 1 7 3 2 1 2 8 7 0 7 2 0 5 6 4 1 4 7 0 1 0 8 6 9 8 1 1 6 6 5 8 5 0 8 2 0 5 1 7 8 8 6 6 4 3 5 4 5 0 7 2 2 6 7 0 6 5 0 9 4 1 7 5 0 9 2 1 9 8 2 7 9 1 2 0 4 2 8 4 1 6 4 0 9 9 7 0 9 0 9 2 0 6 0 5 7 6 2 8 4 9 2 9 7 3 4 9 8 5 2 4 4 1 2 1 5 9 8 6 8 1 0 9 5 1 0 9 9 8 2 7 9 8 7 7 2 6 6 9 8 1 9 8 1 6 4 9 1 6 1 8 6 0 2 4 1 5 7 4 1 0 9 8 9 7 7 3 6 4 0 1 8 4 8 7 9 9 4 0 4 8 4 9 8 0 6 7 4 3 1 8 1 5 1 8 8 7 5 4 6 4 4 4 5 5 5 2 2 6 7 9 9 2 7 8 1 9 0 0 8 1 2 6 6 9 7 6 3 8 7 4 8 7 1 6 
719.04/721.71	c Total wall clock time (in seconds) : 721.462

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2064035-1247333733/watcher-2064035-1247333733 -o /tmp/evaluation-result-2064035-1247333733/solver-2064035-1247333733 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2064035-1247333733.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.85 1.99 1.99 3/76 16020
/proc/meminfo: memFree=943256/2055920 swapFree=4192812/4192956
[pid=16020] ppid=16018 vsize=144 CPUtime=0
/proc/16020/stat : 16020 (java) R 16018 16020 15983 0 -1 0 192 0 0 0 0 0 0 0 18 0 1 0 20064652 147456 15 996147200 134512640 134550932 4294956016 18446744073709551615 6852046 0 0 4096 0 0 0 0 17 0 0 0
/proc/16020/statm: 37 20 14 9 0 3 0

[startup+0.0139461 s]
/proc/loadavg: 1.85 1.99 1.99 3/76 16020
/proc/meminfo: memFree=943256/2055920 swapFree=4192812/4192956
[pid=16020] ppid=16018 vsize=13324 CPUtime=0
/proc/16020/stat : 16020 (java) S 16018 16020 15983 0 -1 0 797 0 0 0 0 0 0 0 18 0 2 0 20064652 13643776 578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16020/statm: 3343 585 267 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13324

[startup+0.101956 s]
/proc/loadavg: 1.85 1.99 1.99 3/76 16020
/proc/meminfo: memFree=943256/2055920 swapFree=4192812/4192956
[pid=16020] ppid=16018 vsize=804560 CPUtime=0.09
/proc/16020/stat : 16020 (java) S 16018 16020 15983 0 -1 0 3040 0 1 0 7 2 0 0 18 0 12 0 20064652 823869440 2783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16020/statm: 201140 2785 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301983 s]
/proc/loadavg: 1.85 1.99 1.99 3/76 16020
/proc/meminfo: memFree=943256/2055920 swapFree=4192812/4192956
[pid=16020] ppid=16018 vsize=805864 CPUtime=0.28
/proc/16020/stat : 16020 (java) S 16018 16020 15983 0 -1 0 4377 0 1 0 25 3 0 0 18 0 12 0 20064652 825204736 4114 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16020/statm: 201466 4114 1359 9 0 198793 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805864

[startup+0.701035 s]
/proc/loadavg: 1.85 1.99 1.99 3/76 16020
/proc/meminfo: memFree=943256/2055920 swapFree=4192812/4192956
[pid=16020] ppid=16018 vsize=807444 CPUtime=0.68
/proc/16020/stat : 16020 (java) S 16018 16020 15983 0 -1 0 5736 0 1 0 64 4 0 0 18 0 12 0 20064652 826822656 5176 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16020/statm: 201861 5176 1386 9 0 199188 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807444

[startup+1.50114 s]
/proc/loadavg: 1.94 2.01 1.99 3/88 16032
/proc/meminfo: memFree=923704/2055920 swapFree=4192812/4192956
[pid=16020] ppid=16018 vsize=810720 CPUtime=1.48
/proc/16020/stat : 16020 (java) S 16018 16020 15983 0 -1 0 10075 0 1 0 141 7 0 0 18 0 12 0 20064652 830177280 7738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16020/statm: 202680 7738 1411 9 0 200007 0
[pid=16020/tid=16022] ppid=16018 vsize=810720 CPUtime=0.77
/proc/16020/task/16022/stat : 16022 (java) R 16018 16020 15983 0 -1 64 5691 0 1 0 72 5 0 0 25 0 12 0 20064653 830177280 7738 996147200 134512640 134550932 4294956016 18446744073709551615 104170966 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16023] ppid=16018 vsize=810720 CPUtime=0
/proc/16020/task/16023/stat : 16023 (java) S 16018 16020 15983 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 20064654 830177280 7738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16024] ppid=16018 vsize=810720 CPUtime=0
/proc/16020/task/16024/stat : 16024 (java) S 16018 16020 15983 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20064654 830177280 7738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16025] ppid=16018 vsize=810720 CPUtime=0
/proc/16020/task/16025/stat : 16025 (java) S 16018 16020 15983 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 20064656 830177280 7739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16026] ppid=16018 vsize=810720 CPUtime=0
/proc/16020/task/16026/stat : 16026 (java) S 16018 16020 15983 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 20064657 830177280 7739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16027] ppid=16018 vsize=810720 CPUtime=0
/proc/16020/task/16027/stat : 16027 (java) S 16018 16020 15983 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 20064657 830177280 7739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16028] ppid=16018 vsize=810720 CPUtime=0
/proc/16020/task/16028/stat : 16028 (java) S 16018 16020 15983 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20064661 830177280 7739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16029] ppid=16018 vsize=810720 CPUtime=0.04
/proc/16020/task/16029/stat : 16029 (java) S 16018 16020 15983 0 -1 64 261 0 0 0 4 0 0 0 18 0 12 0 20064661 830177280 7739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16030] ppid=16018 vsize=810720 CPUtime=0.64
/proc/16020/task/16030/stat : 16030 (java) S 16018 16020 15983 0 -1 64 3381 0 0 0 63 1 0 0 17 0 12 0 20064661 830177280 7739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16031] ppid=16018 vsize=810720 CPUtime=0
/proc/16020/task/16031/stat : 16031 (java) S 16018 16020 15983 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20064661 830177280 7739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16032] ppid=16018 vsize=810720 CPUtime=0
/proc/16020/task/16032/stat : 16032 (java) S 16018 16020 15983 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20064661 830177280 7739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810720

[startup+3.10234 s]
/proc/loadavg: 1.94 2.01 1.99 3/88 16032
/proc/meminfo: memFree=880824/2055920 swapFree=4192812/4192956
[pid=16020] ppid=16018 vsize=810720 CPUtime=3.08
/proc/16020/stat : 16020 (java) S 16018 16020 15983 0 -1 0 23648 0 1 0 293 15 0 0 18 0 12 0 20064652 830177280 21308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16020/statm: 202680 21308 1427 9 0 200007 0
[pid=16020/tid=16022] ppid=16018 vsize=810720 CPUtime=2.22
/proc/16020/task/16022/stat : 16022 (java) R 16018 16020 15983 0 -1 64 17434 0 1 0 210 12 0 0 25 0 12 0 20064653 830177280 21308 996147200 134512640 134550932 4294956016 18446744073709551615 4109631541 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16023] ppid=16018 vsize=810720 CPUtime=0.02
/proc/16020/task/16023/stat : 16023 (java) S 16018 16020 15983 0 -1 64 873 0 0 0 2 0 0 0 16 0 12 0 20064654 830177280 21308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16024] ppid=16018 vsize=810720 CPUtime=0.02
/proc/16020/task/16024/stat : 16024 (java) S 16018 16020 15983 0 -1 64 914 0 0 0 2 0 0 0 16 0 12 0 20064654 830177280 21308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16025] ppid=16018 vsize=810720 CPUtime=0
/proc/16020/task/16025/stat : 16025 (java) S 16018 16020 15983 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 20064656 830177280 21308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16026] ppid=16018 vsize=810720 CPUtime=0
/proc/16020/task/16026/stat : 16026 (java) S 16018 16020 15983 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20064657 830177280 21308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16027] ppid=16018 vsize=810720 CPUtime=0
/proc/16020/task/16027/stat : 16027 (java) S 16018 16020 15983 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20064657 830177280 21308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16028] ppid=16018 vsize=810720 CPUtime=0
/proc/16020/task/16028/stat : 16028 (java) S 16018 16020 15983 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20064661 830177280 21308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16029] ppid=16018 vsize=810720 CPUtime=0.04
/proc/16020/task/16029/stat : 16029 (java) S 16018 16020 15983 0 -1 64 261 0 0 0 4 0 0 0 18 0 12 0 20064661 830177280 21308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16030] ppid=16018 vsize=810720 CPUtime=0.74
/proc/16020/task/16030/stat : 16030 (java) S 16018 16020 15983 0 -1 64 3406 0 0 0 73 1 0 0 16 0 12 0 20064661 830177280 21308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16031] ppid=16018 vsize=810720 CPUtime=0
/proc/16020/task/16031/stat : 16031 (java) S 16018 16020 15983 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20064661 830177280 21308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16032] ppid=16018 vsize=810720 CPUtime=0
/proc/16020/task/16032/stat : 16032 (java) S 16018 16020 15983 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20064661 830177280 21308 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) 810720

[startup+6.30276 s]
/proc/loadavg: 1.94 2.01 1.99 4/88 16032
/proc/meminfo: memFree=862328/2055920 swapFree=4192812/4192956
[pid=16020] ppid=16018 vsize=810116 CPUtime=6.28
/proc/16020/stat : 16020 (java) S 16018 16020 15983 0 -1 0 24879 0 1 0 612 16 0 0 18 0 12 0 20064652 829558784 22393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16020/statm: 202529 22393 1431 9 0 199856 0
[pid=16020/tid=16022] ppid=16018 vsize=810116 CPUtime=5.18
/proc/16020/task/16022/stat : 16022 (java) R 16018 16020 15983 0 -1 64 17443 0 1 0 506 12 0 0 25 0 12 0 20064653 829558784 22393 996147200 134512640 134550932 4294956016 18446744073709551615 4109595121 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16023] ppid=16018 vsize=810116 CPUtime=0.08
/proc/16020/task/16023/stat : 16023 (java) S 16018 16020 15983 0 -1 64 1459 0 0 0 8 0 0 0 16 0 12 0 20064654 829558784 22393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16024] ppid=16018 vsize=810116 CPUtime=0.07
/proc/16020/task/16024/stat : 16024 (java) S 16018 16020 15983 0 -1 64 1464 0 0 0 7 0 0 0 16 0 12 0 20064654 829558784 22393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16025] ppid=16018 vsize=810116 CPUtime=0
/proc/16020/task/16025/stat : 16025 (java) S 16018 16020 15983 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 20064656 829558784 22393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16026] ppid=16018 vsize=810116 CPUtime=0
/proc/16020/task/16026/stat : 16026 (java) S 16018 16020 15983 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20064657 829558784 22393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16027] ppid=16018 vsize=810116 CPUtime=0
/proc/16020/task/16027/stat : 16027 (java) S 16018 16020 15983 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20064657 829558784 22393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16028] ppid=16018 vsize=810116 CPUtime=0
/proc/16020/task/16028/stat : 16028 (java) S 16018 16020 15983 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20064661 829558784 22393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16029] ppid=16018 vsize=810116 CPUtime=0.04
/proc/16020/task/16029/stat : 16029 (java) S 16018 16020 15983 0 -1 64 261 0 0 0 4 0 0 0 18 0 12 0 20064661 829558784 22393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16030] ppid=16018 vsize=810116 CPUtime=0.86
/proc/16020/task/16030/stat : 16030 (java) S 16018 16020 15983 0 -1 64 3464 0 0 0 85 1 0 0 16 0 12 0 20064661 829558784 22393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16031] ppid=16018 vsize=810116 CPUtime=0
/proc/16020/task/16031/stat : 16031 (java) S 16018 16020 15983 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20064661 829558784 22393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16032] ppid=16018 vsize=810116 CPUtime=0
/proc/16020/task/16032/stat : 16032 (java) S 16018 16020 15983 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20064661 829558784 22393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 810116

[startup+12.7026 s]
/proc/loadavg: 1.95 2.01 1.99 3/88 16032
/proc/meminfo: memFree=848760/2055920 swapFree=4192812/4192956
[pid=16020] ppid=16018 vsize=809220 CPUtime=12.67
/proc/16020/stat : 16020 (java) S 16018 16020 15983 0 -1 0 27472 0 1 0 1250 17 0 0 18 0 12 0 20064652 828641280 24755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16020/statm: 202305 24755 1431 9 0 199632 0
[pid=16020/tid=16022] ppid=16018 vsize=809220 CPUtime=11.44
/proc/16020/task/16022/stat : 16022 (java) R 16018 16020 15983 0 -1 64 18769 0 1 0 1132 12 0 0 25 0 12 0 20064653 828641280 24755 996147200 134512640 134550932 4294956016 18446744073709551615 4109595123 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16023] ppid=16018 vsize=809220 CPUtime=0.11
/proc/16020/task/16023/stat : 16023 (java) S 16018 16020 15983 0 -1 64 2023 0 0 0 10 1 0 0 16 0 12 0 20064654 828641280 24755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16024] ppid=16018 vsize=809220 CPUtime=0.1
/proc/16020/task/16024/stat : 16024 (java) S 16018 16020 15983 0 -1 64 2165 0 0 0 10 0 0 0 16 0 12 0 20064654 828641280 24755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16025] ppid=16018 vsize=809220 CPUtime=0
/proc/16020/task/16025/stat : 16025 (java) S 16018 16020 15983 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 20064656 828641280 24755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16026] ppid=16018 vsize=809220 CPUtime=0
/proc/16020/task/16026/stat : 16026 (java) S 16018 16020 15983 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20064657 828641280 24755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16027] ppid=16018 vsize=809220 CPUtime=0
/proc/16020/task/16027/stat : 16027 (java) S 16018 16020 15983 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20064657 828641280 24755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16028] ppid=16018 vsize=809220 CPUtime=0
/proc/16020/task/16028/stat : 16028 (java) S 16018 16020 15983 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20064661 828641280 24755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16029] ppid=16018 vsize=809220 CPUtime=0.04
/proc/16020/task/16029/stat : 16029 (java) S 16018 16020 15983 0 -1 64 261 0 0 0 4 0 0 0 18 0 12 0 20064661 828641280 24755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16030] ppid=16018 vsize=809220 CPUtime=0.93
/proc/16020/task/16030/stat : 16030 (java) S 16018 16020 15983 0 -1 64 3466 0 0 0 92 1 0 0 16 0 12 0 20064661 828641280 24755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16031] ppid=16018 vsize=809220 CPUtime=0
/proc/16020/task/16031/stat : 16031 (java) S 16018 16020 15983 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20064661 828641280 24755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16032] ppid=16018 vsize=809220 CPUtime=0
/proc/16020/task/16032/stat : 16032 (java) S 16018 16020 15983 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20064661 828641280 24755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 809220

[startup+25.5012 s]
/proc/loadavg: 1.96 2.01 1.99 3/88 16032
/proc/meminfo: memFree=846136/2055920 swapFree=4192812/4192956
[pid=16020] ppid=16018 vsize=809220 CPUtime=25.47
/proc/16020/stat : 16020 (java) S 16018 16020 15983 0 -1 0 28063 0 1 0 2529 18 0 0 18 0 12 0 20064652 828641280 25329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16020/statm: 202305 25329 1431 9 0 199632 0
[pid=16020/tid=16022] ppid=16018 vsize=809220 CPUtime=24
/proc/16020/task/16022/stat : 16022 (java) R 16018 16020 15983 0 -1 64 18838 0 1 0 2387 13 0 0 25 0 12 0 20064653 828641280 25329 996147200 134512640 134550932 4294956016 18446744073709551615 4109595154 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16023] ppid=16018 vsize=809220 CPUtime=0.13
/proc/16020/task/16023/stat : 16023 (java) S 16018 16020 15983 0 -1 64 2240 0 0 0 12 1 0 0 16 0 12 0 20064654 828641280 25329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16024] ppid=16018 vsize=809220 CPUtime=0.13
/proc/16020/task/16024/stat : 16024 (java) S 16018 16020 15983 0 -1 64 2458 0 0 0 13 0 0 0 17 0 12 0 20064654 828641280 25329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16025] ppid=16018 vsize=809220 CPUtime=0
/proc/16020/task/16025/stat : 16025 (java) S 16018 16020 15983 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 20064656 828641280 25329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16026] ppid=16018 vsize=809220 CPUtime=0
/proc/16020/task/16026/stat : 16026 (java) S 16018 16020 15983 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20064657 828641280 25329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16027] ppid=16018 vsize=809220 CPUtime=0
/proc/16020/task/16027/stat : 16027 (java) S 16018 16020 15983 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20064657 828641280 25329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16028] ppid=16018 vsize=809220 CPUtime=0
/proc/16020/task/16028/stat : 16028 (java) S 16018 16020 15983 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20064661 828641280 25329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16029] ppid=16018 vsize=809220 CPUtime=0.04

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

/proc/16020/task/16029/stat : 16029 (java) S 16018 16020 15983 0 -1 64 261 0 0 0 4 0 0 0 18 0 12 0 20064661 831922176 54306 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16030] ppid=16018 vsize=812424 CPUtime=2.53
/proc/16020/task/16030/stat : 16030 (java) S 16018 16020 15983 0 -1 64 6179 0 0 0 250 3 0 0 16 0 12 0 20064661 831922176 54306 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16020/tid=16031] ppid=16018 vsize=812424 CPUtime=0
/proc/16020/task/16031/stat : 16031 (java) S 16018 16020 15983 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20064661 831922176 54306 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16032] ppid=16018 vsize=812424 CPUtime=0
/proc/16020/task/16032/stat : 16032 (java) S 16018 16020 15983 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20064661 831922176 54306 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 707.34
Current children cumulated vsize (KiB) 812424

[startup+716.703 s]
/proc/loadavg: 2.18 2.05 2.01 3/88 16032
/proc/meminfo: memFree=707960/2055920 swapFree=4192812/4192956
[pid=16020] ppid=16018 vsize=812424 CPUtime=713.73
/proc/16020/stat : 16020 (java) S 16018 16020 15983 0 -1 0 62837 0 1 0 71323 50 0 0 18 0 12 0 20064652 831922176 57489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16020/statm: 203106 57492 1442 9 0 200433 0
[pid=16020/tid=16022] ppid=16018 vsize=812424 CPUtime=699.07
/proc/16020/task/16022/stat : 16022 (java) R 16018 16020 15983 0 -1 64 19716 0 1 0 69889 18 0 0 25 0 12 0 20064653 831922176 57494 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16023] ppid=16018 vsize=812424 CPUtime=5.83
/proc/16020/task/16023/stat : 16023 (java) R 16018 16020 15983 0 -1 64 17752 0 0 0 573 10 0 0 16 0 12 0 20064654 831922176 57496 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16024] ppid=16018 vsize=812424 CPUtime=5.86
/proc/16020/task/16024/stat : 16024 (java) R 16018 16020 15983 0 -1 64 18136 0 0 0 576 10 0 0 16 0 12 0 20064654 831922176 57497 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16025] ppid=16018 vsize=812424 CPUtime=0.23
/proc/16020/task/16025/stat : 16025 (java) S 16018 16020 15983 0 -1 64 49 0 0 0 16 7 0 0 15 0 12 0 20064656 831922176 57499 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16026] ppid=16018 vsize=812424 CPUtime=0
/proc/16020/task/16026/stat : 16026 (java) S 16018 16020 15983 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20064657 831922176 57501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16027] ppid=16018 vsize=812424 CPUtime=0
/proc/16020/task/16027/stat : 16027 (java) S 16018 16020 15983 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20064657 831922176 57503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16028] ppid=16018 vsize=812424 CPUtime=0
/proc/16020/task/16028/stat : 16028 (java) S 16018 16020 15983 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20064661 831922176 57505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16029] ppid=16018 vsize=812424 CPUtime=0.04
/proc/16020/task/16029/stat : 16029 (java) S 16018 16020 15983 0 -1 64 261 0 0 0 4 0 0 0 18 0 12 0 20064661 831922176 57506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16030] ppid=16018 vsize=812424 CPUtime=2.65
/proc/16020/task/16030/stat : 16030 (java) S 16018 16020 15983 0 -1 64 6190 0 0 0 262 3 0 0 17 0 12 0 20064661 831922176 57507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16031] ppid=16018 vsize=812424 CPUtime=0
/proc/16020/task/16031/stat : 16031 (java) S 16018 16020 15983 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20064661 831922176 57509 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16032] ppid=16018 vsize=812424 CPUtime=0
/proc/16020/task/16032/stat : 16032 (java) S 16018 16020 15983 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20064661 831922176 57510 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 713.73
Current children cumulated vsize (KiB) 812424

[startup+719.901 s]
/proc/loadavg: 2.18 2.05 2.01 4/89 16033
/proc/meminfo: memFree=570544/2055920 swapFree=4192812/4192956
[pid=16020] ppid=16018 vsize=812748 CPUtime=717.24
/proc/16020/stat : 16020 (java) S 16018 16020 15983 0 -1 0 96506 0 1 0 71658 66 0 0 18 0 13 0 20064652 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16020/statm: 203187 88753 1453 9 0 200514 0
[pid=16020/tid=16022] ppid=16018 vsize=812748 CPUtime=700.62
/proc/16020/task/16022/stat : 16022 (java) R 16018 16020 15983 0 -1 64 25878 0 1 0 70041 21 0 0 25 0 13 0 20064653 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4110270408 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16023] ppid=16018 vsize=812748 CPUtime=6.28
/proc/16020/task/16023/stat : 16023 (java) S 16018 16020 15983 0 -1 64 30021 0 0 0 613 15 0 0 16 0 13 0 20064654 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16024] ppid=16018 vsize=812748 CPUtime=6.35
/proc/16020/task/16024/stat : 16024 (java) S 16018 16020 15983 0 -1 64 33285 0 0 0 618 17 0 0 16 0 13 0 20064654 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16025] ppid=16018 vsize=812748 CPUtime=0.23
/proc/16020/task/16025/stat : 16025 (java) S 16018 16020 15983 0 -1 64 50 0 0 0 16 7 0 0 17 0 13 0 20064656 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16026] ppid=16018 vsize=812748 CPUtime=0
/proc/16020/task/16026/stat : 16026 (java) S 16018 16020 15983 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20064657 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16027] ppid=16018 vsize=812748 CPUtime=0
/proc/16020/task/16027/stat : 16027 (java) S 16018 16020 15983 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20064657 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16028] ppid=16018 vsize=812748 CPUtime=0
/proc/16020/task/16028/stat : 16028 (java) S 16018 16020 15983 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 20064661 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16029] ppid=16018 vsize=812748 CPUtime=0.04
/proc/16020/task/16029/stat : 16029 (java) S 16018 16020 15983 0 -1 64 261 0 0 0 4 0 0 0 18 0 13 0 20064661 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16030] ppid=16018 vsize=812748 CPUtime=3.67
/proc/16020/task/16030/stat : 16030 (java) S 16018 16020 15983 0 -1 64 6265 0 0 0 364 3 0 0 16 0 13 0 20064661 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16031] ppid=16018 vsize=812748 CPUtime=0
/proc/16020/task/16031/stat : 16031 (java) S 16018 16020 15983 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 20064661 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16032] ppid=16018 vsize=812748 CPUtime=0
/proc/16020/task/16032/stat : 16032 (java) S 16018 16020 15983 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20064661 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16033] ppid=16018 vsize=812748 CPUtime=0
/proc/16020/task/16033/stat : 16033 (java) S 16018 16020 15983 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 20136495 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 717.24
Current children cumulated vsize (KiB) 812748

[startup+720.702 s]
/proc/loadavg: 2.18 2.05 2.01 3/89 16033
/proc/meminfo: memFree=570480/2055920 swapFree=4192812/4192956
[pid=16020] ppid=16018 vsize=812748 CPUtime=718.04
/proc/16020/stat : 16020 (java) S 16018 16020 15983 0 -1 0 96507 0 1 0 71738 66 0 0 18 0 13 0 20064652 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16020/statm: 203187 88753 1453 9 0 200514 0
[pid=16020/tid=16022] ppid=16018 vsize=812748 CPUtime=701.41
/proc/16020/task/16022/stat : 16022 (java) R 16018 16020 15983 0 -1 64 25879 0 1 0 70120 21 0 0 25 0 13 0 20064653 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4110201619 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16023] ppid=16018 vsize=812748 CPUtime=6.28
/proc/16020/task/16023/stat : 16023 (java) S 16018 16020 15983 0 -1 64 30021 0 0 0 613 15 0 0 16 0 13 0 20064654 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16024] ppid=16018 vsize=812748 CPUtime=6.35
/proc/16020/task/16024/stat : 16024 (java) S 16018 16020 15983 0 -1 64 33285 0 0 0 618 17 0 0 16 0 13 0 20064654 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16025] ppid=16018 vsize=812748 CPUtime=0.23
/proc/16020/task/16025/stat : 16025 (java) S 16018 16020 15983 0 -1 64 50 0 0 0 16 7 0 0 17 0 13 0 20064656 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16026] ppid=16018 vsize=812748 CPUtime=0
/proc/16020/task/16026/stat : 16026 (java) S 16018 16020 15983 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20064657 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16027] ppid=16018 vsize=812748 CPUtime=0
/proc/16020/task/16027/stat : 16027 (java) S 16018 16020 15983 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20064657 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16028] ppid=16018 vsize=812748 CPUtime=0
/proc/16020/task/16028/stat : 16028 (java) S 16018 16020 15983 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 20064661 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16029] ppid=16018 vsize=812748 CPUtime=0.04
/proc/16020/task/16029/stat : 16029 (java) S 16018 16020 15983 0 -1 64 261 0 0 0 4 0 0 0 18 0 13 0 20064661 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16030] ppid=16018 vsize=812748 CPUtime=3.69
/proc/16020/task/16030/stat : 16030 (java) S 16018 16020 15983 0 -1 64 6265 0 0 0 366 3 0 0 16 0 13 0 20064661 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16031] ppid=16018 vsize=812748 CPUtime=0
/proc/16020/task/16031/stat : 16031 (java) S 16018 16020 15983 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 20064661 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16032] ppid=16018 vsize=812748 CPUtime=0
/proc/16020/task/16032/stat : 16032 (java) S 16018 16020 15983 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20064661 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16033] ppid=16018 vsize=812748 CPUtime=0
/proc/16020/task/16033/stat : 16033 (java) S 16018 16020 15983 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 20136495 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 718.04
Current children cumulated vsize (KiB) 812748

[startup+721.502 s]
/proc/loadavg: 2.16 2.05 2.01 3/89 16033
/proc/meminfo: memFree=570480/2055920 swapFree=4192812/4192956
[pid=16020] ppid=16018 vsize=812748 CPUtime=718.85
/proc/16020/stat : 16020 (java) S 16018 16020 15983 0 -1 0 96507 0 1 0 71819 66 0 0 18 0 13 0 20064652 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16020/statm: 203187 88753 1453 9 0 200514 0
[pid=16020/tid=16022] ppid=16018 vsize=812748 CPUtime=702.21
/proc/16020/task/16022/stat : 16022 (java) R 16018 16020 15983 0 -1 64 25879 0 1 0 70200 21 0 0 25 0 13 0 20064653 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4110332176 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16023] ppid=16018 vsize=812748 CPUtime=6.28
/proc/16020/task/16023/stat : 16023 (java) S 16018 16020 15983 0 -1 64 30021 0 0 0 613 15 0 0 16 0 13 0 20064654 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16024] ppid=16018 vsize=812748 CPUtime=6.35
/proc/16020/task/16024/stat : 16024 (java) S 16018 16020 15983 0 -1 64 33285 0 0 0 618 17 0 0 16 0 13 0 20064654 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16025] ppid=16018 vsize=812748 CPUtime=0.23
/proc/16020/task/16025/stat : 16025 (java) S 16018 16020 15983 0 -1 64 50 0 0 0 16 7 0 0 17 0 13 0 20064656 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16026] ppid=16018 vsize=812748 CPUtime=0
/proc/16020/task/16026/stat : 16026 (java) S 16018 16020 15983 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20064657 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16027] ppid=16018 vsize=812748 CPUtime=0
/proc/16020/task/16027/stat : 16027 (java) S 16018 16020 15983 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20064657 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16028] ppid=16018 vsize=812748 CPUtime=0
/proc/16020/task/16028/stat : 16028 (java) S 16018 16020 15983 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 20064661 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16029] ppid=16018 vsize=812748 CPUtime=0.04
/proc/16020/task/16029/stat : 16029 (java) S 16018 16020 15983 0 -1 64 261 0 0 0 4 0 0 0 18 0 13 0 20064661 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16030] ppid=16018 vsize=812748 CPUtime=3.69
/proc/16020/task/16030/stat : 16030 (java) S 16018 16020 15983 0 -1 64 6265 0 0 0 366 3 0 0 15 0 13 0 20064661 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16031] ppid=16018 vsize=812748 CPUtime=0
/proc/16020/task/16031/stat : 16031 (java) S 16018 16020 15983 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 20064661 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16032] ppid=16018 vsize=812748 CPUtime=0
/proc/16020/task/16032/stat : 16032 (java) S 16018 16020 15983 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20064661 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16033] ppid=16018 vsize=812748 CPUtime=0
/proc/16020/task/16033/stat : 16033 (java) S 16018 16020 15983 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 20136495 832253952 88753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 718.85
Current children cumulated vsize (KiB) 812748

[startup+721.702 s]
/proc/loadavg: 2.16 2.05 2.01 3/89 16033
/proc/meminfo: memFree=570480/2055920 swapFree=4192812/4192956
[pid=16020] ppid=16018 vsize=812748 CPUtime=719.04
/proc/16020/stat : 16020 (java) S 16018 16020 15983 0 -1 0 96512 0 1 0 71838 66 0 0 18 0 13 0 20064652 832253952 88757 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16020/statm: 203187 88758 1454 9 0 200514 0
[pid=16020/tid=16022] ppid=16018 vsize=812748 CPUtime=702.37
/proc/16020/task/16022/stat : 16022 (java) S 16018 16020 15983 0 -1 64 25881 0 1 0 70216 21 0 0 25 0 13 0 20064653 832253952 88758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16023] ppid=16018 vsize=812748 CPUtime=6.28
/proc/16020/task/16023/stat : 16023 (java) S 16018 16020 15983 0 -1 64 30021 0 0 0 613 15 0 0 16 0 13 0 20064654 832253952 88758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16024] ppid=16018 vsize=812748 CPUtime=6.35
/proc/16020/task/16024/stat : 16024 (java) S 16018 16020 15983 0 -1 64 33285 0 0 0 618 17 0 0 16 0 13 0 20064654 832253952 88758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16025] ppid=16018 vsize=812748 CPUtime=0.23
/proc/16020/task/16025/stat : 16025 (java) S 16018 16020 15983 0 -1 64 50 0 0 0 16 7 0 0 16 0 13 0 20064656 832253952 88758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16026] ppid=16018 vsize=812748 CPUtime=0
/proc/16020/task/16026/stat : 16026 (java) S 16018 16020 15983 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20064657 832253952 88758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16027] ppid=16018 vsize=812748 CPUtime=0
/proc/16020/task/16027/stat : 16027 (java) S 16018 16020 15983 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20064657 832253952 88758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16028] ppid=16018 vsize=812748 CPUtime=0
/proc/16020/task/16028/stat : 16028 (java) S 16018 16020 15983 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 20064661 832253952 88758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16029] ppid=16018 vsize=812748 CPUtime=0.04
/proc/16020/task/16029/stat : 16029 (java) S 16018 16020 15983 0 -1 64 261 0 0 0 4 0 0 0 18 0 13 0 20064661 832253952 88758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16030] ppid=16018 vsize=812748 CPUtime=3.71
/proc/16020/task/16030/stat : 16030 (java) S 16018 16020 15983 0 -1 64 6266 0 0 0 368 3 0 0 16 0 13 0 20064661 832253952 88758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16031] ppid=16018 vsize=812748 CPUtime=0
/proc/16020/task/16031/stat : 16031 (java) S 16018 16020 15983 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 20064661 832253952 88758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16020/tid=16032] ppid=16018 vsize=812748 CPUtime=0
/proc/16020/task/16032/stat : 16032 (java) S 16018 16020 15983 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20064661 832253952 88758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 719.04
Current children cumulated vsize (KiB) 812748

Child status: 0
Real time (s): 721.796
CPU time (s): 719.119
CPU user time (s): 718.399
CPU system time (s): 0.71989
CPU usage (%): 99.6291
Max. virtual memory (cumulated for all children) (KiB): 813248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 718.399
system time used= 0.71989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96519
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= 28861
involuntary context switches= 28878

runsolver used 0.908861 second user time and 2.45963 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-11 19:35:34
IDJOB=2064035
IDBENCH=54117
IDSOLVER=731
FILE ID=node40/2064035-1247333733
PBS_JOBID= 9506717
Free space on /tmp= 66152 MiB

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

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

MD5SUM BENCH= fa28d59847bbf3c05de00d920280fcee
RANDOM SEED=165015290

node40.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.213
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.213
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:        943800 kB
Buffers:         49480 kB
Cached:         786240 kB
SwapCached:          0 kB
Active:         375492 kB
Inactive:       665540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        943800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4472 kB
Writeback:           0 kB
Mapped:         216904 kB
Slab:            55812 kB
Committed_AS:   346616 kB
PageTables:       2324 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= 66152 MiB
End job on node40 at 2009-07-11 19:47:36