Trace number 2087718

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.21 1801.17

General information on the benchmark

Namecsp/os-taillard-7/
normalized-os-taillard-7-100-9.xml
MD5SUM3ad2628e033d36895a2885b148e4c877
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.213967
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size398
Number of constraints which are defined in extension0
Number of constraints which are defined in intension294
Global constraints used (with number of constraints)

Solver Data

0.12/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.12/0.24	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.24	c See www.sat4j.org for details.
0.12/0.24	c That software uses the Rhino library from the Mozilla project.
0.12/0.26	c version 2.1.1.v20090622
0.12/0.26	c sun.arch.data.model	32
0.12/0.26	c java.version	1.6.0_12
0.12/0.26	c os.name	Linux
0.12/0.26	c os.version	2.6.9-22.EL.rootsmp
0.12/0.26	c os.arch	i386
0.12/0.26	c Free memory 671000808
0.12/0.26	c Max memory 672137216
0.12/0.26	c Total memory 672137216
0.12/0.26	c Number of processors 2
0.19/0.34	c c --- Begin Solver configuration ---
0.19/0.34	c Stops conflict analysis at the first Unique Implication Point
0.19/0.34	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.34	c Learn all clauses as in MiniSAT
0.19/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.34	c Expensive reason simplification
0.19/0.34	c MiniSAT restarts strategy
0.19/0.34	c Memory based learned constraints deletion strategy
0.19/0.34	c timeout=2147483s
0.19/0.34	c DB Simplification allowed=false
0.19/0.34	c --- End Solver configuration ---
0.19/0.35	c solving HOME/instance-2087718-1247386580.xml
0.19/0.35	c reading problem ... 
0.46/0.63	c reading problem named null
0.46/0.63	c reading domains done.
0.46/0.65	c reading variables done.
0.76/0.90	c reading predicates  done.
0.95/1.12	c reading constraints
113.01/113.29	c done with constraints.
113.01/113.29	c ... done. Wall clock time 112.947s.
113.01/113.29	c #vars     17107
113.01/113.29	c #constraints  205382
113.01/113.29	c constraints type 
113.01/113.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 205333
113.01/113.29	c org.sat4j.minisat.constraints.card.AtLeast => 49
1800.01/1801.01	c starts		: 11
1800.01/1801.01	c conflicts		: 12431
1800.01/1801.01	c decisions		: 43840
1800.01/1801.01	c propagations		: 3060556
1800.01/1801.01	c inspects		: 73684628
1800.01/1801.01	c learnt literals	: 0
1800.01/1801.01	c learnt binary clauses	: 3
1800.01/1801.02	c learnt ternary clauses	: 14
1800.01/1801.02	c learnt clauses	: 12430
1800.01/1801.02	c ignored clauses	: 0
1800.01/1801.02	c root simplifications	: 0
1800.01/1801.02	c removed literals (reason simplification)	: 1432196
1800.01/1801.02	c reason swapping (by a shorter reason)	: 0
1800.01/1801.02	c Calls to reduceDB	: 0
1800.01/1801.02	c speed (assignments/second)	: 1813.4263977437015
1800.01/1801.02	c non guided choices	1935
1800.01/1801.05	c learnt constraints type 
1800.01/1801.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.01/1801.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12427
1800.01/1801.05	c constraints type 
1800.01/1801.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 205333
1800.01/1801.05	c org.sat4j.minisat.constraints.card.AtLeast => 49
1800.01/1801.05	s UNKNOWN
1800.01/1801.05	c Total wall clock time (in seconds) : 1800.669

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

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


[startup+0 s]
/proc/loadavg: 1.93 1.98 1.99 4/73 28108
/proc/meminfo: memFree=1898896/2055920 swapFree=4192812/4192956
[pid=28108] ppid=28106 vsize=1612 CPUtime=0
/proc/28108/stat : 28108 (java6) R 28106 28108 27128 0 -1 0 153 0 0 0 0 0 0 0 18 0 1 0 25724685 1650688 125 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/28108/statm: 403 127 91 9 0 45 0

[startup+0.0172889 s]
/proc/loadavg: 1.93 1.98 1.99 4/73 28108
/proc/meminfo: memFree=1898896/2055920 swapFree=4192812/4192956
[pid=28108] ppid=28106 vsize=12928 CPUtime=0
/proc/28108/stat : 28108 (java) D 28106 28108 27128 0 -1 0 366 0 1 0 0 0 0 0 18 0 1 0 25724685 13238272 174 996147200 134512640 134550932 4294956016 18446744073709551615 7453560 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/28108/statm: 3232 174 134 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.102295 s]
/proc/loadavg: 1.93 1.98 1.99 4/73 28108
/proc/meminfo: memFree=1898896/2055920 swapFree=4192812/4192956
[pid=28108] ppid=28106 vsize=800696 CPUtime=0.05
/proc/28108/stat : 28108 (java) S 28106 28108 27128 0 -1 0 2385 0 29 0 2 3 0 0 18 0 4 0 25724685 819912704 2160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/28108/statm: 200174 2160 938 9 0 197525 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 800696

[startup+0.301314 s]
/proc/loadavg: 1.93 1.98 1.99 4/73 28108
/proc/meminfo: memFree=1898896/2055920 swapFree=4192812/4192956
[pid=28108] ppid=28106 vsize=805352 CPUtime=0.19
/proc/28108/stat : 28108 (java) S 28106 28108 27128 0 -1 0 3778 0 29 0 15 4 0 0 18 0 12 0 25724685 824680448 3544 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28108/statm: 201338 3544 1332 9 0 198672 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 805352

[startup+0.701357 s]
/proc/loadavg: 1.93 1.98 1.99 4/73 28108
/proc/meminfo: memFree=1898896/2055920 swapFree=4192812/4192956
[pid=28108] ppid=28106 vsize=807400 CPUtime=0.56
/proc/28108/stat : 28108 (java) S 28106 28108 27128 0 -1 0 5524 0 29 0 49 7 0 0 18 0 12 0 25724685 826777600 5077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28108/statm: 201850 5077 1384 9 0 199177 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 807400

[startup+1.50245 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 28120
/proc/meminfo: memFree=1870320/2055920 swapFree=4192812/4192956
[pid=28108] ppid=28106 vsize=810560 CPUtime=1.35
/proc/28108/stat : 28108 (java) S 28106 28108 27128 0 -1 0 9610 0 29 0 127 8 0 0 18 0 12 0 25724685 830013440 7648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28108/statm: 202640 7648 1410 9 0 199967 0
[pid=28108/tid=28110] ppid=28106 vsize=810560 CPUtime=0.69
/proc/28108/task/28110/stat : 28110 (java) R 28106 28108 27128 0 -1 64 5555 0 1 0 65 4 0 0 24 0 12 0 25724692 830013440 7648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28111] ppid=28106 vsize=810560 CPUtime=0
/proc/28108/task/28111/stat : 28111 (java) S 28106 28108 27128 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 25724693 830013440 7648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28112] ppid=28106 vsize=810560 CPUtime=0
/proc/28108/task/28112/stat : 28112 (java) S 28106 28108 27128 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 25724693 830013440 7648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28113] ppid=28106 vsize=810560 CPUtime=0
/proc/28108/task/28113/stat : 28113 (java) S 28106 28108 27128 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 25724696 830013440 7648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28114] ppid=28106 vsize=810560 CPUtime=0
/proc/28108/task/28114/stat : 28114 (java) S 28106 28108 27128 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 25724696 830013440 7648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28115] ppid=28106 vsize=810560 CPUtime=0
/proc/28108/task/28115/stat : 28115 (java) S 28106 28108 27128 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 25724696 830013440 7648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28116] ppid=28106 vsize=810560 CPUtime=0
/proc/28108/task/28116/stat : 28116 (java) S 28106 28108 27128 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 25724703 830013440 7648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28117] ppid=28106 vsize=810560 CPUtime=0
/proc/28108/task/28117/stat : 28117 (java) S 28106 28108 27128 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 25724703 830013440 7648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28118] ppid=28106 vsize=810560 CPUtime=0.62
/proc/28108/task/28118/stat : 28118 (java) R 28106 28108 27128 0 -1 64 3327 0 0 0 61 1 0 0 17 0 12 0 25724703 830013440 7648 996147200 134512640 134550932 4294956016 18446744073709551615 103828647 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28119] ppid=28106 vsize=810560 CPUtime=0
/proc/28108/task/28119/stat : 28119 (java) S 28106 28108 27128 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 25724703 830013440 7648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28120] ppid=28106 vsize=810560 CPUtime=0
/proc/28108/task/28120/stat : 28120 (java) S 28106 28108 27128 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25724703 830013440 7648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 810560

[startup+3.10161 s]
/proc/loadavg: 2.01 2.00 2.00 4/85 28120
/proc/meminfo: memFree=1832944/2055920 swapFree=4192812/4192956
[pid=28108] ppid=28106 vsize=810560 CPUtime=2.95
/proc/28108/stat : 28108 (java) S 28106 28108 27128 0 -1 0 24338 0 29 0 281 14 0 0 18 0 12 0 25724685 830013440 22219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28108/statm: 202640 22219 1432 9 0 199967 0
[pid=28108/tid=28110] ppid=28106 vsize=810560 CPUtime=1.98
/proc/28108/task/28110/stat : 28110 (java) R 28106 28108 27128 0 -1 64 17357 0 1 0 189 9 0 0 25 0 12 0 25724692 830013440 22219 996147200 134512640 134550932 4294956016 18446744073709551615 4109606316 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28111] ppid=28106 vsize=810560 CPUtime=0.02
/proc/28108/task/28111/stat : 28111 (java) S 28106 28108 27128 0 -1 64 963 0 0 0 2 0 0 0 16 0 12 0 25724693 830013440 22219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28112] ppid=28106 vsize=810560 CPUtime=0.02
/proc/28108/task/28112/stat : 28112 (java) S 28106 28108 27128 0 -1 64 1728 0 0 0 2 0 0 0 16 0 12 0 25724693 830013440 22219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28113] ppid=28106 vsize=810560 CPUtime=0
/proc/28108/task/28113/stat : 28113 (java) S 28106 28108 27128 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 25724696 830013440 22219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28114] ppid=28106 vsize=810560 CPUtime=0
/proc/28108/task/28114/stat : 28114 (java) S 28106 28108 27128 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25724696 830013440 22219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28115] ppid=28106 vsize=810560 CPUtime=0
/proc/28108/task/28115/stat : 28115 (java) S 28106 28108 27128 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 25724696 830013440 22219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28116] ppid=28106 vsize=810560 CPUtime=0
/proc/28108/task/28116/stat : 28116 (java) S 28106 28108 27128 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 25724703 830013440 22219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28117] ppid=28106 vsize=810560 CPUtime=0
/proc/28108/task/28117/stat : 28117 (java) S 28106 28108 27128 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 25724703 830013440 22219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28118] ppid=28106 vsize=810560 CPUtime=0.86
/proc/28108/task/28118/stat : 28118 (java) S 28106 28108 27128 0 -1 64 3546 0 0 0 85 1 0 0 16 0 12 0 25724703 830013440 22219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28119] ppid=28106 vsize=810560 CPUtime=0
/proc/28108/task/28119/stat : 28119 (java) S 28106 28108 27128 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 25724703 830013440 22219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28120] ppid=28106 vsize=810560 CPUtime=0
/proc/28108/task/28120/stat : 28120 (java) S 28106 28108 27128 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25724703 830013440 22219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 810560

[startup+6.30296 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 28120
/proc/meminfo: memFree=1798064/2055920 swapFree=4192812/4192956
[pid=28108] ppid=28106 vsize=809824 CPUtime=6.16
/proc/28108/stat : 28108 (java) S 28106 28108 27128 0 -1 0 27727 0 29 0 600 16 0 0 18 0 12 0 25724685 829259776 25429 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28108/statm: 202456 25429 1432 9 0 199783 0
[pid=28108/tid=28110] ppid=28106 vsize=809824 CPUtime=5.02
/proc/28108/task/28110/stat : 28110 (java) R 28106 28108 27128 0 -1 64 17364 0 1 0 493 9 0 0 25 0 12 0 25724692 829259776 25429 996147200 134512640 134550932 4294956016 18446744073709551615 4109614308 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28111] ppid=28106 vsize=809824 CPUtime=0.1
/proc/28108/task/28111/stat : 28111 (java) S 28106 28108 27128 0 -1 64 2883 0 0 0 9 1 0 0 16 0 12 0 25724693 829259776 25429 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28112] ppid=28106 vsize=809824 CPUtime=0.09
/proc/28108/task/28112/stat : 28112 (java) S 28106 28108 27128 0 -1 64 3176 0 0 0 9 0 0 0 16 0 12 0 25724693 829259776 25429 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28113] ppid=28106 vsize=809824 CPUtime=0
/proc/28108/task/28113/stat : 28113 (java) S 28106 28108 27128 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 25724696 829259776 25429 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28114] ppid=28106 vsize=809824 CPUtime=0
/proc/28108/task/28114/stat : 28114 (java) S 28106 28108 27128 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25724696 829259776 25429 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28115] ppid=28106 vsize=809824 CPUtime=0
/proc/28108/task/28115/stat : 28115 (java) S 28106 28108 27128 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 25724696 829259776 25429 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28116] ppid=28106 vsize=809824 CPUtime=0
/proc/28108/task/28116/stat : 28116 (java) S 28106 28108 27128 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 25724703 829259776 25429 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28117] ppid=28106 vsize=809824 CPUtime=0
/proc/28108/task/28117/stat : 28117 (java) S 28106 28108 27128 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 25724703 829259776 25429 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28118] ppid=28106 vsize=809824 CPUtime=0.88
/proc/28108/task/28118/stat : 28118 (java) S 28106 28108 27128 0 -1 64 3547 0 0 0 87 1 0 0 16 0 12 0 25724703 829259776 25429 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28119] ppid=28106 vsize=809824 CPUtime=0
/proc/28108/task/28119/stat : 28119 (java) S 28106 28108 27128 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 25724703 829259776 25429 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28120] ppid=28106 vsize=809824 CPUtime=0
/proc/28108/task/28120/stat : 28120 (java) S 28106 28108 27128 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25724703 829259776 25429 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 809824

[startup+12.7016 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 28120
/proc/meminfo: memFree=1775280/2055920 swapFree=4192812/4192956
[pid=28108] ppid=28106 vsize=809444 CPUtime=12.55
/proc/28108/stat : 28108 (java) S 28106 28108 27128 0 -1 0 33060 0 29 0 1237 18 0 0 18 0 12 0 25724685 828870656 30656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28108/statm: 202361 30656 1432 9 0 199688 0
[pid=28108/tid=28110] ppid=28106 vsize=809444 CPUtime=11.26
/proc/28108/task/28110/stat : 28110 (java) R 28106 28108 27128 0 -1 64 17376 0 1 0 1117 9 0 0 25 0 12 0 25724692 828870656 30656 996147200 134512640 134550932 4294956016 18446744073709551615 4109580095 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28111] ppid=28106 vsize=809444 CPUtime=0.12
/proc/28108/task/28111/stat : 28111 (java) S 28106 28108 27128 0 -1 64 4851 0 0 0 11 1 0 0 16 0 12 0 25724693 828870656 30656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28112] ppid=28106 vsize=809444 CPUtime=0.15
/proc/28108/task/28112/stat : 28112 (java) S 28106 28108 27128 0 -1 64 6528 0 0 0 13 2 0 0 16 0 12 0 25724693 828870656 30656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28113] ppid=28106 vsize=809444 CPUtime=0
/proc/28108/task/28113/stat : 28113 (java) S 28106 28108 27128 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 25724696 828870656 30656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28114] ppid=28106 vsize=809444 CPUtime=0
/proc/28108/task/28114/stat : 28114 (java) S 28106 28108 27128 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25724696 828870656 30656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28115] ppid=28106 vsize=809444 CPUtime=0
/proc/28108/task/28115/stat : 28115 (java) S 28106 28108 27128 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 25724696 828870656 30656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28116] ppid=28106 vsize=809444 CPUtime=0
/proc/28108/task/28116/stat : 28116 (java) S 28106 28108 27128 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 25724703 828870656 30656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28117] ppid=28106 vsize=809444 CPUtime=0
/proc/28108/task/28117/stat : 28117 (java) S 28106 28108 27128 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 25724703 828870656 30656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28118] ppid=28106 vsize=809444 CPUtime=0.94
/proc/28108/task/28118/stat : 28118 (java) S 28106 28108 27128 0 -1 64 3548 0 0 0 93 1 0 0 16 0 12 0 25724703 828870656 30656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28119] ppid=28106 vsize=809444 CPUtime=0
/proc/28108/task/28119/stat : 28119 (java) S 28106 28108 27128 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 25724703 828870656 30656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28120] ppid=28106 vsize=809444 CPUtime=0
/proc/28108/task/28120/stat : 28120 (java) S 28106 28108 27128 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25724703 828870656 30656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 809444

[startup+25.503 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 28120
/proc/meminfo: memFree=1743088/2055920 swapFree=4192812/4192956
[pid=28108] ppid=28106 vsize=809444 CPUtime=25.35
/proc/28108/stat : 28108 (java) S 28106 28108 27128 0 -1 0 40479 0 29 0 2514 21 0 0 18 0 12 0 25724685 828870656 38055 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28108/statm: 202361 38062 1436 9 0 199688 0
[pid=28108/tid=28110] ppid=28106 vsize=809444 CPUtime=23.89
/proc/28108/task/28110/stat : 28110 (java) R 28106 28108 27128 0 -1 64 17397 0 1 0 2380 9 0 0 25 0 12 0 25724692 828870656 38067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28111] ppid=28106 vsize=809444 CPUtime=0.19
/proc/28108/task/28111/stat : 28111 (java) R 28106 28108 27128 0 -1 64 8382 0 0 0 16 3 0 0 15 0 12 0 25724693 828870656 38074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28112] ppid=28106 vsize=809444 CPUtime=0.22
/proc/28108/task/28112/stat : 28112 (java) R 28106 28108 27128 0 -1 64 10419 0 0 0 19 3 0 0 15 0 12 0 25724693 828870656 38082 996147200 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28113] ppid=28106 vsize=809444 CPUtime=0.01
/proc/28108/task/28113/stat : 28113 (java) S 28106 28108 27128 0 -1 64 32 0 0 0 1 0 0 0 15 0 12 0 25724696 828870656 38085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28114] ppid=28106 vsize=809444 CPUtime=0
/proc/28108/task/28114/stat : 28114 (java) S 28106 28108 27128 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25724696 828870656 38087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28115] ppid=28106 vsize=809444 CPUtime=0
/proc/28108/task/28115/stat : 28115 (java) S 28106 28108 27128 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 25724696 828870656 38091 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28116] ppid=28106 vsize=809444 CPUtime=0
/proc/28108/task/28116/stat : 28116 (java) S 28106 28108 27128 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 25724703 828870656 38094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28117] ppid=28106 vsize=809444 CPUtime=0

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

[pid=28108/tid=28113] ppid=28106 vsize=809768 CPUtime=0.05
/proc/28108/task/28113/stat : 28113 (java) S 28106 28108 27128 0 -1 64 32 0 0 0 5 0 0 0 16 0 13 0 25724696 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28114] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28114/stat : 28114 (java) S 28106 28108 27128 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25724696 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28115] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28115/stat : 28115 (java) S 28106 28108 27128 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25724696 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28116] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28116/stat : 28116 (java) S 28106 28108 27128 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28117] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28117/stat : 28117 (java) S 28106 28108 27128 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28118] ppid=28106 vsize=809768 CPUtime=2.26
/proc/28108/task/28118/stat : 28118 (java) S 28106 28108 27128 0 -1 64 3763 0 0 0 225 1 0 0 16 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28119] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28119/stat : 28119 (java) S 28106 28108 27128 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28120] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28120/stat : 28120 (java) S 28106 28108 27128 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28122] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28122/stat : 28122 (java) S 28106 28108 27128 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25736026 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.38
Current children cumulated vsize (KiB) 809768

[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/94 28226
/proc/meminfo: memFree=1401704/2055920 swapFree=4192812/4192956
[pid=28108] ppid=28106 vsize=809768 CPUtime=1661.35
/proc/28108/stat : 28108 (java) S 28106 28108 27128 0 -1 0 114117 0 29 0 166078 57 0 0 18 0 13 0 25724685 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28108/statm: 202442 111440 1445 9 0 199769 0
[pid=28108/tid=28110] ppid=28106 vsize=809768 CPUtime=1657.05
/proc/28108/task/28110/stat : 28110 (java) R 28106 28108 27128 0 -1 64 17545 0 1 0 165687 18 0 0 25 0 13 0 25724692 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4109941350 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28111] ppid=28106 vsize=809768 CPUtime=0.96
/proc/28108/task/28111/stat : 28111 (java) S 28106 28108 27128 0 -1 64 44393 0 0 0 80 16 0 0 17 0 13 0 25724693 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28112] ppid=28106 vsize=809768 CPUtime=0.96
/proc/28108/task/28112/stat : 28112 (java) S 28106 28108 27128 0 -1 64 47654 0 0 0 79 17 0 0 17 0 13 0 25724693 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28113] ppid=28106 vsize=809768 CPUtime=0.05
/proc/28108/task/28113/stat : 28113 (java) S 28106 28108 27128 0 -1 64 32 0 0 0 5 0 0 0 16 0 13 0 25724696 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28114] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28114/stat : 28114 (java) S 28106 28108 27128 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25724696 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28115] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28115/stat : 28115 (java) S 28106 28108 27128 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25724696 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28116] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28116/stat : 28116 (java) S 28106 28108 27128 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28117] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28117/stat : 28117 (java) S 28106 28108 27128 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28118] ppid=28106 vsize=809768 CPUtime=2.26
/proc/28108/task/28118/stat : 28118 (java) S 28106 28108 27128 0 -1 64 3763 0 0 0 225 1 0 0 16 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28119] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28119/stat : 28119 (java) S 28106 28108 27128 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28120] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28120/stat : 28120 (java) S 28106 28108 27128 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28122] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28122/stat : 28122 (java) S 28106 28108 27128 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25736026 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.35
Current children cumulated vsize (KiB) 809768

[startup+1722.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/94 28226
/proc/meminfo: memFree=1401704/2055920 swapFree=4192812/4192956
[pid=28108] ppid=28106 vsize=809768 CPUtime=1721.33
/proc/28108/stat : 28108 (java) S 28106 28108 27128 0 -1 0 114117 0 29 0 172076 57 0 0 18 0 13 0 25724685 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28108/statm: 202442 111440 1445 9 0 199769 0
[pid=28108/tid=28110] ppid=28106 vsize=809768 CPUtime=1717.03
/proc/28108/task/28110/stat : 28110 (java) R 28106 28108 27128 0 -1 64 17545 0 1 0 171685 18 0 0 25 0 13 0 25724692 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4109578056 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28111] ppid=28106 vsize=809768 CPUtime=0.96
/proc/28108/task/28111/stat : 28111 (java) S 28106 28108 27128 0 -1 64 44393 0 0 0 80 16 0 0 17 0 13 0 25724693 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28112] ppid=28106 vsize=809768 CPUtime=0.96
/proc/28108/task/28112/stat : 28112 (java) S 28106 28108 27128 0 -1 64 47654 0 0 0 79 17 0 0 17 0 13 0 25724693 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28113] ppid=28106 vsize=809768 CPUtime=0.05
/proc/28108/task/28113/stat : 28113 (java) S 28106 28108 27128 0 -1 64 32 0 0 0 5 0 0 0 16 0 13 0 25724696 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28114] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28114/stat : 28114 (java) S 28106 28108 27128 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25724696 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28115] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28115/stat : 28115 (java) S 28106 28108 27128 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25724696 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28116] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28116/stat : 28116 (java) S 28106 28108 27128 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28117] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28117/stat : 28117 (java) S 28106 28108 27128 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28118] ppid=28106 vsize=809768 CPUtime=2.26
/proc/28108/task/28118/stat : 28118 (java) S 28106 28108 27128 0 -1 64 3763 0 0 0 225 1 0 0 16 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28119] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28119/stat : 28119 (java) S 28106 28108 27128 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28120] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28120/stat : 28120 (java) S 28106 28108 27128 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28122] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28122/stat : 28122 (java) S 28106 28108 27128 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25736026 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.33
Current children cumulated vsize (KiB) 809768

[startup+1782.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/94 28226
/proc/meminfo: memFree=1401512/2055920 swapFree=4192812/4192956
[pid=28108] ppid=28106 vsize=809768 CPUtime=1781.31
/proc/28108/stat : 28108 (java) S 28106 28108 27128 0 -1 0 114117 0 29 0 178074 57 0 0 18 0 13 0 25724685 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28108/statm: 202442 111440 1445 9 0 199769 0
[pid=28108/tid=28110] ppid=28106 vsize=809768 CPUtime=1777.01
/proc/28108/task/28110/stat : 28110 (java) R 28106 28108 27128 0 -1 64 17545 0 1 0 177683 18 0 0 25 0 13 0 25724692 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4109804044 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28111] ppid=28106 vsize=809768 CPUtime=0.96
/proc/28108/task/28111/stat : 28111 (java) S 28106 28108 27128 0 -1 64 44393 0 0 0 80 16 0 0 17 0 13 0 25724693 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28112] ppid=28106 vsize=809768 CPUtime=0.96
/proc/28108/task/28112/stat : 28112 (java) S 28106 28108 27128 0 -1 64 47654 0 0 0 79 17 0 0 17 0 13 0 25724693 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28113] ppid=28106 vsize=809768 CPUtime=0.05
/proc/28108/task/28113/stat : 28113 (java) S 28106 28108 27128 0 -1 64 32 0 0 0 5 0 0 0 16 0 13 0 25724696 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28114] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28114/stat : 28114 (java) S 28106 28108 27128 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25724696 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28115] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28115/stat : 28115 (java) S 28106 28108 27128 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25724696 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28116] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28116/stat : 28116 (java) S 28106 28108 27128 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28117] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28117/stat : 28117 (java) S 28106 28108 27128 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28118] ppid=28106 vsize=809768 CPUtime=2.26
/proc/28108/task/28118/stat : 28118 (java) S 28106 28108 27128 0 -1 64 3763 0 0 0 225 1 0 0 16 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28119] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28119/stat : 28119 (java) S 28106 28108 27128 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28120] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28120/stat : 28120 (java) S 28106 28108 27128 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28122] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28122/stat : 28122 (java) S 28106 28108 27128 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25736026 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.31
Current children cumulated vsize (KiB) 809768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.06 2.04 2.00 3/94 28226
/proc/meminfo: memFree=1401512/2055920 swapFree=4192812/4192956
[pid=28108] ppid=28106 vsize=809768 CPUtime=1800.01
/proc/28108/stat : 28108 (java) S 28106 28108 27128 0 -1 0 114117 0 29 0 179944 57 0 0 18 0 13 0 25724685 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28108/statm: 202442 111440 1445 9 0 199769 0
[pid=28108/tid=28110] ppid=28106 vsize=809768 CPUtime=1795.71
/proc/28108/task/28110/stat : 28110 (java) R 28106 28108 27128 0 -1 64 17545 0 1 0 179553 18 0 0 25 0 13 0 25724692 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4109941380 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28111] ppid=28106 vsize=809768 CPUtime=0.96
/proc/28108/task/28111/stat : 28111 (java) S 28106 28108 27128 0 -1 64 44393 0 0 0 80 16 0 0 17 0 13 0 25724693 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28112] ppid=28106 vsize=809768 CPUtime=0.96
/proc/28108/task/28112/stat : 28112 (java) S 28106 28108 27128 0 -1 64 47654 0 0 0 79 17 0 0 17 0 13 0 25724693 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28113] ppid=28106 vsize=809768 CPUtime=0.05
/proc/28108/task/28113/stat : 28113 (java) S 28106 28108 27128 0 -1 64 32 0 0 0 5 0 0 0 16 0 13 0 25724696 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28114] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28114/stat : 28114 (java) S 28106 28108 27128 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25724696 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28115] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28115/stat : 28115 (java) S 28106 28108 27128 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25724696 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28116] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28116/stat : 28116 (java) S 28106 28108 27128 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28117] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28117/stat : 28117 (java) S 28106 28108 27128 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28118] ppid=28106 vsize=809768 CPUtime=2.26
/proc/28108/task/28118/stat : 28118 (java) S 28106 28108 27128 0 -1 64 3763 0 0 0 225 1 0 0 16 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28119] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28119/stat : 28119 (java) S 28106 28108 27128 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28120] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28120/stat : 28120 (java) S 28106 28108 27128 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25724703 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28108/tid=28122] ppid=28106 vsize=809768 CPUtime=0
/proc/28108/task/28122/stat : 28122 (java) S 28106 28108 27128 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25736026 829202432 111440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 809768

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

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

[startup+1801.11 s]
/proc/loadavg: 2.06 2.04 2.00 3/94 28226
/proc/meminfo: memFree=1401512/2055920 swapFree=4192812/4192956
[pid=28108] ppid=28106 vsize=0 CPUtime=1800.14
/proc/28108/stat : 28108 (java) Z 28106 28108 27128 0 -1 1036 114139 0 29 0 179956 58 0 0 16 0 2 0 25724685 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28108/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1801.17
CPU time (s): 1800.21
CPU user time (s): 1799.56
CPU system time (s): 0.642902
CPU usage (%): 99.9464
Max. virtual memory (cumulated for all children) (KiB): 810560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.642902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114139
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40600
involuntary context switches= 45298

runsolver used 2.22266 second user time and 6.06808 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-12 10:16:20
IDJOB=2087718
IDBENCH=58785
IDSOLVER=731
FILE ID=node19/2087718-1247386580
PBS_JOBID= 9507220
Free space on /tmp= 66432 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/os-taillard-7/normalized-os-taillard-7-100-9.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087718-1247386580/watcher-2087718-1247386580 -o /tmp/evaluation-result-2087718-1247386580/solver-2087718-1247386580 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087718-1247386580.xml

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

MD5SUM BENCH= 3ad2628e033d36895a2885b148e4c877
RANDOM SEED=460720102

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1899376 kB
Buffers:         12724 kB
Cached:          68876 kB
SwapCached:          0 kB
Active:          70608 kB
Inactive:        34552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1899376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1572 kB
Writeback:           0 kB
Mapped:          34212 kB
Slab:            36772 kB
Committed_AS:   267304 kB
PageTables:       1852 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= 66424 MiB
End job on node19 at 2009-07-12 10:46:24