Trace number 2087311

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? 160.058 159.627

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-10-4-8.xml
MD5SUMe650ecce621fc62488f06c9106738b67
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables7520
Number of constraints40576
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40576
Global constraints used (with number of constraints)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.15	c version 2.1.1.v20090622
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 671000808
0.09/0.15	c Max memory 672137216
0.09/0.15	c Total memory 672137216
0.09/0.15	c Number of processors 2
0.18/0.24	c c --- Begin Solver configuration ---
0.18/0.24	c Stops conflict analysis at the first Unique Implication Point
0.18/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.24	c Learn all clauses as in MiniSAT
0.18/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.24	c Expensive reason simplification
0.18/0.24	c MiniSAT restarts strategy
0.18/0.24	c Memory based learned constraints deletion strategy
0.18/0.24	c timeout=2147483s
0.18/0.24	c DB Simplification allowed=false
0.18/0.24	c --- End Solver configuration ---
0.18/0.24	c solving HOME/instance-2087311-1247385918.xml
0.18/0.24	c reading problem ... 
0.39/0.48	c reading problem named null
0.39/0.48	c reading domains done.
0.39/0.48	c reading variables done.
2.19/2.29	c reading predicates  done.
2.48/2.51	c reading constraints
159.94/159.50	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
159.94/159.50		at org.sat4j.core.Vec.ensure(Unknown Source)
159.94/159.50		at org.sat4j.core.Vec.push(Unknown Source)
159.94/159.50		at org.sat4j.minisat.constraints.cnf.Lits.watch(Unknown Source)
159.94/159.50		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(Unknown Source)
159.94/159.50		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
159.94/159.50		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
159.94/159.50		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
159.94/159.50		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.50		at org.sat4j.csp.Predicate.find(Unknown Source)
159.94/159.51	c starts		: 0
159.94/159.51	c conflicts		: 0
159.94/159.51	c decisions		: 0
159.94/159.51	c propagations		: 0
159.94/159.51	c inspects		: 0
159.94/159.51	c learnt literals	: 0
159.94/159.51	c learnt binary clauses	: 0
159.94/159.51	c learnt ternary clauses	: 0
159.94/159.51	c learnt clauses	: 0
159.94/159.51	c ignored clauses	: 0
159.94/159.51	c root simplifications	: 0
159.94/159.51	c removed literals (reason simplification)	: 0
159.94/159.51	c reason swapping (by a shorter reason)	: 0
159.94/159.51	c Calls to reduceDB	: 0
159.94/159.51	c speed (assignments/second)	: 0.0
159.94/159.51	c non guided choices	0
159.94/159.51	c learnt constraints type 
159.94/159.51	c constraints type 
159.94/159.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3767095
159.94/159.51	c org.sat4j.minisat.constraints.card.AtLeast => 7520
159.94/159.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 7520
159.94/159.51	s UNKNOWN
159.94/159.51	c Total wall clock time (in seconds) : 159.269

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.09 2.03 3/72 28144
/proc/meminfo: memFree=1839768/2055920 swapFree=4192812/4192956
[pid=28144] ppid=28142 vsize=1612 CPUtime=0
/proc/28144/stat : 28144 (java6) R 28142 28144 26629 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 25654580 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/28144/statm: 403 150 114 9 0 45 0

[startup+0.0702671 s]
/proc/loadavg: 2.08 2.09 2.03 3/72 28144
/proc/meminfo: memFree=1839768/2055920 swapFree=4192812/4192956
[pid=28144] ppid=28142 vsize=802164 CPUtime=0.06
/proc/28144/stat : 28144 (java) S 28142 28144 26629 0 -1 0 2758 0 1 0 4 2 0 0 18 0 7 0 25654580 821415936 2503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/28144/statm: 200541 2503 1032 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.102278 s]
/proc/loadavg: 2.08 2.09 2.03 3/72 28144
/proc/meminfo: memFree=1839768/2055920 swapFree=4192812/4192956
[pid=28144] ppid=28142 vsize=804560 CPUtime=0.09
/proc/28144/stat : 28144 (java) S 28142 28144 26629 0 -1 0 3037 0 1 0 7 2 0 0 18 0 12 0 25654580 823869440 2780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28144/statm: 201140 2780 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301288 s]
/proc/loadavg: 2.08 2.09 2.03 3/72 28144
/proc/meminfo: memFree=1839768/2055920 swapFree=4192812/4192956
[pid=28144] ppid=28142 vsize=805864 CPUtime=0.28
/proc/28144/stat : 28144 (java) S 28142 28144 26629 0 -1 0 4376 0 1 0 24 4 0 0 18 0 12 0 25654580 825204736 4113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28144/statm: 201466 4113 1359 9 0 198793 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805864

[startup+0.702325 s]
/proc/loadavg: 2.08 2.09 2.03 3/72 28144
/proc/meminfo: memFree=1839768/2055920 swapFree=4192812/4192956
[pid=28144] ppid=28142 vsize=807208 CPUtime=0.69
/proc/28144/stat : 28144 (java) S 28142 28144 26629 0 -1 0 5448 0 1 0 63 6 0 0 18 0 12 0 25654580 826580992 4941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28144/statm: 201802 4941 1389 9 0 199129 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807208

[startup+1.50239 s]
/proc/loadavg: 2.08 2.09 2.03 4/84 28156
/proc/meminfo: memFree=1824696/2055920 swapFree=4192812/4192956
[pid=28144] ppid=28142 vsize=810004 CPUtime=1.48
/proc/28144/stat : 28144 (java) S 28142 28144 26629 0 -1 0 7443 0 1 0 141 7 0 0 18 0 12 0 25654580 829444096 5965 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28144/statm: 202501 5965 1406 9 0 199828 0
[pid=28144/tid=28146] ppid=28142 vsize=810004 CPUtime=0.79
/proc/28144/task/28146/stat : 28146 (java) R 28142 28144 26629 0 -1 64 3839 0 1 0 75 4 0 0 25 0 12 0 25654581 829444096 5965 996147200 134512640 134550932 4294956016 18446744073709551615 4109131934 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28147] ppid=28142 vsize=810004 CPUtime=0
/proc/28144/task/28147/stat : 28147 (java) S 28142 28144 26629 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 25654582 829444096 5965 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28148] ppid=28142 vsize=810004 CPUtime=0
/proc/28144/task/28148/stat : 28148 (java) S 28142 28144 26629 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 25654582 829444096 5965 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28149] ppid=28142 vsize=810004 CPUtime=0
/proc/28144/task/28149/stat : 28149 (java) S 28142 28144 26629 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 25654584 829444096 5965 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28150] ppid=28142 vsize=810004 CPUtime=0
/proc/28144/task/28150/stat : 28150 (java) S 28142 28144 26629 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 25654585 829444096 5966 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28151] ppid=28142 vsize=810004 CPUtime=0
/proc/28144/task/28151/stat : 28151 (java) S 28142 28144 26629 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 25654585 829444096 5966 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28152] ppid=28142 vsize=810004 CPUtime=0
/proc/28144/task/28152/stat : 28152 (java) S 28142 28144 26629 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25654589 829444096 5966 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28153] ppid=28142 vsize=810004 CPUtime=0.04
/proc/28144/task/28153/stat : 28153 (java) S 28142 28144 26629 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 25654589 829444096 5966 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28154] ppid=28142 vsize=810004 CPUtime=0.63
/proc/28144/task/28154/stat : 28154 (java) S 28142 28144 26629 0 -1 64 2607 0 0 0 62 1 0 0 17 0 12 0 25654589 829444096 5966 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28155] ppid=28142 vsize=810004 CPUtime=0
/proc/28144/task/28155/stat : 28155 (java) S 28142 28144 26629 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25654589 829444096 5966 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28156] ppid=28142 vsize=810004 CPUtime=0
/proc/28144/task/28156/stat : 28156 (java) S 28142 28144 26629 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25654589 829444096 5966 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) 810004

[startup+3.10151 s]
/proc/loadavg: 2.08 2.09 2.03 3/84 28156
/proc/meminfo: memFree=1818488/2055920 swapFree=4192812/4192956
[pid=28144] ppid=28142 vsize=810004 CPUtime=3.08
/proc/28144/stat : 28144 (java) S 28142 28144 26629 0 -1 0 10889 0 1 0 298 10 0 0 18 0 12 0 25654580 829444096 8785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28144/statm: 202501 8785 1423 9 0 199828 0
[pid=28144/tid=28146] ppid=28142 vsize=810004 CPUtime=1.5
/proc/28144/task/28146/stat : 28146 (java) R 28142 28144 26629 0 -1 64 6564 0 1 0 144 6 0 0 25 0 12 0 25654581 829444096 8785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28147] ppid=28142 vsize=810004 CPUtime=0
/proc/28144/task/28147/stat : 28147 (java) S 28142 28144 26629 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 25654582 829444096 8785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28148] ppid=28142 vsize=810004 CPUtime=0
/proc/28144/task/28148/stat : 28148 (java) S 28142 28144 26629 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 25654582 829444096 8785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28149] ppid=28142 vsize=810004 CPUtime=0
/proc/28144/task/28149/stat : 28149 (java) S 28142 28144 26629 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 25654584 829444096 8785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28150] ppid=28142 vsize=810004 CPUtime=0
/proc/28144/task/28150/stat : 28150 (java) S 28142 28144 26629 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 25654585 829444096 8785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28151] ppid=28142 vsize=810004 CPUtime=0
/proc/28144/task/28151/stat : 28151 (java) S 28142 28144 26629 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 25654585 829444096 8785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28152] ppid=28142 vsize=810004 CPUtime=0
/proc/28144/task/28152/stat : 28152 (java) S 28142 28144 26629 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25654589 829444096 8785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28153] ppid=28142 vsize=810004 CPUtime=0.04
/proc/28144/task/28153/stat : 28153 (java) S 28142 28144 26629 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 25654589 829444096 8785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28154] ppid=28142 vsize=810004 CPUtime=1.52
/proc/28144/task/28154/stat : 28154 (java) R 28142 28144 26629 0 -1 64 3328 0 0 0 150 2 0 0 17 0 12 0 25654589 829444096 8785 996147200 134512640 134550932 4294956016 18446744073709551615 103863420 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28155] ppid=28142 vsize=810004 CPUtime=0
/proc/28144/task/28155/stat : 28155 (java) S 28142 28144 26629 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25654589 829444096 8785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28156] ppid=28142 vsize=810004 CPUtime=0
/proc/28144/task/28156/stat : 28156 (java) S 28142 28144 26629 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25654589 829444096 8785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 810004

[startup+6.30277 s]
/proc/loadavg: 2.23 2.12 2.04 3/84 28156
/proc/meminfo: memFree=1788600/2055920 swapFree=4192812/4192956
[pid=28144] ppid=28142 vsize=812516 CPUtime=6.32
/proc/28144/stat : 28144 (java) S 28142 28144 26629 0 -1 0 24188 0 1 0 615 17 0 0 18 0 12 0 25654580 832016384 21699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28144/statm: 203129 21699 1450 9 0 200456 0
[pid=28144/tid=28146] ppid=28142 vsize=812516 CPUtime=2.96
/proc/28144/task/28146/stat : 28146 (java) R 28142 28144 26629 0 -1 64 17231 0 1 0 284 12 0 0 25 0 12 0 25654581 832016384 21699 996147200 134512640 134550932 4294956016 18446744073709551615 4110385838 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28147] ppid=28142 vsize=812516 CPUtime=0.02
/proc/28144/task/28147/stat : 28147 (java) S 28142 28144 26629 0 -1 64 709 0 0 0 2 0 0 0 17 0 12 0 25654582 832016384 21699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28148] ppid=28142 vsize=812516 CPUtime=0.03
/proc/28144/task/28148/stat : 28148 (java) S 28142 28144 26629 0 -1 64 775 0 0 0 3 0 0 0 17 0 12 0 25654582 832016384 21699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28149] ppid=28142 vsize=812516 CPUtime=0
/proc/28144/task/28149/stat : 28149 (java) S 28142 28144 26629 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 25654584 832016384 21699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28150] ppid=28142 vsize=812516 CPUtime=0
/proc/28144/task/28150/stat : 28150 (java) S 28142 28144 26629 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25654585 832016384 21699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28151] ppid=28142 vsize=812516 CPUtime=0
/proc/28144/task/28151/stat : 28151 (java) S 28142 28144 26629 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25654585 832016384 21699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28152] ppid=28142 vsize=812516 CPUtime=0
/proc/28144/task/28152/stat : 28152 (java) S 28142 28144 26629 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25654589 832016384 21699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28153] ppid=28142 vsize=812516 CPUtime=0.92
/proc/28144/task/28153/stat : 28153 (java) S 28142 28144 26629 0 -1 64 341 0 0 0 92 0 0 0 16 0 12 0 25654589 832016384 21699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28154] ppid=28142 vsize=812516 CPUtime=2.34
/proc/28144/task/28154/stat : 28154 (java) S 28142 28144 26629 0 -1 64 4380 0 0 0 232 2 0 0 19 0 12 0 25654589 832016384 21699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28144/tid=28155] ppid=28142 vsize=812516 CPUtime=0
/proc/28144/task/28155/stat : 28155 (java) S 28142 28144 26629 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25654589 832016384 21699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28156] ppid=28142 vsize=812516 CPUtime=0
/proc/28144/task/28156/stat : 28156 (java) S 28142 28144 26629 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25654589 832016384 21699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 812516

[startup+12.7013 s]
/proc/loadavg: 2.21 2.12 2.04 3/84 28156
/proc/meminfo: memFree=1725496/2055920 swapFree=4192812/4192956
[pid=28144] ppid=28142 vsize=812516 CPUtime=12.77
/proc/28144/stat : 28144 (java) S 28142 28144 26629 0 -1 0 35444 0 1 0 1253 24 0 0 18 0 12 0 25654580 832016384 32502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28144/statm: 203129 32502 1450 9 0 200456 0
[pid=28144/tid=28146] ppid=28142 vsize=812516 CPUtime=7.94
/proc/28144/task/28146/stat : 28146 (java) R 28142 28144 26629 0 -1 64 17245 0 1 0 781 13 0 0 25 0 12 0 25654581 832016384 32502 996147200 134512640 134550932 4294956016 18446744073709551615 4110504455 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28147] ppid=28142 vsize=812516 CPUtime=0.43
/proc/28144/task/28147/stat : 28147 (java) S 28142 28144 26629 0 -1 64 5109 0 0 0 41 2 0 0 17 0 12 0 25654582 832016384 32502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28148] ppid=28142 vsize=812516 CPUtime=0.53
/proc/28144/task/28148/stat : 28148 (java) S 28142 28144 26629 0 -1 64 7545 0 0 0 50 3 0 0 17 0 12 0 25654582 832016384 32502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28149] ppid=28142 vsize=812516 CPUtime=0.01
/proc/28144/task/28149/stat : 28149 (java) S 28142 28144 26629 0 -1 64 28 0 0 0 1 0 0 0 16 0 12 0 25654584 832016384 32502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28150] ppid=28142 vsize=812516 CPUtime=0
/proc/28144/task/28150/stat : 28150 (java) S 28142 28144 26629 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25654585 832016384 32502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28151] ppid=28142 vsize=812516 CPUtime=0
/proc/28144/task/28151/stat : 28151 (java) S 28142 28144 26629 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25654585 832016384 32502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28152] ppid=28142 vsize=812516 CPUtime=0
/proc/28144/task/28152/stat : 28152 (java) S 28142 28144 26629 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25654589 832016384 32502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28153] ppid=28142 vsize=812516 CPUtime=1.45
/proc/28144/task/28153/stat : 28153 (java) S 28142 28144 26629 0 -1 64 397 0 0 0 145 0 0 0 16 0 12 0 25654589 832016384 32502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28154] ppid=28142 vsize=812516 CPUtime=2.34
/proc/28144/task/28154/stat : 28154 (java) S 28142 28144 26629 0 -1 64 4380 0 0 0 232 2 0 0 19 0 12 0 25654589 832016384 32502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28144/tid=28155] ppid=28142 vsize=812516 CPUtime=0
/proc/28144/task/28155/stat : 28155 (java) S 28142 28144 26629 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25654589 832016384 32502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28156] ppid=28142 vsize=812516 CPUtime=0
/proc/28144/task/28156/stat : 28156 (java) S 28142 28144 26629 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25654589 832016384 32502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 812516

[startup+25.5023 s]
/proc/loadavg: 2.17 2.11 2.04 3/84 28156
/proc/meminfo: memFree=1603512/2055920 swapFree=4192812/4192956
[pid=28144] ppid=28142 vsize=825116 CPUtime=25.62
/proc/28144/stat : 28144 (java) S 28142 28144 26629 0 -1 0 66894 0 1 0 2521 41 0 0 18 0 12 0 25654580 844918784 61271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28144/statm: 206279 61271 1450 9 0 203606 0
[pid=28144/tid=28146] ppid=28142 vsize=825116 CPUtime=17.92
/proc/28144/task/28146/stat : 28146 (java) R 28142 28144 26629 0 -1 64 17272 0 1 0 1778 14 0 0 25 0 12 0 25654581 844918784 61271 996147200 134512640 134550932 4294956016 18446744073709551615 4110310849 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28147] ppid=28142 vsize=825116 CPUtime=1.29
/proc/28144/task/28147/stat : 28147 (java) S 28142 28144 26629 0 -1 64 19248 0 0 0 119 10 0 0 16 0 12 0 25654582 844918784 61271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28148] ppid=28142 vsize=825116 CPUtime=1.14
/proc/28144/task/28148/stat : 28148 (java) S 28142 28144 26629 0 -1 64 19412 0 0 0 105 9 0 0 16 0 12 0 25654582 844918784 61271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28149] ppid=28142 vsize=825116 CPUtime=0.02
/proc/28144/task/28149/stat : 28149 (java) S 28142 28144 26629 0 -1 64 28 0 0 0 2 0 0 0 15 0 12 0 25654584 844918784 61271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28150] ppid=28142 vsize=825116 CPUtime=0
/proc/28144/task/28150/stat : 28150 (java) S 28142 28144 26629 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25654585 844918784 61271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28151] ppid=28142 vsize=825116 CPUtime=0
/proc/28144/task/28151/stat : 28151 (java) S 28142 28144 26629 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25654585 844918784 61271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28152] ppid=28142 vsize=825116 CPUtime=0
/proc/28144/task/28152/stat : 28152 (java) S 28142 28144 26629 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25654589 844918784 61271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28153] ppid=28142 vsize=825116 CPUtime=2.87

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

[pid=28144/tid=28155] ppid=28142 vsize=825116 CPUtime=0
/proc/28144/task/28155/stat : 28155 (java) S 28142 28144 26629 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25654589 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28156] ppid=28142 vsize=825116 CPUtime=0
/proc/28144/task/28156/stat : 28156 (java) S 28142 28144 26629 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25654589 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 147.53
Current children cumulated vsize (KiB) 825116

[startup+153.503 s]
/proc/loadavg: 2.38 2.22 2.09 3/84 28156
/proc/meminfo: memFree=1123000/2055920 swapFree=4192812/4192956
[pid=28144] ppid=28142 vsize=825116 CPUtime=153.93
/proc/28144/stat : 28144 (java) S 28142 28144 26629 0 -1 0 293999 0 1 0 15233 160 0 0 18 0 12 0 25654580 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28144/statm: 206279 176050 1452 9 0 203606 0
[pid=28144/tid=28146] ppid=28142 vsize=825116 CPUtime=81.81
/proc/28144/task/28146/stat : 28146 (java) S 28142 28144 26629 0 -1 64 17374 0 1 0 8166 15 0 0 17 0 12 0 25654581 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28147] ppid=28142 vsize=825116 CPUtime=7.01
/proc/28144/task/28147/stat : 28147 (java) S 28142 28144 26629 0 -1 64 69281 0 0 0 670 31 0 0 16 0 12 0 25654582 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28148] ppid=28142 vsize=825116 CPUtime=6.5
/proc/28144/task/28148/stat : 28148 (java) S 28142 28144 26629 0 -1 64 86316 0 0 0 607 43 0 0 15 0 12 0 25654582 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28149] ppid=28142 vsize=825116 CPUtime=53.33
/proc/28144/task/28149/stat : 28149 (java) R 28142 28144 26629 0 -1 64 110094 0 0 0 5271 62 0 0 25 0 12 0 25654584 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 104177764 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28150] ppid=28142 vsize=825116 CPUtime=0
/proc/28144/task/28150/stat : 28150 (java) S 28142 28144 26629 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25654585 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28151] ppid=28142 vsize=825116 CPUtime=0
/proc/28144/task/28151/stat : 28151 (java) S 28142 28144 26629 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25654585 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28152] ppid=28142 vsize=825116 CPUtime=0
/proc/28144/task/28152/stat : 28152 (java) S 28142 28144 26629 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25654589 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28153] ppid=28142 vsize=825116 CPUtime=2.87
/proc/28144/task/28153/stat : 28153 (java) S 28142 28144 26629 0 -1 64 5814 0 0 0 284 3 0 0 25 0 12 0 25654589 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28154] ppid=28142 vsize=825116 CPUtime=2.34
/proc/28144/task/28154/stat : 28154 (java) S 28142 28144 26629 0 -1 64 4380 0 0 0 232 2 0 0 16 0 12 0 25654589 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28155] ppid=28142 vsize=825116 CPUtime=0
/proc/28144/task/28155/stat : 28155 (java) S 28142 28144 26629 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25654589 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28156] ppid=28142 vsize=825116 CPUtime=0
/proc/28144/task/28156/stat : 28156 (java) S 28142 28144 26629 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25654589 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 153.93
Current children cumulated vsize (KiB) 825116

[startup+156.702 s]
/proc/loadavg: 2.35 2.21 2.09 3/84 28156
/proc/meminfo: memFree=1123000/2055920 swapFree=4192812/4192956
[pid=28144] ppid=28142 vsize=849124 CPUtime=157.13
/proc/28144/stat : 28144 (java) S 28142 28144 26629 0 -1 0 302672 0 1 0 15548 165 0 0 18 0 12 0 25654580 869502976 178722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28144/statm: 212281 178732 1452 9 0 209608 0
[pid=28144/tid=28146] ppid=28142 vsize=849124 CPUtime=81.81
/proc/28144/task/28146/stat : 28146 (java) S 28142 28144 26629 0 -1 64 17374 0 1 0 8166 15 0 0 17 0 12 0 25654581 869502976 178739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28147] ppid=28142 vsize=849124 CPUtime=7.01
/proc/28144/task/28147/stat : 28147 (java) S 28142 28144 26629 0 -1 64 69281 0 0 0 670 31 0 0 16 0 12 0 25654582 869502976 178747 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28148] ppid=28142 vsize=849124 CPUtime=6.5
/proc/28144/task/28148/stat : 28148 (java) S 28142 28144 26629 0 -1 64 86316 0 0 0 607 43 0 0 15 0 12 0 25654582 869502976 178756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28149] ppid=28142 vsize=849124 CPUtime=56.53
/proc/28144/task/28149/stat : 28149 (java) R 28142 28144 26629 0 -1 64 118810 0 0 0 5586 67 0 0 25 0 12 0 25654584 869502976 178764 996147200 134512640 134550932 4294956016 18446744073709551615 103586042 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28150] ppid=28142 vsize=849124 CPUtime=0
/proc/28144/task/28150/stat : 28150 (java) S 28142 28144 26629 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25654585 869502976 178772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28151] ppid=28142 vsize=849124 CPUtime=0
/proc/28144/task/28151/stat : 28151 (java) S 28142 28144 26629 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25654585 869502976 178779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28152] ppid=28142 vsize=849124 CPUtime=0
/proc/28144/task/28152/stat : 28152 (java) S 28142 28144 26629 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25654589 869502976 178786 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28153] ppid=28142 vsize=849124 CPUtime=2.87
/proc/28144/task/28153/stat : 28153 (java) S 28142 28144 26629 0 -1 64 5814 0 0 0 284 3 0 0 25 0 12 0 25654589 869502976 178793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28154] ppid=28142 vsize=849124 CPUtime=2.34
/proc/28144/task/28154/stat : 28154 (java) S 28142 28144 26629 0 -1 64 4380 0 0 0 232 2 0 0 16 0 12 0 25654589 869502976 178801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28155] ppid=28142 vsize=849124 CPUtime=0
/proc/28144/task/28155/stat : 28155 (java) S 28142 28144 26629 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25654589 869502976 178809 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28156] ppid=28142 vsize=849124 CPUtime=0
/proc/28144/task/28156/stat : 28156 (java) S 28142 28144 26629 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25654589 869502976 178818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.13
Current children cumulated vsize (KiB) 849124

[startup+158.302 s]
/proc/loadavg: 2.35 2.21 2.09 3/84 28156
/proc/meminfo: memFree=1123000/2055920 swapFree=4192812/4192956
[pid=28144] ppid=28142 vsize=841120 CPUtime=158.74
/proc/28144/stat : 28144 (java) S 28142 28144 26629 0 -1 0 306003 0 1 0 15707 167 0 0 18 0 12 0 25654580 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28144/statm: 210280 180051 1452 9 0 207607 0
[pid=28144/tid=28146] ppid=28142 vsize=841120 CPUtime=81.81
/proc/28144/task/28146/stat : 28146 (java) S 28142 28144 26629 0 -1 64 17374 0 1 0 8166 15 0 0 17 0 12 0 25654581 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28147] ppid=28142 vsize=841120 CPUtime=7.01
/proc/28144/task/28147/stat : 28147 (java) S 28142 28144 26629 0 -1 64 69281 0 0 0 670 31 0 0 16 0 12 0 25654582 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28148] ppid=28142 vsize=841120 CPUtime=6.5
/proc/28144/task/28148/stat : 28148 (java) S 28142 28144 26629 0 -1 64 86316 0 0 0 607 43 0 0 15 0 12 0 25654582 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28149] ppid=28142 vsize=841120 CPUtime=58.14
/proc/28144/task/28149/stat : 28149 (java) R 28142 28144 26629 0 -1 64 122098 0 0 0 5745 69 0 0 25 0 12 0 25654584 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 104187882 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28150] ppid=28142 vsize=841120 CPUtime=0
/proc/28144/task/28150/stat : 28150 (java) S 28142 28144 26629 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25654585 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28151] ppid=28142 vsize=841120 CPUtime=0
/proc/28144/task/28151/stat : 28151 (java) S 28142 28144 26629 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25654585 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28152] ppid=28142 vsize=841120 CPUtime=0
/proc/28144/task/28152/stat : 28152 (java) S 28142 28144 26629 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25654589 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28153] ppid=28142 vsize=841120 CPUtime=2.87
/proc/28144/task/28153/stat : 28153 (java) S 28142 28144 26629 0 -1 64 5814 0 0 0 284 3 0 0 25 0 12 0 25654589 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28154] ppid=28142 vsize=841120 CPUtime=2.34
/proc/28144/task/28154/stat : 28154 (java) S 28142 28144 26629 0 -1 64 4380 0 0 0 232 2 0 0 16 0 12 0 25654589 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28155] ppid=28142 vsize=841120 CPUtime=0
/proc/28144/task/28155/stat : 28155 (java) S 28142 28144 26629 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25654589 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28156] ppid=28142 vsize=841120 CPUtime=0
/proc/28144/task/28156/stat : 28156 (java) S 28142 28144 26629 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25654589 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.74
Current children cumulated vsize (KiB) 841120

[startup+159.102 s]
/proc/loadavg: 2.35 2.21 2.09 3/84 28156
/proc/meminfo: memFree=1123000/2055920 swapFree=4192812/4192956
[pid=28144] ppid=28142 vsize=841120 CPUtime=159.53
/proc/28144/stat : 28144 (java) S 28142 28144 26629 0 -1 0 306003 0 1 0 15786 167 0 0 18 0 12 0 25654580 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28144/statm: 210280 180051 1452 9 0 207607 0
[pid=28144/tid=28146] ppid=28142 vsize=841120 CPUtime=81.81
/proc/28144/task/28146/stat : 28146 (java) S 28142 28144 26629 0 -1 64 17374 0 1 0 8166 15 0 0 17 0 12 0 25654581 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28147] ppid=28142 vsize=841120 CPUtime=7.01
/proc/28144/task/28147/stat : 28147 (java) S 28142 28144 26629 0 -1 64 69281 0 0 0 670 31 0 0 16 0 12 0 25654582 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28148] ppid=28142 vsize=841120 CPUtime=6.5
/proc/28144/task/28148/stat : 28148 (java) S 28142 28144 26629 0 -1 64 86316 0 0 0 607 43 0 0 15 0 12 0 25654582 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28149] ppid=28142 vsize=841120 CPUtime=58.94
/proc/28144/task/28149/stat : 28149 (java) R 28142 28144 26629 0 -1 64 122098 0 0 0 5825 69 0 0 25 0 12 0 25654584 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28150] ppid=28142 vsize=841120 CPUtime=0
/proc/28144/task/28150/stat : 28150 (java) S 28142 28144 26629 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25654585 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28151] ppid=28142 vsize=841120 CPUtime=0
/proc/28144/task/28151/stat : 28151 (java) S 28142 28144 26629 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25654585 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28152] ppid=28142 vsize=841120 CPUtime=0
/proc/28144/task/28152/stat : 28152 (java) S 28142 28144 26629 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25654589 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28153] ppid=28142 vsize=841120 CPUtime=2.87
/proc/28144/task/28153/stat : 28153 (java) S 28142 28144 26629 0 -1 64 5814 0 0 0 284 3 0 0 25 0 12 0 25654589 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28154] ppid=28142 vsize=841120 CPUtime=2.34
/proc/28144/task/28154/stat : 28154 (java) S 28142 28144 26629 0 -1 64 4380 0 0 0 232 2 0 0 16 0 12 0 25654589 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28155] ppid=28142 vsize=841120 CPUtime=0
/proc/28144/task/28155/stat : 28155 (java) S 28142 28144 26629 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25654589 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28156] ppid=28142 vsize=841120 CPUtime=0
/proc/28144/task/28156/stat : 28156 (java) S 28142 28144 26629 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25654589 861306880 180051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.53
Current children cumulated vsize (KiB) 841120

[startup+159.507 s]
/proc/loadavg: 2.32 2.21 2.09 3/84 28156
/proc/meminfo: memFree=1123000/2055920 swapFree=4192812/4192956
[pid=28144] ppid=28142 vsize=825116 CPUtime=159.94
/proc/28144/stat : 28144 (java) S 28142 28144 26629 0 -1 0 306006 0 1 0 15827 167 0 0 18 0 12 0 25654580 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28144/statm: 206279 176050 1451 9 0 203606 0
[pid=28144/tid=28146] ppid=28142 vsize=825116 CPUtime=81.81
/proc/28144/task/28146/stat : 28146 (java) R 28142 28144 26629 0 -1 64 17377 0 1 0 8166 15 0 0 16 0 12 0 25654581 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28147] ppid=28142 vsize=825116 CPUtime=7.01
/proc/28144/task/28147/stat : 28147 (java) S 28142 28144 26629 0 -1 64 69281 0 0 0 670 31 0 0 16 0 12 0 25654582 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28148] ppid=28142 vsize=825116 CPUtime=6.5
/proc/28144/task/28148/stat : 28148 (java) S 28142 28144 26629 0 -1 64 86316 0 0 0 607 43 0 0 15 0 12 0 25654582 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28149] ppid=28142 vsize=825116 CPUtime=59.34
/proc/28144/task/28149/stat : 28149 (java) S 28142 28144 26629 0 -1 64 122098 0 0 0 5865 69 0 0 25 0 12 0 25654584 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28150] ppid=28142 vsize=825116 CPUtime=0
/proc/28144/task/28150/stat : 28150 (java) S 28142 28144 26629 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25654585 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28151] ppid=28142 vsize=825116 CPUtime=0
/proc/28144/task/28151/stat : 28151 (java) S 28142 28144 26629 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25654585 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28152] ppid=28142 vsize=825116 CPUtime=0
/proc/28144/task/28152/stat : 28152 (java) S 28142 28144 26629 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25654589 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28153] ppid=28142 vsize=825116 CPUtime=2.87
/proc/28144/task/28153/stat : 28153 (java) S 28142 28144 26629 0 -1 64 5814 0 0 0 284 3 0 0 25 0 12 0 25654589 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28154] ppid=28142 vsize=825116 CPUtime=2.34
/proc/28144/task/28154/stat : 28154 (java) S 28142 28144 26629 0 -1 64 4380 0 0 0 232 2 0 0 16 0 12 0 25654589 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28155] ppid=28142 vsize=825116 CPUtime=0
/proc/28144/task/28155/stat : 28155 (java) S 28142 28144 26629 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25654589 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28144/tid=28156] ppid=28142 vsize=825116 CPUtime=0
/proc/28144/task/28156/stat : 28156 (java) S 28142 28144 26629 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25654589 844918784 176050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.94
Current children cumulated vsize (KiB) 825116

[startup+159.602 s]
/proc/loadavg: 2.32 2.21 2.09 3/84 28156
/proc/meminfo: memFree=1123000/2055920 swapFree=4192812/4192956
[pid=28144] ppid=28142 vsize=0 CPUtime=160.02
/proc/28144/stat : 28144 (java) Z 28142 28144 26629 0 -1 12 306021 0 1 0 15827 175 0 0 16 0 2 0 25654580 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28144/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 159.627
CPU time (s): 160.058
CPU user time (s): 158.277
CPU system time (s): 1.78073
CPU usage (%): 100.27
Max. virtual memory (cumulated for all children) (KiB): 849124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 158.277
system time used= 1.78073
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306021
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= 6482
involuntary context switches= 5729

runsolver used 0.215967 second user time and 0.547916 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-12 10:05:19
IDJOB=2087311
IDBENCH=58714
IDSOLVER=731
FILE ID=node69/2087311-1247385918
PBS_JOBID= 9507254
Free space on /tmp= 66496 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-10-4-8.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087311-1247385918/watcher-2087311-1247385918 -o /tmp/evaluation-result-2087311-1247385918/solver-2087311-1247385918 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087311-1247385918.xml

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

MD5SUM BENCH= e650ecce621fc62488f06c9106738b67
RANDOM SEED=636427665

node69.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.211
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.211
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:       1840248 kB
Buffers:         14324 kB
Cached:          78564 kB
SwapCached:          0 kB
Active:         137164 kB
Inactive:        27252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7308 kB
Writeback:           0 kB
Mapped:          83100 kB
Slab:            36368 kB
Committed_AS:   233600 kB
PageTables:       1944 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= 66492 MiB
End job on node69 at 2009-07-12 10:07:58