Trace number 2082405

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? 92.047 91.6634

General information on the benchmark

Namecsp/rand-8-20-5/
normalized-rand-8-20-5-18-800-1_ext.xml
MD5SUM777fc5a1408e3970fe4cdc5b66e8ea16
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.2066
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.14	c version 2.1.1.v20090622
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 671000808
0.08/0.14	c Max memory 672137216
0.08/0.14	c Total memory 672137216
0.08/0.14	c Number of processors 2
0.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-2082405-1247375073.xml
0.19/0.23	c reading problem ... 
0.38/0.46	c reading problem named null
0.38/0.46	c reading domains done.
0.38/0.46	c reading variables done.
0.38/0.48	c reading relations done.
12.69/12.90	c reading constraints
32.86/32.27	c done with constraints.
32.86/32.28	c ... done. Wall clock time 32.049s.
32.86/32.28	c #vars     100
32.86/32.28	c #constraints  5625047
32.86/32.28	c constraints type 
32.86/32.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5625027
32.86/32.28	c org.sat4j.minisat.constraints.card.AtLeast => 20
57.79/57.26	c cleaning 247 clauses out of 500
91.92/91.51	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
91.92/91.51		at org.sat4j.core.Vec.ensure(Unknown Source)
91.92/91.51		at org.sat4j.core.Vec.push(Unknown Source)
91.92/91.51		at org.sat4j.minisat.constraints.cnf.Lits.watch(Unknown Source)
91.92/91.51		at org.sat4j.minisat.constraints.cnf.WLClause.propagate(Unknown Source)
91.92/91.51		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
91.92/91.51		at org.sat4j.minisat.core.Solver.search(Unknown Source)
91.92/91.51		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
91.92/91.51		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
91.92/91.51		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
91.92/91.51		at org.sat4j.AbstractLauncher.solve(Unknown Source)
91.92/91.51		at org.sat4j.AbstractLauncher.run(Unknown Source)
91.92/91.51		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
91.92/91.51	c starts		: 5
91.92/91.51	c conflicts		: 973
91.92/91.51	c decisions		: 1527
91.92/91.51	c propagations		: 9384
91.92/91.51	c inspects		: 82196041
91.92/91.51	c learnt literals	: 0
91.92/91.51	c learnt binary clauses	: 0
91.92/91.51	c learnt ternary clauses	: 0
91.92/91.51	c learnt clauses	: 973
91.92/91.51	c ignored clauses	: 0
91.92/91.51	c root simplifications	: 0
91.92/91.51	c removed literals (reason simplification)	: 252
91.92/91.51	c reason swapping (by a shorter reason)	: 0
91.92/91.51	c Calls to reduceDB	: 1
91.92/91.51	c speed (assignments/second)	: 158.42787682333875
91.92/91.51	c non guided choices	71
91.92/91.51	c learnt constraints type 
91.92/91.51	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 726
91.92/91.51	c constraints type 
91.92/91.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5625027
91.92/91.51	c org.sat4j.minisat.constraints.card.AtLeast => 20
91.92/91.51	s UNKNOWN
91.92/91.51	c Total wall clock time (in seconds) : 91.282

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-2082405-1247375073/watcher-2082405-1247375073 -o /tmp/evaluation-result-2082405-1247375073/solver-2082405-1247375073 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082405-1247375073.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.92 2.04 2.03 2/74 24213
/proc/meminfo: memFree=1445200/2055920 swapFree=4192956/4192956
[pid=24213] ppid=24211 vsize=272 CPUtime=0
/proc/24213/stat : 24213 (java) D 24211 24213 19878 0 -1 0 216 0 0 0 0 0 0 0 18 0 1 0 24573059 278528 37 996147200 134512640 134550932 4294956016 18446744073709551615 4735780 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/24213/statm: 404 144 107 9 0 46 0

[startup+0.043266 s]
/proc/loadavg: 1.92 2.04 2.03 2/74 24213
/proc/meminfo: memFree=1445200/2055920 swapFree=4192956/4192956
[pid=24213] ppid=24211 vsize=801708 CPUtime=0.02
/proc/24213/stat : 24213 (java) S 24211 24213 19878 0 -1 0 2531 0 1 0 1 1 0 0 18 0 6 0 24573059 820948992 2278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/24213/statm: 200427 2278 985 9 0 197778 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801708

[startup+0.101668 s]
/proc/loadavg: 1.92 2.04 2.03 2/74 24213
/proc/meminfo: memFree=1445200/2055920 swapFree=4192956/4192956
[pid=24213] ppid=24211 vsize=804560 CPUtime=0.08
/proc/24213/stat : 24213 (java) S 24211 24213 19878 0 -1 0 3066 0 1 0 6 2 0 0 18 0 12 0 24573059 823869440 2809 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24213/statm: 201140 2809 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301687 s]
/proc/loadavg: 1.92 2.04 2.03 2/74 24213
/proc/meminfo: memFree=1445200/2055920 swapFree=4192956/4192956
[pid=24213] ppid=24211 vsize=805872 CPUtime=0.28
/proc/24213/stat : 24213 (java) S 24211 24213 19878 0 -1 0 4365 0 1 0 25 3 0 0 18 0 12 0 24573059 825212928 4102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24213/statm: 201468 4102 1365 9 0 198795 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805872

[startup+0.701728 s]
/proc/loadavg: 1.92 2.04 2.03 2/74 24213
/proc/meminfo: memFree=1445200/2055920 swapFree=4192956/4192956
[pid=24213] ppid=24211 vsize=807184 CPUtime=0.68
/proc/24213/stat : 24213 (java) S 24211 24213 19878 0 -1 0 10145 0 1 0 62 6 0 0 18 0 12 0 24573059 826556416 9596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24213/statm: 201796 9596 1387 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50281 s]
/proc/loadavg: 1.92 2.04 2.03 3/86 24225
/proc/meminfo: memFree=1406064/2055920 swapFree=4192956/4192956
[pid=24213] ppid=24211 vsize=807356 CPUtime=1.47
/proc/24213/stat : 24213 (java) S 24211 24213 19878 0 -1 0 13952 0 1 0 139 8 0 0 18 0 12 0 24573059 826732544 12878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24213/statm: 201839 12878 1407 9 0 199166 0
[pid=24213/tid=24214] ppid=24211 vsize=807356 CPUtime=0.84
/proc/24213/task/24214/stat : 24214 (java) R 24211 24213 19878 0 -1 64 11393 0 1 0 78 6 0 0 24 0 12 0 24573060 826732544 12878 996147200 134512640 134550932 4294956016 18446744073709551615 4109124785 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24216] ppid=24211 vsize=807356 CPUtime=0
/proc/24213/task/24216/stat : 24216 (java) S 24211 24213 19878 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 24573061 826732544 12878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24217] ppid=24211 vsize=807356 CPUtime=0
/proc/24213/task/24217/stat : 24217 (java) S 24211 24213 19878 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24573061 826732544 12878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24218] ppid=24211 vsize=807356 CPUtime=0
/proc/24213/task/24218/stat : 24218 (java) S 24211 24213 19878 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24573063 826732544 12878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24219] ppid=24211 vsize=807356 CPUtime=0
/proc/24213/task/24219/stat : 24219 (java) S 24211 24213 19878 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 24573063 826732544 12878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24220] ppid=24211 vsize=807356 CPUtime=0
/proc/24213/task/24220/stat : 24220 (java) S 24211 24213 19878 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24573063 826732544 12878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24221] ppid=24211 vsize=807356 CPUtime=0
/proc/24213/task/24221/stat : 24221 (java) S 24211 24213 19878 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24573068 826732544 12878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24222] ppid=24211 vsize=807356 CPUtime=0
/proc/24213/task/24222/stat : 24222 (java) S 24211 24213 19878 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24573068 826732544 12878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24223] ppid=24211 vsize=807356 CPUtime=0.6
/proc/24213/task/24223/stat : 24223 (java) S 24211 24213 19878 0 -1 64 1802 0 0 0 60 0 0 0 16 0 12 0 24573068 826732544 12878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24224] ppid=24211 vsize=807356 CPUtime=0
/proc/24213/task/24224/stat : 24224 (java) S 24211 24213 19878 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24573068 826732544 12878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24225] ppid=24211 vsize=807356 CPUtime=0
/proc/24213/task/24225/stat : 24225 (java) S 24211 24213 19878 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24573068 826732544 12878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807356

[startup+3.10298 s]
/proc/loadavg: 2.09 2.07 2.04 3/86 24225
/proc/meminfo: memFree=1348720/2055920 swapFree=4192956/4192956
[pid=24213] ppid=24211 vsize=807356 CPUtime=3.05
/proc/24213/stat : 24213 (java) S 24211 24213 19878 0 -1 0 31580 0 1 0 291 14 0 0 18 0 12 0 24573059 826732544 30492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24213/statm: 201839 30492 1417 9 0 199166 0
[pid=24213/tid=24214] ppid=24211 vsize=807356 CPUtime=2.03
/proc/24213/task/24214/stat : 24214 (java) R 24211 24213 19878 0 -1 64 16903 0 1 0 195 8 0 0 25 0 12 0 24573060 826732544 30492 996147200 134512640 134550932 4294956016 18446744073709551615 4109556344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24216] ppid=24211 vsize=807356 CPUtime=0.09
/proc/24213/task/24216/stat : 24216 (java) S 24211 24213 19878 0 -1 64 5557 0 0 0 8 1 0 0 16 0 12 0 24573061 826732544 30492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24217] ppid=24211 vsize=807356 CPUtime=0.09
/proc/24213/task/24217/stat : 24217 (java) S 24211 24213 19878 0 -1 64 6526 0 0 0 7 2 0 0 16 0 12 0 24573061 826732544 30492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24218] ppid=24211 vsize=807356 CPUtime=0
/proc/24213/task/24218/stat : 24218 (java) S 24211 24213 19878 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24573063 826732544 30492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24219] ppid=24211 vsize=807356 CPUtime=0
/proc/24213/task/24219/stat : 24219 (java) S 24211 24213 19878 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24573063 826732544 30492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24220] ppid=24211 vsize=807356 CPUtime=0
/proc/24213/task/24220/stat : 24220 (java) S 24211 24213 19878 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24573063 826732544 30492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24221] ppid=24211 vsize=807356 CPUtime=0
/proc/24213/task/24221/stat : 24221 (java) S 24211 24213 19878 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24573068 826732544 30492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24222] ppid=24211 vsize=807356 CPUtime=0
/proc/24213/task/24222/stat : 24222 (java) S 24211 24213 19878 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24573068 826732544 30492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24223] ppid=24211 vsize=807356 CPUtime=0.79
/proc/24213/task/24223/stat : 24223 (java) S 24211 24213 19878 0 -1 64 1830 0 0 0 79 0 0 0 16 0 12 0 24573068 826732544 30492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24224] ppid=24211 vsize=807356 CPUtime=0
/proc/24213/task/24224/stat : 24224 (java) S 24211 24213 19878 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24573068 826732544 30492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24225] ppid=24211 vsize=807356 CPUtime=0
/proc/24213/task/24225/stat : 24225 (java) S 24211 24213 19878 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24573068 826732544 30492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 807356

[startup+6.30131 s]
/proc/loadavg: 2.09 2.07 2.04 3/86 24225
/proc/meminfo: memFree=1278000/2055920 swapFree=4192956/4192956
[pid=24213] ppid=24211 vsize=807844 CPUtime=6.24
/proc/24213/stat : 24213 (java) S 24211 24213 19878 0 -1 0 48086 0 1 0 601 23 0 0 18 0 12 0 24573059 827232256 46863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24213/statm: 201961 46863 1420 9 0 199288 0
[pid=24213/tid=24214] ppid=24211 vsize=807844 CPUtime=4.65
/proc/24213/task/24214/stat : 24214 (java) R 24211 24213 19878 0 -1 64 16924 0 1 0 456 9 0 0 25 0 12 0 24573060 827232256 46863 996147200 134512640 134550932 4294956016 18446744073709551615 4109572513 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24216] ppid=24211 vsize=807844 CPUtime=0.37
/proc/24213/task/24216/stat : 24216 (java) S 24211 24213 19878 0 -1 64 13418 0 0 0 32 5 0 0 16 0 12 0 24573061 827232256 46863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24217] ppid=24211 vsize=807844 CPUtime=0.37
/proc/24213/task/24217/stat : 24217 (java) S 24211 24213 19878 0 -1 64 15150 0 0 0 32 5 0 0 16 0 12 0 24573061 827232256 46863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24218] ppid=24211 vsize=807844 CPUtime=0
/proc/24213/task/24218/stat : 24218 (java) S 24211 24213 19878 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24573063 827232256 46863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24219] ppid=24211 vsize=807844 CPUtime=0
/proc/24213/task/24219/stat : 24219 (java) S 24211 24213 19878 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24573063 827232256 46863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24220] ppid=24211 vsize=807844 CPUtime=0
/proc/24213/task/24220/stat : 24220 (java) S 24211 24213 19878 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24573063 827232256 46863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24221] ppid=24211 vsize=807844 CPUtime=0
/proc/24213/task/24221/stat : 24221 (java) S 24211 24213 19878 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24573068 827232256 46863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24222] ppid=24211 vsize=807844 CPUtime=0
/proc/24213/task/24222/stat : 24222 (java) S 24211 24213 19878 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24573068 827232256 46863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24223] ppid=24211 vsize=807844 CPUtime=0.79
/proc/24213/task/24223/stat : 24223 (java) S 24211 24213 19878 0 -1 64 1830 0 0 0 79 0 0 0 16 0 12 0 24573068 827232256 46863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24224] ppid=24211 vsize=807844 CPUtime=0
/proc/24213/task/24224/stat : 24224 (java) S 24211 24213 19878 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24573068 827232256 46863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24225] ppid=24211 vsize=807844 CPUtime=0
/proc/24213/task/24225/stat : 24225 (java) S 24211 24213 19878 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24573068 827232256 46863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 807844

[startup+12.703 s]
/proc/loadavg: 2.29 2.12 2.06 5/86 24225
/proc/meminfo: memFree=1132928/2055920 swapFree=4192956/4192956
[pid=24213] ppid=24211 vsize=807680 CPUtime=12.59
/proc/24213/stat : 24213 (java) S 24211 24213 19878 0 -1 0 84317 0 1 0 1220 39 0 0 18 0 12 0 24573059 827064320 83026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24213/statm: 201920 83026 1420 9 0 199247 0
[pid=24213/tid=24214] ppid=24211 vsize=807680 CPUtime=9.81
/proc/24213/task/24214/stat : 24214 (java) R 24211 24213 19878 0 -1 64 16952 0 1 0 970 11 0 0 25 0 12 0 24573060 827064320 83026 996147200 134512640 134550932 4294956016 18446744073709551615 4109552272 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24216] ppid=24211 vsize=807680 CPUtime=0.95
/proc/24213/task/24216/stat : 24216 (java) S 24211 24213 19878 0 -1 64 31495 0 0 0 83 12 0 0 16 0 12 0 24573061 827064320 83026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24217] ppid=24211 vsize=807680 CPUtime=0.97
/proc/24213/task/24217/stat : 24217 (java) S 24211 24213 19878 0 -1 64 33276 0 0 0 85 12 0 0 16 0 12 0 24573061 827064320 83026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24218] ppid=24211 vsize=807680 CPUtime=0
/proc/24213/task/24218/stat : 24218 (java) S 24211 24213 19878 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 24573063 827064320 83026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24219] ppid=24211 vsize=807680 CPUtime=0
/proc/24213/task/24219/stat : 24219 (java) S 24211 24213 19878 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24573063 827064320 83026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24220] ppid=24211 vsize=807680 CPUtime=0
/proc/24213/task/24220/stat : 24220 (java) S 24211 24213 19878 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24573063 827064320 83026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24221] ppid=24211 vsize=807680 CPUtime=0
/proc/24213/task/24221/stat : 24221 (java) S 24211 24213 19878 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24573068 827064320 83026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24222] ppid=24211 vsize=807680 CPUtime=0
/proc/24213/task/24222/stat : 24222 (java) S 24211 24213 19878 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24573068 827064320 83026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24223] ppid=24211 vsize=807680 CPUtime=0.79
/proc/24213/task/24223/stat : 24223 (java) S 24211 24213 19878 0 -1 64 1830 0 0 0 79 0 0 0 17 0 12 0 24573068 827064320 83026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24224] ppid=24211 vsize=807680 CPUtime=0
/proc/24213/task/24224/stat : 24224 (java) S 24211 24213 19878 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24573068 827064320 83026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24225] ppid=24211 vsize=807680 CPUtime=0
/proc/24213/task/24225/stat : 24225 (java) S 24211 24213 19878 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24573068 827064320 83026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 807680

[startup+25.5033 s]
/proc/loadavg: 2.39 2.14 2.07 5/86 24225
/proc/meminfo: memFree=785216/2055920 swapFree=4192956/4192956
[pid=24213] ppid=24211 vsize=811708 CPUtime=26.18
/proc/24213/stat : 24213 (java) S 24211 24213 19878 0 -1 0 170599 0 1 0 2548 70 0 0 18 0 12 0 24573059 831188992 165981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24213/statm: 202927 165981 1425 9 0 200254 0
[pid=24213/tid=24214] ppid=24211 vsize=811708 CPUtime=15.03
/proc/24213/task/24214/stat : 24214 (java) R 24211 24213 19878 0 -1 64 23131 0 1 0 1489 14 0 0 18 0 12 0 24573060 831188992 165981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24216] ppid=24211 vsize=811708 CPUtime=4
/proc/24213/task/24216/stat : 24216 (java) R 24211 24213 19878 0 -1 64 67055 0 0 0 374 26 0 0 16 0 12 0 24573061 831188992 165981 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24217] ppid=24211 vsize=811708 CPUtime=4.4
/proc/24213/task/24217/stat : 24217 (java) R 24211 24213 19878 0 -1 64 75787 0 0 0 414 26 0 0 16 0 12 0 24573061 831188992 165981 996147200 134512640 134550932 4294956016 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24218] ppid=24211 vsize=811708 CPUtime=1.64
/proc/24213/task/24218/stat : 24218 (java) S 24211 24213 19878 0 -1 64 558 0 0 0 164 0 0 0 15 0 12 0 24573063 831188992 165981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24219] ppid=24211 vsize=811708 CPUtime=0
/proc/24213/task/24219/stat : 24219 (java) S 24211 24213 19878 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24573063 831188992 165981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24220] ppid=24211 vsize=811708 CPUtime=0
/proc/24213/task/24220/stat : 24220 (java) S 24211 24213 19878 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24573063 831188992 165981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24221] ppid=24211 vsize=811708 CPUtime=0
/proc/24213/task/24221/stat : 24221 (java) S 24211 24213 19878 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24573068 831188992 165981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24222] ppid=24211 vsize=811708 CPUtime=0

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

[pid=24213] ppid=24211 vsize=813868 CPUtime=86.74
/proc/24213/stat : 24213 (java) S 24211 24213 19878 0 -1 0 207703 0 1 0 8588 86 0 0 18 0 13 0 24573059 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24213/statm: 203467 172351 1443 9 0 200794 0
[pid=24213/tid=24214] ppid=24211 vsize=813868 CPUtime=22.77
/proc/24213/task/24214/stat : 24214 (java) S 24211 24213 19878 0 -1 64 23550 0 1 0 2263 14 0 0 17 0 13 0 24573060 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24216] ppid=24211 vsize=813868 CPUtime=4.71
/proc/24213/task/24216/stat : 24216 (java) S 24211 24213 19878 0 -1 64 67055 0 0 0 445 26 0 0 17 0 13 0 24573061 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24217] ppid=24211 vsize=813868 CPUtime=4.97
/proc/24213/task/24217/stat : 24217 (java) S 24211 24213 19878 0 -1 64 75787 0 0 0 471 26 0 0 16 0 13 0 24573061 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24218] ppid=24211 vsize=813868 CPUtime=52.67
/proc/24213/task/24218/stat : 24218 (java) R 24211 24213 19878 0 -1 64 36937 0 0 0 5251 16 0 0 25 0 13 0 24573063 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24219] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24219/stat : 24219 (java) S 24211 24213 19878 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24573063 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24220] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24220/stat : 24220 (java) S 24211 24213 19878 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24573063 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24221] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24221/stat : 24221 (java) S 24211 24213 19878 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 24573068 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24222] ppid=24211 vsize=813868 CPUtime=0.13
/proc/24213/task/24222/stat : 24222 (java) S 24211 24213 19878 0 -1 64 232 0 0 0 13 0 0 0 17 0 13 0 24573068 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24223] ppid=24211 vsize=813868 CPUtime=1.45
/proc/24213/task/24223/stat : 24223 (java) S 24211 24213 19878 0 -1 64 3395 0 0 0 144 1 0 0 16 0 13 0 24573068 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24224] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24224/stat : 24224 (java) S 24211 24213 19878 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24573068 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24225] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24225/stat : 24225 (java) S 24211 24213 19878 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 24573068 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24213/tid=24226] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24226/stat : 24226 (java) S 24211 24213 19878 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 24576287 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 86.74
Current children cumulated vsize (KiB) 813868

[startup+89.502 s]
/proc/loadavg: 2.46 2.21 2.09 3/87 24226
/proc/meminfo: memFree=759352/2055920 swapFree=4192956/4192956
[pid=24213] ppid=24211 vsize=812868 CPUtime=89.93
/proc/24213/stat : 24213 (java) S 24211 24213 19878 0 -1 0 208707 0 1 0 8906 87 0 0 18 0 13 0 24573059 832376832 172101 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24213/statm: 203217 172101 1443 9 0 200544 0
[pid=24213/tid=24214] ppid=24211 vsize=812868 CPUtime=22.85
/proc/24213/task/24214/stat : 24214 (java) S 24211 24213 19878 0 -1 64 23551 0 1 0 2271 14 0 0 17 0 13 0 24573060 832376832 172101 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24216] ppid=24211 vsize=812868 CPUtime=4.71
/proc/24213/task/24216/stat : 24216 (java) S 24211 24213 19878 0 -1 64 67055 0 0 0 445 26 0 0 17 0 13 0 24573061 832376832 172101 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24217] ppid=24211 vsize=812868 CPUtime=4.97
/proc/24213/task/24217/stat : 24217 (java) S 24211 24213 19878 0 -1 64 75787 0 0 0 471 26 0 0 16 0 13 0 24573061 832376832 172101 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24218] ppid=24211 vsize=812868 CPUtime=55.76
/proc/24213/task/24218/stat : 24218 (java) R 24211 24213 19878 0 -1 64 37940 0 0 0 5560 16 0 0 25 0 13 0 24573063 832376832 172101 996147200 134512640 134550932 4294956016 18446744073709551615 104177858 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24219] ppid=24211 vsize=812868 CPUtime=0
/proc/24213/task/24219/stat : 24219 (java) S 24211 24213 19878 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24573063 832376832 172101 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24220] ppid=24211 vsize=812868 CPUtime=0
/proc/24213/task/24220/stat : 24220 (java) S 24211 24213 19878 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24573063 832376832 172101 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24221] ppid=24211 vsize=812868 CPUtime=0
/proc/24213/task/24221/stat : 24221 (java) S 24211 24213 19878 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 24573068 832376832 172101 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24222] ppid=24211 vsize=812868 CPUtime=0.13
/proc/24213/task/24222/stat : 24222 (java) S 24211 24213 19878 0 -1 64 232 0 0 0 13 0 0 0 17 0 13 0 24573068 832376832 172101 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24223] ppid=24211 vsize=812868 CPUtime=1.45
/proc/24213/task/24223/stat : 24223 (java) S 24211 24213 19878 0 -1 64 3395 0 0 0 144 1 0 0 16 0 13 0 24573068 832376832 172101 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24224] ppid=24211 vsize=812868 CPUtime=0
/proc/24213/task/24224/stat : 24224 (java) S 24211 24213 19878 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24573068 832376832 172101 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24225] ppid=24211 vsize=812868 CPUtime=0
/proc/24213/task/24225/stat : 24225 (java) S 24211 24213 19878 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 24573068 832376832 172101 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24213/tid=24226] ppid=24211 vsize=812868 CPUtime=0
/proc/24213/task/24226/stat : 24226 (java) S 24211 24213 19878 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 24576287 832376832 172101 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 89.93
Current children cumulated vsize (KiB) 812868

[startup+90.3011 s]
/proc/loadavg: 2.46 2.21 2.09 3/87 24226
/proc/meminfo: memFree=759288/2055920 swapFree=4192956/4192956
[pid=24213] ppid=24211 vsize=813868 CPUtime=90.73
/proc/24213/stat : 24213 (java) S 24211 24213 19878 0 -1 0 209208 0 1 0 8986 87 0 0 18 0 13 0 24573059 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24213/statm: 203467 172351 1443 9 0 200794 0
[pid=24213/tid=24214] ppid=24211 vsize=813868 CPUtime=22.85
/proc/24213/task/24214/stat : 24214 (java) S 24211 24213 19878 0 -1 64 23551 0 1 0 2271 14 0 0 17 0 13 0 24573060 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24216] ppid=24211 vsize=813868 CPUtime=4.71
/proc/24213/task/24216/stat : 24216 (java) S 24211 24213 19878 0 -1 64 67055 0 0 0 445 26 0 0 17 0 13 0 24573061 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24217] ppid=24211 vsize=813868 CPUtime=4.97
/proc/24213/task/24217/stat : 24217 (java) S 24211 24213 19878 0 -1 64 75787 0 0 0 471 26 0 0 16 0 13 0 24573061 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24218] ppid=24211 vsize=813868 CPUtime=56.55
/proc/24213/task/24218/stat : 24218 (java) R 24211 24213 19878 0 -1 64 38441 0 0 0 5639 16 0 0 25 0 13 0 24573063 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24219] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24219/stat : 24219 (java) S 24211 24213 19878 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24573063 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24220] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24220/stat : 24220 (java) S 24211 24213 19878 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24573063 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24221] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24221/stat : 24221 (java) S 24211 24213 19878 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 24573068 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24222] ppid=24211 vsize=813868 CPUtime=0.13
/proc/24213/task/24222/stat : 24222 (java) S 24211 24213 19878 0 -1 64 232 0 0 0 13 0 0 0 17 0 13 0 24573068 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24223] ppid=24211 vsize=813868 CPUtime=1.45
/proc/24213/task/24223/stat : 24223 (java) S 24211 24213 19878 0 -1 64 3395 0 0 0 144 1 0 0 16 0 13 0 24573068 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24224] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24224/stat : 24224 (java) S 24211 24213 19878 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24573068 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24225] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24225/stat : 24225 (java) S 24211 24213 19878 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 24573068 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24213/tid=24226] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24226/stat : 24226 (java) S 24211 24213 19878 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 24576287 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 90.73
Current children cumulated vsize (KiB) 813868

[startup+91.1012 s]
/proc/loadavg: 2.46 2.21 2.09 3/87 24226
/proc/meminfo: memFree=759288/2055920 swapFree=4192956/4192956
[pid=24213] ppid=24211 vsize=813868 CPUtime=91.53
/proc/24213/stat : 24213 (java) S 24211 24213 19878 0 -1 0 209208 0 1 0 9066 87 0 0 18 0 13 0 24573059 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24213/statm: 203467 172351 1443 9 0 200794 0
[pid=24213/tid=24214] ppid=24211 vsize=813868 CPUtime=22.85
/proc/24213/task/24214/stat : 24214 (java) S 24211 24213 19878 0 -1 64 23551 0 1 0 2271 14 0 0 17 0 13 0 24573060 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24216] ppid=24211 vsize=813868 CPUtime=4.71
/proc/24213/task/24216/stat : 24216 (java) S 24211 24213 19878 0 -1 64 67055 0 0 0 445 26 0 0 17 0 13 0 24573061 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24217] ppid=24211 vsize=813868 CPUtime=4.97
/proc/24213/task/24217/stat : 24217 (java) S 24211 24213 19878 0 -1 64 75787 0 0 0 471 26 0 0 16 0 13 0 24573061 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24218] ppid=24211 vsize=813868 CPUtime=57.35
/proc/24213/task/24218/stat : 24218 (java) R 24211 24213 19878 0 -1 64 38441 0 0 0 5719 16 0 0 25 0 13 0 24573063 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24219] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24219/stat : 24219 (java) S 24211 24213 19878 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24573063 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24220] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24220/stat : 24220 (java) S 24211 24213 19878 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24573063 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24221] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24221/stat : 24221 (java) S 24211 24213 19878 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 24573068 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24222] ppid=24211 vsize=813868 CPUtime=0.13
/proc/24213/task/24222/stat : 24222 (java) S 24211 24213 19878 0 -1 64 232 0 0 0 13 0 0 0 17 0 13 0 24573068 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24223] ppid=24211 vsize=813868 CPUtime=1.45
/proc/24213/task/24223/stat : 24223 (java) S 24211 24213 19878 0 -1 64 3395 0 0 0 144 1 0 0 16 0 13 0 24573068 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24224] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24224/stat : 24224 (java) S 24211 24213 19878 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24573068 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24225] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24225/stat : 24225 (java) S 24211 24213 19878 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 24573068 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24213/tid=24226] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24226/stat : 24226 (java) S 24211 24213 19878 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 24576287 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 91.53
Current children cumulated vsize (KiB) 813868

[startup+91.5013 s]
/proc/loadavg: 2.46 2.21 2.09 3/87 24226
/proc/meminfo: memFree=759352/2055920 swapFree=4192956/4192956
[pid=24213] ppid=24211 vsize=813868 CPUtime=91.92
/proc/24213/stat : 24213 (java) S 24211 24213 19878 0 -1 0 209208 0 1 0 9105 87 0 0 18 0 13 0 24573059 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24213/statm: 203467 172351 1443 9 0 200794 0
[pid=24213/tid=24214] ppid=24211 vsize=813868 CPUtime=22.85
/proc/24213/task/24214/stat : 24214 (java) S 24211 24213 19878 0 -1 64 23551 0 1 0 2271 14 0 0 17 0 13 0 24573060 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24216] ppid=24211 vsize=813868 CPUtime=4.71
/proc/24213/task/24216/stat : 24216 (java) S 24211 24213 19878 0 -1 64 67055 0 0 0 445 26 0 0 17 0 13 0 24573061 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24217] ppid=24211 vsize=813868 CPUtime=4.97
/proc/24213/task/24217/stat : 24217 (java) S 24211 24213 19878 0 -1 64 75787 0 0 0 471 26 0 0 16 0 13 0 24573061 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24218] ppid=24211 vsize=813868 CPUtime=57.75
/proc/24213/task/24218/stat : 24218 (java) R 24211 24213 19878 0 -1 64 38441 0 0 0 5759 16 0 0 25 0 13 0 24573063 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24219] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24219/stat : 24219 (java) S 24211 24213 19878 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24573063 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24220] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24220/stat : 24220 (java) S 24211 24213 19878 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24573063 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24221] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24221/stat : 24221 (java) S 24211 24213 19878 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 24573068 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24222] ppid=24211 vsize=813868 CPUtime=0.13
/proc/24213/task/24222/stat : 24222 (java) S 24211 24213 19878 0 -1 64 232 0 0 0 13 0 0 0 17 0 13 0 24573068 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24223] ppid=24211 vsize=813868 CPUtime=1.45
/proc/24213/task/24223/stat : 24223 (java) S 24211 24213 19878 0 -1 64 3395 0 0 0 144 1 0 0 16 0 13 0 24573068 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24224] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24224/stat : 24224 (java) S 24211 24213 19878 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24573068 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24213/tid=24225] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24225/stat : 24225 (java) S 24211 24213 19878 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 24573068 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24213/tid=24226] ppid=24211 vsize=813868 CPUtime=0
/proc/24213/task/24226/stat : 24226 (java) S 24211 24213 19878 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 24576287 833400832 172351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 91.92
Current children cumulated vsize (KiB) 813868

[startup+91.6012 s]
/proc/loadavg: 2.46 2.21 2.09 3/87 24226
/proc/meminfo: memFree=759352/2055920 swapFree=4192956/4192956
[pid=24213] ppid=24211 vsize=0 CPUtime=91.98
/proc/24213/stat : 24213 (java) Z 24211 24213 19878 0 -1 12 209226 0 1 0 9107 91 0 0 16 0 2 0 24573059 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24213/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 91.98
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 91.6634
CPU time (s): 92.047
CPU user time (s): 91.0712
CPU system time (s): 0.975851
CPU usage (%): 100.418
Max. virtual memory (cumulated for all children) (KiB): 859716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.0712
system time used= 0.975851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209226
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= 4070
involuntary context switches= 4093

runsolver used 0.117982 second user time and 0.315951 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-12 07:04:35
IDJOB=2082405
IDBENCH=57582
IDSOLVER=731
FILE ID=node79/2082405-1247375073
PBS_JOBID= 9507092
Free space on /tmp= 66328 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/rand-8-20-5/normalized-rand-8-20-5-18-800-1_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082405-1247375073/watcher-2082405-1247375073 -o /tmp/evaluation-result-2082405-1247375073/solver-2082405-1247375073 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082405-1247375073.xml

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

MD5SUM BENCH= 777fc5a1408e3970fe4cdc5b66e8ea16
RANDOM SEED=1634343132

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1445744 kB
Buffers:         78720 kB
Cached:         426656 kB
SwapCached:          0 kB
Active:         208692 kB
Inactive:       323560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1445744 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           23184 kB
Writeback:           0 kB
Mapped:          37552 kB
Slab:            63360 kB
Committed_AS:   266092 kB
PageTables:       1772 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66328 MiB
End job on node79 at 2009-07-12 07:06:07