Trace number 2082416

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? 99.7548 98.886

General information on the benchmark

Namecsp/rand-8-20-5/
normalized-rand-8-20-5-18-800-2_ext.xml
MD5SUMdaaccdaea9f79723e1ba03f679f57036
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 benchmark7.79581
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.19/0.25	c c --- Begin Solver configuration ---
0.19/0.25	c Stops conflict analysis at the first Unique Implication Point
0.19/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.25	c Learn all clauses as in MiniSAT
0.19/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.25	c Expensive reason simplification
0.19/0.25	c MiniSAT restarts strategy
0.19/0.25	c Memory based learned constraints deletion strategy
0.19/0.25	c timeout=2147483s
0.19/0.25	c DB Simplification allowed=false
0.19/0.25	c --- End Solver configuration ---
0.19/0.25	c solving HOME/instance-2082416-1247375097.xml
0.19/0.25	c reading problem ... 
0.48/0.51	c reading problem named null
0.48/0.51	c reading domains done.
0.48/0.51	c reading variables done.
0.48/0.52	c reading relations done.
13.84/14.08	c reading constraints
33.83/32.95	c done with constraints.
33.83/32.96	c ... done. Wall clock time 32.701s.
33.83/32.96	c #vars     100
33.83/32.96	c #constraints  5624391
33.83/32.96	c constraints type 
33.83/32.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5624371
33.83/32.96	c org.sat4j.minisat.constraints.card.AtLeast => 20
56.71/55.85	c cleaning 246 clauses out of 500
71.32/70.42	c cleaning 370 clauses out of 755
86.70/85.89	c cleaning 435 clauses out of 884
91.01/90.14	c cleaning 463 clauses out of 949
99.60/98.74	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
99.60/98.74		at org.sat4j.core.Vec.ensure(Unknown Source)
99.60/98.74		at org.sat4j.core.Vec.copyTo(Unknown Source)
99.60/98.74		at org.sat4j.core.Vec.moveTo(Unknown Source)
99.60/98.74		at org.sat4j.minisat.constraints.AbstractDataStructureFactory.getWatchesFor(Unknown Source)
99.60/98.74		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
99.60/98.74		at org.sat4j.minisat.core.Solver.search(Unknown Source)
99.60/98.74		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
99.60/98.74		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
99.60/98.74		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
99.60/98.74		at org.sat4j.AbstractLauncher.solve(Unknown Source)
99.60/98.74		at org.sat4j.AbstractLauncher.run(Unknown Source)
99.60/98.74		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
99.60/98.74	c starts		: 7
99.60/98.74	c conflicts		: 2081
99.60/98.74	c decisions		: 3342
99.60/98.74	c propagations		: 20564
99.60/98.74	c inspects		: 164719461
99.60/98.74	c learnt literals	: 0
99.60/98.74	c learnt binary clauses	: 0
99.60/98.74	c learnt ternary clauses	: 0
99.60/98.74	c learnt clauses	: 2081
99.60/98.74	c ignored clauses	: 0
99.60/98.74	c root simplifications	: 0
99.60/98.74	c removed literals (reason simplification)	: 661
99.60/98.74	c reason swapping (by a shorter reason)	: 0
99.60/98.74	c Calls to reduceDB	: 4
99.60/98.74	c speed (assignments/second)	: 312.57505054036386
99.60/98.74	c non guided choices	68
99.60/98.74	c learnt constraints type 
99.60/98.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 567
99.60/98.74	c constraints type 
99.60/98.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5624371
99.60/98.74	c org.sat4j.minisat.constraints.card.AtLeast => 20
99.60/98.74	s UNKNOWN
99.60/98.74	c Total wall clock time (in seconds) : 98.49

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-2082416-1247375097/watcher-2082416-1247375097 -o /tmp/evaluation-result-2082416-1247375097/solver-2082416-1247375097 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082416-1247375097.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 1.99 2.03 4/83 27307
/proc/meminfo: memFree=911176/2055920 swapFree=4192812/4192956
[pid=27307] ppid=27305 vsize=1616 CPUtime=0
/proc/27307/stat : 27307 (java) D 27305 27307 25785 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 24201164 1654784 155 996147200 134512640 134550932 4294956016 18446744073709551615 6910756 0 2147483391 4096 0 18446744072099863542 0 0 17 1 0 0
/proc/27307/statm: 404 155 118 9 0 46 0
[pid=27307/tid=27308] ppid=27305 vsize=13208 CPUtime=0
/proc/27307/task/27308/stat : 27308 (java) R 27305 27307 25785 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 24201166 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 7757784 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.048475 s]
/proc/loadavg: 1.92 1.99 2.03 4/83 27307
/proc/meminfo: memFree=911176/2055920 swapFree=4192812/4192956
[pid=27307] ppid=27305 vsize=801708 CPUtime=0.04
/proc/27307/stat : 27307 (java) S 27305 27307 25785 0 -1 0 2529 0 1 0 2 2 0 0 18 0 6 0 24201164 820948992 2276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 200427 2276 985 9 0 197778 0
[pid=27307/tid=27308] ppid=27305 vsize=801708 CPUtime=0.02
/proc/27307/task/27308/stat : 27308 (java) S 27305 27307 25785 0 -1 64 1804 0 1 0 1 1 0 0 19 0 6 0 24201166 820948992 2276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 801708

[startup+0.101521 s]
/proc/loadavg: 1.92 1.99 2.03 4/83 27307
/proc/meminfo: memFree=911176/2055920 swapFree=4192812/4192956
[pid=27307] ppid=27305 vsize=804560 CPUtime=0.08
/proc/27307/stat : 27307 (java) S 27305 27307 25785 0 -1 0 2999 0 1 0 6 2 0 0 18 0 12 0 24201164 823869440 2742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 201140 2742 1080 9 0 198474 0
[pid=27307/tid=27308] ppid=27305 vsize=804560 CPUtime=0.07
/proc/27307/task/27308/stat : 27308 (java) R 27305 27307 25785 0 -1 64 2246 0 1 0 6 1 0 0 21 0 12 0 24201166 823869440 2742 996147200 134512640 134550932 4294956016 18446744073709551615 4109134692 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301545 s]
/proc/loadavg: 1.92 1.99 2.03 4/83 27307
/proc/meminfo: memFree=911176/2055920 swapFree=4192812/4192956
[pid=27307] ppid=27305 vsize=805628 CPUtime=0.29
/proc/27307/stat : 27307 (java) S 27305 27307 25785 0 -1 0 4294 0 1 0 25 4 0 0 18 0 12 0 24201164 824963072 4031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 201407 4031 1359 9 0 198734 0
[pid=27307/tid=27308] ppid=27305 vsize=805628 CPUtime=0.22
/proc/27307/task/27308/stat : 27308 (java) R 27305 27307 25785 0 -1 64 3059 0 1 0 19 3 0 0 18 0 12 0 24201166 824963072 4031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.701603 s]
/proc/loadavg: 1.92 1.99 2.03 4/83 27307
/proc/meminfo: memFree=911176/2055920 swapFree=4192812/4192956
[pid=27307] ppid=27305 vsize=807184 CPUtime=0.68
/proc/27307/stat : 27307 (java) S 27305 27307 25785 0 -1 0 9018 0 1 0 62 6 0 0 18 0 12 0 24201164 826556416 8474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 201796 8474 1384 9 0 199123 0
[pid=27307/tid=27308] ppid=27305 vsize=807184 CPUtime=0.39
/proc/27307/task/27308/stat : 27308 (java) R 27305 27307 25785 0 -1 64 7077 0 1 0 34 5 0 0 20 0 12 0 24201166 826556416 8474 996147200 134512640 134550932 4294956016 18446744073709551615 7376509 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.5027 s]
/proc/loadavg: 1.92 1.99 2.03 3/95 27319
/proc/meminfo: memFree=877416/2055920 swapFree=4192812/4192956
[pid=27307] ppid=27305 vsize=807356 CPUtime=1.48
/proc/27307/stat : 27307 (java) S 27305 27307 25785 0 -1 0 12874 0 1 0 139 9 0 0 18 0 12 0 24201164 826732544 12041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 201839 12041 1407 9 0 199166 0
[pid=27307/tid=27308] ppid=27305 vsize=807356 CPUtime=0.85
/proc/27307/task/27308/stat : 27308 (java) R 27305 27307 25785 0 -1 64 10566 0 1 0 78 7 0 0 24 0 12 0 24201166 826732544 12041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27310] ppid=27305 vsize=807356 CPUtime=0
/proc/27307/task/27310/stat : 27310 (java) S 27305 27307 25785 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 24201167 826732544 12041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27311] ppid=27305 vsize=807356 CPUtime=0
/proc/27307/task/27311/stat : 27311 (java) S 27305 27307 25785 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24201167 826732544 12041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27312] ppid=27305 vsize=807356 CPUtime=0
/proc/27307/task/27312/stat : 27312 (java) S 27305 27307 25785 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 24201169 826732544 12041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27313] ppid=27305 vsize=807356 CPUtime=0
/proc/27307/task/27313/stat : 27313 (java) S 27305 27307 25785 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 24201169 826732544 12041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27314] ppid=27305 vsize=807356 CPUtime=0
/proc/27307/task/27314/stat : 27314 (java) S 27305 27307 25785 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 24201169 826732544 12041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27315] ppid=27305 vsize=807356 CPUtime=0
/proc/27307/task/27315/stat : 27315 (java) S 27305 27307 25785 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24201174 826732544 12041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27316] ppid=27305 vsize=807356 CPUtime=0
/proc/27307/task/27316/stat : 27316 (java) S 27305 27307 25785 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24201174 826732544 12041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27317] ppid=27305 vsize=807356 CPUtime=0.6
/proc/27307/task/27317/stat : 27317 (java) R 27305 27307 25785 0 -1 64 1555 0 0 0 60 0 0 0 16 0 12 0 24201174 826732544 12041 996147200 134512640 134550932 4294956016 18446744073709551615 102551664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27318] ppid=27305 vsize=807356 CPUtime=0
/proc/27307/task/27318/stat : 27318 (java) S 27305 27307 25785 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24201174 826732544 12041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27319] ppid=27305 vsize=807356 CPUtime=0
/proc/27307/task/27319/stat : 27319 (java) S 27305 27307 25785 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24201174 826732544 12041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 807356

[startup+3.1029 s]
/proc/loadavg: 2.09 2.02 2.04 3/95 27319
/proc/meminfo: memFree=825704/2055920 swapFree=4192812/4192956
[pid=27307] ppid=27305 vsize=807356 CPUtime=3.05
/proc/27307/stat : 27307 (java) S 27305 27307 25785 0 -1 0 27313 0 1 0 290 15 0 0 18 0 12 0 24201164 826732544 26230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 201839 26230 1417 9 0 199166 0
[pid=27307/tid=27308] ppid=27305 vsize=807356 CPUtime=2.01
/proc/27307/task/27308/stat : 27308 (java) R 27305 27307 25785 0 -1 64 16902 0 1 0 190 11 0 0 25 0 12 0 24201166 826732544 26230 996147200 134512640 134550932 4294956016 18446744073709551615 4109656443 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27310] ppid=27305 vsize=807356 CPUtime=0.07
/proc/27307/task/27310/stat : 27310 (java) S 27305 27307 25785 0 -1 64 4491 0 0 0 6 1 0 0 16 0 12 0 24201167 826732544 26230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27311] ppid=27305 vsize=807356 CPUtime=0.07
/proc/27307/task/27311/stat : 27311 (java) S 27305 27307 25785 0 -1 64 3324 0 0 0 6 1 0 0 16 0 12 0 24201167 826732544 26230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27312] ppid=27305 vsize=807356 CPUtime=0
/proc/27307/task/27312/stat : 27312 (java) S 27305 27307 25785 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 24201169 826732544 26230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27313] ppid=27305 vsize=807356 CPUtime=0
/proc/27307/task/27313/stat : 27313 (java) S 27305 27307 25785 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24201169 826732544 26230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27314] ppid=27305 vsize=807356 CPUtime=0
/proc/27307/task/27314/stat : 27314 (java) S 27305 27307 25785 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24201169 826732544 26230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27315] ppid=27305 vsize=807356 CPUtime=0
/proc/27307/task/27315/stat : 27315 (java) S 27305 27307 25785 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24201174 826732544 26230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27316] ppid=27305 vsize=807356 CPUtime=0
/proc/27307/task/27316/stat : 27316 (java) S 27305 27307 25785 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24201174 826732544 26230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27317] ppid=27305 vsize=807356 CPUtime=0.87
/proc/27307/task/27317/stat : 27317 (java) S 27305 27307 25785 0 -1 64 1826 0 0 0 87 0 0 0 16 0 12 0 24201174 826732544 26230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27318] ppid=27305 vsize=807356 CPUtime=0
/proc/27307/task/27318/stat : 27318 (java) S 27305 27307 25785 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24201174 826732544 26230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27319] ppid=27305 vsize=807356 CPUtime=0
/proc/27307/task/27319/stat : 27319 (java) S 27305 27307 25785 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24201174 826732544 26230 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.30232 s]
/proc/loadavg: 2.09 2.02 2.04 3/95 27319
/proc/meminfo: memFree=755944/2055920 swapFree=4192812/4192956
[pid=27307] ppid=27305 vsize=807680 CPUtime=6.23
/proc/27307/stat : 27307 (java) S 27305 27307 25785 0 -1 0 46192 0 1 0 598 25 0 0 18 0 12 0 24201164 827064320 45052 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 201920 45052 1420 9 0 199247 0
[pid=27307/tid=27308] ppid=27305 vsize=807680 CPUtime=4.53
/proc/27307/task/27308/stat : 27308 (java) R 27305 27307 25785 0 -1 64 16921 0 1 0 442 11 0 0 25 0 12 0 24201166 827064320 45052 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27310] ppid=27305 vsize=807680 CPUtime=0.38
/proc/27307/task/27310/stat : 27310 (java) R 27305 27307 25785 0 -1 64 12508 0 0 0 33 5 0 0 16 0 12 0 24201167 827064320 45052 996147200 134512640 134550932 4294956016 18446744073709551615 106197502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27311] ppid=27305 vsize=807680 CPUtime=0.4
/proc/27307/task/27311/stat : 27311 (java) R 27305 27307 25785 0 -1 64 14167 0 0 0 34 6 0 0 16 0 12 0 24201167 827064320 45052 996147200 134512640 134550932 4294956016 18446744073709551615 106193762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27312] ppid=27305 vsize=807680 CPUtime=0
/proc/27307/task/27312/stat : 27312 (java) S 27305 27307 25785 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 24201169 827064320 45052 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27313] ppid=27305 vsize=807680 CPUtime=0
/proc/27307/task/27313/stat : 27313 (java) S 27305 27307 25785 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24201169 827064320 45052 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27314] ppid=27305 vsize=807680 CPUtime=0
/proc/27307/task/27314/stat : 27314 (java) S 27305 27307 25785 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24201169 827064320 45052 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27315] ppid=27305 vsize=807680 CPUtime=0
/proc/27307/task/27315/stat : 27315 (java) S 27305 27307 25785 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24201174 827064320 45052 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27316] ppid=27305 vsize=807680 CPUtime=0
/proc/27307/task/27316/stat : 27316 (java) S 27305 27307 25785 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24201174 827064320 45052 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27317] ppid=27305 vsize=807680 CPUtime=0.87
/proc/27307/task/27317/stat : 27317 (java) S 27305 27307 25785 0 -1 64 1826 0 0 0 87 0 0 0 16 0 12 0 24201174 827064320 45052 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27318] ppid=27305 vsize=807680 CPUtime=0
/proc/27307/task/27318/stat : 27318 (java) S 27305 27307 25785 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24201174 827064320 45052 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27319] ppid=27305 vsize=807680 CPUtime=0
/proc/27307/task/27319/stat : 27319 (java) S 27305 27307 25785 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24201174 827064320 45052 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 807680

[startup+12.7012 s]
/proc/loadavg: 2.23 2.06 2.05 3/95 27319
/proc/meminfo: memFree=610344/2055920 swapFree=4192812/4192956
[pid=27307] ppid=27305 vsize=807680 CPUtime=12.56
/proc/27307/stat : 27307 (java) S 27305 27307 25785 0 -1 0 81076 0 1 0 1213 43 0 0 18 0 12 0 24201164 827064320 79912 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 201920 79912 1420 9 0 199247 0
[pid=27307/tid=27308] ppid=27305 vsize=807680 CPUtime=9.69
/proc/27307/task/27308/stat : 27308 (java) R 27305 27307 25785 0 -1 64 16946 0 1 0 955 14 0 0 25 0 12 0 24201166 827064320 79912 996147200 134512640 134550932 4294956016 18446744073709551615 4109484530 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27310] ppid=27305 vsize=807680 CPUtime=1
/proc/27307/task/27310/stat : 27310 (java) S 27305 27307 25785 0 -1 64 27884 0 0 0 88 12 0 0 16 0 12 0 24201167 827064320 79912 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27311] ppid=27305 vsize=807680 CPUtime=0.94
/proc/27307/task/27311/stat : 27311 (java) S 27305 27307 25785 0 -1 64 33650 0 0 0 80 14 0 0 16 0 12 0 24201167 827064320 79912 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27312] ppid=27305 vsize=807680 CPUtime=0.01
/proc/27307/task/27312/stat : 27312 (java) S 27305 27307 25785 0 -1 64 18 0 0 0 1 0 0 0 15 0 12 0 24201169 827064320 79912 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27313] ppid=27305 vsize=807680 CPUtime=0
/proc/27307/task/27313/stat : 27313 (java) S 27305 27307 25785 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24201169 827064320 79912 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27314] ppid=27305 vsize=807680 CPUtime=0
/proc/27307/task/27314/stat : 27314 (java) S 27305 27307 25785 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24201169 827064320 79912 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27315] ppid=27305 vsize=807680 CPUtime=0
/proc/27307/task/27315/stat : 27315 (java) S 27305 27307 25785 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24201174 827064320 79912 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27316] ppid=27305 vsize=807680 CPUtime=0
/proc/27307/task/27316/stat : 27316 (java) S 27305 27307 25785 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24201174 827064320 79912 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27317] ppid=27305 vsize=807680 CPUtime=0.87
/proc/27307/task/27317/stat : 27317 (java) S 27305 27307 25785 0 -1 64 1826 0 0 0 87 0 0 0 17 0 12 0 24201174 827064320 79912 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27318] ppid=27305 vsize=807680 CPUtime=0
/proc/27307/task/27318/stat : 27318 (java) S 27305 27307 25785 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24201174 827064320 79912 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27319] ppid=27305 vsize=807680 CPUtime=0
/proc/27307/task/27319/stat : 27319 (java) S 27305 27307 25785 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24201174 827064320 79912 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 807680

[startup+25.5028 s]
/proc/loadavg: 2.34 2.09 2.06 5/95 27319
/proc/meminfo: memFree=237480/2055920 swapFree=4192812/4192956
[pid=27307] ppid=27305 vsize=810504 CPUtime=26.04
/proc/27307/stat : 27307 (java) S 27305 27307 25785 0 -1 0 181578 0 1 0 2517 87 0 0 18 0 12 0 24201164 829956096 169442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 202626 169442 1425 9 0 199953 0
[pid=27307/tid=27308] ppid=27305 vsize=810504 CPUtime=15.19
/proc/27307/task/27308/stat : 27308 (java) R 27305 27307 25785 0 -1 64 23123 0 1 0 1502 17 0 0 20 0 12 0 24201166 829956096 169442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27310] ppid=27305 vsize=810504 CPUtime=3.91
/proc/27307/task/27310/stat : 27310 (java) R 27305 27307 25785 0 -1 64 69110 0 0 0 361 30 0 0 16 0 12 0 24201167 829956096 169442 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27311] ppid=27305 vsize=810504 CPUtime=3.77

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

[pid=27307] ppid=27305 vsize=814228 CPUtime=93.6
/proc/27307/stat : 27307 (java) S 27305 27307 25785 0 -1 0 210889 0 1 0 9258 102 0 0 18 0 13 0 24201164 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 203557 172707 1452 9 0 200884 0
[pid=27307/tid=27308] ppid=27305 vsize=814228 CPUtime=33.95
/proc/27307/task/27308/stat : 27308 (java) R 27305 27307 25785 0 -1 64 23167 0 1 0 3378 17 0 0 25 0 13 0 24201166 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4109761971 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27310] ppid=27305 vsize=814228 CPUtime=5.31
/proc/27307/task/27310/stat : 27310 (java) S 27305 27307 25785 0 -1 64 69751 0 0 0 500 31 0 0 16 0 13 0 24201167 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27311] ppid=27305 vsize=814228 CPUtime=5.2
/proc/27307/task/27311/stat : 27311 (java) S 27305 27307 25785 0 -1 64 77478 0 0 0 487 33 0 0 15 0 13 0 24201167 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27312] ppid=27305 vsize=814228 CPUtime=47.13
/proc/27307/task/27312/stat : 27312 (java) S 27305 27307 25785 0 -1 64 35626 0 0 0 4696 17 0 0 19 0 13 0 24201169 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27313] ppid=27305 vsize=814228 CPUtime=0
/proc/27307/task/27313/stat : 27313 (java) S 27305 27307 25785 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24201169 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27314] ppid=27305 vsize=814228 CPUtime=0
/proc/27307/task/27314/stat : 27314 (java) S 27305 27307 25785 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24201169 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27315] ppid=27305 vsize=814228 CPUtime=0
/proc/27307/task/27315/stat : 27315 (java) S 27305 27307 25785 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24201174 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27316] ppid=27305 vsize=814228 CPUtime=0.74
/proc/27307/task/27316/stat : 27316 (java) S 27305 27307 25785 0 -1 64 782 0 0 0 74 0 0 0 17 0 13 0 24201174 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27317] ppid=27305 vsize=814228 CPUtime=1.21
/proc/27307/task/27317/stat : 27317 (java) S 27305 27307 25785 0 -1 64 3341 0 0 0 120 1 0 0 16 0 13 0 24201174 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27318] ppid=27305 vsize=814228 CPUtime=0
/proc/27307/task/27318/stat : 27318 (java) S 27305 27307 25785 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24201174 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27319] ppid=27305 vsize=814228 CPUtime=0
/proc/27307/task/27319/stat : 27319 (java) S 27305 27307 25785 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24201174 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27320] ppid=27305 vsize=814228 CPUtime=0
/proc/27307/task/27320/stat : 27320 (java) S 27305 27307 25785 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 24204460 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.6
Current children cumulated vsize (KiB) 814228

[startup+95.9029 s]
/proc/loadavg: 2.69 2.24 2.12 3/96 27320
/proc/meminfo: memFree=224224/2055920 swapFree=4192812/4192956
[pid=27307] ppid=27305 vsize=814228 CPUtime=96.8
/proc/27307/stat : 27307 (java) S 27305 27307 25785 0 -1 0 211391 0 1 0 9578 102 0 0 18 0 13 0 24201164 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 203557 172707 1452 9 0 200884 0
[pid=27307/tid=27308] ppid=27305 vsize=814228 CPUtime=34.35
/proc/27307/task/27308/stat : 27308 (java) S 27305 27307 25785 0 -1 64 23168 0 1 0 3418 17 0 0 25 0 13 0 24201166 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27310] ppid=27305 vsize=814228 CPUtime=5.31
/proc/27307/task/27310/stat : 27310 (java) S 27305 27307 25785 0 -1 64 69751 0 0 0 500 31 0 0 16 0 13 0 24201167 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27311] ppid=27305 vsize=814228 CPUtime=5.2
/proc/27307/task/27311/stat : 27311 (java) S 27305 27307 25785 0 -1 64 77478 0 0 0 487 33 0 0 15 0 13 0 24201167 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27312] ppid=27305 vsize=814228 CPUtime=49.92
/proc/27307/task/27312/stat : 27312 (java) R 27305 27307 25785 0 -1 64 36127 0 0 0 4975 17 0 0 19 0 13 0 24201169 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 105696653 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27313] ppid=27305 vsize=814228 CPUtime=0
/proc/27307/task/27313/stat : 27313 (java) S 27305 27307 25785 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24201169 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27314] ppid=27305 vsize=814228 CPUtime=0
/proc/27307/task/27314/stat : 27314 (java) S 27305 27307 25785 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24201169 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27315] ppid=27305 vsize=814228 CPUtime=0
/proc/27307/task/27315/stat : 27315 (java) S 27305 27307 25785 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24201174 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27316] ppid=27305 vsize=814228 CPUtime=0.74
/proc/27307/task/27316/stat : 27316 (java) S 27305 27307 25785 0 -1 64 782 0 0 0 74 0 0 0 17 0 13 0 24201174 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27317] ppid=27305 vsize=814228 CPUtime=1.21
/proc/27307/task/27317/stat : 27317 (java) S 27305 27307 25785 0 -1 64 3341 0 0 0 120 1 0 0 16 0 13 0 24201174 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27318] ppid=27305 vsize=814228 CPUtime=0
/proc/27307/task/27318/stat : 27318 (java) S 27305 27307 25785 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24201174 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27319] ppid=27305 vsize=814228 CPUtime=0
/proc/27307/task/27319/stat : 27319 (java) S 27305 27307 25785 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24201174 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27320] ppid=27305 vsize=814228 CPUtime=0
/proc/27307/task/27320/stat : 27320 (java) S 27305 27307 25785 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 24204460 833769472 172707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 96.8
Current children cumulated vsize (KiB) 814228

[startup+97.5021 s]
/proc/loadavg: 2.63 2.24 2.11 3/96 27320
/proc/meminfo: memFree=222432/2055920 swapFree=4192812/4192956
[pid=27307] ppid=27305 vsize=816232 CPUtime=98.4
/proc/27307/stat : 27307 (java) S 27305 27307 25785 0 -1 0 211892 0 1 0 9737 103 0 0 18 0 13 0 24201164 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 204058 173208 1452 9 0 201385 0
[pid=27307/tid=27308] ppid=27305 vsize=816232 CPUtime=34.35
/proc/27307/task/27308/stat : 27308 (java) S 27305 27307 25785 0 -1 64 23168 0 1 0 3418 17 0 0 25 0 13 0 24201166 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27310] ppid=27305 vsize=816232 CPUtime=5.31
/proc/27307/task/27310/stat : 27310 (java) S 27305 27307 25785 0 -1 64 69751 0 0 0 500 31 0 0 16 0 13 0 24201167 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27311] ppid=27305 vsize=816232 CPUtime=5.2
/proc/27307/task/27311/stat : 27311 (java) S 27305 27307 25785 0 -1 64 77478 0 0 0 487 33 0 0 15 0 13 0 24201167 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27312] ppid=27305 vsize=816232 CPUtime=51.52
/proc/27307/task/27312/stat : 27312 (java) R 27305 27307 25785 0 -1 64 36628 0 0 0 5135 17 0 0 23 0 13 0 24201169 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27313] ppid=27305 vsize=816232 CPUtime=0
/proc/27307/task/27313/stat : 27313 (java) S 27305 27307 25785 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24201169 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27314] ppid=27305 vsize=816232 CPUtime=0
/proc/27307/task/27314/stat : 27314 (java) S 27305 27307 25785 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24201169 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27315] ppid=27305 vsize=816232 CPUtime=0
/proc/27307/task/27315/stat : 27315 (java) S 27305 27307 25785 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24201174 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27316] ppid=27305 vsize=816232 CPUtime=0.74
/proc/27307/task/27316/stat : 27316 (java) S 27305 27307 25785 0 -1 64 782 0 0 0 74 0 0 0 17 0 13 0 24201174 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27317] ppid=27305 vsize=816232 CPUtime=1.21
/proc/27307/task/27317/stat : 27317 (java) S 27305 27307 25785 0 -1 64 3341 0 0 0 120 1 0 0 16 0 13 0 24201174 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27318] ppid=27305 vsize=816232 CPUtime=0
/proc/27307/task/27318/stat : 27318 (java) S 27305 27307 25785 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24201174 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27319] ppid=27305 vsize=816232 CPUtime=0
/proc/27307/task/27319/stat : 27319 (java) S 27305 27307 25785 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24201174 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27320] ppid=27305 vsize=816232 CPUtime=0
/proc/27307/task/27320/stat : 27320 (java) S 27305 27307 25785 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 24204460 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.4
Current children cumulated vsize (KiB) 816232

[startup+98.3012 s]
/proc/loadavg: 2.63 2.24 2.11 3/96 27320
/proc/meminfo: memFree=222432/2055920 swapFree=4192812/4192956
[pid=27307] ppid=27305 vsize=816232 CPUtime=99.2
/proc/27307/stat : 27307 (java) S 27305 27307 25785 0 -1 0 211892 0 1 0 9817 103 0 0 18 0 13 0 24201164 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 204058 173208 1452 9 0 201385 0
[pid=27307/tid=27308] ppid=27305 vsize=816232 CPUtime=34.35
/proc/27307/task/27308/stat : 27308 (java) S 27305 27307 25785 0 -1 64 23168 0 1 0 3418 17 0 0 25 0 13 0 24201166 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27310] ppid=27305 vsize=816232 CPUtime=5.31
/proc/27307/task/27310/stat : 27310 (java) S 27305 27307 25785 0 -1 64 69751 0 0 0 500 31 0 0 16 0 13 0 24201167 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27311] ppid=27305 vsize=816232 CPUtime=5.2
/proc/27307/task/27311/stat : 27311 (java) S 27305 27307 25785 0 -1 64 77478 0 0 0 487 33 0 0 15 0 13 0 24201167 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27312] ppid=27305 vsize=816232 CPUtime=52.32
/proc/27307/task/27312/stat : 27312 (java) R 27305 27307 25785 0 -1 64 36628 0 0 0 5215 17 0 0 25 0 13 0 24201169 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 106159199 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27313] ppid=27305 vsize=816232 CPUtime=0
/proc/27307/task/27313/stat : 27313 (java) S 27305 27307 25785 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24201169 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27314] ppid=27305 vsize=816232 CPUtime=0
/proc/27307/task/27314/stat : 27314 (java) S 27305 27307 25785 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24201169 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27315] ppid=27305 vsize=816232 CPUtime=0
/proc/27307/task/27315/stat : 27315 (java) S 27305 27307 25785 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24201174 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27316] ppid=27305 vsize=816232 CPUtime=0.74
/proc/27307/task/27316/stat : 27316 (java) S 27305 27307 25785 0 -1 64 782 0 0 0 74 0 0 0 17 0 13 0 24201174 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27317] ppid=27305 vsize=816232 CPUtime=1.21
/proc/27307/task/27317/stat : 27317 (java) S 27305 27307 25785 0 -1 64 3341 0 0 0 120 1 0 0 16 0 13 0 24201174 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27318] ppid=27305 vsize=816232 CPUtime=0
/proc/27307/task/27318/stat : 27318 (java) S 27305 27307 25785 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24201174 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27319] ppid=27305 vsize=816232 CPUtime=0
/proc/27307/task/27319/stat : 27319 (java) S 27305 27307 25785 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24201174 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27320] ppid=27305 vsize=816232 CPUtime=0
/proc/27307/task/27320/stat : 27320 (java) S 27305 27307 25785 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 24204460 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.2
Current children cumulated vsize (KiB) 816232

[startup+98.7013 s]
/proc/loadavg: 2.63 2.24 2.11 3/96 27320
/proc/meminfo: memFree=222432/2055920 swapFree=4192812/4192956
[pid=27307] ppid=27305 vsize=816232 CPUtime=99.6
/proc/27307/stat : 27307 (java) S 27305 27307 25785 0 -1 0 211892 0 1 0 9857 103 0 0 18 0 13 0 24201164 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 204058 173208 1452 9 0 201385 0
[pid=27307/tid=27308] ppid=27305 vsize=816232 CPUtime=34.35
/proc/27307/task/27308/stat : 27308 (java) S 27305 27307 25785 0 -1 64 23168 0 1 0 3418 17 0 0 25 0 13 0 24201166 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27310] ppid=27305 vsize=816232 CPUtime=5.31
/proc/27307/task/27310/stat : 27310 (java) S 27305 27307 25785 0 -1 64 69751 0 0 0 500 31 0 0 16 0 13 0 24201167 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27311] ppid=27305 vsize=816232 CPUtime=5.2
/proc/27307/task/27311/stat : 27311 (java) S 27305 27307 25785 0 -1 64 77478 0 0 0 487 33 0 0 15 0 13 0 24201167 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27312] ppid=27305 vsize=816232 CPUtime=52.72
/proc/27307/task/27312/stat : 27312 (java) R 27305 27307 25785 0 -1 64 36628 0 0 0 5255 17 0 0 25 0 13 0 24201169 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27313] ppid=27305 vsize=816232 CPUtime=0
/proc/27307/task/27313/stat : 27313 (java) S 27305 27307 25785 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24201169 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27314] ppid=27305 vsize=816232 CPUtime=0
/proc/27307/task/27314/stat : 27314 (java) S 27305 27307 25785 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24201169 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27315] ppid=27305 vsize=816232 CPUtime=0
/proc/27307/task/27315/stat : 27315 (java) S 27305 27307 25785 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24201174 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27316] ppid=27305 vsize=816232 CPUtime=0.74
/proc/27307/task/27316/stat : 27316 (java) S 27305 27307 25785 0 -1 64 782 0 0 0 74 0 0 0 17 0 13 0 24201174 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27317] ppid=27305 vsize=816232 CPUtime=1.21
/proc/27307/task/27317/stat : 27317 (java) S 27305 27307 25785 0 -1 64 3341 0 0 0 120 1 0 0 16 0 13 0 24201174 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27318] ppid=27305 vsize=816232 CPUtime=0
/proc/27307/task/27318/stat : 27318 (java) S 27305 27307 25785 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24201174 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27319] ppid=27305 vsize=816232 CPUtime=0
/proc/27307/task/27319/stat : 27319 (java) S 27305 27307 25785 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24201174 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27320] ppid=27305 vsize=816232 CPUtime=0
/proc/27307/task/27320/stat : 27320 (java) S 27305 27307 25785 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 24204460 835821568 173208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.6
Current children cumulated vsize (KiB) 816232

[startup+98.8023 s]
/proc/loadavg: 2.63 2.24 2.11 3/96 27320
/proc/meminfo: memFree=222432/2055920 swapFree=4192812/4192956
[pid=27307] ppid=27305 vsize=0 CPUtime=99.66
/proc/27307/stat : 27307 (java) Z 27305 27307 25785 0 -1 12 211909 0 1 0 9862 104 0 0 16 0 2 0 24201164 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27307/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 99.66
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 98.886
CPU time (s): 99.7548
CPU user time (s): 98.622
CPU system time (s): 1.13283
CPU usage (%): 100.879
Max. virtual memory (cumulated for all children) (KiB): 861076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 98.622
system time used= 1.13283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211909
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= 4202
involuntary context switches= 5178

runsolver used 0.150977 second user time and 0.398939 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-12 07:04:59
IDJOB=2082416
IDBENCH=57583
IDSOLVER=731
FILE ID=node40/2082416-1247375097
PBS_JOBID= 9507130
Free space on /tmp= 66232 MiB

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

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

MD5SUM BENCH= daaccdaea9f79723e1ba03f679f57036
RANDOM SEED=1717600290

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:        911656 kB
Buffers:         84780 kB
Cached:         792828 kB
SwapCached:          0 kB
Active:         417148 kB
Inactive:       647432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        911656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           23184 kB
Writeback:           0 kB
Mapped:         207652 kB
Slab:            64316 kB
Committed_AS:   445000 kB
PageTables:       2256 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= 66232 MiB
End job on node40 at 2009-07-12 07:06:38