Trace number 2080898

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? (TO) 1800.22 1805.36

General information on the benchmark

Namecsp/langford3/
normalized-langford-3-21.xml
MD5SUM5f0f8f8470d45e3c8d6ee9b012898b2b
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 variables63
Number of constraints1995
Maximum constraint arity2
Maximum domain size63
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1995
Global constraints used (with number of constraints)

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	c That software uses the Rhino library from the Mozilla project.
0.09/0.16	c version 2.1.1.v20090622
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version	1.6.0_12
0.09/0.16	c os.name	Linux
0.09/0.16	c os.version	2.6.9-22.EL.rootsmp
0.09/0.16	c os.arch	i386
0.09/0.16	c Free memory 671000808
0.09/0.16	c Max memory 672137216
0.09/0.16	c Total memory 672137216
0.09/0.16	c Number of processors 2
0.18/0.26	c c --- Begin Solver configuration ---
0.18/0.26	c Stops conflict analysis at the first Unique Implication Point
0.18/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.26	c Learn all clauses as in MiniSAT
0.18/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.26	c Expensive reason simplification
0.18/0.26	c MiniSAT restarts strategy
0.18/0.26	c Memory based learned constraints deletion strategy
0.18/0.26	c timeout=2147483s
0.18/0.26	c DB Simplification allowed=false
0.18/0.26	c --- End Solver configuration ---
0.18/0.26	c solving HOME/instance-2080898-1247371553.xml
0.18/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.53	c reading variables done.
0.57/0.66	c reading predicates  done.
0.78/0.89	c reading constraints
14.76/14.92	c done with constraints.
14.76/14.93	c ... done. Wall clock time 14.665s.
14.76/14.93	c #vars     3969
14.76/14.93	c #constraints  216790
14.76/14.93	c constraints type 
14.76/14.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 211687
14.76/14.93	c org.sat4j.minisat.constraints.card.AtLeast => 63
14.76/14.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3780
1800.07/1805.21	c starts		: 15
1800.07/1805.21	c conflicts		: 74525
1800.07/1805.21	c decisions		: 82410
1800.07/1805.21	c propagations		: 6996020
1800.07/1805.21	c inspects		: 3878436513
1800.07/1805.21	c learnt literals	: 0
1800.07/1805.21	c learnt binary clauses	: 0
1800.07/1805.21	c learnt ternary clauses	: 0
1800.07/1805.21	c learnt clauses	: 74525
1800.07/1805.21	c ignored clauses	: 0
1800.07/1805.21	c root simplifications	: 0
1800.07/1805.21	c removed literals (reason simplification)	: 11178598
1800.07/1805.21	c reason swapping (by a shorter reason)	: 0
1800.07/1805.21	c Calls to reduceDB	: 0
1800.07/1805.21	c speed (assignments/second)	: 3907.7666920257434
1800.07/1805.21	c non guided choices	104
1800.07/1805.30	c learnt constraints type 
1800.07/1805.30	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 74526
1800.07/1805.30	c constraints type 
1800.07/1805.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 211687
1800.07/1805.30	c org.sat4j.minisat.constraints.card.AtLeast => 63
1800.07/1805.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3780
1800.07/1805.30	s UNKNOWN
1800.07/1805.30	c Total wall clock time (in seconds) : 1804.952

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-2080898-1247371553/watcher-2080898-1247371553 -o /tmp/evaluation-result-2080898-1247371553/solver-2080898-1247371553 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080898-1247371553.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.37 2.34 2.18 3/84 23440
/proc/meminfo: memFree=930616/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=13208 CPUtime=0
/proc/23440/stat : 23440 (java) S 23438 23440 22456 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 24222392 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/23440/statm: 3302 521 219 9 0 1186 0
[pid=23440/tid=23441] ppid=23438 vsize=13208 CPUtime=0
/proc/23440/task/23441/stat : 23441 (java) R 23438 23440 22456 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 24222394 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 9752536 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.083049 s]
/proc/loadavg: 2.37 2.34 2.18 3/84 23440
/proc/meminfo: memFree=930616/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=802164 CPUtime=0.07
/proc/23440/stat : 23440 (java) S 23438 23440 22456 0 -1 0 2811 0 1 0 5 2 0 0 18 0 7 0 24222392 821415936 2556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/23440/statm: 200541 2556 1036 9 0 197892 0
[pid=23440/tid=23441] ppid=23438 vsize=802164 CPUtime=0.06
/proc/23440/task/23441/stat : 23441 (java) D 23438 23440 22456 0 -1 64 2073 0 1 0 5 1 0 0 17 0 7 0 24222394 821415936 2556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099781622 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.101798 s]
/proc/loadavg: 2.37 2.34 2.18 3/84 23440
/proc/meminfo: memFree=930616/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=804428 CPUtime=0.09
/proc/23440/stat : 23440 (java) S 23438 23440 22456 0 -1 0 2966 0 1 0 7 2 0 0 18 0 12 0 24222392 823734272 2709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23440/statm: 201107 2709 1076 9 0 198441 0
[pid=23440/tid=23441] ppid=23438 vsize=804428 CPUtime=0.07
/proc/23440/task/23441/stat : 23441 (java) R 23438 23440 22456 0 -1 64 2213 0 1 0 6 1 0 0 21 0 12 0 24222394 823734272 2709 996147200 134512640 134550932 4294956016 18446744073709551615 106406559 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804428

[startup+0.301841 s]
/proc/loadavg: 2.37 2.34 2.18 3/84 23440
/proc/meminfo: memFree=930616/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=805628 CPUtime=0.28
/proc/23440/stat : 23440 (java) S 23438 23440 22456 0 -1 0 4229 0 1 0 24 4 0 0 18 0 12 0 24222392 824963072 3966 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23440/statm: 201407 3966 1358 9 0 198734 0
[pid=23440/tid=23441] ppid=23438 vsize=805628 CPUtime=0.21
/proc/23440/task/23441/stat : 23441 (java) R 23438 23440 22456 0 -1 64 2996 0 1 0 18 3 0 0 18 0 12 0 24222394 824963072 3966 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.70193 s]
/proc/loadavg: 2.37 2.34 2.18 3/84 23440
/proc/meminfo: memFree=930616/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=807184 CPUtime=0.68
/proc/23440/stat : 23440 (java) S 23438 23440 22456 0 -1 0 6148 0 1 0 62 6 0 0 18 0 12 0 24222392 826556416 5248 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23440/statm: 201796 5248 1384 9 0 199123 0
[pid=23440/tid=23441] ppid=23438 vsize=807184 CPUtime=0.4
/proc/23440/task/23441/stat : 23441 (java) R 23438 23440 22456 0 -1 64 3855 0 1 0 35 5 0 0 20 0 12 0 24222394 826556416 5248 996147200 134512640 134550932 4294956016 18446744073709551615 103314362 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.5021 s]
/proc/loadavg: 2.37 2.34 2.18 4/96 23452
/proc/meminfo: memFree=919512/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=810640 CPUtime=1.46
/proc/23440/stat : 23440 (java) S 23438 23440 22456 0 -1 0 9210 0 1 0 138 8 0 0 18 0 12 0 24222392 830095360 7167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23440/statm: 202660 7167 1410 9 0 199987 0
[pid=23440/tid=23441] ppid=23438 vsize=810640 CPUtime=0.75
/proc/23440/task/23441/stat : 23441 (java) R 23438 23440 22456 0 -1 64 5022 0 1 0 69 6 0 0 19 0 12 0 24222394 830095360 7167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23443] ppid=23438 vsize=810640 CPUtime=0
/proc/23440/task/23443/stat : 23443 (java) S 23438 23440 22456 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 24222395 830095360 7167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23444] ppid=23438 vsize=810640 CPUtime=0
/proc/23440/task/23444/stat : 23444 (java) S 23438 23440 22456 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24222395 830095360 7167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23445] ppid=23438 vsize=810640 CPUtime=0
/proc/23440/task/23445/stat : 23445 (java) S 23438 23440 22456 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24222397 830095360 7167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23446] ppid=23438 vsize=810640 CPUtime=0
/proc/23440/task/23446/stat : 23446 (java) S 23438 23440 22456 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 24222398 830095360 7167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23447] ppid=23438 vsize=810640 CPUtime=0
/proc/23440/task/23447/stat : 23447 (java) S 23438 23440 22456 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24222398 830095360 7167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23448] ppid=23438 vsize=810640 CPUtime=0
/proc/23440/task/23448/stat : 23448 (java) S 23438 23440 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24222402 830095360 7167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23449] ppid=23438 vsize=810640 CPUtime=0
/proc/23440/task/23449/stat : 23449 (java) S 23438 23440 22456 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24222402 830095360 7167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23450] ppid=23438 vsize=810640 CPUtime=0.69
/proc/23440/task/23450/stat : 23450 (java) R 23438 23440 22456 0 -1 64 3434 0 0 0 68 1 0 0 18 0 12 0 24222402 830095360 7167 996147200 134512640 134550932 4294956016 18446744073709551615 105499124 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23451] ppid=23438 vsize=810640 CPUtime=0
/proc/23440/task/23451/stat : 23451 (java) S 23438 23440 22456 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24222402 830095360 7167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23452] ppid=23438 vsize=810640 CPUtime=0
/proc/23440/task/23452/stat : 23452 (java) S 23438 23440 22456 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24222402 830095360 7167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 810640

[startup+3.10244 s]
/proc/loadavg: 2.37 2.34 2.18 4/96 23452
/proc/meminfo: memFree=903384/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=812940 CPUtime=3.1
/proc/23440/stat : 23440 (java) S 23438 23440 22456 0 -1 0 22953 0 1 0 293 17 0 0 18 0 12 0 24222392 832450560 19188 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23440/statm: 203235 19188 1418 9 0 200562 0
[pid=23440/tid=23441] ppid=23438 vsize=812940 CPUtime=1.58
/proc/23440/task/23441/stat : 23441 (java) R 23438 23440 22456 0 -1 64 16387 0 1 0 145 13 0 0 25 0 12 0 24222394 832450560 19188 996147200 134512640 134550932 4294956016 18446744073709551615 4109698513 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23443] ppid=23438 vsize=812940 CPUtime=0
/proc/23440/task/23443/stat : 23443 (java) S 23438 23440 22456 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 24222395 832450560 19188 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23444] ppid=23438 vsize=812940 CPUtime=0
/proc/23440/task/23444/stat : 23444 (java) S 23438 23440 22456 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24222395 832450560 19188 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23445] ppid=23438 vsize=812940 CPUtime=0
/proc/23440/task/23445/stat : 23445 (java) S 23438 23440 22456 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 24222397 832450560 19188 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23446] ppid=23438 vsize=812940 CPUtime=0
/proc/23440/task/23446/stat : 23446 (java) S 23438 23440 22456 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 24222398 832450560 19188 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23447] ppid=23438 vsize=812940 CPUtime=0
/proc/23440/task/23447/stat : 23447 (java) S 23438 23440 22456 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24222398 832450560 19188 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23448] ppid=23438 vsize=812940 CPUtime=0
/proc/23440/task/23448/stat : 23448 (java) S 23438 23440 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24222402 832450560 19188 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23449] ppid=23438 vsize=812940 CPUtime=0.25
/proc/23440/task/23449/stat : 23449 (java) S 23438 23440 22456 0 -1 64 213 0 0 0 25 0 0 0 16 0 12 0 24222402 832450560 19188 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23450] ppid=23438 vsize=812940 CPUtime=1.25
/proc/23440/task/23450/stat : 23450 (java) S 23438 23440 22456 0 -1 64 5612 0 0 0 122 3 0 0 19 0 12 0 24222402 832450560 19188 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23451] ppid=23438 vsize=812940 CPUtime=0
/proc/23440/task/23451/stat : 23451 (java) S 23438 23440 22456 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24222402 832450560 19188 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23452] ppid=23438 vsize=812940 CPUtime=0
/proc/23440/task/23452/stat : 23452 (java) S 23438 23440 22456 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24222402 832450560 19188 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 812940

[startup+6.30113 s]
/proc/loadavg: 2.42 2.35 2.18 5/96 23452
/proc/meminfo: memFree=835928/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=812940 CPUtime=6.27
/proc/23440/stat : 23440 (java) S 23438 23440 22456 0 -1 0 31702 0 1 0 605 22 0 0 18 0 12 0 24222392 832450560 27931 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23440/statm: 203235 27931 1436 9 0 200562 0
[pid=23440/tid=23441] ppid=23438 vsize=812940 CPUtime=4.29
/proc/23440/task/23441/stat : 23441 (java) R 23438 23440 22456 0 -1 64 17376 0 1 0 415 14 0 0 25 0 12 0 24222394 832450560 27931 996147200 134512640 134550932 4294956016 18446744073709551615 4109834902 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23443] ppid=23438 vsize=812940 CPUtime=0.12
/proc/23440/task/23443/stat : 23443 (java) S 23438 23440 22456 0 -1 64 4203 0 0 0 11 1 0 0 16 0 12 0 24222395 832450560 27931 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23444] ppid=23438 vsize=812940 CPUtime=0.09
/proc/23440/task/23444/stat : 23444 (java) S 23438 23440 22456 0 -1 64 3516 0 0 0 8 1 0 0 16 0 12 0 24222395 832450560 27931 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23445] ppid=23438 vsize=812940 CPUtime=0
/proc/23440/task/23445/stat : 23445 (java) S 23438 23440 22456 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 24222397 832450560 27931 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23446] ppid=23438 vsize=812940 CPUtime=0
/proc/23440/task/23446/stat : 23446 (java) S 23438 23440 22456 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24222398 832450560 27931 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23447] ppid=23438 vsize=812940 CPUtime=0
/proc/23440/task/23447/stat : 23447 (java) S 23438 23440 22456 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24222398 832450560 27931 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23448] ppid=23438 vsize=812940 CPUtime=0
/proc/23440/task/23448/stat : 23448 (java) S 23438 23440 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24222402 832450560 27931 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23449] ppid=23438 vsize=812940 CPUtime=0.45
/proc/23440/task/23449/stat : 23449 (java) S 23438 23440 22456 0 -1 64 234 0 0 0 45 0 0 0 16 0 12 0 24222402 832450560 27931 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23450] ppid=23438 vsize=812940 CPUtime=1.25
/proc/23440/task/23450/stat : 23450 (java) S 23438 23440 22456 0 -1 64 5612 0 0 0 122 3 0 0 19 0 12 0 24222402 832450560 27931 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23451] ppid=23438 vsize=812940 CPUtime=0
/proc/23440/task/23451/stat : 23451 (java) S 23438 23440 22456 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24222402 832450560 27931 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23452] ppid=23438 vsize=812940 CPUtime=0
/proc/23440/task/23452/stat : 23452 (java) S 23438 23440 22456 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24222402 832450560 27931 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 812940

[startup+12.7025 s]
/proc/loadavg: 2.47 2.36 2.19 3/96 23452
/proc/meminfo: memFree=799192/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=811052 CPUtime=12.59
/proc/23440/stat : 23440 (java) S 23438 23440 22456 0 -1 0 41405 0 1 0 1232 27 0 0 18 0 12 0 24222392 830517248 37150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23440/statm: 202763 37150 1436 9 0 200090 0
[pid=23440/tid=23441] ppid=23438 vsize=811052 CPUtime=9.4
/proc/23440/task/23441/stat : 23441 (java) R 23438 23440 22456 0 -1 64 17396 0 1 0 926 14 0 0 25 0 12 0 24222394 830517248 37150 996147200 134512640 134550932 4294956016 18446744073709551615 4109162005 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23443] ppid=23438 vsize=811052 CPUtime=0.35
/proc/23440/task/23443/stat : 23443 (java) S 23438 23440 22456 0 -1 64 8200 0 0 0 31 4 0 0 16 0 12 0 24222395 830517248 37150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23444] ppid=23438 vsize=811052 CPUtime=0.31
/proc/23440/task/23444/stat : 23444 (java) S 23438 23440 22456 0 -1 64 9170 0 0 0 27 4 0 0 16 0 12 0 24222395 830517248 37150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23445] ppid=23438 vsize=811052 CPUtime=0
/proc/23440/task/23445/stat : 23445 (java) S 23438 23440 22456 0 -1 64 22 0 0 0 0 0 0 0 16 0 12 0 24222397 830517248 37150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23446] ppid=23438 vsize=811052 CPUtime=0
/proc/23440/task/23446/stat : 23446 (java) S 23438 23440 22456 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24222398 830517248 37150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23447] ppid=23438 vsize=811052 CPUtime=0
/proc/23440/task/23447/stat : 23447 (java) S 23438 23440 22456 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24222398 830517248 37150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23448] ppid=23438 vsize=811052 CPUtime=0
/proc/23440/task/23448/stat : 23448 (java) S 23438 23440 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24222402 830517248 37150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23449] ppid=23438 vsize=811052 CPUtime=1.23
/proc/23440/task/23449/stat : 23449 (java) S 23438 23440 22456 0 -1 64 265 0 0 0 123 0 0 0 15 0 12 0 24222402 830517248 37150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23450] ppid=23438 vsize=811052 CPUtime=1.25
/proc/23440/task/23450/stat : 23450 (java) S 23438 23440 22456 0 -1 64 5612 0 0 0 122 3 0 0 19 0 12 0 24222402 830517248 37150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23451] ppid=23438 vsize=811052 CPUtime=0
/proc/23440/task/23451/stat : 23451 (java) S 23438 23440 22456 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24222402 830517248 37150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23452] ppid=23438 vsize=811052 CPUtime=0
/proc/23440/task/23452/stat : 23452 (java) S 23438 23440 22456 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24222402 830517248 37150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 811052

[startup+25.5032 s]
/proc/loadavg: 2.58 2.39 2.20 4/97 23453
/proc/meminfo: memFree=784656/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=811376 CPUtime=25.24
/proc/23440/stat : 23440 (java) S 23438 23440 22456 0 -1 0 43960 0 1 0 2495 29 0 0 18 0 13 0 24222392 830849024 39695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23440/statm: 202844 39695 1445 9 0 200171 0
[pid=23440/tid=23441] ppid=23438 vsize=811376 CPUtime=21.11
/proc/23440/task/23441/stat : 23441 (java) R 23438 23440 22456 0 -1 64 17423 0 1 0 2097 14 0 0 25 0 13 0 24222394 830849024 39695 996147200 134512640 134550932 4294956016 18446744073709551615 4110103167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23443] ppid=23438 vsize=811376 CPUtime=0.4
/proc/23440/task/23443/stat : 23443 (java) S 23438 23440 22456 0 -1 64 8954 0 0 0 36 4 0 0 17 0 13 0 24222395 830849024 39695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23444] ppid=23438 vsize=811376 CPUtime=0.38

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

[pid=23440] ppid=23438 vsize=811376 CPUtime=1658.52
/proc/23440/stat : 23440 (java) S 23438 23440 22456 0 -1 0 71900 0 1 0 165793 59 0 0 18 0 13 0 24222392 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23440/statm: 202844 67252 1448 9 0 200171 0
[pid=23440/tid=23441] ppid=23438 vsize=811376 CPUtime=1653.4
/proc/23440/task/23441/stat : 23441 (java) R 23438 23440 22456 0 -1 64 17434 0 1 0 165310 30 0 0 25 0 13 0 24222394 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4110103167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23443] ppid=23438 vsize=811376 CPUtime=0.68
/proc/23440/task/23443/stat : 23443 (java) S 23438 23440 22456 0 -1 64 21367 0 0 0 58 10 0 0 17 0 13 0 24222395 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23444] ppid=23438 vsize=811376 CPUtime=0.76
/proc/23440/task/23444/stat : 23444 (java) S 23438 23440 22456 0 -1 64 26407 0 0 0 64 12 0 0 17 0 13 0 24222395 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23445] ppid=23438 vsize=811376 CPUtime=0.01
/proc/23440/task/23445/stat : 23445 (java) S 23438 23440 22456 0 -1 64 22 0 0 0 1 0 0 0 16 0 13 0 24222397 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23446] ppid=23438 vsize=811376 CPUtime=0
/proc/23440/task/23446/stat : 23446 (java) S 23438 23440 22456 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24222398 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23447] ppid=23438 vsize=811376 CPUtime=0
/proc/23440/task/23447/stat : 23447 (java) S 23438 23440 22456 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24222398 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23448] ppid=23438 vsize=811376 CPUtime=0
/proc/23440/task/23448/stat : 23448 (java) S 23438 23440 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24222402 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23449] ppid=23438 vsize=811376 CPUtime=2.33
/proc/23440/task/23449/stat : 23449 (java) S 23438 23440 22456 0 -1 64 313 0 0 0 233 0 0 0 16 0 13 0 24222402 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23450] ppid=23438 vsize=811376 CPUtime=1.25
/proc/23440/task/23450/stat : 23450 (java) S 23438 23440 22456 0 -1 64 5612 0 0 0 122 3 0 0 19 0 13 0 24222402 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23451] ppid=23438 vsize=811376 CPUtime=0
/proc/23440/task/23451/stat : 23451 (java) S 23438 23440 22456 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24222402 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23452] ppid=23438 vsize=811376 CPUtime=0.03
/proc/23440/task/23452/stat : 23452 (java) S 23438 23440 22456 0 -1 64 0 0 0 0 2 1 0 0 15 0 13 0 24222402 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23453] ppid=23438 vsize=811376 CPUtime=0
/proc/23440/task/23453/stat : 23453 (java) S 23438 23440 22456 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 24223894 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.52
Current children cumulated vsize (KiB) 811376

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 23904
/proc/meminfo: memFree=1169888/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=811376 CPUtime=1717.96
/proc/23440/stat : 23440 (java) S 23438 23440 22456 0 -1 0 71900 0 1 0 171737 59 0 0 18 0 13 0 24222392 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23440/statm: 202844 67252 1448 9 0 200171 0
[pid=23440/tid=23441] ppid=23438 vsize=811376 CPUtime=1712.84
/proc/23440/task/23441/stat : 23441 (java) R 23438 23440 22456 0 -1 64 17434 0 1 0 171254 30 0 0 25 0 13 0 24222394 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4110103167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23443] ppid=23438 vsize=811376 CPUtime=0.68
/proc/23440/task/23443/stat : 23443 (java) S 23438 23440 22456 0 -1 64 21367 0 0 0 58 10 0 0 17 0 13 0 24222395 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23444] ppid=23438 vsize=811376 CPUtime=0.76
/proc/23440/task/23444/stat : 23444 (java) S 23438 23440 22456 0 -1 64 26407 0 0 0 64 12 0 0 17 0 13 0 24222395 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23445] ppid=23438 vsize=811376 CPUtime=0.01
/proc/23440/task/23445/stat : 23445 (java) S 23438 23440 22456 0 -1 64 22 0 0 0 1 0 0 0 16 0 13 0 24222397 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23446] ppid=23438 vsize=811376 CPUtime=0
/proc/23440/task/23446/stat : 23446 (java) S 23438 23440 22456 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24222398 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23447] ppid=23438 vsize=811376 CPUtime=0
/proc/23440/task/23447/stat : 23447 (java) S 23438 23440 22456 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24222398 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23448] ppid=23438 vsize=811376 CPUtime=0
/proc/23440/task/23448/stat : 23448 (java) S 23438 23440 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24222402 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23449] ppid=23438 vsize=811376 CPUtime=2.33
/proc/23440/task/23449/stat : 23449 (java) S 23438 23440 22456 0 -1 64 313 0 0 0 233 0 0 0 16 0 13 0 24222402 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23450] ppid=23438 vsize=811376 CPUtime=1.25
/proc/23440/task/23450/stat : 23450 (java) S 23438 23440 22456 0 -1 64 5612 0 0 0 122 3 0 0 19 0 13 0 24222402 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23451] ppid=23438 vsize=811376 CPUtime=0
/proc/23440/task/23451/stat : 23451 (java) S 23438 23440 22456 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24222402 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23452] ppid=23438 vsize=811376 CPUtime=0.03
/proc/23440/task/23452/stat : 23452 (java) S 23438 23440 22456 0 -1 64 0 0 0 0 2 1 0 0 15 0 13 0 24222402 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23453] ppid=23438 vsize=811376 CPUtime=0
/proc/23440/task/23453/stat : 23453 (java) S 23438 23440 22456 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 24223894 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.96
Current children cumulated vsize (KiB) 811376

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 23904
/proc/meminfo: memFree=1169760/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=811376 CPUtime=1777.38
/proc/23440/stat : 23440 (java) S 23438 23440 22456 0 -1 0 71900 0 1 0 177679 59 0 0 18 0 13 0 24222392 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23440/statm: 202844 67252 1448 9 0 200171 0
[pid=23440/tid=23441] ppid=23438 vsize=811376 CPUtime=1772.27
/proc/23440/task/23441/stat : 23441 (java) R 23438 23440 22456 0 -1 64 17434 0 1 0 177196 31 0 0 25 0 13 0 24222394 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4109985590 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23443] ppid=23438 vsize=811376 CPUtime=0.68
/proc/23440/task/23443/stat : 23443 (java) S 23438 23440 22456 0 -1 64 21367 0 0 0 58 10 0 0 17 0 13 0 24222395 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23444] ppid=23438 vsize=811376 CPUtime=0.76
/proc/23440/task/23444/stat : 23444 (java) S 23438 23440 22456 0 -1 64 26407 0 0 0 64 12 0 0 17 0 13 0 24222395 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23445] ppid=23438 vsize=811376 CPUtime=0.01
/proc/23440/task/23445/stat : 23445 (java) S 23438 23440 22456 0 -1 64 22 0 0 0 1 0 0 0 16 0 13 0 24222397 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23446] ppid=23438 vsize=811376 CPUtime=0
/proc/23440/task/23446/stat : 23446 (java) S 23438 23440 22456 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24222398 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23447] ppid=23438 vsize=811376 CPUtime=0
/proc/23440/task/23447/stat : 23447 (java) S 23438 23440 22456 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24222398 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23448] ppid=23438 vsize=811376 CPUtime=0
/proc/23440/task/23448/stat : 23448 (java) S 23438 23440 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24222402 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23449] ppid=23438 vsize=811376 CPUtime=2.33
/proc/23440/task/23449/stat : 23449 (java) S 23438 23440 22456 0 -1 64 313 0 0 0 233 0 0 0 16 0 13 0 24222402 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23450] ppid=23438 vsize=811376 CPUtime=1.25
/proc/23440/task/23450/stat : 23450 (java) S 23438 23440 22456 0 -1 64 5612 0 0 0 122 3 0 0 19 0 13 0 24222402 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23451] ppid=23438 vsize=811376 CPUtime=0
/proc/23440/task/23451/stat : 23451 (java) S 23438 23440 22456 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24222402 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23452] ppid=23438 vsize=811376 CPUtime=0.03
/proc/23440/task/23452/stat : 23452 (java) S 23438 23440 22456 0 -1 64 0 0 0 0 2 1 0 0 15 0 13 0 24222402 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23453] ppid=23438 vsize=811376 CPUtime=0
/proc/23440/task/23453/stat : 23453 (java) S 23438 23440 22456 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 24223894 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.38
Current children cumulated vsize (KiB) 811376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 23904
/proc/meminfo: memFree=1169760/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=811376 CPUtime=1800.07
/proc/23440/stat : 23440 (java) S 23438 23440 22456 0 -1 0 71900 0 1 0 179947 60 0 0 18 0 13 0 24222392 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23440/statm: 202844 67252 1448 9 0 200171 0
[pid=23440/tid=23441] ppid=23438 vsize=811376 CPUtime=1794.94
/proc/23440/task/23441/stat : 23441 (java) R 23438 23440 22456 0 -1 64 17434 0 1 0 179463 31 0 0 25 0 13 0 24222394 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4109985546 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23443] ppid=23438 vsize=811376 CPUtime=0.68
/proc/23440/task/23443/stat : 23443 (java) S 23438 23440 22456 0 -1 64 21367 0 0 0 58 10 0 0 17 0 13 0 24222395 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23444] ppid=23438 vsize=811376 CPUtime=0.76
/proc/23440/task/23444/stat : 23444 (java) S 23438 23440 22456 0 -1 64 26407 0 0 0 64 12 0 0 17 0 13 0 24222395 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23445] ppid=23438 vsize=811376 CPUtime=0.01
/proc/23440/task/23445/stat : 23445 (java) S 23438 23440 22456 0 -1 64 22 0 0 0 1 0 0 0 16 0 13 0 24222397 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23446] ppid=23438 vsize=811376 CPUtime=0
/proc/23440/task/23446/stat : 23446 (java) S 23438 23440 22456 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24222398 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23447] ppid=23438 vsize=811376 CPUtime=0
/proc/23440/task/23447/stat : 23447 (java) S 23438 23440 22456 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24222398 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23448] ppid=23438 vsize=811376 CPUtime=0
/proc/23440/task/23448/stat : 23448 (java) S 23438 23440 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24222402 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23449] ppid=23438 vsize=811376 CPUtime=2.33
/proc/23440/task/23449/stat : 23449 (java) S 23438 23440 22456 0 -1 64 313 0 0 0 233 0 0 0 16 0 13 0 24222402 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23450] ppid=23438 vsize=811376 CPUtime=1.25
/proc/23440/task/23450/stat : 23450 (java) S 23438 23440 22456 0 -1 64 5612 0 0 0 122 3 0 0 19 0 13 0 24222402 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23451] ppid=23438 vsize=811376 CPUtime=0
/proc/23440/task/23451/stat : 23451 (java) S 23438 23440 22456 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24222402 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23452] ppid=23438 vsize=811376 CPUtime=0.03
/proc/23440/task/23452/stat : 23452 (java) S 23438 23440 22456 0 -1 64 0 0 0 0 2 1 0 0 15 0 13 0 24222402 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23453] ppid=23438 vsize=811376 CPUtime=0
/proc/23440/task/23453/stat : 23453 (java) S 23438 23440 22456 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 24223894 830849024 67252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 811376

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1805.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 23904
/proc/meminfo: memFree=1169760/2055920 swapFree=4192812/4192956
[pid=23440] ppid=23438 vsize=812024 CPUtime=1800.17
/proc/23440/stat : 23440 (java) S 23438 23440 22456 0 -1 0 71923 0 1 0 179957 60 0 0 16 0 14 0 24222392 831512576 67275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23440/statm: 203006 67275 1449 9 0 200333 0
[pid=23440/tid=23441] ppid=23438 vsize=812024 CPUtime=1795
/proc/23440/task/23441/stat : 23441 (java) R 23438 23440 22456 0 -1 64 17434 0 1 0 179469 31 0 0 25 0 14 0 24222394 831512576 67275 996147200 134512640 134550932 4294956016 18446744073709551615 4109985608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23443] ppid=23438 vsize=812024 CPUtime=0.68
/proc/23440/task/23443/stat : 23443 (java) S 23438 23440 22456 0 -1 64 21367 0 0 0 58 10 0 0 17 0 14 0 24222395 831512576 67275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23444] ppid=23438 vsize=812024 CPUtime=0.76
/proc/23440/task/23444/stat : 23444 (java) S 23438 23440 22456 0 -1 64 26407 0 0 0 64 12 0 0 17 0 14 0 24222395 831512576 67275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23445] ppid=23438 vsize=812024 CPUtime=0.01
/proc/23440/task/23445/stat : 23445 (java) S 23438 23440 22456 0 -1 64 22 0 0 0 1 0 0 0 16 0 14 0 24222397 831512576 67275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23446] ppid=23438 vsize=812024 CPUtime=0
/proc/23440/task/23446/stat : 23446 (java) S 23438 23440 22456 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 24222398 831512576 67275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23447] ppid=23438 vsize=812024 CPUtime=0
/proc/23440/task/23447/stat : 23447 (java) S 23438 23440 22456 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 24222398 831512576 67275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23448] ppid=23438 vsize=812024 CPUtime=0
/proc/23440/task/23448/stat : 23448 (java) S 23438 23440 22456 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 24222402 831512576 67275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23449] ppid=23438 vsize=812024 CPUtime=2.35
/proc/23440/task/23449/stat : 23449 (java) S 23438 23440 22456 0 -1 64 315 0 0 0 235 0 0 0 16 0 14 0 24222402 831512576 67275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23450] ppid=23438 vsize=812024 CPUtime=1.25
/proc/23440/task/23450/stat : 23450 (java) S 23438 23440 22456 0 -1 64 5612 0 0 0 122 3 0 0 19 0 14 0 24222402 831512576 67275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23451] ppid=23438 vsize=812024 CPUtime=0
/proc/23440/task/23451/stat : 23451 (java) S 23438 23440 22456 0 -1 64 0 0 0 0 0 0 0 0 20 0 14 0 24222402 831512576 67275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23452] ppid=23438 vsize=812024 CPUtime=0.03
/proc/23440/task/23452/stat : 23452 (java) S 23438 23440 22456 0 -1 64 0 0 0 0 2 1 0 0 15 0 14 0 24222402 831512576 67275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23453] ppid=23438 vsize=812024 CPUtime=0
/proc/23440/task/23453/stat : 23453 (java) S 23438 23440 22456 0 -1 64 5 0 0 0 0 0 0 0 25 0 14 0 24223894 831512576 67275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 812024

Child status: 143
Real time (s): 1805.36
CPU time (s): 1800.22
CPU user time (s): 1799.58
CPU system time (s): 0.646901
CPU usage (%): 99.7155
Max. virtual memory (cumulated for all children) (KiB): 813600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 0.646901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71923
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= 37888
involuntary context switches= 26777

runsolver used 2.26666 second user time and 6.25405 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-12 06:05:53
IDJOB=2080898
IDBENCH=57189
IDSOLVER=731
FILE ID=node10/2080898-1247371553
PBS_JOBID= 9507132
Free space on /tmp= 66416 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/langford3/normalized-langford-3-21.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080898-1247371553/watcher-2080898-1247371553 -o /tmp/evaluation-result-2080898-1247371553/solver-2080898-1247371553 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080898-1247371553.xml

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

MD5SUM BENCH= 5f0f8f8470d45e3c8d6ee9b012898b2b
RANDOM SEED=1765959134

node10.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.279
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.279
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:        931096 kB
Buffers:         61308 kB
Cached:         273388 kB
SwapCached:          0 kB
Active:         868272 kB
Inactive:       177792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        931096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1508 kB
Writeback:           0 kB
Mapped:         727056 kB
Slab:            62592 kB
Committed_AS:   873120 kB
PageTables:       3128 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= 66356 MiB
End job on node10 at 2009-07-12 06:36:01