Trace number 2074969

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? 93.2418 92.4434

General information on the benchmark

Namecsp/rand-8-20-5/
normalized-rand-8-20-5-18-800-8_ext.xml
MD5SUM15c3c041a0681c25c1693041f0df8ce7
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 benchmark24.9112
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.15	c Number of processors 2
0.19/0.23	c c --- Begin Solver configuration ---
0.19/0.23	c Stops conflict analysis at the first Unique Implication Point
0.19/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.23	c Learn all clauses as in MiniSAT
0.19/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.23	c Expensive reason simplification
0.19/0.23	c MiniSAT restarts strategy
0.19/0.23	c Memory based learned constraints deletion strategy
0.19/0.23	c timeout=2147483s
0.19/0.23	c DB Simplification allowed=false
0.19/0.23	c --- End Solver configuration ---
0.19/0.23	c solving HOME/instance-2074969-1247359487.xml
0.19/0.23	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.46	c reading domains done.
0.39/0.47	c reading variables done.
0.39/0.48	c reading relations done.
12.81/12.84	c reading constraints
33.70/32.65	c done with constraints.
33.70/32.65	c ... done. Wall clock time 32.422s.
33.70/32.65	c #vars     100
33.70/32.65	c #constraints  5624198
33.70/32.65	c constraints type 
33.70/32.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5624178
33.70/32.65	c org.sat4j.minisat.constraints.card.AtLeast => 20
50.74/49.73	c cleaning 243 clauses out of 500
63.38/62.42	c cleaning 372 clauses out of 757
67.96/67.10	c cleaning 437 clauses out of 886
93.04/92.29	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
93.04/92.29		at org.sat4j.core.Vec.ensure(Unknown Source)
93.04/92.29		at org.sat4j.core.Vec.push(Unknown Source)
93.04/92.29		at org.sat4j.minisat.constraints.cnf.Lits.watch(Unknown Source)
93.04/92.29		at org.sat4j.minisat.constraints.cnf.WLClause.propagate(Unknown Source)
93.04/92.29		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
93.04/92.29		at org.sat4j.minisat.core.Solver.search(Unknown Source)
93.04/92.29		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
93.04/92.29		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
93.04/92.29		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
93.04/92.29		at org.sat4j.AbstractLauncher.solve(Unknown Source)
93.04/92.29		at org.sat4j.AbstractLauncher.run(Unknown Source)
93.04/92.29		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
93.04/92.29	c starts		: 6
93.04/92.29	c conflicts		: 1977
93.04/92.29	c decisions		: 3190
93.04/92.29	c propagations		: 19539
93.04/92.29	c inspects		: 160850258
93.04/92.29	c learnt literals	: 0
93.04/92.29	c learnt binary clauses	: 0
93.04/92.29	c learnt ternary clauses	: 0
93.04/92.29	c learnt clauses	: 1977
93.04/92.29	c ignored clauses	: 0
93.04/92.29	c root simplifications	: 0
93.04/92.29	c removed literals (reason simplification)	: 562
93.04/92.29	c reason swapping (by a shorter reason)	: 0
93.04/92.29	c Calls to reduceDB	: 3
93.04/92.29	c speed (assignments/second)	: 327.6156941649899
93.04/92.29	c non guided choices	74
93.04/92.29	c learnt constraints type 
93.04/92.29	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 925
93.04/92.29	c constraints type 
93.04/92.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5624178
93.04/92.29	c org.sat4j.minisat.constraints.card.AtLeast => 20
93.04/92.29	s UNKNOWN
93.04/92.29	c Total wall clock time (in seconds) : 92.062

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-2074969-1247359487/watcher-2074969-1247359487 -o /tmp/evaluation-result-2074969-1247359487/solver-2074969-1247359487 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2074969-1247359487.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.98 1.87 1.99 4/73 15565
/proc/meminfo: memFree=1860536/2055920 swapFree=4192812/4192956
[pid=15565] ppid=15563 vsize=1612 CPUtime=0
/proc/15565/stat : 15565 (java6) R 15563 15565 14412 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 23015454 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/15565/statm: 403 150 114 9 0 45 0

[startup+0.0403379 s]
/proc/loadavg: 1.98 1.87 1.99 4/73 15565
/proc/meminfo: memFree=1860536/2055920 swapFree=4192812/4192956
[pid=15565] ppid=15563 vsize=801384 CPUtime=0.03
/proc/15565/stat : 15565 (java) S 15563 15565 14412 0 -1 0 2502 0 1 0 2 1 0 0 18 0 5 0 23015454 820617216 2249 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15565/statm: 200346 2249 978 9 0 197697 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801384

[startup+0.101344 s]
/proc/loadavg: 1.98 1.87 1.99 4/73 15565
/proc/meminfo: memFree=1860536/2055920 swapFree=4192812/4192956
[pid=15565] ppid=15563 vsize=805584 CPUtime=0.08
/proc/15565/stat : 15565 (java) S 15563 15565 14412 0 -1 0 3063 0 1 0 6 2 0 0 18 0 12 0 23015454 824918016 2806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15565/statm: 201396 2807 1083 9 0 198730 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 805584

[startup+0.301368 s]
/proc/loadavg: 1.98 1.87 1.99 4/73 15565
/proc/meminfo: memFree=1860536/2055920 swapFree=4192812/4192956
[pid=15565] ppid=15563 vsize=807100 CPUtime=0.28
/proc/15565/stat : 15565 (java) S 15563 15565 14412 0 -1 0 4411 0 1 0 25 3 0 0 18 0 12 0 23015454 826470400 4148 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15565/statm: 201775 4148 1363 9 0 199102 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807100

[startup+0.701416 s]
/proc/loadavg: 1.98 1.87 1.99 4/73 15565
/proc/meminfo: memFree=1860536/2055920 swapFree=4192812/4192956
[pid=15565] ppid=15563 vsize=808200 CPUtime=0.69
/proc/15565/stat : 15565 (java) S 15563 15565 14412 0 -1 0 10142 0 1 0 63 6 0 0 18 0 12 0 23015454 827596800 9597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15565/statm: 202050 9597 1387 9 0 199377 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808200

[startup+1.50151 s]
/proc/loadavg: 1.98 1.87 1.99 4/85 15577
/proc/meminfo: memFree=1821912/2055920 swapFree=4192812/4192956
[pid=15565] ppid=15563 vsize=808416 CPUtime=1.48
/proc/15565/stat : 15565 (java) S 15563 15565 14412 0 -1 0 13886 0 1 0 141 7 0 0 18 0 12 0 23015454 827817984 12946 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15565/statm: 202104 12946 1407 9 0 199431 0
[pid=15565/tid=15567] ppid=15563 vsize=808416 CPUtime=0.86
/proc/15565/task/15567/stat : 15567 (java) R 15563 15565 14412 0 -1 64 11456 0 1 0 80 6 0 0 25 0 12 0 23015456 827817984 12946 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15568] ppid=15563 vsize=808416 CPUtime=0
/proc/15565/task/15568/stat : 15568 (java) S 15563 15565 14412 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 23015457 827817984 12946 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15569] ppid=15563 vsize=808416 CPUtime=0
/proc/15565/task/15569/stat : 15569 (java) S 15563 15565 14412 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 23015457 827817984 12946 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15570] ppid=15563 vsize=808416 CPUtime=0
/proc/15565/task/15570/stat : 15570 (java) S 15563 15565 14412 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23015458 827817984 12946 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15571] ppid=15563 vsize=808416 CPUtime=0
/proc/15565/task/15571/stat : 15571 (java) S 15563 15565 14412 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 23015459 827817984 12946 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15572] ppid=15563 vsize=808416 CPUtime=0
/proc/15565/task/15572/stat : 15572 (java) S 15563 15565 14412 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 23015459 827817984 12946 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15573] ppid=15563 vsize=808416 CPUtime=0
/proc/15565/task/15573/stat : 15573 (java) S 15563 15565 14412 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23015463 827817984 12946 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15574] ppid=15563 vsize=808416 CPUtime=0.04
/proc/15565/task/15574/stat : 15574 (java) S 15563 15565 14412 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 23015463 827817984 12946 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15575] ppid=15563 vsize=808416 CPUtime=0.57
/proc/15565/task/15575/stat : 15575 (java) R 15563 15565 14412 0 -1 64 1428 0 0 0 57 0 0 0 16 0 12 0 23015463 827817984 12946 996147200 134512640 134550932 4294956016 18446744073709551615 106248464 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15576] ppid=15563 vsize=808416 CPUtime=0
/proc/15565/task/15576/stat : 15576 (java) S 15563 15565 14412 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23015463 827817984 12946 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15577] ppid=15563 vsize=808416 CPUtime=0
/proc/15565/task/15577/stat : 15577 (java) S 15563 15565 14412 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23015463 827817984 12946 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 808416

[startup+3.10269 s]
/proc/loadavg: 1.98 1.87 1.99 3/85 15577
/proc/meminfo: memFree=1768536/2055920 swapFree=4192812/4192956
[pid=15565] ppid=15563 vsize=808416 CPUtime=3.09
/proc/15565/stat : 15565 (java) S 15563 15565 14412 0 -1 0 30033 0 1 0 296 13 0 0 18 0 12 0 23015454 827817984 29080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15565/statm: 202104 29080 1417 9 0 199431 0
[pid=15565/tid=15567] ppid=15563 vsize=808416 CPUtime=2.08
/proc/15565/task/15567/stat : 15567 (java) R 15563 15565 14412 0 -1 64 16904 0 1 0 200 8 0 0 25 0 12 0 23015456 827817984 29080 996147200 134512640 134550932 4294956016 18446744073709551615 4109572699 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15568] ppid=15563 vsize=808416 CPUtime=0.08
/proc/15565/task/15568/stat : 15568 (java) S 15563 15565 14412 0 -1 64 5821 0 0 0 7 1 0 0 16 0 12 0 23015457 827817984 29080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15569] ppid=15563 vsize=808416 CPUtime=0.09
/proc/15565/task/15569/stat : 15569 (java) S 15563 15565 14412 0 -1 64 4832 0 0 0 8 1 0 0 16 0 12 0 23015457 827817984 29080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15570] ppid=15563 vsize=808416 CPUtime=0
/proc/15565/task/15570/stat : 15570 (java) S 15563 15565 14412 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 23015458 827817984 29080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15571] ppid=15563 vsize=808416 CPUtime=0
/proc/15565/task/15571/stat : 15571 (java) S 15563 15565 14412 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23015459 827817984 29080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15572] ppid=15563 vsize=808416 CPUtime=0
/proc/15565/task/15572/stat : 15572 (java) S 15563 15565 14412 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23015459 827817984 29080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15573] ppid=15563 vsize=808416 CPUtime=0
/proc/15565/task/15573/stat : 15573 (java) S 15563 15565 14412 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23015463 827817984 29080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15574] ppid=15563 vsize=808416 CPUtime=0.04
/proc/15565/task/15574/stat : 15574 (java) S 15563 15565 14412 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 23015463 827817984 29080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15575] ppid=15563 vsize=808416 CPUtime=0.74
/proc/15565/task/15575/stat : 15575 (java) S 15563 15565 14412 0 -1 64 1460 0 0 0 74 0 0 0 16 0 12 0 23015463 827817984 29080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15576] ppid=15563 vsize=808416 CPUtime=0
/proc/15565/task/15576/stat : 15576 (java) S 15563 15565 14412 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23015463 827817984 29080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15577] ppid=15563 vsize=808416 CPUtime=0
/proc/15565/task/15577/stat : 15577 (java) S 15563 15565 14412 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23015463 827817984 29080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 808416

[startup+6.30207 s]
/proc/loadavg: 2.14 1.91 2.00 3/85 15577
/proc/meminfo: memFree=1694040/2055920 swapFree=4192812/4192956
[pid=15565] ppid=15563 vsize=808904 CPUtime=6.29
/proc/15565/stat : 15565 (java) S 15563 15565 14412 0 -1 0 51184 0 1 0 608 21 0 0 18 0 12 0 23015454 828317696 50067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15565/statm: 202226 50067 1420 9 0 199553 0
[pid=15565/tid=15567] ppid=15563 vsize=808904 CPUtime=4.67
/proc/15565/task/15567/stat : 15567 (java) R 15563 15565 14412 0 -1 64 16925 0 1 0 459 8 0 0 25 0 12 0 23015456 828317696 50067 996147200 134512640 134550932 4294956016 18446744073709551615 4109556686 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15568] ppid=15563 vsize=808904 CPUtime=0.38
/proc/15565/task/15568/stat : 15568 (java) S 15563 15565 14412 0 -1 64 15409 0 0 0 33 5 0 0 16 0 12 0 23015457 828317696 50067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15569] ppid=15563 vsize=808904 CPUtime=0.4
/proc/15565/task/15569/stat : 15569 (java) S 15563 15565 14412 0 -1 64 16374 0 0 0 35 5 0 0 16 0 12 0 23015457 828317696 50067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15570] ppid=15563 vsize=808904 CPUtime=0
/proc/15565/task/15570/stat : 15570 (java) S 15563 15565 14412 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 23015458 828317696 50067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15571] ppid=15563 vsize=808904 CPUtime=0
/proc/15565/task/15571/stat : 15571 (java) S 15563 15565 14412 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23015459 828317696 50067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15572] ppid=15563 vsize=808904 CPUtime=0
/proc/15565/task/15572/stat : 15572 (java) S 15563 15565 14412 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23015459 828317696 50067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15573] ppid=15563 vsize=808904 CPUtime=0
/proc/15565/task/15573/stat : 15573 (java) S 15563 15565 14412 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23015463 828317696 50067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15574] ppid=15563 vsize=808904 CPUtime=0.04
/proc/15565/task/15574/stat : 15574 (java) S 15563 15565 14412 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 23015463 828317696 50067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15575] ppid=15563 vsize=808904 CPUtime=0.74
/proc/15565/task/15575/stat : 15575 (java) S 15563 15565 14412 0 -1 64 1460 0 0 0 74 0 0 0 16 0 12 0 23015463 828317696 50067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15576] ppid=15563 vsize=808904 CPUtime=0
/proc/15565/task/15576/stat : 15576 (java) S 15563 15565 14412 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23015463 828317696 50067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15577] ppid=15563 vsize=808904 CPUtime=0
/proc/15565/task/15577/stat : 15577 (java) S 15563 15565 14412 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23015463 828317696 50067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 808904

[startup+12.7026 s]
/proc/loadavg: 2.29 1.94 2.01 3/85 15577
/proc/meminfo: memFree=1545432/2055920 swapFree=4192812/4192956
[pid=15565] ppid=15563 vsize=808740 CPUtime=12.71
/proc/15565/stat : 15565 (java) S 15563 15565 14412 0 -1 0 87415 0 1 0 1233 38 0 0 18 0 12 0 23015454 828149760 86206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15565/statm: 202185 86206 1420 9 0 199512 0
[pid=15565/tid=15567] ppid=15563 vsize=808740 CPUtime=9.9
/proc/15565/task/15567/stat : 15567 (java) R 15563 15565 14412 0 -1 64 16951 0 1 0 980 10 0 0 25 0 12 0 23015456 828149760 86206 996147200 134512640 134550932 4294956016 18446744073709551615 4109490129 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15565/tid=15568] ppid=15563 vsize=808740 CPUtime=1
/proc/15565/task/15568/stat : 15568 (java) S 15563 15565 14412 0 -1 64 36325 0 0 0 86 14 0 0 16 0 12 0 23015457 828149760 86206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15565/tid=15569] ppid=15563 vsize=808740 CPUtime=0.97
/proc/15565/task/15569/stat : 15569 (java) S 15563 15565 14412 0 -1 64 31663 0 0 0 86 11 0 0 16 0 12 0 23015457 828149760 86206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15565/tid=15570] ppid=15563 vsize=808740 CPUtime=0
/proc/15565/task/15570/stat : 15570 (java) S 15563 15565 14412 0 -1 64 17 0 0 0 0 0 0 0 15 0 12 0 23015458 828149760 86206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15565/tid=15571] ppid=15563 vsize=808740 CPUtime=0
/proc/15565/task/15571/stat : 15571 (java) S 15563 15565 14412 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23015459 828149760 86206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15572] ppid=15563 vsize=808740 CPUtime=0
/proc/15565/task/15572/stat : 15572 (java) S 15563 15565 14412 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23015459 828149760 86206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15573] ppid=15563 vsize=808740 CPUtime=0
/proc/15565/task/15573/stat : 15573 (java) S 15563 15565 14412 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23015463 828149760 86206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15574] ppid=15563 vsize=808740 CPUtime=0.04
/proc/15565/task/15574/stat : 15574 (java) S 15563 15565 14412 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 23015463 828149760 86206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15575] ppid=15563 vsize=808740 CPUtime=0.74
/proc/15565/task/15575/stat : 15575 (java) S 15563 15565 14412 0 -1 64 1460 0 0 0 74 0 0 0 17 0 12 0 23015463 828149760 86206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15576] ppid=15563 vsize=808740 CPUtime=0
/proc/15565/task/15576/stat : 15576 (java) S 15563 15565 14412 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23015463 828149760 86206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15577] ppid=15563 vsize=808740 CPUtime=0
/proc/15565/task/15577/stat : 15577 (java) S 15563 15565 14412 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23015463 828149760 86206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 808740

[startup+25.5021 s]
/proc/loadavg: 2.23 1.95 2.01 4/85 15577
/proc/meminfo: memFree=1197592/2055920 swapFree=4192812/4192956
[pid=15565] ppid=15563 vsize=814092 CPUtime=26.36
/proc/15565/stat : 15565 (java) S 15563 15565 14412 0 -1 0 172717 0 1 0 2564 72 0 0 18 0 12 0 23015454 833630208 166810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15565/statm: 203523 166810 1425 9 0 200850 0
[pid=15565/tid=15567] ppid=15563 vsize=814092 CPUtime=15.07
/proc/15565/task/15567/stat : 15567 (java) R 15563 15565 14412 0 -1 64 23129 0 1 0 1495 12 0 0 18 0 12 0 23015456 833630208 166810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15568] ppid=15563 vsize=814092 CPUtime=4.32
/proc/15565/task/15568/stat : 15568 (java) R 15563 15565 14412 0 -1 64 80803 0 0 0 401 31 0 0 16 0 12 0 23015457 833630208 166810 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15569] ppid=15563 vsize=814092 CPUtime=4.2
/proc/15565/task/15569/stat : 15569 (java) R 15563 15565 14412 0 -1 64 64053 0 0 0 395 25 0 0 16 0 12 0 23015457 833630208 166810 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15570] ppid=15563 vsize=814092 CPUtime=1.63
/proc/15565/task/15570/stat : 15570 (java) S 15563 15565 14412 0 -1 64 776 0 0 0 162 1 0 0 15 0 12 0 23015458 833630208 166810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15571] ppid=15563 vsize=814092 CPUtime=0
/proc/15565/task/15571/stat : 15571 (java) S 15563 15565 14412 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23015459 833630208 166810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15572] ppid=15563 vsize=814092 CPUtime=0
/proc/15565/task/15572/stat : 15572 (java) S 15563 15565 14412 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23015459 833630208 166810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15573] ppid=15563 vsize=814092 CPUtime=0
/proc/15565/task/15573/stat : 15573 (java) S 15563 15565 14412 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23015463 833630208 166810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15574] ppid=15563 vsize=814092 CPUtime=0.04

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

[pid=15565] ppid=15563 vsize=818032 CPUtime=87.16
/proc/15565/stat : 15565 (java) S 15563 15565 14412 0 -1 0 201299 0 3 0 8632 84 0 0 18 0 13 0 23015454 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15565/statm: 204508 173427 1452 9 0 201835 0
[pid=15565/tid=15567] ppid=15563 vsize=818032 CPUtime=30.1
/proc/15565/task/15567/stat : 15567 (java) R 15563 15565 14412 0 -1 64 23168 0 1 0 2998 12 0 0 25 0 13 0 23015456 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15568] ppid=15563 vsize=818032 CPUtime=5.11
/proc/15565/task/15568/stat : 15568 (java) S 15563 15565 14412 0 -1 64 81444 0 0 0 480 31 0 0 16 0 13 0 23015457 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15565/tid=15569] ppid=15563 vsize=818032 CPUtime=4.99
/proc/15565/task/15569/stat : 15569 (java) S 15563 15565 14412 0 -1 64 64053 0 0 0 474 25 0 0 16 0 13 0 23015457 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15565/tid=15570] ppid=15563 vsize=818032 CPUtime=45.05
/proc/15565/task/15570/stat : 15570 (java) R 15563 15565 14412 0 -1 64 27655 0 0 0 4494 11 0 0 18 0 13 0 23015458 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15571] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15571/stat : 15571 (java) S 15563 15565 14412 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23015459 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15572] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15572/stat : 15572 (java) S 15563 15565 14412 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23015459 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15573] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15573/stat : 15573 (java) S 15563 15565 14412 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23015463 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15574] ppid=15563 vsize=818032 CPUtime=0.09
/proc/15565/task/15574/stat : 15574 (java) S 15563 15565 14412 0 -1 64 266 0 1 0 9 0 0 0 16 0 13 0 23015463 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15575] ppid=15563 vsize=818032 CPUtime=1.75
/proc/15565/task/15575/stat : 15575 (java) S 15563 15565 14412 0 -1 64 3965 0 1 0 174 1 0 0 17 0 13 0 23015463 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15576] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15576/stat : 15576 (java) S 15563 15565 14412 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23015463 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15577] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15577/stat : 15577 (java) S 15563 15565 14412 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 23015463 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15578] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15578/stat : 15578 (java) S 15563 15565 14412 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 23018720 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 87.16
Current children cumulated vsize (KiB) 818032

[startup+89.5026 s]
/proc/loadavg: 2.46 2.06 2.04 4/86 15578
/proc/meminfo: memFree=1170768/2055920 swapFree=4192812/4192956
[pid=15565] ppid=15563 vsize=818032 CPUtime=90.35
/proc/15565/stat : 15565 (java) S 15563 15565 14412 0 -1 0 201801 0 3 0 8951 84 0 0 18 0 13 0 23015454 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15565/statm: 204508 173427 1452 9 0 201835 0
[pid=15565/tid=15567] ppid=15563 vsize=818032 CPUtime=30.21
/proc/15565/task/15567/stat : 15567 (java) S 15563 15565 14412 0 -1 64 23169 0 1 0 3009 12 0 0 25 0 13 0 23015456 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15568] ppid=15563 vsize=818032 CPUtime=5.11
/proc/15565/task/15568/stat : 15568 (java) S 15563 15565 14412 0 -1 64 81444 0 0 0 480 31 0 0 16 0 13 0 23015457 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15565/tid=15569] ppid=15563 vsize=818032 CPUtime=4.99
/proc/15565/task/15569/stat : 15569 (java) S 15563 15565 14412 0 -1 64 64053 0 0 0 474 25 0 0 16 0 13 0 23015457 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15565/tid=15570] ppid=15563 vsize=818032 CPUtime=48.13
/proc/15565/task/15570/stat : 15570 (java) R 15563 15565 14412 0 -1 64 28156 0 0 0 4802 11 0 0 18 0 13 0 23015458 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 106836617 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15571] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15571/stat : 15571 (java) S 15563 15565 14412 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23015459 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15572] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15572/stat : 15572 (java) S 15563 15565 14412 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23015459 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15573] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15573/stat : 15573 (java) S 15563 15565 14412 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23015463 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15574] ppid=15563 vsize=818032 CPUtime=0.09
/proc/15565/task/15574/stat : 15574 (java) S 15563 15565 14412 0 -1 64 266 0 1 0 9 0 0 0 16 0 13 0 23015463 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15575] ppid=15563 vsize=818032 CPUtime=1.75
/proc/15565/task/15575/stat : 15575 (java) S 15563 15565 14412 0 -1 64 3965 0 1 0 174 1 0 0 17 0 13 0 23015463 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15576] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15576/stat : 15576 (java) S 15563 15565 14412 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23015463 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15577] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15577/stat : 15577 (java) S 15563 15565 14412 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 23015463 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15578] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15578/stat : 15578 (java) S 15563 15565 14412 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 23018720 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 90.35
Current children cumulated vsize (KiB) 818032

[startup+91.1028 s]
/proc/loadavg: 2.43 2.06 2.04 3/86 15578
/proc/meminfo: memFree=1170640/2055920 swapFree=4192812/4192956
[pid=15565] ppid=15563 vsize=818032 CPUtime=91.94
/proc/15565/stat : 15565 (java) S 15563 15565 14412 0 -1 0 202302 0 3 0 9110 84 0 0 18 0 13 0 23015454 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15565/statm: 204508 173427 1452 9 0 201835 0
[pid=15565/tid=15567] ppid=15563 vsize=818032 CPUtime=30.21
/proc/15565/task/15567/stat : 15567 (java) S 15563 15565 14412 0 -1 64 23169 0 1 0 3009 12 0 0 25 0 13 0 23015456 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15568] ppid=15563 vsize=818032 CPUtime=5.11
/proc/15565/task/15568/stat : 15568 (java) S 15563 15565 14412 0 -1 64 81444 0 0 0 480 31 0 0 16 0 13 0 23015457 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15565/tid=15569] ppid=15563 vsize=818032 CPUtime=4.99
/proc/15565/task/15569/stat : 15569 (java) S 15563 15565 14412 0 -1 64 64053 0 0 0 474 25 0 0 16 0 13 0 23015457 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15565/tid=15570] ppid=15563 vsize=818032 CPUtime=49.72
/proc/15565/task/15570/stat : 15570 (java) R 15563 15565 14412 0 -1 64 28657 0 0 0 4961 11 0 0 21 0 13 0 23015458 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 106836623 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15571] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15571/stat : 15571 (java) S 15563 15565 14412 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23015459 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15572] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15572/stat : 15572 (java) S 15563 15565 14412 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23015459 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15573] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15573/stat : 15573 (java) S 15563 15565 14412 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23015463 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15574] ppid=15563 vsize=818032 CPUtime=0.09
/proc/15565/task/15574/stat : 15574 (java) S 15563 15565 14412 0 -1 64 266 0 1 0 9 0 0 0 16 0 13 0 23015463 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15575] ppid=15563 vsize=818032 CPUtime=1.75
/proc/15565/task/15575/stat : 15575 (java) S 15563 15565 14412 0 -1 64 3965 0 1 0 174 1 0 0 17 0 13 0 23015463 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15576] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15576/stat : 15576 (java) S 15563 15565 14412 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23015463 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15577] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15577/stat : 15577 (java) S 15563 15565 14412 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 23015463 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15578] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15578/stat : 15578 (java) S 15563 15565 14412 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 23018720 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 91.94
Current children cumulated vsize (KiB) 818032

[startup+91.9028 s]
/proc/loadavg: 2.43 2.06 2.04 3/86 15578
/proc/meminfo: memFree=1170640/2055920 swapFree=4192812/4192956
[pid=15565] ppid=15563 vsize=818032 CPUtime=92.74
/proc/15565/stat : 15565 (java) S 15563 15565 14412 0 -1 0 202302 0 3 0 9190 84 0 0 18 0 13 0 23015454 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15565/statm: 204508 173427 1452 9 0 201835 0
[pid=15565/tid=15567] ppid=15563 vsize=818032 CPUtime=30.21
/proc/15565/task/15567/stat : 15567 (java) S 15563 15565 14412 0 -1 64 23169 0 1 0 3009 12 0 0 25 0 13 0 23015456 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15568] ppid=15563 vsize=818032 CPUtime=5.11
/proc/15565/task/15568/stat : 15568 (java) S 15563 15565 14412 0 -1 64 81444 0 0 0 480 31 0 0 16 0 13 0 23015457 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15565/tid=15569] ppid=15563 vsize=818032 CPUtime=4.99
/proc/15565/task/15569/stat : 15569 (java) S 15563 15565 14412 0 -1 64 64053 0 0 0 474 25 0 0 16 0 13 0 23015457 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15565/tid=15570] ppid=15563 vsize=818032 CPUtime=50.52
/proc/15565/task/15570/stat : 15570 (java) R 15563 15565 14412 0 -1 64 28657 0 0 0 5041 11 0 0 24 0 13 0 23015458 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 106159204 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15571] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15571/stat : 15571 (java) S 15563 15565 14412 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23015459 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15572] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15572/stat : 15572 (java) S 15563 15565 14412 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23015459 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15573] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15573/stat : 15573 (java) S 15563 15565 14412 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23015463 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15574] ppid=15563 vsize=818032 CPUtime=0.09
/proc/15565/task/15574/stat : 15574 (java) S 15563 15565 14412 0 -1 64 266 0 1 0 9 0 0 0 16 0 13 0 23015463 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15575] ppid=15563 vsize=818032 CPUtime=1.75
/proc/15565/task/15575/stat : 15575 (java) S 15563 15565 14412 0 -1 64 3965 0 1 0 174 1 0 0 17 0 13 0 23015463 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15576] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15576/stat : 15576 (java) S 15563 15565 14412 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23015463 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15577] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15577/stat : 15577 (java) S 15563 15565 14412 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 23015463 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15578] ppid=15563 vsize=818032 CPUtime=0
/proc/15565/task/15578/stat : 15578 (java) S 15563 15565 14412 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 23018720 837664768 173427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 92.74
Current children cumulated vsize (KiB) 818032

[startup+92.3029 s]
/proc/loadavg: 2.43 2.06 2.04 2/86 15579
/proc/meminfo: memFree=1172560/2055920 swapFree=4192812/4192956
[pid=15565] ppid=15563 vsize=816352 CPUtime=93.13
/proc/15565/stat : 15565 (java) S 15563 15565 14412 0 -1 0 202316 0 3 0 9229 84 0 0 18 0 13 0 23015454 835944448 172938 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15565/statm: 204088 172938 1452 9 0 201415 0
[pid=15565/tid=15567] ppid=15563 vsize=816352 CPUtime=30.21
/proc/15565/task/15567/stat : 15567 (java) S 15563 15565 14412 0 -1 64 23175 0 1 0 3009 12 0 0 17 0 13 0 23015456 835944448 172938 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15568] ppid=15563 vsize=816352 CPUtime=5.11
/proc/15565/task/15568/stat : 15568 (java) S 15563 15565 14412 0 -1 64 81444 0 0 0 480 31 0 0 16 0 13 0 23015457 835944448 172938 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15565/tid=15569] ppid=15563 vsize=816352 CPUtime=4.99
/proc/15565/task/15569/stat : 15569 (java) S 15563 15565 14412 0 -1 64 64053 0 0 0 474 25 0 0 16 0 13 0 23015457 835944448 172938 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15565/tid=15570] ppid=15563 vsize=816352 CPUtime=50.91
/proc/15565/task/15570/stat : 15570 (java) S 15563 15565 14412 0 -1 64 28657 0 0 0 5080 11 0 0 25 0 13 0 23015458 835944448 172938 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15571] ppid=15563 vsize=816352 CPUtime=0
/proc/15565/task/15571/stat : 15571 (java) S 15563 15565 14412 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23015459 835944448 172938 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15572] ppid=15563 vsize=816352 CPUtime=0
/proc/15565/task/15572/stat : 15572 (java) S 15563 15565 14412 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23015459 835944448 172938 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15573] ppid=15563 vsize=816352 CPUtime=0
/proc/15565/task/15573/stat : 15573 (java) S 15563 15565 14412 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23015463 835944448 172938 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15574] ppid=15563 vsize=816352 CPUtime=0.09
/proc/15565/task/15574/stat : 15574 (java) S 15563 15565 14412 0 -1 64 266 0 1 0 9 0 0 0 16 0 13 0 23015463 835944448 172938 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15575] ppid=15563 vsize=816352 CPUtime=1.75
/proc/15565/task/15575/stat : 15575 (java) S 15563 15565 14412 0 -1 64 3965 0 1 0 174 1 0 0 17 0 13 0 23015463 835944448 172938 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15576] ppid=15563 vsize=816352 CPUtime=0
/proc/15565/task/15576/stat : 15576 (java) S 15563 15565 14412 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23015463 835944448 172938 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15577] ppid=15563 vsize=816352 CPUtime=0
/proc/15565/task/15577/stat : 15577 (java) S 15563 15565 14412 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 23015463 835944448 172938 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15565/tid=15578] ppid=15563 vsize=816352 CPUtime=0
/proc/15565/task/15578/stat : 15578 (java) S 15563 15565 14412 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 23018720 835944448 172938 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.13
Current children cumulated vsize (KiB) 816352

[startup+92.408 s]
/proc/loadavg: 2.43 2.06 2.04 2/86 15579
/proc/meminfo: memFree=1172560/2055920 swapFree=4192812/4192956
[pid=15565] ppid=15563 vsize=0 CPUtime=93.19
/proc/15565/stat : 15565 (java) Z 15563 15565 14412 0 -1 12 202319 0 3 0 9229 90 0 0 16 0 2 0 23015454 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15565/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 93.19
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 92.4434
CPU time (s): 93.2418
CPU user time (s): 92.298
CPU system time (s): 0.943856
CPU usage (%): 100.864
Max. virtual memory (cumulated for all children) (KiB): 863380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.298
system time used= 0.943856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202319
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4050
involuntary context switches= 5228

runsolver used 0.111982 second user time and 0.32395 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-12 02:44:49
IDJOB=2074969
IDBENCH=56212
IDSOLVER=731
FILE ID=node20/2074969-1247359487
PBS_JOBID= 9506959
Free space on /tmp= 66260 MiB

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

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

MD5SUM BENCH= 15c3c041a0681c25c1693041f0df8ce7
RANDOM SEED=179006590

node20.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1861016 kB
Buffers:         21448 kB
Cached:         107616 kB
SwapCached:          0 kB
Active:         114236 kB
Inactive:        34196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           23188 kB
Writeback:           0 kB
Mapped:          30064 kB
Slab:            31756 kB
Committed_AS:   217740 kB
PageTables:       1756 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= 66260 MiB
End job on node20 at 2009-07-12 02:46:21