Trace number 2070569

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.37 1802.17

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-55-10-a3.xml
MD5SUMc84380d557561ba82f603f5f7b91934d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.19036
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of constraints1080
Maximum constraint arity3
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1080
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.14	c version 2.1.1.v20090622
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-2070569-1247351471.xml
0.18/0.23	c reading problem ... 
0.39/0.47	c reading problem named null
0.39/0.47	c reading domains done.
0.39/0.47	c reading variables done.
0.48/0.59	c reading predicates  done.
0.78/0.81	c reading constraints
35.14/33.61	c done with constraints.
35.14/33.62	c ... done. Wall clock time 33.379s.
35.14/33.62	c #vars     3035
35.14/33.62	c #constraints  6387935
35.14/33.62	c constraints type 
35.14/33.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6387736
35.14/33.62	c org.sat4j.minisat.constraints.card.AtLeast => 55
35.14/33.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90
271.87/270.48	c cleaning 32972 clauses out of 66000
459.42/458.00	c cleaning 38474 clauses out of 77028
562.60/561.23	c cleaning 28484 clauses out of 57054
1292.13/1293.94	c cleaning 90259 clauses out of 180570
1372.47/1374.28	c cleaning 52128 clauses out of 104313
1380.67/1382.48	c cleaning 26314 clauses out of 52683
1641.69/1643.53	c cleaning 41902 clauses out of 83869
1800.04/1801.91	c starts		: 19
1800.04/1801.91	c conflicts		: 384104
1800.04/1801.91	c decisions		: 1660289
1800.04/1801.91	c propagations		: 66913906
1800.04/1801.91	c inspects		: 4653880218
1800.04/1801.91	c learnt literals	: 0
1800.04/1801.91	c learnt binary clauses	: 3
1800.04/1801.91	c learnt ternary clauses	: 461
1800.04/1801.91	c learnt clauses	: 384104
1800.04/1801.91	c ignored clauses	: 0
1800.04/1801.91	c root simplifications	: 0
1800.04/1801.91	c removed literals (reason simplification)	: 13052236
1800.04/1801.91	c reason swapping (by a shorter reason)	: 0
1800.04/1801.91	c Calls to reduceDB	: 7
1800.04/1801.91	c speed (assignments/second)	: 37840.74674985
1800.04/1801.91	c non guided choices	1638
1800.16/1802.05	c learnt constraints type 
1800.16/1802.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.16/1802.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 73589
1800.16/1802.05	c constraints type 
1800.16/1802.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6387736
1800.16/1802.05	c org.sat4j.minisat.constraints.card.AtLeast => 55
1800.16/1802.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90
1800.16/1802.05	s UNKNOWN
1800.16/1802.05	c Total wall clock time (in seconds) : 1801.682

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-2070569-1247351471/watcher-2070569-1247351471 -o /tmp/evaluation-result-2070569-1247351471/solver-2070569-1247351471 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2070569-1247351471.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: 0.77 1.83 2.13 5/82 14049
/proc/meminfo: memFree=1703812/2055920 swapFree=4192952/4192956
[pid=14049] ppid=14047 vsize=18576 CPUtime=0
/proc/14049/stat : 14049 (runsolver) R 14047 14049 13456 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 22214251 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 215418989863 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/14049/statm: 4644 284 249 26 0 2626 0

[startup+0.0678269 s]
/proc/loadavg: 0.77 1.83 2.13 5/82 14049
/proc/meminfo: memFree=1703812/2055920 swapFree=4192952/4192956
[pid=14049] ppid=14047 vsize=802164 CPUtime=0.05
/proc/14049/stat : 14049 (java) S 14047 14049 13456 0 -1 0 2742 0 1 0 4 1 0 0 18 0 7 0 22214251 821415936 2487 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14049/statm: 200541 2487 1030 9 0 197892 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802164

[startup+0.10281 s]
/proc/loadavg: 0.77 1.83 2.13 5/82 14049
/proc/meminfo: memFree=1703812/2055920 swapFree=4192952/4192956
[pid=14049] ppid=14047 vsize=804560 CPUtime=0.08
/proc/14049/stat : 14049 (java) S 14047 14049 13456 0 -1 0 3052 0 1 0 7 1 0 0 18 0 12 0 22214251 823869440 2795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14049/statm: 201140 2795 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301831 s]
/proc/loadavg: 0.77 1.83 2.13 5/82 14049
/proc/meminfo: memFree=1703812/2055920 swapFree=4192952/4192956
[pid=14049] ppid=14047 vsize=805864 CPUtime=0.28
/proc/14049/stat : 14049 (java) S 14047 14049 13456 0 -1 0 4385 0 1 0 25 3 0 0 18 0 12 0 22214251 825204736 4122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14049/statm: 201466 4122 1363 9 0 198793 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805864

[startup+0.701877 s]
/proc/loadavg: 0.77 1.83 2.13 5/82 14049
/proc/meminfo: memFree=1703812/2055920 swapFree=4192952/4192956
[pid=14049] ppid=14047 vsize=807372 CPUtime=0.68
/proc/14049/stat : 14049 (java) S 14047 14049 13456 0 -1 0 6604 0 1 0 63 5 0 0 18 0 12 0 22214251 826748928 5546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14049/statm: 201843 5546 1384 9 0 199170 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807372

[startup+1.50296 s]
/proc/loadavg: 0.95 1.85 2.13 4/94 14061
/proc/meminfo: memFree=1680356/2055920 swapFree=4192952/4192956
[pid=14049] ppid=14047 vsize=810652 CPUtime=1.47
/proc/14049/stat : 14049 (java) S 14047 14049 13456 0 -1 0 10196 0 1 0 140 7 0 0 18 0 12 0 22214251 830107648 8081 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14049/statm: 202663 8081 1417 9 0 199990 0
[pid=14049/tid=14051] ppid=14047 vsize=810652 CPUtime=0.75
/proc/14049/task/14051/stat : 14051 (java) R 14047 14049 13456 0 -1 64 5924 0 1 0 69 6 0 0 25 0 12 0 22214253 830107648 8081 996147200 134512640 134550932 4294956016 18446744073709551615 4109582730 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14052] ppid=14047 vsize=810652 CPUtime=0
/proc/14049/task/14052/stat : 14052 (java) S 14047 14049 13456 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 22214253 830107648 8081 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14053] ppid=14047 vsize=810652 CPUtime=0
/proc/14049/task/14053/stat : 14053 (java) S 14047 14049 13456 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 22214253 830107648 8081 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14054] ppid=14047 vsize=810652 CPUtime=0
/proc/14049/task/14054/stat : 14054 (java) S 14047 14049 13456 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22214255 830107648 8081 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14055] ppid=14047 vsize=810652 CPUtime=0
/proc/14049/task/14055/stat : 14055 (java) S 14047 14049 13456 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 22214256 830107648 8081 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14056] ppid=14047 vsize=810652 CPUtime=0
/proc/14049/task/14056/stat : 14056 (java) S 14047 14049 13456 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 22214256 830107648 8081 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14057] ppid=14047 vsize=810652 CPUtime=0
/proc/14049/task/14057/stat : 14057 (java) S 14047 14049 13456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22214260 830107648 8081 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14058] ppid=14047 vsize=810652 CPUtime=0.04
/proc/14049/task/14058/stat : 14058 (java) S 14047 14049 13456 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 22214260 830107648 8081 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14059] ppid=14047 vsize=810652 CPUtime=0.67
/proc/14049/task/14059/stat : 14059 (java) S 14047 14049 13456 0 -1 64 3269 0 0 0 66 1 0 0 18 0 12 0 22214260 830107648 8081 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14060] ppid=14047 vsize=810652 CPUtime=0
/proc/14049/task/14060/stat : 14060 (java) S 14047 14049 13456 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22214260 830107648 8081 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14061] ppid=14047 vsize=810652 CPUtime=0
/proc/14049/task/14061/stat : 14061 (java) S 14047 14049 13456 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22214260 830107648 8081 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 810652

[startup+3.10114 s]
/proc/loadavg: 0.95 1.85 2.13 3/94 14061
/proc/meminfo: memFree=1656036/2055920 swapFree=4192952/4192956
[pid=14049] ppid=14047 vsize=811788 CPUtime=3.07
/proc/14049/stat : 14049 (java) S 14047 14049 13456 0 -1 0 24104 0 1 0 293 14 0 0 18 0 12 0 22214251 831270912 21086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14049/statm: 202947 21086 1431 9 0 200274 0
[pid=14049/tid=14051] ppid=14047 vsize=811788 CPUtime=1.9
/proc/14049/task/14051/stat : 14051 (java) R 14047 14049 13456 0 -1 64 17372 0 1 0 180 10 0 0 25 0 12 0 22214253 831270912 21086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14052] ppid=14047 vsize=811788 CPUtime=0.01
/proc/14049/task/14052/stat : 14052 (java) S 14047 14049 13456 0 -1 64 803 0 0 0 1 0 0 0 17 0 12 0 22214253 831270912 21086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14053] ppid=14047 vsize=811788 CPUtime=0
/proc/14049/task/14053/stat : 14053 (java) S 14047 14049 13456 0 -1 64 414 0 0 0 0 0 0 0 17 0 12 0 22214253 831270912 21086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14054] ppid=14047 vsize=811788 CPUtime=0
/proc/14049/task/14054/stat : 14054 (java) S 14047 14049 13456 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 22214255 831270912 21086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14055] ppid=14047 vsize=811788 CPUtime=0
/proc/14049/task/14055/stat : 14055 (java) S 14047 14049 13456 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22214256 831270912 21086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14056] ppid=14047 vsize=811788 CPUtime=0
/proc/14049/task/14056/stat : 14056 (java) S 14047 14049 13456 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22214256 831270912 21086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14057] ppid=14047 vsize=811788 CPUtime=0
/proc/14049/task/14057/stat : 14057 (java) S 14047 14049 13456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22214260 831270912 21086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14058] ppid=14047 vsize=811788 CPUtime=0.04
/proc/14049/task/14058/stat : 14058 (java) S 14047 14049 13456 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 22214260 831270912 21086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14059] ppid=14047 vsize=811788 CPUtime=1.08
/proc/14049/task/14059/stat : 14059 (java) R 14047 14049 13456 0 -1 64 4500 0 0 0 106 2 0 0 16 0 12 0 22214260 831270912 21086 996147200 134512640 134550932 4294956016 18446744073709551615 103335553 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14060] ppid=14047 vsize=811788 CPUtime=0
/proc/14049/task/14060/stat : 14060 (java) S 14047 14049 13456 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22214260 831270912 21086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14061] ppid=14047 vsize=811788 CPUtime=0
/proc/14049/task/14061/stat : 14061 (java) S 14047 14049 13456 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22214260 831270912 21086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 811788

[startup+6.30251 s]
/proc/loadavg: 0.95 1.85 2.13 3/94 14061
/proc/meminfo: memFree=1597988/2055920 swapFree=4192952/4192956
[pid=14049] ppid=14047 vsize=811112 CPUtime=6.31
/proc/14049/stat : 14049 (java) S 14047 14049 13456 0 -1 0 32147 0 1 0 613 18 0 0 18 0 12 0 22214251 830578688 27970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14049/statm: 202778 27970 1432 9 0 200105 0
[pid=14049/tid=14051] ppid=14047 vsize=811112 CPUtime=4.57
/proc/14049/task/14051/stat : 14051 (java) R 14047 14049 13456 0 -1 64 17390 0 1 0 446 11 0 0 22 0 12 0 22214253 830578688 27970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14052] ppid=14047 vsize=811112 CPUtime=0.14
/proc/14049/task/14052/stat : 14052 (java) R 14047 14049 13456 0 -1 64 4947 0 0 0 12 2 0 0 16 0 12 0 22214253 830578688 27970 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14053] ppid=14047 vsize=811112 CPUtime=0.11
/proc/14049/task/14053/stat : 14053 (java) R 14047 14049 13456 0 -1 64 4270 0 0 0 10 1 0 0 16 0 12 0 22214253 830578688 27970 996147200 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14054] ppid=14047 vsize=811112 CPUtime=0
/proc/14049/task/14054/stat : 14054 (java) S 14047 14049 13456 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 22214255 830578688 27970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14055] ppid=14047 vsize=811112 CPUtime=0
/proc/14049/task/14055/stat : 14055 (java) S 14047 14049 13456 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22214256 830578688 27970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14056] ppid=14047 vsize=811112 CPUtime=0
/proc/14049/task/14056/stat : 14056 (java) S 14047 14049 13456 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22214256 830578688 27970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14057] ppid=14047 vsize=811112 CPUtime=0
/proc/14049/task/14057/stat : 14057 (java) S 14047 14049 13456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22214260 830578688 27970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14058] ppid=14047 vsize=811112 CPUtime=0.04
/proc/14049/task/14058/stat : 14058 (java) S 14047 14049 13456 0 -1 64 262 0 0 0 4 0 0 0 16 0 12 0 22214260 830578688 27970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14059] ppid=14047 vsize=811112 CPUtime=1.41
/proc/14049/task/14059/stat : 14059 (java) S 14047 14049 13456 0 -1 64 4519 0 0 0 139 2 0 0 16 0 12 0 22214260 830578688 27970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14060] ppid=14047 vsize=811112 CPUtime=0
/proc/14049/task/14060/stat : 14060 (java) S 14047 14049 13456 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22214260 830578688 27970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14061] ppid=14047 vsize=811112 CPUtime=0
/proc/14049/task/14061/stat : 14061 (java) S 14047 14049 13456 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22214260 830578688 27970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 811112

[startup+12.7012 s]
/proc/loadavg: 1.19 1.87 2.14 5/94 14061
/proc/meminfo: memFree=1498788/2055920 swapFree=4192952/4192956
[pid=14049] ppid=14047 vsize=810288 CPUtime=12.93
/proc/14049/stat : 14049 (java) S 14047 14049 13456 0 -1 0 60350 0 1 0 1262 31 0 0 18 0 12 0 22214251 829734912 55335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14049/statm: 202572 55335 1436 9 0 199899 0
[pid=14049/tid=14051] ppid=14047 vsize=810288 CPUtime=8.66
/proc/14049/task/14051/stat : 14051 (java) R 14047 14049 13456 0 -1 64 17407 0 1 0 854 12 0 0 25 0 12 0 22214253 829734912 55335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14052] ppid=14047 vsize=810288 CPUtime=1.24
/proc/14049/task/14052/stat : 14052 (java) R 14047 14049 13456 0 -1 64 19599 0 0 0 116 8 0 0 16 0 12 0 22214253 829734912 55335 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14053] ppid=14047 vsize=810288 CPUtime=1.13
/proc/14049/task/14053/stat : 14053 (java) R 14047 14049 13456 0 -1 64 17768 0 0 0 106 7 0 0 16 0 12 0 22214253 829734912 55335 996147200 134512640 134550932 4294956016 18446744073709551615 106193953 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14054] ppid=14047 vsize=810288 CPUtime=0
/proc/14049/task/14054/stat : 14054 (java) S 14047 14049 13456 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 22214255 829734912 55335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14055] ppid=14047 vsize=810288 CPUtime=0
/proc/14049/task/14055/stat : 14055 (java) S 14047 14049 13456 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22214256 829734912 55335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14056] ppid=14047 vsize=810288 CPUtime=0
/proc/14049/task/14056/stat : 14056 (java) S 14047 14049 13456 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22214256 829734912 55335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14057] ppid=14047 vsize=810288 CPUtime=0
/proc/14049/task/14057/stat : 14057 (java) S 14047 14049 13456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22214260 829734912 55335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14058] ppid=14047 vsize=810288 CPUtime=0.04
/proc/14049/task/14058/stat : 14058 (java) S 14047 14049 13456 0 -1 64 262 0 0 0 4 0 0 0 16 0 12 0 22214260 829734912 55335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14059] ppid=14047 vsize=810288 CPUtime=1.81
/proc/14049/task/14059/stat : 14059 (java) S 14047 14049 13456 0 -1 64 4555 0 0 0 179 2 0 0 15 0 12 0 22214260 829734912 55335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14060] ppid=14047 vsize=810288 CPUtime=0
/proc/14049/task/14060/stat : 14060 (java) S 14047 14049 13456 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22214260 829734912 55335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14061] ppid=14047 vsize=810288 CPUtime=0
/proc/14049/task/14061/stat : 14061 (java) S 14047 14049 13456 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22214260 829734912 55335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.93
Current children cumulated vsize (KiB) 810288

[startup+25.5026 s]
/proc/loadavg: 1.55 1.93 2.15 4/94 14061
/proc/meminfo: memFree=1179428/2055920 swapFree=4192952/4192956
[pid=14049] ppid=14047 vsize=812856 CPUtime=26.66
/proc/14049/stat : 14049 (java) S 14047 14049 13456 0 -1 0 136692 0 1 0 2603 63 0 0 18 0 12 0 22214251 832364544 130773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14049/statm: 203214 130773 1436 9 0 200541 0
[pid=14049/tid=14051] ppid=14047 vsize=812856 CPUtime=16.42
/proc/14049/task/14051/stat : 14051 (java) R 14047 14049 13456 0 -1 64 23574 0 1 0 1628 14 0 0 18 0 12 0 22214253 832364544 130773 996147200 134512640 134550932 4294956016 18446744073709551615 4110028229 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14052] ppid=14047 vsize=812856 CPUtime=4.27
/proc/14049/task/14052/stat : 14052 (java) S 14047 14049 13456 0 -1 64 52144 0 0 0 406 21 0 0 17 0 12 0 22214253 832364544 130773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14053] ppid=14047 vsize=812856 CPUtime=4.06
/proc/14049/task/14053/stat : 14053 (java) S 14047 14049 13456 0 -1 64 55398 0 0 0 383 23 0 0 16 0 12 0 22214253 832364544 130773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14054] ppid=14047 vsize=812856 CPUtime=0.01
/proc/14049/task/14054/stat : 14054 (java) S 14047 14049 13456 0 -1 64 19 0 0 0 1 0 0 0 16 0 12 0 22214255 832364544 130773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14055] ppid=14047 vsize=812856 CPUtime=0
/proc/14049/task/14055/stat : 14055 (java) S 14047 14049 13456 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22214256 832364544 130773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14056] ppid=14047 vsize=812856 CPUtime=0
/proc/14049/task/14056/stat : 14056 (java) S 14047 14049 13456 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22214256 832364544 130773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14057] ppid=14047 vsize=812856 CPUtime=0
/proc/14049/task/14057/stat : 14057 (java) S 14047 14049 13456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22214260 832364544 130773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14058] ppid=14047 vsize=812856 CPUtime=0.04

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

[pid=14049/tid=14054] ppid=14047 vsize=813084 CPUtime=22.79
/proc/14049/task/14054/stat : 14054 (java) S 14047 14049 13456 0 -1 64 21 0 0 0 2279 0 0 0 16 0 13 0 22214255 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14055] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14055/stat : 14055 (java) S 14047 14049 13456 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22214256 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14056] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14056/stat : 14056 (java) S 14047 14049 13456 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22214256 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14057] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14057/stat : 14057 (java) S 14047 14049 13456 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22214260 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14058] ppid=14047 vsize=813084 CPUtime=0.32
/proc/14049/task/14058/stat : 14058 (java) S 14047 14049 13456 0 -1 64 287 0 1 0 32 0 0 0 16 0 13 0 22214260 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14059] ppid=14047 vsize=813084 CPUtime=2.69
/proc/14049/task/14059/stat : 14059 (java) S 14047 14049 13456 0 -1 64 4576 0 2 0 267 2 0 0 16 0 13 0 22214260 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14060] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14060/stat : 14060 (java) S 14047 14049 13456 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22214260 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14061] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14061/stat : 14061 (java) S 14047 14049 13456 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22214260 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14062] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14062/stat : 14062 (java) S 14047 14049 13456 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 22217614 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.49
Current children cumulated vsize (KiB) 813084

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 14064
/proc/meminfo: memFree=1008604/2055920 swapFree=4192952/4192956
[pid=14049] ppid=14047 vsize=813084 CPUtime=1720.47
/proc/14049/stat : 14049 (java) S 14047 14049 13456 0 -1 0 175663 0 4 0 171966 81 0 0 18 0 13 0 22214251 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14049/statm: 203271 169200 1454 9 0 200598 0
[pid=14049/tid=14051] ppid=14047 vsize=813084 CPUtime=1681.54
/proc/14049/task/14051/stat : 14051 (java) R 14047 14049 13456 0 -1 64 35902 0 1 0 168133 21 0 0 25 0 13 0 22214253 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4109788896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14052] ppid=14047 vsize=813084 CPUtime=6.71
/proc/14049/task/14052/stat : 14052 (java) S 14047 14049 13456 0 -1 64 59233 0 0 0 647 24 0 0 16 0 13 0 22214253 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14053] ppid=14047 vsize=813084 CPUtime=6.35
/proc/14049/task/14053/stat : 14053 (java) S 14047 14049 13456 0 -1 64 74898 0 0 0 604 31 0 0 17 0 13 0 22214253 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14054] ppid=14047 vsize=813084 CPUtime=22.79
/proc/14049/task/14054/stat : 14054 (java) S 14047 14049 13456 0 -1 64 21 0 0 0 2279 0 0 0 16 0 13 0 22214255 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14055] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14055/stat : 14055 (java) S 14047 14049 13456 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22214256 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14056] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14056/stat : 14056 (java) S 14047 14049 13456 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22214256 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14057] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14057/stat : 14057 (java) S 14047 14049 13456 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22214260 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14058] ppid=14047 vsize=813084 CPUtime=0.33
/proc/14049/task/14058/stat : 14058 (java) S 14047 14049 13456 0 -1 64 287 0 1 0 33 0 0 0 17 0 13 0 22214260 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14059] ppid=14047 vsize=813084 CPUtime=2.69
/proc/14049/task/14059/stat : 14059 (java) S 14047 14049 13456 0 -1 64 4576 0 2 0 267 2 0 0 16 0 13 0 22214260 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14060] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14060/stat : 14060 (java) S 14047 14049 13456 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22214260 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14061] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14061/stat : 14061 (java) S 14047 14049 13456 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22214260 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14062] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14062/stat : 14062 (java) S 14047 14049 13456 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 22217614 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.47
Current children cumulated vsize (KiB) 813084

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 14064
/proc/meminfo: memFree=1008412/2055920 swapFree=4192952/4192956
[pid=14049] ppid=14047 vsize=813084 CPUtime=1780.45
/proc/14049/stat : 14049 (java) S 14047 14049 13456 0 -1 0 175664 0 4 0 177964 81 0 0 18 0 13 0 22214251 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14049/statm: 203271 169200 1454 9 0 200598 0
[pid=14049/tid=14051] ppid=14047 vsize=813084 CPUtime=1741.52
/proc/14049/task/14051/stat : 14051 (java) R 14047 14049 13456 0 -1 64 35903 0 1 0 174131 21 0 0 25 0 13 0 22214253 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4109555652 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14052] ppid=14047 vsize=813084 CPUtime=6.71
/proc/14049/task/14052/stat : 14052 (java) S 14047 14049 13456 0 -1 64 59233 0 0 0 647 24 0 0 16 0 13 0 22214253 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14053] ppid=14047 vsize=813084 CPUtime=6.35
/proc/14049/task/14053/stat : 14053 (java) S 14047 14049 13456 0 -1 64 74898 0 0 0 604 31 0 0 17 0 13 0 22214253 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14054] ppid=14047 vsize=813084 CPUtime=22.79
/proc/14049/task/14054/stat : 14054 (java) S 14047 14049 13456 0 -1 64 21 0 0 0 2279 0 0 0 16 0 13 0 22214255 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14055] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14055/stat : 14055 (java) S 14047 14049 13456 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22214256 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14056] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14056/stat : 14056 (java) S 14047 14049 13456 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22214256 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14057] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14057/stat : 14057 (java) S 14047 14049 13456 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22214260 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14058] ppid=14047 vsize=813084 CPUtime=0.33
/proc/14049/task/14058/stat : 14058 (java) S 14047 14049 13456 0 -1 64 287 0 1 0 33 0 0 0 17 0 13 0 22214260 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14059] ppid=14047 vsize=813084 CPUtime=2.69
/proc/14049/task/14059/stat : 14059 (java) S 14047 14049 13456 0 -1 64 4576 0 2 0 267 2 0 0 16 0 13 0 22214260 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14060] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14060/stat : 14060 (java) S 14047 14049 13456 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22214260 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14061] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14061/stat : 14061 (java) S 14047 14049 13456 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22214260 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14062] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14062/stat : 14062 (java) S 14047 14049 13456 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 22217614 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.45
Current children cumulated vsize (KiB) 813084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 14069
/proc/meminfo: memFree=1008340/2055920 swapFree=4192952/4192956
[pid=14049] ppid=14047 vsize=813084 CPUtime=1800.04
/proc/14049/stat : 14049 (java) S 14047 14049 13456 0 -1 0 175664 0 4 0 179923 81 0 0 18 0 13 0 22214251 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14049/statm: 203271 169200 1454 9 0 200598 0
[pid=14049/tid=14051] ppid=14047 vsize=813084 CPUtime=1761.11
/proc/14049/task/14051/stat : 14051 (java) R 14047 14049 13456 0 -1 64 35903 0 1 0 176090 21 0 0 25 0 13 0 22214253 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4109896466 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14052] ppid=14047 vsize=813084 CPUtime=6.71
/proc/14049/task/14052/stat : 14052 (java) S 14047 14049 13456 0 -1 64 59233 0 0 0 647 24 0 0 16 0 13 0 22214253 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14053] ppid=14047 vsize=813084 CPUtime=6.35
/proc/14049/task/14053/stat : 14053 (java) S 14047 14049 13456 0 -1 64 74898 0 0 0 604 31 0 0 17 0 13 0 22214253 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14054] ppid=14047 vsize=813084 CPUtime=22.79
/proc/14049/task/14054/stat : 14054 (java) S 14047 14049 13456 0 -1 64 21 0 0 0 2279 0 0 0 16 0 13 0 22214255 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14055] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14055/stat : 14055 (java) S 14047 14049 13456 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22214256 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14056] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14056/stat : 14056 (java) S 14047 14049 13456 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22214256 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14057] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14057/stat : 14057 (java) S 14047 14049 13456 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22214260 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14058] ppid=14047 vsize=813084 CPUtime=0.33
/proc/14049/task/14058/stat : 14058 (java) S 14047 14049 13456 0 -1 64 287 0 1 0 33 0 0 0 17 0 13 0 22214260 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14059] ppid=14047 vsize=813084 CPUtime=2.69
/proc/14049/task/14059/stat : 14059 (java) S 14047 14049 13456 0 -1 64 4576 0 2 0 267 2 0 0 16 0 13 0 22214260 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14060] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14060/stat : 14060 (java) S 14047 14049 13456 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22214260 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14061] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14061/stat : 14061 (java) S 14047 14049 13456 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22214260 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14062] ppid=14047 vsize=813084 CPUtime=0
/proc/14049/task/14062/stat : 14062 (java) S 14047 14049 13456 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 22217614 832598016 169200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 813084

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

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

[startup+1802.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 14069
/proc/meminfo: memFree=1008340/2055920 swapFree=4192952/4192956
[pid=14049] ppid=14047 vsize=813732 CPUtime=1800.16
/proc/14049/stat : 14049 (java) S 14047 14049 13456 0 -1 0 175679 0 4 0 179935 81 0 0 16 0 15 0 22214251 833261568 169215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14049/statm: 203433 169215 1454 9 0 200760 0
[pid=14049/tid=14051] ppid=14047 vsize=813732 CPUtime=1761.21
/proc/14049/task/14051/stat : 14051 (java) R 14047 14049 13456 0 -1 64 35903 0 1 0 176100 21 0 0 25 0 15 0 22214253 833261568 169215 996147200 134512640 134550932 4294956016 18446744073709551615 4109595875 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14052] ppid=14047 vsize=813732 CPUtime=6.71
/proc/14049/task/14052/stat : 14052 (java) S 14047 14049 13456 0 -1 64 59233 0 0 0 647 24 0 0 16 0 15 0 22214253 833261568 169215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14053] ppid=14047 vsize=813732 CPUtime=6.35
/proc/14049/task/14053/stat : 14053 (java) S 14047 14049 13456 0 -1 64 74898 0 0 0 604 31 0 0 17 0 15 0 22214253 833261568 169215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14054] ppid=14047 vsize=813732 CPUtime=22.79
/proc/14049/task/14054/stat : 14054 (java) S 14047 14049 13456 0 -1 64 21 0 0 0 2279 0 0 0 16 0 15 0 22214255 833261568 169215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14055] ppid=14047 vsize=813732 CPUtime=0
/proc/14049/task/14055/stat : 14055 (java) S 14047 14049 13456 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 22214256 833261568 169215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14056] ppid=14047 vsize=813732 CPUtime=0
/proc/14049/task/14056/stat : 14056 (java) S 14047 14049 13456 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 22214256 833261568 169215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14057] ppid=14047 vsize=813732 CPUtime=0
/proc/14049/task/14057/stat : 14057 (java) S 14047 14049 13456 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 22214260 833261568 169215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14058] ppid=14047 vsize=813732 CPUtime=0.33
/proc/14049/task/14058/stat : 14058 (java) S 14047 14049 13456 0 -1 64 287 0 1 0 33 0 0 0 17 0 15 0 22214260 833261568 169215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14059] ppid=14047 vsize=813732 CPUtime=2.69
/proc/14049/task/14059/stat : 14059 (java) S 14047 14049 13456 0 -1 64 4576 0 2 0 267 2 0 0 16 0 15 0 22214260 833261568 169215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14060] ppid=14047 vsize=813732 CPUtime=0
/proc/14049/task/14060/stat : 14060 (java) S 14047 14049 13456 0 -1 64 0 0 0 0 0 0 0 0 25 0 15 0 22214260 833261568 169215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14049/tid=14061] ppid=14047 vsize=813732 CPUtime=0
/proc/14049/task/14061/stat : 14061 (java) S 14047 14049 13456 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 22214260 833261568 169215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14049/tid=14062] ppid=14047 vsize=813732 CPUtime=0
/proc/14049/task/14062/stat : 14062 (java) S 14047 14049 13456 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 22217614 833261568 169215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 813732

[startup+1802.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 14069
/proc/meminfo: memFree=1008340/2055920 swapFree=4192952/4192956
[pid=14049] ppid=14047 vsize=0 CPUtime=1800.3
/proc/14049/stat : 14049 (java) Z 14047 14049 13456 0 -1 1036 175683 0 4 0 179945 85 0 0 16 0 2 0 22214251 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14049/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1802.17
CPU time (s): 1800.37
CPU user time (s): 1799.45
CPU system time (s): 0.922859
CPU usage (%): 99.9001
Max. virtual memory (cumulated for all children) (KiB): 813732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 0.922859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175683
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38468
involuntary context switches= 49300

runsolver used 2.12068 second user time and 6.12207 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-12 00:31:11
IDJOB=2070569
IDBENCH=55370
IDSOLVER=731
FILE ID=node9/2070569-1247351471
PBS_JOBID= 9506960
Free space on /tmp= 66396 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-55-10-a3.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070569-1247351471/watcher-2070569-1247351471 -o /tmp/evaluation-result-2070569-1247351471/solver-2070569-1247351471 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2070569-1247351471.xml

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

MD5SUM BENCH= c84380d557561ba82f603f5f7b91934d
RANDOM SEED=1730922611

node9.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.216
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.216
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:       1704292 kB
Buffers:         36292 kB
Cached:         224484 kB
SwapCached:          4 kB
Active:         115432 kB
Inactive:       185088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1704292 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            3104 kB
Writeback:           0 kB
Mapped:          60192 kB
Slab:            36428 kB
Committed_AS:   197760 kB
PageTables:       1880 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= 66396 MiB
End job on node9 at 2009-07-12 01:01:15