Trace number 2081657

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? 246.12 246.566

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-17.xml
MD5SUMff0095e884b4a099556c455a5e77fd82
Bench Category2-ARY-INT (binary 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 variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1570
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
Global constraints used (with number of constraints)

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.15	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.17	c Total memory 672137216
0.08/0.17	c Number of processors 2
0.17/0.26	c c --- Begin Solver configuration ---
0.17/0.26	c Stops conflict analysis at the first Unique Implication Point
0.17/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.17/0.26	c Learn all clauses as in MiniSAT
0.17/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.17/0.26	c Expensive reason simplification
0.17/0.26	c MiniSAT restarts strategy
0.17/0.26	c Memory based learned constraints deletion strategy
0.17/0.26	c timeout=2147483s
0.17/0.26	c DB Simplification allowed=false
0.17/0.26	c --- End Solver configuration ---
0.17/0.26	c solving HOME/instance-2081657-1247373490.xml
0.17/0.26	c reading problem ... 
0.48/0.52	c reading problem named null
0.48/0.52	c reading domains done.
0.48/0.55	c reading variables done.
2.85/2.52	c reading predicates  done.
3.05/2.75	c reading constraints
236.39/236.85	Exception in thread "main" c starts		: 0
245.99/246.41	c conflicts		: 0
245.99/246.41	c decisions		: 0
245.99/246.41	c propagations		: 0
245.99/246.41	c inspects		: 0
245.99/246.41	c learnt literals	: 0
245.99/246.41	c learnt binary clauses	: 0
245.99/246.41	c learnt ternary clauses	: 0
245.99/246.41	c learnt clauses	: 0
245.99/246.41	c ignored clauses	: 0
245.99/246.41	c root simplifications	: 0
245.99/246.41	c removed literals (reason simplification)	: 0
245.99/246.41	c reason swapping (by a shorter reason)	: 0
245.99/246.41	c Calls to reduceDB	: 0
245.99/246.41	c speed (assignments/second)	: 0.0
245.99/246.41	c non guided choices	0
245.99/246.41	c learnt constraints type 
245.99/246.41	c constraints type 
245.99/246.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80852
245.99/246.41	c org.sat4j.minisat.constraints.card.AtLeast => 600
245.99/246.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
245.99/246.41	s UNKNOWN
245.99/246.42	c Total wall clock time (in seconds) : 241.42

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-2081657-1247373490/watcher-2081657-1247373490 -o /tmp/evaluation-result-2081657-1247373490/solver-2081657-1247373490 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081657-1247373490.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.09 2.15 2.08 3/72 23331
/proc/meminfo: memFree=1602712/2055920 swapFree=4192812/4192956
[pid=23331] ppid=23329 vsize=18576 CPUtime=0
/proc/23331/stat : 23331 (runsolver) R 23329 23331 22820 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 24415389 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 238487661863 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/23331/statm: 4644 284 249 26 0 2626 0

[startup+0.100651 s]
/proc/loadavg: 2.09 2.15 2.08 3/72 23331
/proc/meminfo: memFree=1602712/2055920 swapFree=4192812/4192956
[pid=23331] ppid=23329 vsize=802164 CPUtime=0.08
/proc/23331/stat : 23331 (java) S 23329 23331 22820 0 -1 0 2899 0 1 0 5 3 0 0 18 0 7 0 24415389 821415936 2644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/23331/statm: 200541 2644 1043 9 0 197892 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802164

[startup+0.202682 s]
/proc/loadavg: 2.09 2.15 2.08 3/72 23331
/proc/meminfo: memFree=1602712/2055920 swapFree=4192812/4192956
[pid=23331] ppid=23329 vsize=805352 CPUtime=0.17
/proc/23331/stat : 23331 (java) S 23329 23331 22820 0 -1 0 3793 0 1 0 14 3 0 0 18 0 12 0 24415389 824680448 3531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23331/statm: 201338 3531 1332 9 0 198672 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 805352

[startup+0.301697 s]
/proc/loadavg: 2.09 2.15 2.08 3/72 23331
/proc/meminfo: memFree=1602712/2055920 swapFree=4192812/4192956
[pid=23331] ppid=23329 vsize=805628 CPUtime=0.28
/proc/23331/stat : 23331 (java) S 23329 23331 22820 0 -1 0 4251 0 1 0 24 4 0 0 18 0 12 0 24415389 824963072 3988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23331/statm: 201407 3988 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701765 s]
/proc/loadavg: 2.09 2.15 2.08 3/72 23331
/proc/meminfo: memFree=1602712/2055920 swapFree=4192812/4192956
[pid=23331] ppid=23329 vsize=807184 CPUtime=0.67
/proc/23331/stat : 23331 (java) S 23329 23331 22820 0 -1 0 5428 0 1 0 62 5 0 0 18 0 12 0 24415389 826556416 4919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23331/statm: 201796 4919 1386 9 0 199123 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807184

[startup+1.50292 s]
/proc/loadavg: 2.25 2.18 2.09 5/84 23343
/proc/meminfo: memFree=1525112/2055920 swapFree=4192812/4192956
[pid=23331] ppid=23329 vsize=807184 CPUtime=1.58
/proc/23331/stat : 23331 (java) S 23329 23331 22820 0 -1 0 33623 0 1 0 138 20 0 0 18 0 12 0 24415389 826556416 32575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23331/statm: 201796 32575 1398 9 0 199123 0
[pid=23331/tid=23333] ppid=23329 vsize=807184 CPUtime=0.79
/proc/23331/task/23333/stat : 23333 (java) R 23329 23331 22820 0 -1 64 16885 0 1 0 67 12 0 0 24 0 12 0 24415390 826556416 32575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23334] ppid=23329 vsize=807184 CPUtime=0.21
/proc/23331/task/23334/stat : 23334 (java) R 23329 23331 22820 0 -1 64 6321 0 0 0 18 3 0 0 16 0 12 0 24415392 826556416 32575 996147200 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23335] ppid=23329 vsize=807184 CPUtime=0.17
/proc/23331/task/23335/stat : 23335 (java) R 23329 23331 22820 0 -1 64 8486 0 0 0 14 3 0 0 16 0 12 0 24415392 826556416 32575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23336] ppid=23329 vsize=807184 CPUtime=0
/proc/23331/task/23336/stat : 23336 (java) S 23329 23331 22820 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24415393 826556416 32575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23337] ppid=23329 vsize=807184 CPUtime=0
/proc/23331/task/23337/stat : 23337 (java) S 23329 23331 22820 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24415394 826556416 32575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23338] ppid=23329 vsize=807184 CPUtime=0
/proc/23331/task/23338/stat : 23338 (java) S 23329 23331 22820 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24415394 826556416 32575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23339] ppid=23329 vsize=807184 CPUtime=0
/proc/23331/task/23339/stat : 23339 (java) S 23329 23331 22820 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24415399 826556416 32575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23340] ppid=23329 vsize=807184 CPUtime=0
/proc/23331/task/23340/stat : 23340 (java) S 23329 23331 22820 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24415399 826556416 32575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23341] ppid=23329 vsize=807184 CPUtime=0.37
/proc/23331/task/23341/stat : 23341 (java) S 23329 23331 22820 0 -1 64 1172 0 0 0 37 0 0 0 16 0 12 0 24415399 826556416 32575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23342] ppid=23329 vsize=807184 CPUtime=0
/proc/23331/task/23342/stat : 23342 (java) S 23329 23331 22820 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24415399 826556416 32575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23343] ppid=23329 vsize=807184 CPUtime=0
/proc/23331/task/23343/stat : 23343 (java) S 23329 23331 22820 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24415399 826556416 32575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 807184

[startup+3.10224 s]
/proc/loadavg: 2.25 2.18 2.09 5/84 23343
/proc/meminfo: memFree=1408760/2055920 swapFree=4192812/4192956
[pid=23331] ppid=23329 vsize=814176 CPUtime=3.44
/proc/23331/stat : 23331 (java) S 23329 23331 22820 0 -1 0 65793 0 1 0 309 35 0 0 18 0 12 0 24415389 833716224 60799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23331/statm: 203544 60799 1407 9 0 200871 0
[pid=23331/tid=23333] ppid=23329 vsize=814176 CPUtime=1.27
/proc/23331/task/23333/stat : 23333 (java) R 23329 23331 22820 0 -1 64 17420 0 1 0 115 12 0 0 18 0 12 0 24415390 833716224 60799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23334] ppid=23329 vsize=814176 CPUtime=0.72
/proc/23331/task/23334/stat : 23334 (java) S 23329 23331 22820 0 -1 64 21402 0 0 0 62 10 0 0 16 0 12 0 24415392 833716224 60799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23335] ppid=23329 vsize=814176 CPUtime=0.77
/proc/23331/task/23335/stat : 23335 (java) S 23329 23331 22820 0 -1 64 23047 0 0 0 68 9 0 0 19 0 12 0 24415392 833716224 60799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23336] ppid=23329 vsize=814176 CPUtime=0
/proc/23331/task/23336/stat : 23336 (java) S 23329 23331 22820 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24415393 833716224 60799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23337] ppid=23329 vsize=814176 CPUtime=0
/proc/23331/task/23337/stat : 23337 (java) S 23329 23331 22820 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24415394 833716224 60799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23338] ppid=23329 vsize=814176 CPUtime=0
/proc/23331/task/23338/stat : 23338 (java) S 23329 23331 22820 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24415394 833716224 60799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23339] ppid=23329 vsize=814176 CPUtime=0
/proc/23331/task/23339/stat : 23339 (java) S 23329 23331 22820 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24415399 833716224 60799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23340] ppid=23329 vsize=814176 CPUtime=0
/proc/23331/task/23340/stat : 23340 (java) S 23329 23331 22820 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24415399 833716224 60799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23341] ppid=23329 vsize=814176 CPUtime=0.63
/proc/23331/task/23341/stat : 23341 (java) R 23329 23331 22820 0 -1 64 3165 0 0 0 62 1 0 0 17 0 12 0 24415399 833716224 60799 996147200 134512640 134550932 4294956016 18446744073709551615 106261811 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23342] ppid=23329 vsize=814176 CPUtime=0
/proc/23331/task/23342/stat : 23342 (java) S 23329 23331 22820 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24415399 833716224 60799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23343] ppid=23329 vsize=814176 CPUtime=0
/proc/23331/task/23343/stat : 23343 (java) S 23329 23331 22820 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24415399 833716224 60799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 814176

[startup+6.30185 s]
/proc/loadavg: 2.23 2.18 2.09 3/84 23343
/proc/meminfo: memFree=1341112/2055920 swapFree=4192812/4192956
[pid=23331] ppid=23329 vsize=813020 CPUtime=6.63
/proc/23331/stat : 23331 (java) S 23329 23331 22820 0 -1 0 76727 0 1 0 623 40 0 0 18 0 12 0 24415389 832532480 71424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23331/statm: 203255 71424 1426 9 0 200582 0
[pid=23331/tid=23333] ppid=23329 vsize=813020 CPUtime=3.99
/proc/23331/task/23333/stat : 23333 (java) R 23329 23331 22820 0 -1 64 17436 0 1 0 387 12 0 0 18 0 12 0 24415390 832532480 71424 996147200 134512640 134550932 4294956016 18446744073709551615 4109593132 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23334] ppid=23329 vsize=813020 CPUtime=0.88
/proc/23331/task/23334/stat : 23334 (java) S 23329 23331 22820 0 -1 64 25321 0 0 0 76 12 0 0 16 0 12 0 24415392 832532480 71424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23335] ppid=23329 vsize=813020 CPUtime=0.95
/proc/23331/task/23335/stat : 23335 (java) S 23329 23331 22820 0 -1 64 29975 0 0 0 83 12 0 0 16 0 12 0 24415392 832532480 71424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23336] ppid=23329 vsize=813020 CPUtime=0
/proc/23331/task/23336/stat : 23336 (java) S 23329 23331 22820 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 24415393 832532480 71424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23337] ppid=23329 vsize=813020 CPUtime=0
/proc/23331/task/23337/stat : 23337 (java) S 23329 23331 22820 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24415394 832532480 71424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23338] ppid=23329 vsize=813020 CPUtime=0
/proc/23331/task/23338/stat : 23338 (java) S 23329 23331 22820 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24415394 832532480 71424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23339] ppid=23329 vsize=813020 CPUtime=0
/proc/23331/task/23339/stat : 23339 (java) S 23329 23331 22820 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24415399 832532480 71424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23340] ppid=23329 vsize=813020 CPUtime=0
/proc/23331/task/23340/stat : 23340 (java) S 23329 23331 22820 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24415399 832532480 71424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23341] ppid=23329 vsize=813020 CPUtime=0.77
/proc/23331/task/23341/stat : 23341 (java) S 23329 23331 22820 0 -1 64 3236 0 0 0 75 2 0 0 17 0 12 0 24415399 832532480 71424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23342] ppid=23329 vsize=813020 CPUtime=0
/proc/23331/task/23342/stat : 23342 (java) S 23329 23331 22820 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24415399 832532480 71424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23343] ppid=23329 vsize=813020 CPUtime=0
/proc/23331/task/23343/stat : 23343 (java) S 23329 23331 22820 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24415399 832532480 71424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 813020

[startup+12.7021 s]
/proc/loadavg: 2.37 2.21 2.10 3/84 23343
/proc/meminfo: memFree=1270392/2055920 swapFree=4192812/4192956
[pid=23331] ppid=23329 vsize=818264 CPUtime=13.13
/proc/23331/stat : 23331 (java) S 23329 23331 22820 0 -1 0 93845 0 1 0 1264 49 0 0 18 0 12 0 24415389 837902336 85144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23331/statm: 204566 85144 1433 9 0 201893 0
[pid=23331/tid=23333] ppid=23329 vsize=818264 CPUtime=9.17
/proc/23331/task/23333/stat : 23333 (java) R 23329 23331 22820 0 -1 64 17462 0 1 0 905 12 0 0 25 0 12 0 24415390 837902336 85144 996147200 134512640 134550932 4294956016 18446744073709551615 4109656782 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23334] ppid=23329 vsize=818264 CPUtime=1.14
/proc/23331/task/23334/stat : 23334 (java) S 23329 23331 22820 0 -1 64 32634 0 0 0 98 16 0 0 16 0 12 0 24415392 837902336 85144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23335] ppid=23329 vsize=818264 CPUtime=1.15
/proc/23331/task/23335/stat : 23335 (java) S 23329 23331 22820 0 -1 64 34975 0 0 0 101 14 0 0 16 0 12 0 24415392 837902336 85144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23336] ppid=23329 vsize=818264 CPUtime=0
/proc/23331/task/23336/stat : 23336 (java) S 23329 23331 22820 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 24415393 837902336 85144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23337] ppid=23329 vsize=818264 CPUtime=0
/proc/23331/task/23337/stat : 23337 (java) S 23329 23331 22820 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24415394 837902336 85144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23338] ppid=23329 vsize=818264 CPUtime=0
/proc/23331/task/23338/stat : 23338 (java) S 23329 23331 22820 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24415394 837902336 85144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23339] ppid=23329 vsize=818264 CPUtime=0
/proc/23331/task/23339/stat : 23339 (java) S 23329 23331 22820 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24415399 837902336 85144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23340] ppid=23329 vsize=818264 CPUtime=0.17
/proc/23331/task/23340/stat : 23340 (java) S 23329 23331 22820 0 -1 64 1190 0 0 0 17 0 0 0 16 0 12 0 24415399 837902336 85144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23341] ppid=23329 vsize=818264 CPUtime=1.43
/proc/23331/task/23341/stat : 23341 (java) S 23329 23331 22820 0 -1 64 6838 0 0 0 139 4 0 0 17 0 12 0 24415399 837902336 85144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23342] ppid=23329 vsize=818264 CPUtime=0
/proc/23331/task/23342/stat : 23342 (java) S 23329 23331 22820 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24415399 837902336 85144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23343] ppid=23329 vsize=818264 CPUtime=0
/proc/23331/task/23343/stat : 23343 (java) S 23329 23331 22820 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24415399 837902336 85144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.13
Current children cumulated vsize (KiB) 818264

[startup+25.5026 s]
/proc/loadavg: 2.29 2.20 2.09 3/84 23343
/proc/meminfo: memFree=1189304/2055920 swapFree=4192812/4192956
[pid=23331] ppid=23329 vsize=815500 CPUtime=25.92
/proc/23331/stat : 23331 (java) S 23329 23331 22820 0 -1 0 113838 0 1 0 2535 57 0 0 18 0 12 0 24415389 835072000 104420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23331/statm: 203875 104420 1433 9 0 201202 0
[pid=23331/tid=23333] ppid=23329 vsize=815500 CPUtime=20.94
/proc/23331/task/23333/stat : 23333 (java) R 23329 23331 22820 0 -1 64 17497 0 1 0 2081 13 0 0 25 0 12 0 24415390 835072000 104420 996147200 134512640 134550932 4294956016 18446744073709551615 4109593132 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23334] ppid=23329 vsize=815500 CPUtime=1.53
/proc/23331/task/23334/stat : 23334 (java) S 23329 23331 22820 0 -1 64 45646 0 0 0 132 21 0 0 16 0 12 0 24415392 835072000 104420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23335] ppid=23329 vsize=815500 CPUtime=1.52
/proc/23331/task/23335/stat : 23335 (java) S 23329 23331 22820 0 -1 64 41921 0 0 0 135 17 0 0 16 0 12 0 24415392 835072000 104420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23336] ppid=23329 vsize=815500 CPUtime=0.01
/proc/23331/task/23336/stat : 23336 (java) S 23329 23331 22820 0 -1 64 8 0 0 0 1 0 0 0 15 0 12 0 24415393 835072000 104420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23337] ppid=23329 vsize=815500 CPUtime=0
/proc/23331/task/23337/stat : 23337 (java) S 23329 23331 22820 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24415394 835072000 104420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23338] ppid=23329 vsize=815500 CPUtime=0
/proc/23331/task/23338/stat : 23338 (java) S 23329 23331 22820 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24415394 835072000 104420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23339] ppid=23329 vsize=815500 CPUtime=0
/proc/23331/task/23339/stat : 23339 (java) S 23329 23331 22820 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24415399 835072000 104420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23340] ppid=23329 vsize=815500 CPUtime=0.17

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

[pid=23331] ppid=23329 vsize=823828 CPUtime=242.79
/proc/23331/stat : 23331 (java) S 23329 23331 22820 0 -1 0 435100 0 1 0 24050 229 0 0 18 0 13 0 24415389 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23331/statm: 205957 175411 1434 9 0 203284 0
[pid=23331/tid=23333] ppid=23329 vsize=823828 CPUtime=154.21
/proc/23331/task/23333/stat : 23333 (java) S 23329 23331 22820 0 -1 64 17866 0 1 0 15407 14 0 0 18 0 13 0 24415390 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23334] ppid=23329 vsize=823828 CPUtime=4.65
/proc/23331/task/23334/stat : 23334 (java) S 23329 23331 22820 0 -1 64 78957 0 0 0 429 36 0 0 16 0 13 0 24415392 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23335] ppid=23329 vsize=823828 CPUtime=4.72
/proc/23331/task/23335/stat : 23335 (java) S 23329 23331 22820 0 -1 64 77860 0 0 0 439 33 0 0 15 0 13 0 24415392 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23336] ppid=23329 vsize=823828 CPUtime=77.24
/proc/23331/task/23336/stat : 23336 (java) R 23329 23331 22820 0 -1 64 251646 0 0 0 7586 138 0 0 25 0 13 0 24415393 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 106158052 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23337] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23337/stat : 23337 (java) S 23329 23331 22820 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 24415394 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23338] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23338/stat : 23338 (java) S 23329 23331 22820 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 24415394 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23339] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23339/stat : 23339 (java) S 23329 23331 22820 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23340] ppid=23329 vsize=823828 CPUtime=0.17
/proc/23331/task/23340/stat : 23340 (java) S 23329 23331 22820 0 -1 64 1190 0 0 0 17 0 0 0 16 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23341] ppid=23329 vsize=823828 CPUtime=1.72
/proc/23331/task/23341/stat : 23341 (java) S 23329 23331 22820 0 -1 64 6838 0 0 0 168 4 0 0 17 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23342] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23342/stat : 23342 (java) S 23329 23331 22820 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23343] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23343/stat : 23343 (java) S 23329 23331 22820 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23344] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23344/stat : 23344 (java) S 23329 23331 22820 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 24439557 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 242.79
Current children cumulated vsize (KiB) 823828

[startup+244.802 s]
/proc/loadavg: 2.43 2.27 2.13 3/85 23344
/proc/meminfo: memFree=904176/2055920 swapFree=4192812/4192956
[pid=23331] ppid=23329 vsize=823828 CPUtime=244.39
/proc/23331/stat : 23331 (java) S 23329 23331 22820 0 -1 0 438604 0 1 0 24207 232 0 0 18 0 13 0 24415389 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23331/statm: 205957 175411 1434 9 0 203284 0
[pid=23331/tid=23333] ppid=23329 vsize=823828 CPUtime=154.21
/proc/23331/task/23333/stat : 23333 (java) S 23329 23331 22820 0 -1 64 17866 0 1 0 15407 14 0 0 18 0 13 0 24415390 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23334] ppid=23329 vsize=823828 CPUtime=4.65
/proc/23331/task/23334/stat : 23334 (java) S 23329 23331 22820 0 -1 64 78957 0 0 0 429 36 0 0 16 0 13 0 24415392 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23335] ppid=23329 vsize=823828 CPUtime=4.72
/proc/23331/task/23335/stat : 23335 (java) S 23329 23331 22820 0 -1 64 77860 0 0 0 439 33 0 0 15 0 13 0 24415392 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23336] ppid=23329 vsize=823828 CPUtime=78.85
/proc/23331/task/23336/stat : 23336 (java) R 23329 23331 22820 0 -1 64 255149 0 0 0 7744 141 0 0 25 0 13 0 24415393 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 105697721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23337] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23337/stat : 23337 (java) S 23329 23331 22820 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 24415394 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23338] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23338/stat : 23338 (java) S 23329 23331 22820 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24415394 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23339] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23339/stat : 23339 (java) S 23329 23331 22820 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23340] ppid=23329 vsize=823828 CPUtime=0.17
/proc/23331/task/23340/stat : 23340 (java) S 23329 23331 22820 0 -1 64 1190 0 0 0 17 0 0 0 16 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23341] ppid=23329 vsize=823828 CPUtime=1.72
/proc/23331/task/23341/stat : 23341 (java) S 23329 23331 22820 0 -1 64 6838 0 0 0 168 4 0 0 17 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23342] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23342/stat : 23342 (java) S 23329 23331 22820 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23343] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23343/stat : 23343 (java) S 23329 23331 22820 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23344] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23344/stat : 23344 (java) S 23329 23331 22820 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 24439557 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 244.39
Current children cumulated vsize (KiB) 823828

[startup+245.602 s]
/proc/loadavg: 2.40 2.26 2.13 3/85 23344
/proc/meminfo: memFree=904176/2055920 swapFree=4192812/4192956
[pid=23331] ppid=23329 vsize=823828 CPUtime=245.19
/proc/23331/stat : 23331 (java) S 23329 23331 22820 0 -1 0 442108 0 1 0 24286 233 0 0 18 0 13 0 24415389 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23331/statm: 205957 175411 1434 9 0 203284 0
[pid=23331/tid=23333] ppid=23329 vsize=823828 CPUtime=154.21
/proc/23331/task/23333/stat : 23333 (java) S 23329 23331 22820 0 -1 64 17866 0 1 0 15407 14 0 0 18 0 13 0 24415390 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23334] ppid=23329 vsize=823828 CPUtime=4.65
/proc/23331/task/23334/stat : 23334 (java) S 23329 23331 22820 0 -1 64 78957 0 0 0 429 36 0 0 16 0 13 0 24415392 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23335] ppid=23329 vsize=823828 CPUtime=4.72
/proc/23331/task/23335/stat : 23335 (java) S 23329 23331 22820 0 -1 64 77860 0 0 0 439 33 0 0 15 0 13 0 24415392 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23336] ppid=23329 vsize=823828 CPUtime=79.64
/proc/23331/task/23336/stat : 23336 (java) R 23329 23331 22820 0 -1 64 258652 0 0 0 7822 142 0 0 25 0 13 0 24415393 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 105886044 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23337] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23337/stat : 23337 (java) S 23329 23331 22820 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 24415394 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23338] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23338/stat : 23338 (java) S 23329 23331 22820 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24415394 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23339] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23339/stat : 23339 (java) S 23329 23331 22820 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23340] ppid=23329 vsize=823828 CPUtime=0.17
/proc/23331/task/23340/stat : 23340 (java) S 23329 23331 22820 0 -1 64 1190 0 0 0 17 0 0 0 16 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23341] ppid=23329 vsize=823828 CPUtime=1.72
/proc/23331/task/23341/stat : 23341 (java) S 23329 23331 22820 0 -1 64 6838 0 0 0 168 4 0 0 17 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23342] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23342/stat : 23342 (java) S 23329 23331 22820 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23343] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23343/stat : 23343 (java) S 23329 23331 22820 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23344] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23344/stat : 23344 (java) S 23329 23331 22820 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 24439557 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 245.19
Current children cumulated vsize (KiB) 823828

[startup+246.002 s]
/proc/loadavg: 2.40 2.26 2.13 3/85 23344
/proc/meminfo: memFree=904176/2055920 swapFree=4192812/4192956
[pid=23331] ppid=23329 vsize=823828 CPUtime=245.59
/proc/23331/stat : 23331 (java) S 23329 23331 22820 0 -1 0 442108 0 1 0 24326 233 0 0 18 0 13 0 24415389 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23331/statm: 205957 175411 1434 9 0 203284 0
[pid=23331/tid=23333] ppid=23329 vsize=823828 CPUtime=154.21
/proc/23331/task/23333/stat : 23333 (java) S 23329 23331 22820 0 -1 64 17866 0 1 0 15407 14 0 0 18 0 13 0 24415390 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23334] ppid=23329 vsize=823828 CPUtime=4.65
/proc/23331/task/23334/stat : 23334 (java) S 23329 23331 22820 0 -1 64 78957 0 0 0 429 36 0 0 16 0 13 0 24415392 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23335] ppid=23329 vsize=823828 CPUtime=4.72
/proc/23331/task/23335/stat : 23335 (java) S 23329 23331 22820 0 -1 64 77860 0 0 0 439 33 0 0 15 0 13 0 24415392 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23336] ppid=23329 vsize=823828 CPUtime=80.04
/proc/23331/task/23336/stat : 23336 (java) R 23329 23331 22820 0 -1 64 258652 0 0 0 7862 142 0 0 25 0 13 0 24415393 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23337] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23337/stat : 23337 (java) S 23329 23331 22820 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 24415394 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23338] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23338/stat : 23338 (java) S 23329 23331 22820 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24415394 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23339] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23339/stat : 23339 (java) S 23329 23331 22820 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23340] ppid=23329 vsize=823828 CPUtime=0.17
/proc/23331/task/23340/stat : 23340 (java) S 23329 23331 22820 0 -1 64 1190 0 0 0 17 0 0 0 16 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23341] ppid=23329 vsize=823828 CPUtime=1.72
/proc/23331/task/23341/stat : 23341 (java) S 23329 23331 22820 0 -1 64 6838 0 0 0 168 4 0 0 17 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23342] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23342/stat : 23342 (java) S 23329 23331 22820 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23343] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23343/stat : 23343 (java) S 23329 23331 22820 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23344] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23344/stat : 23344 (java) S 23329 23331 22820 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 24439557 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 245.59
Current children cumulated vsize (KiB) 823828

[startup+246.402 s]
/proc/loadavg: 2.40 2.26 2.13 3/85 23344
/proc/meminfo: memFree=904176/2055920 swapFree=4192812/4192956
[pid=23331] ppid=23329 vsize=823828 CPUtime=245.99
/proc/23331/stat : 23331 (java) S 23329 23331 22820 0 -1 0 442108 0 1 0 24366 233 0 0 18 0 13 0 24415389 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23331/statm: 205957 175411 1434 9 0 203284 0
[pid=23331/tid=23333] ppid=23329 vsize=823828 CPUtime=154.21
/proc/23331/task/23333/stat : 23333 (java) S 23329 23331 22820 0 -1 64 17866 0 1 0 15407 14 0 0 18 0 13 0 24415390 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23334] ppid=23329 vsize=823828 CPUtime=4.65
/proc/23331/task/23334/stat : 23334 (java) S 23329 23331 22820 0 -1 64 78957 0 0 0 429 36 0 0 16 0 13 0 24415392 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23335] ppid=23329 vsize=823828 CPUtime=4.72
/proc/23331/task/23335/stat : 23335 (java) S 23329 23331 22820 0 -1 64 77860 0 0 0 439 33 0 0 15 0 13 0 24415392 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23336] ppid=23329 vsize=823828 CPUtime=80.44
/proc/23331/task/23336/stat : 23336 (java) R 23329 23331 22820 0 -1 64 258652 0 0 0 7902 142 0 0 25 0 13 0 24415393 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 105697723 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23337] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23337/stat : 23337 (java) S 23329 23331 22820 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 24415394 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23338] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23338/stat : 23338 (java) S 23329 23331 22820 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24415394 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23339] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23339/stat : 23339 (java) S 23329 23331 22820 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23340] ppid=23329 vsize=823828 CPUtime=0.17
/proc/23331/task/23340/stat : 23340 (java) S 23329 23331 22820 0 -1 64 1190 0 0 0 17 0 0 0 16 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23341] ppid=23329 vsize=823828 CPUtime=1.72
/proc/23331/task/23341/stat : 23341 (java) S 23329 23331 22820 0 -1 64 6838 0 0 0 168 4 0 0 17 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23331/tid=23342] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23342/stat : 23342 (java) S 23329 23331 22820 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23343] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23343/stat : 23343 (java) R 23329 23331 22820 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24415399 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23344] ppid=23329 vsize=823828 CPUtime=0
/proc/23331/task/23344/stat : 23344 (java) S 23329 23331 22820 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 24439557 843599872 175411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 245.99
Current children cumulated vsize (KiB) 823828

[startup+246.507 s]
/proc/loadavg: 2.40 2.26 2.13 3/85 23344
/proc/meminfo: memFree=904176/2055920 swapFree=4192812/4192956
[pid=23331] ppid=23329 vsize=0 CPUtime=246.05
/proc/23331/stat : 23331 (java) Z 23329 23331 22820 0 -1 12 442117 0 1 0 24367 238 0 0 16 0 2 0 24415389 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23331/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 246.05
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 246.566
CPU time (s): 246.12
CPU user time (s): 243.677
CPU system time (s): 2.44263
CPU usage (%): 99.8191
Max. virtual memory (cumulated for all children) (KiB): 833752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 243.677
system time used= 2.44263
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 442117
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= 12146
involuntary context switches= 10189

runsolver used 0.315951 second user time and 0.858869 second system time

The end

Launcher Data

Begin job on node23 at 2009-07-12 06:38:10
IDJOB=2081657
IDBENCH=57460
IDSOLVER=731
FILE ID=node23/2081657-1247373490
PBS_JOBID= 9507151
Free space on /tmp= 66360 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20-15/normalized-super-js-taillard-20-15-17.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081657-1247373490/watcher-2081657-1247373490 -o /tmp/evaluation-result-2081657-1247373490/solver-2081657-1247373490 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081657-1247373490.xml

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

MD5SUM BENCH= ff0095e884b4a099556c455a5e77fd82
RANDOM SEED=317083571

node23.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.277
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.277
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:       1603192 kB
Buffers:         50912 kB
Cached:         285008 kB
SwapCached:          0 kB
Active:         195732 kB
Inactive:       179584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1603192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2444 kB
Writeback:           0 kB
Mapped:          51044 kB
Slab:            62740 kB
Committed_AS:   186796 kB
PageTables:       1764 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= 66360 MiB
End job on node23 at 2009-07-12 06:42:17