Trace number 2058337

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.38 1809.3

General information on the benchmark

Namecsp/frb50-23/
normalized-frb50-23-2_ext.xml
MD5SUMbb1a147ff1219a16de4d32893b55ecda
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints544
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension544
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.10/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.24	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.24	c See www.sat4j.org for details.
0.10/0.24	c That software uses the Rhino library from the Mozilla project.
0.10/0.26	c version 2.1.1.v20090622
0.10/0.26	c sun.arch.data.model	32
0.10/0.26	c java.version	1.6.0_12
0.10/0.26	c os.name	Linux
0.10/0.26	c os.version	2.6.9-22.EL.rootsmp
0.10/0.26	c os.arch	i386
0.10/0.26	c Free memory 671000808
0.10/0.26	c Max memory 672137216
0.10/0.26	c Total memory 672137216
0.10/0.26	c Number of processors 2
0.18/0.35	c c --- Begin Solver configuration ---
0.18/0.35	c Stops conflict analysis at the first Unique Implication Point
0.18/0.35	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.35	c Learn all clauses as in MiniSAT
0.18/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.35	c Expensive reason simplification
0.18/0.35	c MiniSAT restarts strategy
0.18/0.35	c Memory based learned constraints deletion strategy
0.18/0.35	c timeout=2147483s
0.18/0.35	c DB Simplification allowed=false
0.18/0.35	c --- End Solver configuration ---
0.18/0.35	c solving HOME/instance-2058337-1247321306.xml
0.18/0.35	c reading problem ... 
0.44/0.66	c reading problem named null
0.44/0.66	c reading domains done.
0.44/0.66	c reading variables done.
0.53/0.70	c reading relations done.
1.92/2.17	c reading constraints
2.41/2.66	c done with constraints.
2.41/2.66	c ... done. Wall clock time 2.311s.
2.41/2.66	c #vars     1150
2.41/2.66	c #constraints  71908
2.41/2.66	c constraints type 
2.41/2.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50
2.41/2.66	c org.sat4j.minisat.constraints.card.AtLeast => 50
2.41/2.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 71808
1800.09/1809.12	c starts		: 19
1800.09/1809.12	c conflicts		: 348206
1800.09/1809.12	c decisions		: 462941
1800.09/1809.12	c propagations		: 37062845
1800.09/1809.12	c inspects		: 4453263847
1800.09/1809.12	c learnt literals	: 0
1800.09/1809.12	c learnt binary clauses	: 1
1800.09/1809.12	c learnt ternary clauses	: 6
1800.09/1809.12	c learnt clauses	: 348206
1800.09/1809.12	c ignored clauses	: 0
1800.09/1809.12	c root simplifications	: 0
1800.09/1809.12	c removed literals (reason simplification)	: 24093797
1800.09/1809.12	c reason swapping (by a shorter reason)	: 0
1800.09/1809.12	c Calls to reduceDB	: 0
1800.09/1809.12	c speed (assignments/second)	: 20516.94426422623
1800.09/1809.12	c non guided choices	139
1800.28/1809.22	c learnt constraints type 
1800.28/1809.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.28/1809.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 348217
1800.28/1809.22	c constraints type 
1800.28/1809.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50
1800.28/1809.22	c org.sat4j.minisat.constraints.card.AtLeast => 50
1800.28/1809.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 71808
1800.28/1809.22	s UNKNOWN
1800.28/1809.22	c Total wall clock time (in seconds) : 1808.764

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

[startup+0 s]
/proc/loadavg: 1.99 1.97 1.91 4/72 10262
/proc/meminfo: memFree=934636/2055920 swapFree=4192956/4192956
[pid=10262] ppid=10260 vsize=18576 CPUtime=0
/proc/10262/stat : 10262 (runsolver) R 10260 9620 9620 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 1 0 19197772 19021824 282 996147200 4194304 4302564 548682068448 18446744073709551615 4212278 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10262/statm: 4644 282 247 26 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.075222 s]
/proc/loadavg: 1.99 1.97 1.91 4/72 10262
/proc/meminfo: memFree=934636/2055920 swapFree=4192956/4192956
[pid=10262] ppid=10260 vsize=13324 CPUtime=0
/proc/10262/stat : 10262 (java) S 10260 10262 9620 0 -1 0 767 0 30 0 0 0 0 0 18 0 2 0 19197772 13643776 578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/10262/statm: 3331 578 260 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13324

[startup+0.10122 s]
/proc/loadavg: 1.99 1.97 1.91 4/72 10262
/proc/meminfo: memFree=934636/2055920 swapFree=4192956/4192956
[pid=10262] ppid=10260 vsize=800696 CPUtime=0.03
/proc/10262/stat : 10262 (java) S 10260 10262 9620 0 -1 0 2406 0 31 0 2 1 0 0 18 0 4 0 19197772 819912704 2183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/10262/statm: 200174 2183 943 9 0 197525 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800696

[startup+0.30124 s]
/proc/loadavg: 1.99 1.97 1.91 4/72 10262
/proc/meminfo: memFree=934636/2055920 swapFree=4192956/4192956
[pid=10262] ppid=10260 vsize=805356 CPUtime=0.18
/proc/10262/stat : 10262 (java) S 10260 10262 9620 0 -1 0 3772 0 31 0 15 3 0 0 18 0 12 0 19197772 824684544 3540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10262/statm: 201339 3540 1332 9 0 198673 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 805356

[startup+0.701285 s]
/proc/loadavg: 1.99 1.97 1.91 4/72 10262
/proc/meminfo: memFree=934636/2055920 swapFree=4192956/4192956
[pid=10262] ppid=10260 vsize=807180 CPUtime=0.53
/proc/10262/stat : 10262 (java) S 10260 10262 9620 0 -1 0 5355 0 32 0 48 5 0 0 18 0 12 0 19197772 826552320 4911 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10262/statm: 201795 4911 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 807180

[startup+1.50237 s]
/proc/loadavg: 2.07 1.99 1.91 4/84 10274
/proc/meminfo: memFree=908940/2055920 swapFree=4192956/4192956
[pid=10262] ppid=10260 vsize=809004 CPUtime=1.33
/proc/10262/stat : 10262 (java) S 10260 10262 9620 0 -1 0 8984 0 32 0 126 7 0 0 18 0 12 0 19197772 828420096 7500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10262/statm: 202251 7500 1407 9 0 199578 0
[pid=10262/tid=10264] ppid=10260 vsize=809004 CPUtime=0.66
/proc/10262/task/10264/stat : 10264 (java) R 10260 10262 9620 0 -1 64 5617 0 2 0 61 5 0 0 20 0 12 0 19197779 828420096 7500 996147200 134512640 134550932 4294956016 18446744073709551615 4109126802 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10265] ppid=10260 vsize=809004 CPUtime=0
/proc/10262/task/10265/stat : 10265 (java) S 10260 10262 9620 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 19197780 828420096 7500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10266] ppid=10260 vsize=809004 CPUtime=0
/proc/10262/task/10266/stat : 10266 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 19197780 828420096 7500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10267] ppid=10260 vsize=809004 CPUtime=0
/proc/10262/task/10267/stat : 10267 (java) S 10260 10262 9620 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 19197782 828420096 7500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10268] ppid=10260 vsize=809004 CPUtime=0
/proc/10262/task/10268/stat : 10268 (java) S 10260 10262 9620 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 19197783 828420096 7500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10269] ppid=10260 vsize=809004 CPUtime=0
/proc/10262/task/10269/stat : 10269 (java) S 10260 10262 9620 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 19197783 828420096 7500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10270] ppid=10260 vsize=809004 CPUtime=0
/proc/10262/task/10270/stat : 10270 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19197790 828420096 7500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10271] ppid=10260 vsize=809004 CPUtime=0
/proc/10262/task/10271/stat : 10271 (java) S 10260 10262 9620 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19197790 828420096 7500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10272] ppid=10260 vsize=809004 CPUtime=0.63
/proc/10262/task/10272/stat : 10272 (java) S 10260 10262 9620 0 -1 64 2639 0 0 0 63 0 0 0 16 0 12 0 19197790 828420096 7500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10273] ppid=10260 vsize=809004 CPUtime=0
/proc/10262/task/10273/stat : 10273 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19197790 828420096 7500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10274] ppid=10260 vsize=809004 CPUtime=0
/proc/10262/task/10274/stat : 10274 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19197790 828420096 7500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 809004

[startup+3.10255 s]
/proc/loadavg: 2.07 1.99 1.91 3/84 10274
/proc/meminfo: memFree=853324/2055920 swapFree=4192956/4192956
[pid=10262] ppid=10260 vsize=809328 CPUtime=2.91
/proc/10262/stat : 10262 (java) S 10260 10262 9620 0 -1 0 20969 0 32 0 277 14 0 0 18 0 13 0 19197772 828751872 19483 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10262/statm: 202332 19483 1439 9 0 199659 0
[pid=10262/tid=10264] ppid=10260 vsize=809328 CPUtime=1.38
/proc/10262/task/10264/stat : 10264 (java) R 10260 10262 9620 0 -1 64 16920 0 2 0 127 11 0 0 25 0 13 0 19197779 828751872 19483 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10265] ppid=10260 vsize=809328 CPUtime=0.01
/proc/10262/task/10265/stat : 10265 (java) S 10260 10262 9620 0 -1 64 472 0 0 0 1 0 0 0 17 0 13 0 19197780 828751872 19483 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10266] ppid=10260 vsize=809328 CPUtime=0
/proc/10262/task/10266/stat : 10266 (java) S 10260 10262 9620 0 -1 64 122 0 0 0 0 0 0 0 16 0 13 0 19197780 828751872 19483 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10267] ppid=10260 vsize=809328 CPUtime=0
/proc/10262/task/10267/stat : 10267 (java) S 10260 10262 9620 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19197782 828751872 19483 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10268] ppid=10260 vsize=809328 CPUtime=0
/proc/10262/task/10268/stat : 10268 (java) S 10260 10262 9620 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19197783 828751872 19483 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10269] ppid=10260 vsize=809328 CPUtime=0
/proc/10262/task/10269/stat : 10269 (java) S 10260 10262 9620 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19197783 828751872 19483 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10270] ppid=10260 vsize=809328 CPUtime=0
/proc/10262/task/10270/stat : 10270 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19197790 828751872 19483 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10271] ppid=10260 vsize=809328 CPUtime=0
/proc/10262/task/10271/stat : 10271 (java) S 10260 10262 9620 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 19197790 828751872 19483 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10272] ppid=10260 vsize=809328 CPUtime=1.48
/proc/10262/task/10272/stat : 10272 (java) R 10260 10262 9620 0 -1 64 2715 0 0 0 147 1 0 0 18 0 13 0 19197790 828751872 19483 996147200 134512640 134550932 4294956016 18446744073709551615 104163915 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10273] ppid=10260 vsize=809328 CPUtime=0
/proc/10262/task/10273/stat : 10273 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 19197790 828751872 19483 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10274] ppid=10260 vsize=809328 CPUtime=0
/proc/10262/task/10274/stat : 10274 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19197790 828751872 19483 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 809328

[startup+6.30191 s]
/proc/loadavg: 2.07 1.99 1.91 3/85 10275
/proc/meminfo: memFree=852420/2055920 swapFree=4192956/4192956
[pid=10262] ppid=10260 vsize=809296 CPUtime=6.08
/proc/10262/stat : 10262 (java) S 10260 10262 9620 0 -1 0 21607 0 32 0 594 14 0 0 18 0 13 0 19197772 828719104 19527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10262/statm: 202324 19527 1445 9 0 199651 0
[pid=10262/tid=10264] ppid=10260 vsize=809296 CPUtime=4.16
/proc/10262/task/10264/stat : 10264 (java) R 10260 10262 9620 0 -1 64 16925 0 2 0 405 11 0 0 25 0 13 0 19197779 828719104 19527 996147200 134512640 134550932 4294956016 18446744073709551615 4109745791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10265] ppid=10260 vsize=809296 CPUtime=0.01
/proc/10262/task/10265/stat : 10265 (java) S 10260 10262 9620 0 -1 64 472 0 0 0 1 0 0 0 17 0 13 0 19197780 828719104 19527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10266] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10266/stat : 10266 (java) S 10260 10262 9620 0 -1 64 122 0 0 0 0 0 0 0 16 0 13 0 19197780 828719104 19527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10267] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10267/stat : 10267 (java) S 10260 10262 9620 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 19197782 828719104 19527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10268] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10268/stat : 10268 (java) S 10260 10262 9620 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19197783 828719104 19527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10269] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10269/stat : 10269 (java) S 10260 10262 9620 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19197783 828719104 19527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10270] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10270/stat : 10270 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19197790 828719104 19527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10271] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10271/stat : 10271 (java) S 10260 10262 9620 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 19197790 828719104 19527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10272] ppid=10260 vsize=809296 CPUtime=1.87
/proc/10262/task/10272/stat : 10272 (java) S 10260 10262 9620 0 -1 64 3348 0 0 0 186 1 0 0 16 0 13 0 19197790 828719104 19527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10273] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10273/stat : 10273 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 19197790 828719104 19527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10274] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10274/stat : 10274 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19197790 828719104 19527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10275] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10275/stat : 10275 (java) S 10260 10262 9620 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 19198040 828719104 19527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 809296

[startup+12.7026 s]
/proc/loadavg: 2.06 1.99 1.91 3/85 10275
/proc/meminfo: memFree=852548/2055920 swapFree=4192956/4192956
[pid=10262] ppid=10260 vsize=809296 CPUtime=12.42
/proc/10262/stat : 10262 (java) S 10260 10262 9620 0 -1 0 21612 0 32 0 1228 14 0 0 18 0 13 0 19197772 828719104 19530 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10262/statm: 202324 19530 1445 9 0 199651 0
[pid=10262/tid=10264] ppid=10260 vsize=809296 CPUtime=10.41
/proc/10262/task/10264/stat : 10264 (java) R 10260 10262 9620 0 -1 64 16927 0 2 0 1030 11 0 0 25 0 13 0 19197779 828719104 19530 996147200 134512640 134550932 4294956016 18446744073709551615 4109807256 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10265] ppid=10260 vsize=809296 CPUtime=0.01
/proc/10262/task/10265/stat : 10265 (java) S 10260 10262 9620 0 -1 64 472 0 0 0 1 0 0 0 17 0 13 0 19197780 828719104 19530 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10266] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10266/stat : 10266 (java) S 10260 10262 9620 0 -1 64 122 0 0 0 0 0 0 0 16 0 13 0 19197780 828719104 19530 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10267] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10267/stat : 10267 (java) S 10260 10262 9620 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19197782 828719104 19530 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10268] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10268/stat : 10268 (java) S 10260 10262 9620 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19197783 828719104 19530 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10269] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10269/stat : 10269 (java) S 10260 10262 9620 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19197783 828719104 19530 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10270] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10270/stat : 10270 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19197790 828719104 19530 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10271] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10271/stat : 10271 (java) S 10260 10262 9620 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 19197790 828719104 19530 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10272] ppid=10260 vsize=809296 CPUtime=1.96
/proc/10262/task/10272/stat : 10272 (java) S 10260 10262 9620 0 -1 64 3351 0 0 0 195 1 0 0 17 0 13 0 19197790 828719104 19530 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10273] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10273/stat : 10273 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 19197790 828719104 19530 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10274] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10274/stat : 10274 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19197790 828719104 19530 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10275] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10275/stat : 10275 (java) S 10260 10262 9620 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 19198040 828719104 19530 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 809296

[startup+25.502 s]
/proc/loadavg: 2.05 1.99 1.91 3/85 10275
/proc/meminfo: memFree=852612/2055920 swapFree=4192956/4192956
[pid=10262] ppid=10260 vsize=809296 CPUtime=25.1
/proc/10262/stat : 10262 (java) S 10260 10262 9620 0 -1 0 21616 0 32 0 2496 14 0 0 18 0 13 0 19197772 828719104 19532 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10262/statm: 202324 19532 1445 9 0 199651 0
[pid=10262/tid=10264] ppid=10260 vsize=809296 CPUtime=23.05
/proc/10262/task/10264/stat : 10264 (java) R 10260 10262 9620 0 -1 64 16929 0 2 0 2294 11 0 0 25 0 13 0 19197779 828719104 19532 996147200 134512640 134550932 4294956016 18446744073709551615 4109940965 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10265] ppid=10260 vsize=809296 CPUtime=0.01
/proc/10262/task/10265/stat : 10265 (java) S 10260 10262 9620 0 -1 64 472 0 0 0 1 0 0 0 17 0 13 0 19197780 828719104 19532 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10266] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10266/stat : 10266 (java) S 10260 10262 9620 0 -1 64 122 0 0 0 0 0 0 0 16 0 13 0 19197780 828719104 19532 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10267] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10267/stat : 10267 (java) S 10260 10262 9620 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19197782 828719104 19532 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10268] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10268/stat : 10268 (java) S 10260 10262 9620 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19197783 828719104 19532 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10269] ppid=10260 vsize=809296 CPUtime=0

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

[pid=10262/tid=10267] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10267/stat : 10267 (java) S 10260 10262 9620 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19197782 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10262/tid=10268] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10268/stat : 10268 (java) S 10260 10262 9620 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19197783 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10269] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10269/stat : 10269 (java) S 10260 10262 9620 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19197783 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10270] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10270/stat : 10270 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19197790 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10271] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10271/stat : 10271 (java) S 10260 10262 9620 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 19197790 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10272] ppid=10260 vsize=809296 CPUtime=2.01
/proc/10262/task/10272/stat : 10272 (java) S 10260 10262 9620 0 -1 64 3354 0 0 0 200 1 0 0 17 0 13 0 19197790 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10273] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10273/stat : 10273 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 19197790 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10274] ppid=10260 vsize=809296 CPUtime=0.04
/proc/10262/task/10274/stat : 10274 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 2 2 0 0 15 0 13 0 19197790 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10275] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10275/stat : 10275 (java) S 10260 10262 9620 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 19198040 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1653.34
Current children cumulated vsize (KiB) 809296

[startup+1722.3 s]
/proc/loadavg: 2.12 2.07 1.96 3/86 10304
/proc/meminfo: memFree=691516/2055920 swapFree=4192956/4192956
[pid=10262] ppid=10260 vsize=809296 CPUtime=1713.31
/proc/10262/stat : 10262 (java) S 10260 10262 9620 0 -1 0 63401 0 32 0 171293 38 0 0 18 0 13 0 19197772 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10262/statm: 202324 59017 1445 9 0 199651 0
[pid=10262/tid=10264] ppid=10260 vsize=809296 CPUtime=1710.4
/proc/10262/task/10264/stat : 10264 (java) R 10260 10262 9620 0 -1 64 16933 0 2 0 171024 16 0 0 25 0 13 0 19197779 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4109745791 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10262/tid=10265] ppid=10260 vsize=809296 CPUtime=0.37
/proc/10262/task/10265/stat : 10265 (java) S 10260 10262 9620 0 -1 64 19023 0 0 0 31 6 0 0 18 0 13 0 19197780 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10262/tid=10266] ppid=10260 vsize=809296 CPUtime=0.42
/proc/10262/task/10266/stat : 10266 (java) S 10260 10262 9620 0 -1 64 23350 0 0 0 33 9 0 0 18 0 13 0 19197780 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10262/tid=10267] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10267/stat : 10267 (java) S 10260 10262 9620 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19197782 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10262/tid=10268] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10268/stat : 10268 (java) S 10260 10262 9620 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19197783 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10269] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10269/stat : 10269 (java) S 10260 10262 9620 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19197783 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10270] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10270/stat : 10270 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19197790 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10271] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10271/stat : 10271 (java) S 10260 10262 9620 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 19197790 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10272] ppid=10260 vsize=809296 CPUtime=2.01
/proc/10262/task/10272/stat : 10272 (java) S 10260 10262 9620 0 -1 64 3354 0 0 0 200 1 0 0 17 0 13 0 19197790 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10273] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10273/stat : 10273 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 19197790 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10274] ppid=10260 vsize=809296 CPUtime=0.04
/proc/10262/task/10274/stat : 10274 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 2 2 0 0 15 0 13 0 19197790 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10275] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10275/stat : 10275 (java) S 10260 10262 9620 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 19198040 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.31
Current children cumulated vsize (KiB) 809296

[startup+1782.3 s]
/proc/loadavg: 2.11 2.07 1.96 3/86 10304
/proc/meminfo: memFree=691580/2055920 swapFree=4192956/4192956
[pid=10262] ppid=10260 vsize=809296 CPUtime=1773.3
/proc/10262/stat : 10262 (java) S 10260 10262 9620 0 -1 0 63401 0 32 0 177291 39 0 0 18 0 13 0 19197772 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10262/statm: 202324 59017 1445 9 0 199651 0
[pid=10262/tid=10264] ppid=10260 vsize=809296 CPUtime=1770.37
/proc/10262/task/10264/stat : 10264 (java) R 10260 10262 9620 0 -1 64 16933 0 2 0 177021 16 0 0 25 0 13 0 19197779 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4109807617 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10262/tid=10265] ppid=10260 vsize=809296 CPUtime=0.37
/proc/10262/task/10265/stat : 10265 (java) S 10260 10262 9620 0 -1 64 19023 0 0 0 31 6 0 0 18 0 13 0 19197780 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10262/tid=10266] ppid=10260 vsize=809296 CPUtime=0.42
/proc/10262/task/10266/stat : 10266 (java) S 10260 10262 9620 0 -1 64 23350 0 0 0 33 9 0 0 18 0 13 0 19197780 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10262/tid=10267] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10267/stat : 10267 (java) S 10260 10262 9620 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19197782 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10262/tid=10268] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10268/stat : 10268 (java) S 10260 10262 9620 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19197783 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10269] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10269/stat : 10269 (java) S 10260 10262 9620 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19197783 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10270] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10270/stat : 10270 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19197790 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10271] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10271/stat : 10271 (java) S 10260 10262 9620 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 19197790 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10272] ppid=10260 vsize=809296 CPUtime=2.01
/proc/10262/task/10272/stat : 10272 (java) S 10260 10262 9620 0 -1 64 3354 0 0 0 200 1 0 0 17 0 13 0 19197790 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10273] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10273/stat : 10273 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 19197790 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10274] ppid=10260 vsize=809296 CPUtime=0.05
/proc/10262/task/10274/stat : 10274 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 2 3 0 0 15 0 13 0 19197790 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10275] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10275/stat : 10275 (java) S 10260 10262 9620 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 19198040 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.3
Current children cumulated vsize (KiB) 809296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.1 s]
/proc/loadavg: 2.07 2.06 1.96 3/86 10304
/proc/meminfo: memFree=691580/2055920 swapFree=4192956/4192956
[pid=10262] ppid=10260 vsize=809296 CPUtime=1800.09
/proc/10262/stat : 10262 (java) S 10260 10262 9620 0 -1 0 63401 0 32 0 179970 39 0 0 18 0 13 0 19197772 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10262/statm: 202324 59017 1445 9 0 199651 0
[pid=10262/tid=10264] ppid=10260 vsize=809296 CPUtime=1797.17
/proc/10262/task/10264/stat : 10264 (java) R 10260 10262 9620 0 -1 64 16933 0 2 0 179701 16 0 0 25 0 13 0 19197779 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4109807448 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10262/tid=10265] ppid=10260 vsize=809296 CPUtime=0.37
/proc/10262/task/10265/stat : 10265 (java) S 10260 10262 9620 0 -1 64 19023 0 0 0 31 6 0 0 18 0 13 0 19197780 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10262/tid=10266] ppid=10260 vsize=809296 CPUtime=0.42
/proc/10262/task/10266/stat : 10266 (java) S 10260 10262 9620 0 -1 64 23350 0 0 0 33 9 0 0 18 0 13 0 19197780 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10262/tid=10267] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10267/stat : 10267 (java) S 10260 10262 9620 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19197782 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10262/tid=10268] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10268/stat : 10268 (java) S 10260 10262 9620 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19197783 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10269] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10269/stat : 10269 (java) S 10260 10262 9620 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19197783 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10270] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10270/stat : 10270 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19197790 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10271] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10271/stat : 10271 (java) S 10260 10262 9620 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 19197790 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10272] ppid=10260 vsize=809296 CPUtime=2.01
/proc/10262/task/10272/stat : 10272 (java) S 10260 10262 9620 0 -1 64 3354 0 0 0 200 1 0 0 17 0 13 0 19197790 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10273] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10273/stat : 10273 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 19197790 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10274] ppid=10260 vsize=809296 CPUtime=0.05
/proc/10262/task/10274/stat : 10274 (java) R 10260 10262 9620 0 -1 64 1 0 0 0 2 3 0 0 15 0 13 0 19197790 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10275] ppid=10260 vsize=809296 CPUtime=0
/proc/10262/task/10275/stat : 10275 (java) S 10260 10262 9620 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 19198040 828719104 59017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 809296

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

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

[startup+1809.21 s]
/proc/loadavg: 2.07 2.06 1.96 3/86 10304
/proc/meminfo: memFree=691580/2055920 swapFree=4192956/4192956
[pid=10262] ppid=10260 vsize=809944 CPUtime=1800.28
/proc/10262/stat : 10262 (java) S 10260 10262 9620 0 -1 0 63421 0 32 0 179989 39 0 0 16 0 15 0 19197772 829382656 59037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10262/statm: 202486 59037 1445 9 0 199813 0
[pid=10262/tid=10264] ppid=10260 vsize=809944 CPUtime=1797.27
/proc/10262/task/10264/stat : 10264 (java) R 10260 10262 9620 0 -1 64 16933 0 2 0 179711 16 0 0 25 0 15 0 19197779 829382656 59037 996147200 134512640 134550932 4294956016 18446744073709551615 4109745791 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10262/tid=10265] ppid=10260 vsize=809944 CPUtime=0.37
/proc/10262/task/10265/stat : 10265 (java) S 10260 10262 9620 0 -1 64 19023 0 0 0 31 6 0 0 18 0 15 0 19197780 829382656 59037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10262/tid=10266] ppid=10260 vsize=809944 CPUtime=0.42
/proc/10262/task/10266/stat : 10266 (java) S 10260 10262 9620 0 -1 64 23350 0 0 0 33 9 0 0 18 0 15 0 19197780 829382656 59037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10262/tid=10267] ppid=10260 vsize=809944 CPUtime=0
/proc/10262/task/10267/stat : 10267 (java) S 10260 10262 9620 0 -1 64 12 0 0 0 0 0 0 0 16 0 15 0 19197782 829382656 59037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10262/tid=10268] ppid=10260 vsize=809944 CPUtime=0
/proc/10262/task/10268/stat : 10268 (java) S 10260 10262 9620 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 19197783 829382656 59037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10269] ppid=10260 vsize=809944 CPUtime=0
/proc/10262/task/10269/stat : 10269 (java) S 10260 10262 9620 0 -1 64 7 0 0 0 0 0 0 0 17 0 15 0 19197783 829382656 59037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10270] ppid=10260 vsize=809944 CPUtime=0
/proc/10262/task/10270/stat : 10270 (java) S 10260 10262 9620 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 19197790 829382656 59037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10271] ppid=10260 vsize=809944 CPUtime=0
/proc/10262/task/10271/stat : 10271 (java) S 10260 10262 9620 0 -1 64 13 0 0 0 0 0 0 0 19 0 15 0 19197790 829382656 59037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10272] ppid=10260 vsize=809944 CPUtime=2.04
/proc/10262/task/10272/stat : 10272 (java) S 10260 10262 9620 0 -1 64 3356 0 0 0 203 1 0 0 16 0 15 0 19197790 829382656 59037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10273] ppid=10260 vsize=809944 CPUtime=0
/proc/10262/task/10273/stat : 10273 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 0 0 0 0 20 0 15 0 19197790 829382656 59037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10274] ppid=10260 vsize=809944 CPUtime=0.05
/proc/10262/task/10274/stat : 10274 (java) S 10260 10262 9620 0 -1 64 1 0 0 0 2 3 0 0 15 0 15 0 19197790 829382656 59037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10262/tid=10275] ppid=10260 vsize=809944 CPUtime=0
/proc/10262/task/10275/stat : 10275 (java) S 10260 10262 9620 0 -1 64 4 0 0 0 0 0 0 0 22 0 15 0 19198040 829382656 59037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 809944

[startup+1809.3 s]
/proc/loadavg: 2.07 2.06 1.96 3/86 10304
/proc/meminfo: memFree=691580/2055920 swapFree=4192956/4192956
[pid=10262] ppid=10260 vsize=0 CPUtime=1800.37
/proc/10262/stat : 10262 (java) Z 10260 10262 9620 0 -1 1036 63424 0 32 0 179994 43 0 0 15 0 2 0 19197772 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10262/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1809.3
CPU time (s): 1800.38
CPU user time (s): 1799.95
CPU system time (s): 0.430934
CPU usage (%): 99.5068
Max. virtual memory (cumulated for all children) (KiB): 810004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.430934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63424
page faults= 32
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37996
involuntary context switches= 44809

runsolver used 2.5956 second user time and 5.67914 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-11 16:08:27
IDJOB=2058337
IDBENCH=53475
IDSOLVER=731
FILE ID=node9/2058337-1247321306
PBS_JOBID= 9506610
Free space on /tmp= 66396 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/frb50-23/normalized-frb50-23-2_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2058337-1247321306/watcher-2058337-1247321306 -o /tmp/evaluation-result-2058337-1247321306/solver-2058337-1247321306 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2058337-1247321306.xml

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

MD5SUM BENCH= bb1a147ff1219a16de4d32893b55ecda
RANDOM SEED=1010229627

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:        935116 kB
Buffers:         59900 kB
Cached:         987096 kB
SwapCached:          0 kB
Active:         421028 kB
Inactive:       647332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        935116 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1672 kB
Writeback:           0 kB
Mapped:          32904 kB
Slab:            37828 kB
Committed_AS:   125844 kB
PageTables:       1728 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-11 16:38:38