Trace number 1037612

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 2008-06-13? (TO) 1800.15 1808.61

General information on the benchmark

Namecsp/rand-2-26/
normalized-rand-26-26-325-155-52021_ext.xml
MD5SUM1c48693b0a57d78b43fa49bf02ae620f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark291.567
Satisfiable
(Un)Satisfiability was proved
Number of variables26
Number of constraints325
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension325
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.29	c See www.sat4j.org for details.
0.19/0.29	c That software uses the Rhino library from the Mozilla project.
0.29/0.34	c version 9.9.9.token
0.29/0.34	c sun.arch.data.model	32
0.29/0.34	c java.version	1.6.0_06
0.29/0.34	c os.name	Linux
0.29/0.34	c os.version	2.6.9-22.EL.rootsmp
0.29/0.34	c os.arch	i386
0.29/0.34	c Free memory 669864272
0.29/0.34	c Max memory 672137216
0.29/0.34	c Total memory 672137216
0.29/0.34	c Number of processors 2
0.29/0.38	c c --- Begin Solver configuration ---
0.29/0.38	c Stops conflict analysis at the first Unique Implication Point
0.29/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.38	c Learn all clauses as in MiniSAT
0.29/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.38	c Expensive reason simplification
0.29/0.38	c MiniSAT restarts strategy
0.29/0.38	c timeout=2147483s
0.29/0.38	c DB Simplification allowed=false
0.29/0.38	c --- End Solver configuration ---
0.29/0.38	c solving HOME/instance-1037612-1214997121.xml
0.29/0.38	c reading problem ... 
0.58/0.64	c reading problem named null
0.58/0.64	c reading domains done.
0.58/0.64	c reading variables done.
0.58/0.68	c reading relations done.
1.78/1.81	c reading constraints
2.18/2.24	c done with constraints.
2.18/2.25	c ... done. Wall clock time 1.866s.
2.18/2.25	c #vars     676
2.18/2.25	c #constraints  50427
2.18/2.25	c constraints type 
2.18/2.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50401
2.18/2.25	c org.sat4j.minisat.constraints.card.AtLeast => 26
1800.05/1808.52	c starts		: 19
1800.05/1808.52	c conflicts		: 311200
1800.05/1808.52	c decisions		: 408738
1800.05/1808.52	c propagations		: 14547838
1800.05/1808.52	c inspects		: 4196594926
1800.05/1808.52	c learnt literals	: 0
1800.05/1808.52	c learnt binary clauses	: 0
1800.05/1808.52	c learnt ternary clauses	: 14
1800.05/1808.52	c learnt clauses	: 311200
1800.05/1808.52	c ignored clauses	: 0
1800.05/1808.52	c root simplifications	: 0
1800.05/1808.52	c removed literals (reason simplification)	: 16702936
1800.05/1808.52	c reason swapping (by a shorter reason)	: 0
1800.05/1808.52	c Calls to reduceDB	: 0
1800.05/1808.52	c speed (assignments/second)	: 8054.095022549281
1800.05/1808.52	c non guided choices	91
1800.05/1808.52	s UNKNOWN
1800.05/1808.52	c Total wall clock time (in seconds) : 1808.134

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1037612-1214997121/watcher-1037612-1214997121 -o /tmp/evaluation-result-1037612-1214997121/solver-1037612-1214997121 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1037612-1214997121.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 4/77 10135
/proc/meminfo: memFree=1009324/2055920 swapFree=4149804/4192956
[pid=10135] ppid=10133 vsize=18572 CPUtime=0
/proc/10135/stat : 10135 (runsolver) R 10133 10135 10074 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 655438652 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 256364834087 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/10135/statm: 4643 292 257 25 0 2626 0

[startup+0.015138 s]
/proc/loadavg: 0.00 0.00 0.00 4/77 10135
/proc/meminfo: memFree=1009324/2055920 swapFree=4149804/4192956
[pid=10135] ppid=10133 vsize=13288 CPUtime=0
/proc/10135/stat : 10135 (java) S 10133 10135 10074 0 -1 0 744 0 0 0 0 0 0 0 20 0 2 0 655438652 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/10135/statm: 3322 538 219 9 0 1232 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13288

[startup+0.100673 s]
/proc/loadavg: 0.00 0.00 0.00 4/77 10135
/proc/meminfo: memFree=1009324/2055920 swapFree=4149804/4192956
[pid=10135] ppid=10133 vsize=804612 CPUtime=0.08
/proc/10135/stat : 10135 (java) S 10133 10135 10074 0 -1 0 3008 0 1 0 6 2 0 0 20 0 12 0 655438652 823922688 2741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10135/statm: 201153 2741 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301692 s]
/proc/loadavg: 0.00 0.00 0.00 4/77 10135
/proc/meminfo: memFree=1009324/2055920 swapFree=4149804/4192956
[pid=10135] ppid=10133 vsize=808180 CPUtime=0.29
/proc/10135/stat : 10135 (java) S 10133 10135 10074 0 -1 0 5029 0 1 0 25 4 0 0 20 0 12 0 655438652 827576320 4355 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10135/statm: 202045 4355 1307 9 0 199414 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808180

[startup+0.70173 s]
/proc/loadavg: 0.00 0.00 0.00 4/77 10135
/proc/meminfo: memFree=1009324/2055920 swapFree=4149804/4192956
[pid=10135] ppid=10133 vsize=808208 CPUtime=0.68
/proc/10135/stat : 10135 (java) S 10133 10135 10074 0 -1 0 6404 0 1 0 63 5 0 0 20 0 12 0 655438652 827604992 5564 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10135/statm: 202052 5564 1335 9 0 199414 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808208

[startup+1.50181 s]
/proc/loadavg: 0.00 0.00 0.00 4/93 10153
/proc/meminfo: memFree=982124/2055920 swapFree=4149804/4192956
[pid=10135] ppid=10133 vsize=809472 CPUtime=1.48
/proc/10135/stat : 10135 (java) S 10133 10135 10074 0 -1 0 9872 0 1 0 141 7 0 0 20 0 12 0 655438652 828899328 8192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10135/statm: 202368 8192 1351 9 0 199730 0
[pid=10135/tid=10141] ppid=10133 vsize=809472 CPUtime=0.69
/proc/10135/task/10141/stat : 10141 (java) R 10133 10135 10074 0 -1 64 6123 0 1 0 64 5 0 0 23 0 12 0 655438653 828899328 8192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10142] ppid=10133 vsize=809472 CPUtime=0
/proc/10135/task/10142/stat : 10142 (java) S 10133 10135 10074 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 655438654 828899328 8192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10143] ppid=10133 vsize=809472 CPUtime=0
/proc/10135/task/10143/stat : 10143 (java) S 10133 10135 10074 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 655438654 828899328 8192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10144] ppid=10133 vsize=809472 CPUtime=0
/proc/10135/task/10144/stat : 10144 (java) S 10133 10135 10074 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 655438656 828899328 8192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10145] ppid=10133 vsize=809472 CPUtime=0
/proc/10135/task/10145/stat : 10145 (java) S 10133 10135 10074 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 655438656 828899328 8192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10146] ppid=10133 vsize=809472 CPUtime=0
/proc/10135/task/10146/stat : 10146 (java) S 10133 10135 10074 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 655438656 828899328 8192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10147] ppid=10133 vsize=809472 CPUtime=0
/proc/10135/task/10147/stat : 10147 (java) S 10133 10135 10074 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 655438660 828899328 8192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10148] ppid=10133 vsize=809472 CPUtime=0.28
/proc/10135/task/10148/stat : 10148 (java) R 10133 10135 10074 0 -1 64 653 0 0 0 28 0 0 0 16 0 12 0 655438660 828899328 8192 996147200 134512640 134550740 4294956032 18446744073709551615 103300065 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10149] ppid=10133 vsize=809472 CPUtime=0.48
/proc/10135/task/10149/stat : 10149 (java) S 10133 10135 10074 0 -1 64 2330 0 0 0 48 0 0 0 16 0 12 0 655438660 828899328 8192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10150] ppid=10133 vsize=809472 CPUtime=0
/proc/10135/task/10150/stat : 10150 (java) S 10133 10135 10074 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 655438660 828899328 8192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10151] ppid=10133 vsize=809472 CPUtime=0
/proc/10135/task/10151/stat : 10151 (java) S 10133 10135 10074 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 655438660 828899328 8192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 809472

[startup+3.10298 s]
/proc/loadavg: 0.00 0.00 0.00 4/93 10153
/proc/meminfo: memFree=936044/2055920 swapFree=4149804/4192956
[pid=10135] ppid=10133 vsize=809796 CPUtime=3.07
/proc/10135/stat : 10135 (java) S 10133 10135 10074 0 -1 0 20755 0 1 0 296 11 0 0 20 0 13 0 655438652 829231104 19073 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10135/statm: 202449 19073 1374 9 0 199811 0
[pid=10135/tid=10141] ppid=10133 vsize=809796 CPUtime=1.5
/proc/10135/task/10141/stat : 10141 (java) R 10133 10135 10074 0 -1 64 16915 0 1 0 141 9 0 0 25 0 13 0 655438653 829231104 19073 996147200 134512640 134550740 4294956032 18446744073709551615 4109740963 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10142] ppid=10133 vsize=809796 CPUtime=0
/proc/10135/task/10142/stat : 10142 (java) S 10133 10135 10074 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 655438654 829231104 19073 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10143] ppid=10133 vsize=809796 CPUtime=0
/proc/10135/task/10143/stat : 10143 (java) S 10133 10135 10074 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 655438654 829231104 19073 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10144] ppid=10133 vsize=809796 CPUtime=0
/proc/10135/task/10144/stat : 10144 (java) S 10133 10135 10074 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 655438656 829231104 19073 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10145] ppid=10133 vsize=809796 CPUtime=0
/proc/10135/task/10145/stat : 10145 (java) S 10133 10135 10074 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 655438656 829231104 19073 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10146] ppid=10133 vsize=809796 CPUtime=0
/proc/10135/task/10146/stat : 10146 (java) S 10133 10135 10074 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 655438656 829231104 19073 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10147] ppid=10133 vsize=809796 CPUtime=0
/proc/10135/task/10147/stat : 10147 (java) S 10133 10135 10074 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 655438660 829231104 19073 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10148] ppid=10133 vsize=809796 CPUtime=0.72
/proc/10135/task/10148/stat : 10148 (java) S 10133 10135 10074 0 -1 64 712 0 0 0 72 0 0 0 16 0 13 0 655438660 829231104 19073 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10149] ppid=10133 vsize=809796 CPUtime=0.82
/proc/10135/task/10149/stat : 10149 (java) S 10133 10135 10074 0 -1 64 2358 0 0 0 82 0 0 0 16 0 13 0 655438660 829231104 19073 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10150] ppid=10133 vsize=809796 CPUtime=0
/proc/10135/task/10150/stat : 10150 (java) S 10133 10135 10074 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 655438660 829231104 19073 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10151] ppid=10133 vsize=809796 CPUtime=0
/proc/10135/task/10151/stat : 10151 (java) S 10133 10135 10074 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 655438660 829231104 19073 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 809796

[startup+6.30231 s]
/proc/loadavg: 0.24 0.05 0.02 4/94 10154
/proc/meminfo: memFree=922852/2055920 swapFree=4149804/4192956
[pid=10135] ppid=10133 vsize=809592 CPUtime=6.25
/proc/10135/stat : 10135 (java) S 10133 10135 10074 0 -1 0 22890 0 1 0 613 12 0 0 20 0 13 0 655438652 829022208 20772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10135/statm: 202398 20772 1383 9 0 199760 0
[pid=10135/tid=10141] ppid=10133 vsize=809592 CPUtime=4.46
/proc/10135/task/10141/stat : 10141 (java) R 10133 10135 10074 0 -1 64 16988 0 1 0 437 9 0 0 25 0 13 0 655438653 829022208 20772 996147200 134512640 134550740 4294956032 18446744073709551615 4109843394 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10142] ppid=10133 vsize=809592 CPUtime=0.03
/proc/10135/task/10142/stat : 10142 (java) S 10133 10135 10074 0 -1 64 1319 0 0 0 3 0 0 0 17 0 13 0 655438654 829022208 20772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10143] ppid=10133 vsize=809592 CPUtime=0
/proc/10135/task/10143/stat : 10143 (java) S 10133 10135 10074 0 -1 64 312 0 0 0 0 0 0 0 17 0 13 0 655438654 829022208 20772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10144] ppid=10133 vsize=809592 CPUtime=0
/proc/10135/task/10144/stat : 10144 (java) S 10133 10135 10074 0 -1 64 30 0 0 0 0 0 0 0 17 0 13 0 655438656 829022208 20772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10145] ppid=10133 vsize=809592 CPUtime=0
/proc/10135/task/10145/stat : 10145 (java) S 10133 10135 10074 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 655438656 829022208 20772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10146] ppid=10133 vsize=809592 CPUtime=0
/proc/10135/task/10146/stat : 10146 (java) S 10133 10135 10074 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 655438656 829022208 20772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10147] ppid=10133 vsize=809592 CPUtime=0
/proc/10135/task/10147/stat : 10147 (java) S 10133 10135 10074 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 655438660 829022208 20772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10148] ppid=10133 vsize=809592 CPUtime=0.82
/proc/10135/task/10148/stat : 10148 (java) S 10133 10135 10074 0 -1 64 1110 0 0 0 82 0 0 0 16 0 13 0 655438660 829022208 20772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10149] ppid=10133 vsize=809592 CPUtime=0.88
/proc/10135/task/10149/stat : 10149 (java) S 10133 10135 10074 0 -1 64 2364 0 0 0 88 0 0 0 16 0 13 0 655438660 829022208 20772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10150] ppid=10133 vsize=809592 CPUtime=0
/proc/10135/task/10150/stat : 10150 (java) S 10133 10135 10074 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 655438660 829022208 20772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10151] ppid=10133 vsize=809592 CPUtime=0
/proc/10135/task/10151/stat : 10151 (java) S 10133 10135 10074 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 655438660 829022208 20772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10154] ppid=10133 vsize=809592 CPUtime=0
/proc/10135/task/10154/stat : 10154 (java) S 10133 10135 10074 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 655438877 829022208 20772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 809592

[startup+12.703 s]
/proc/loadavg: 0.38 0.08 0.03 3/94 10154
/proc/meminfo: memFree=922724/2055920 swapFree=4149804/4192956
[pid=10135] ppid=10133 vsize=809592 CPUtime=12.62
/proc/10135/stat : 10135 (java) S 10133 10135 10074 0 -1 0 22894 0 1 0 1250 12 0 0 20 0 13 0 655438652 829022208 20774 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10135/statm: 202398 20774 1383 9 0 199760 0
[pid=10135/tid=10141] ppid=10133 vsize=809592 CPUtime=10.79
/proc/10135/task/10141/stat : 10141 (java) R 10133 10135 10074 0 -1 64 16990 0 1 0 1070 9 0 0 25 0 13 0 655438653 829022208 20774 996147200 134512640 134550740 4294956032 18446744073709551615 4109783999 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10142] ppid=10133 vsize=809592 CPUtime=0.03
/proc/10135/task/10142/stat : 10142 (java) S 10133 10135 10074 0 -1 64 1319 0 0 0 3 0 0 0 17 0 13 0 655438654 829022208 20774 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10143] ppid=10133 vsize=809592 CPUtime=0
/proc/10135/task/10143/stat : 10143 (java) S 10133 10135 10074 0 -1 64 312 0 0 0 0 0 0 0 17 0 13 0 655438654 829022208 20774 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10144] ppid=10133 vsize=809592 CPUtime=0
/proc/10135/task/10144/stat : 10144 (java) S 10133 10135 10074 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 655438656 829022208 20774 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10145] ppid=10133 vsize=809592 CPUtime=0
/proc/10135/task/10145/stat : 10145 (java) S 10133 10135 10074 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 655438656 829022208 20774 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10146] ppid=10133 vsize=809592 CPUtime=0
/proc/10135/task/10146/stat : 10146 (java) S 10133 10135 10074 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 655438656 829022208 20774 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10147] ppid=10133 vsize=809592 CPUtime=0
/proc/10135/task/10147/stat : 10147 (java) S 10133 10135 10074 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 655438660 829022208 20774 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10148] ppid=10133 vsize=809592 CPUtime=0.84
/proc/10135/task/10148/stat : 10148 (java) S 10133 10135 10074 0 -1 64 1110 0 0 0 84 0 0 0 16 0 13 0 655438660 829022208 20774 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10149] ppid=10133 vsize=809592 CPUtime=0.9
/proc/10135/task/10149/stat : 10149 (java) S 10133 10135 10074 0 -1 64 2366 0 0 0 90 0 0 0 16 0 13 0 655438660 829022208 20774 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10150] ppid=10133 vsize=809592 CPUtime=0
/proc/10135/task/10150/stat : 10150 (java) S 10133 10135 10074 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 655438660 829022208 20774 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10151] ppid=10133 vsize=809592 CPUtime=0
/proc/10135/task/10151/stat : 10151 (java) S 10133 10135 10074 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 655438660 829022208 20774 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10154] ppid=10133 vsize=809592 CPUtime=0
/proc/10135/task/10154/stat : 10154 (java) S 10133 10135 10074 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 655438877 829022208 20774 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 809592

[startup+25.5063 s]
/proc/loadavg: 0.74 0.18 0.06 3/94 10154
/proc/meminfo: memFree=922660/2055920 swapFree=4149804/4192956
[pid=10135] ppid=10133 vsize=809592 CPUtime=25.36
/proc/10135/stat : 10135 (java) S 10133 10135 10074 0 -1 0 22894 0 1 0 2524 12 0 0 20 0 13 0 655438652 829022208 20774 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10135/statm: 202398 20774 1383 9 0 199760 0
[pid=10135/tid=10141] ppid=10133 vsize=809592 CPUtime=23.53
/proc/10135/task/10141/stat : 10141 (java) R 10133 10135 10074 0 -1 64 16990 0 1 0 2344 9 0 0 25 0 13 0 655438653 829022208 20774 996147200 134512640 134550740 4294956032 18446744073709551615 4109783999 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10142] ppid=10133 vsize=809592 CPUtime=0.03
/proc/10135/task/10142/stat : 10142 (java) S 10133 10135 10074 0 -1 64 1319 0 0 0 3 0 0 0 17 0 13 0 655438654 829022208 20774 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10143] ppid=10133 vsize=809592 CPUtime=0
/proc/10135/task/10143/stat : 10143 (java) S 10133 10135 10074 0 -1 64 312 0 0 0 0 0 0 0 17 0 13 0 655438654 829022208 20774 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10144] ppid=10133 vsize=809592 CPUtime=0
/proc/10135/task/10144/stat : 10144 (java) S 10133 10135 10074 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 655438656 829022208 20774 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10145] ppid=10133 vsize=809592 CPUtime=0
/proc/10135/task/10145/stat : 10145 (java) S 10133 10135 10074 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 655438656 829022208 20774 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=10135] ppid=10133 vsize=812160 CPUtime=1654.37
/proc/10135/stat : 10135 (java) S 10133 10135 10074 0 -1 0 54739 0 1 0 165409 28 0 0 20 0 13 0 655438652 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10135/statm: 203040 48770 1383 9 0 200402 0
[pid=10135/tid=10141] ppid=10133 vsize=812160 CPUtime=1651.78
/proc/10135/task/10141/stat : 10141 (java) R 10133 10135 10074 0 -1 64 16992 0 1 0 165168 10 0 0 25 0 13 0 655438653 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4109843412 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10135/tid=10142] ppid=10133 vsize=812160 CPUtime=0.42
/proc/10135/task/10142/stat : 10142 (java) S 10133 10135 10074 0 -1 64 18228 0 0 0 35 7 0 0 16 0 13 0 655438654 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10143] ppid=10133 vsize=812160 CPUtime=0.33
/proc/10135/task/10143/stat : 10143 (java) S 10133 10135 10074 0 -1 64 15220 0 0 0 25 8 0 0 18 0 13 0 655438654 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10135/tid=10144] ppid=10133 vsize=812160 CPUtime=0
/proc/10135/task/10144/stat : 10144 (java) S 10133 10135 10074 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 655438656 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10135/tid=10145] ppid=10133 vsize=812160 CPUtime=0
/proc/10135/task/10145/stat : 10145 (java) S 10133 10135 10074 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 655438656 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10146] ppid=10133 vsize=812160 CPUtime=0
/proc/10135/task/10146/stat : 10146 (java) S 10133 10135 10074 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 655438656 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10147] ppid=10133 vsize=812160 CPUtime=0
/proc/10135/task/10147/stat : 10147 (java) S 10133 10135 10074 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 655438660 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10148] ppid=10133 vsize=812160 CPUtime=0.85
/proc/10135/task/10148/stat : 10148 (java) S 10133 10135 10074 0 -1 64 1110 0 0 0 85 0 0 0 16 0 13 0 655438660 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10149] ppid=10133 vsize=812160 CPUtime=0.92
/proc/10135/task/10149/stat : 10149 (java) S 10133 10135 10074 0 -1 64 2366 0 0 0 92 0 0 0 16 0 13 0 655438660 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10150] ppid=10133 vsize=812160 CPUtime=0
/proc/10135/task/10150/stat : 10150 (java) S 10133 10135 10074 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 655438660 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10151] ppid=10133 vsize=812160 CPUtime=0
/proc/10135/task/10151/stat : 10151 (java) S 10133 10135 10074 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 655438660 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10154] ppid=10133 vsize=812160 CPUtime=0
/proc/10135/task/10154/stat : 10154 (java) S 10133 10135 10074 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 655438877 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.37
Current children cumulated vsize (KiB) 812160

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.67 3/94 10154
/proc/meminfo: memFree=809508/2055920 swapFree=4149804/4192956
[pid=10135] ppid=10133 vsize=812160 CPUtime=1714.07
/proc/10135/stat : 10135 (java) S 10133 10135 10074 0 -1 0 54739 0 1 0 171379 28 0 0 20 0 13 0 655438652 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10135/statm: 203040 48770 1383 9 0 200402 0
[pid=10135/tid=10141] ppid=10133 vsize=812160 CPUtime=1711.49
/proc/10135/task/10141/stat : 10141 (java) R 10133 10135 10074 0 -1 64 16992 0 1 0 171139 10 0 0 25 0 13 0 655438653 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4109783999 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10135/tid=10142] ppid=10133 vsize=812160 CPUtime=0.42
/proc/10135/task/10142/stat : 10142 (java) S 10133 10135 10074 0 -1 64 18228 0 0 0 35 7 0 0 16 0 13 0 655438654 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10143] ppid=10133 vsize=812160 CPUtime=0.33
/proc/10135/task/10143/stat : 10143 (java) S 10133 10135 10074 0 -1 64 15220 0 0 0 25 8 0 0 18 0 13 0 655438654 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10135/tid=10144] ppid=10133 vsize=812160 CPUtime=0
/proc/10135/task/10144/stat : 10144 (java) S 10133 10135 10074 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 655438656 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10135/tid=10145] ppid=10133 vsize=812160 CPUtime=0
/proc/10135/task/10145/stat : 10145 (java) S 10133 10135 10074 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 655438656 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10146] ppid=10133 vsize=812160 CPUtime=0
/proc/10135/task/10146/stat : 10146 (java) S 10133 10135 10074 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 655438656 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10147] ppid=10133 vsize=812160 CPUtime=0
/proc/10135/task/10147/stat : 10147 (java) S 10133 10135 10074 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 655438660 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10148] ppid=10133 vsize=812160 CPUtime=0.85
/proc/10135/task/10148/stat : 10148 (java) S 10133 10135 10074 0 -1 64 1110 0 0 0 85 0 0 0 16 0 13 0 655438660 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10149] ppid=10133 vsize=812160 CPUtime=0.92
/proc/10135/task/10149/stat : 10149 (java) S 10133 10135 10074 0 -1 64 2366 0 0 0 92 0 0 0 16 0 13 0 655438660 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10150] ppid=10133 vsize=812160 CPUtime=0
/proc/10135/task/10150/stat : 10150 (java) S 10133 10135 10074 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 655438660 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10151] ppid=10133 vsize=812160 CPUtime=0
/proc/10135/task/10151/stat : 10151 (java) S 10133 10135 10074 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 655438660 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10154] ppid=10133 vsize=812160 CPUtime=0
/proc/10135/task/10154/stat : 10154 (java) S 10133 10135 10074 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 655438877 831651840 48770 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.07
Current children cumulated vsize (KiB) 812160

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.69 3/94 10154
/proc/meminfo: memFree=751396/2055920 swapFree=4149804/4192956
[pid=10135] ppid=10133 vsize=814720 CPUtime=1773.97
/proc/10135/stat : 10135 (java) S 10133 10135 10074 0 -1 0 73390 0 1 0 177361 36 0 0 20 0 13 0 655438652 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10135/statm: 203680 63279 1383 9 0 201042 0
[pid=10135/tid=10141] ppid=10133 vsize=814720 CPUtime=1770.74
/proc/10135/task/10141/stat : 10141 (java) R 10133 10135 10074 0 -1 64 16993 0 1 0 177064 10 0 0 25 0 13 0 655438653 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4109843106 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10135/tid=10142] ppid=10133 vsize=814720 CPUtime=0.75
/proc/10135/task/10142/stat : 10142 (java) S 10133 10135 10074 0 -1 64 28707 0 0 0 63 12 0 0 20 0 13 0 655438654 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10135/tid=10143] ppid=10133 vsize=814720 CPUtime=0.65
/proc/10135/task/10143/stat : 10143 (java) S 10133 10135 10074 0 -1 64 23391 0 0 0 54 11 0 0 18 0 13 0 655438654 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10135/tid=10144] ppid=10133 vsize=814720 CPUtime=0
/proc/10135/task/10144/stat : 10144 (java) S 10133 10135 10074 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 655438656 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10135/tid=10145] ppid=10133 vsize=814720 CPUtime=0
/proc/10135/task/10145/stat : 10145 (java) S 10133 10135 10074 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 655438656 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10146] ppid=10133 vsize=814720 CPUtime=0
/proc/10135/task/10146/stat : 10146 (java) S 10133 10135 10074 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 655438656 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10147] ppid=10133 vsize=814720 CPUtime=0
/proc/10135/task/10147/stat : 10147 (java) S 10133 10135 10074 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 655438660 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10148] ppid=10133 vsize=814720 CPUtime=0.85
/proc/10135/task/10148/stat : 10148 (java) S 10133 10135 10074 0 -1 64 1110 0 0 0 85 0 0 0 16 0 13 0 655438660 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10149] ppid=10133 vsize=814720 CPUtime=0.92
/proc/10135/task/10149/stat : 10149 (java) S 10133 10135 10074 0 -1 64 2366 0 0 0 92 0 0 0 16 0 13 0 655438660 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10150] ppid=10133 vsize=814720 CPUtime=0
/proc/10135/task/10150/stat : 10150 (java) S 10133 10135 10074 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 655438660 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10151] ppid=10133 vsize=814720 CPUtime=0
/proc/10135/task/10151/stat : 10151 (java) S 10133 10135 10074 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 655438660 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10154] ppid=10133 vsize=814720 CPUtime=0
/proc/10135/task/10154/stat : 10154 (java) S 10133 10135 10074 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 655438877 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.97
Current children cumulated vsize (KiB) 814720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.5 s]
/proc/loadavg: 2.00 1.99 1.69 3/94 10154
/proc/meminfo: memFree=751396/2055920 swapFree=4149804/4192956
[pid=10135] ppid=10133 vsize=814720 CPUtime=1800.05
/proc/10135/stat : 10135 (java) S 10133 10135 10074 0 -1 0 73390 0 1 0 179969 36 0 0 20 0 13 0 655438652 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10135/statm: 203680 63279 1383 9 0 201042 0
[pid=10135/tid=10141] ppid=10133 vsize=814720 CPUtime=1796.81
/proc/10135/task/10141/stat : 10141 (java) R 10133 10135 10074 0 -1 64 16993 0 1 0 179671 10 0 0 25 0 13 0 655438653 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4109843242 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10135/tid=10142] ppid=10133 vsize=814720 CPUtime=0.75
/proc/10135/task/10142/stat : 10142 (java) S 10133 10135 10074 0 -1 64 28707 0 0 0 63 12 0 0 20 0 13 0 655438654 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10135/tid=10143] ppid=10133 vsize=814720 CPUtime=0.65
/proc/10135/task/10143/stat : 10143 (java) S 10133 10135 10074 0 -1 64 23391 0 0 0 54 11 0 0 18 0 13 0 655438654 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10135/tid=10144] ppid=10133 vsize=814720 CPUtime=0
/proc/10135/task/10144/stat : 10144 (java) S 10133 10135 10074 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 655438656 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10135/tid=10145] ppid=10133 vsize=814720 CPUtime=0
/proc/10135/task/10145/stat : 10145 (java) S 10133 10135 10074 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 655438656 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10146] ppid=10133 vsize=814720 CPUtime=0
/proc/10135/task/10146/stat : 10146 (java) S 10133 10135 10074 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 655438656 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10147] ppid=10133 vsize=814720 CPUtime=0
/proc/10135/task/10147/stat : 10147 (java) S 10133 10135 10074 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 655438660 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10148] ppid=10133 vsize=814720 CPUtime=0.85
/proc/10135/task/10148/stat : 10148 (java) S 10133 10135 10074 0 -1 64 1110 0 0 0 85 0 0 0 16 0 13 0 655438660 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10149] ppid=10133 vsize=814720 CPUtime=0.92
/proc/10135/task/10149/stat : 10149 (java) S 10133 10135 10074 0 -1 64 2366 0 0 0 92 0 0 0 16 0 13 0 655438660 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10150] ppid=10133 vsize=814720 CPUtime=0
/proc/10135/task/10150/stat : 10150 (java) S 10133 10135 10074 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 655438660 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10151] ppid=10133 vsize=814720 CPUtime=0
/proc/10135/task/10151/stat : 10151 (java) S 10133 10135 10074 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 655438660 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10154] ppid=10133 vsize=814720 CPUtime=0
/proc/10135/task/10154/stat : 10154 (java) S 10133 10135 10074 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 655438877 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 814720

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

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

[startup+1808.5 s]
/proc/loadavg: 2.00 1.99 1.69 3/94 10154
/proc/meminfo: memFree=751396/2055920 swapFree=4149804/4192956
[pid=10135] ppid=10133 vsize=814720 CPUtime=1800.05
/proc/10135/stat : 10135 (java) S 10133 10135 10074 0 -1 0 73390 0 1 0 179969 36 0 0 20 0 13 0 655438652 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10135/statm: 203680 63279 1383 9 0 201042 0
[pid=10135/tid=10141] ppid=10133 vsize=814720 CPUtime=1796.81
/proc/10135/task/10141/stat : 10141 (java) R 10133 10135 10074 0 -1 64 16993 0 1 0 179671 10 0 0 25 0 13 0 655438653 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4109843242 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10135/tid=10142] ppid=10133 vsize=814720 CPUtime=0.75
/proc/10135/task/10142/stat : 10142 (java) S 10133 10135 10074 0 -1 64 28707 0 0 0 63 12 0 0 20 0 13 0 655438654 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10135/tid=10143] ppid=10133 vsize=814720 CPUtime=0.65
/proc/10135/task/10143/stat : 10143 (java) S 10133 10135 10074 0 -1 64 23391 0 0 0 54 11 0 0 18 0 13 0 655438654 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10135/tid=10144] ppid=10133 vsize=814720 CPUtime=0
/proc/10135/task/10144/stat : 10144 (java) S 10133 10135 10074 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 655438656 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10135/tid=10145] ppid=10133 vsize=814720 CPUtime=0
/proc/10135/task/10145/stat : 10145 (java) S 10133 10135 10074 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 655438656 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10146] ppid=10133 vsize=814720 CPUtime=0
/proc/10135/task/10146/stat : 10146 (java) S 10133 10135 10074 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 655438656 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10147] ppid=10133 vsize=814720 CPUtime=0
/proc/10135/task/10147/stat : 10147 (java) S 10133 10135 10074 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 655438660 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10148] ppid=10133 vsize=814720 CPUtime=0.85
/proc/10135/task/10148/stat : 10148 (java) S 10133 10135 10074 0 -1 64 1110 0 0 0 85 0 0 0 16 0 13 0 655438660 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10149] ppid=10133 vsize=814720 CPUtime=0.92
/proc/10135/task/10149/stat : 10149 (java) S 10133 10135 10074 0 -1 64 2366 0 0 0 92 0 0 0 16 0 13 0 655438660 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10150] ppid=10133 vsize=814720 CPUtime=0
/proc/10135/task/10150/stat : 10150 (java) S 10133 10135 10074 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 655438660 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10151] ppid=10133 vsize=814720 CPUtime=0
/proc/10135/task/10151/stat : 10151 (java) S 10133 10135 10074 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 655438660 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10135/tid=10154] ppid=10133 vsize=814720 CPUtime=0
/proc/10135/task/10154/stat : 10154 (java) S 10133 10135 10074 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 655438877 834273280 63279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 814720

Child status: 143
Real time (s): 1808.61
CPU time (s): 1800.15
CPU user time (s): 1799.75
CPU system time (s): 0.401938
CPU usage (%): 99.5324
Max. virtual memory (cumulated for all children) (KiB): 814720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.75
system time used= 0.401938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73408
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37300
involuntary context switches= 59377

runsolver used 2.26666 second user time and 6.49801 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-02 13:12:01
IDJOB=1037612
IDBENCH=53518
IDSOLVER=344
FILE ID=node90/1037612-1214997121
PBS_JOBID= 7870745
Free space on /tmp= 65540 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rand-2-26/normalized-rand-26-26-325-155-52021_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1037612-1214997121/watcher-1037612-1214997121 -o /tmp/evaluation-result-1037612-1214997121/solver-1037612-1214997121 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1037612-1214997121.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1c48693b0a57d78b43fa49bf02ae620f
RANDOM SEED=1621653136

node90.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1009996 kB
Buffers:         65600 kB
Cached:         859576 kB
SwapCached:      37432 kB
Active:         393228 kB
Inactive:       575172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1009996 kB
SwapTotal:     4192956 kB
SwapFree:      4149804 kB
Dirty:            2196 kB
Writeback:           0 kB
Mapped:          52300 kB
Slab:            62780 kB
Committed_AS:   804320 kB
PageTables:       1928 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= 65540 MiB
End job on node90 at 2008-07-02 13:42:11