Trace number 1080252

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-13UNSAT 202.555 203.548

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-18_ext.xml
MD5SUMd0723849d67084a75f9aabd36744eddc
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.6269
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints55
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension55
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.30	c See www.sat4j.org for details.
0.28/0.30	c That software uses the Rhino library from the Mozilla project.
0.28/0.34	c version 9.9.9.token
0.28/0.34	c sun.arch.data.model	32
0.28/0.34	c java.version	1.6.0_06
0.28/0.34	c os.name	Linux
0.28/0.34	c os.version	2.6.9-22.EL.rootsmp
0.28/0.34	c os.arch	i386
0.28/0.34	c Free memory 669864272
0.28/0.34	c Max memory 672137216
0.28/0.34	c Total memory 672137216
0.28/0.34	c Number of processors 2
0.28/0.39	c c --- Begin Solver configuration ---
0.28/0.39	c Stops conflict analysis at the first Unique Implication Point
0.28/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.39	c Learn all clauses as in MiniSAT
0.28/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.39	c Expensive reason simplification
0.28/0.39	c MiniSAT restarts strategy
0.28/0.39	c timeout=2147483s
0.28/0.39	c DB Simplification allowed=false
0.28/0.39	c --- End Solver configuration ---
0.28/0.39	c solving HOME/instance-1080252-1215212476.xml
0.28/0.39	c reading problem ... 
0.59/0.64	c reading problem named null
0.59/0.64	c reading domains done.
0.59/0.65	c reading variables done.
0.59/0.68	c reading relations done.
2.18/2.27	c reading constraints
3.00/3.00	c done with constraints.
3.00/3.00	c ... done. Wall clock time 2.613s.
3.00/3.00	c #vars     400
3.00/3.00	c #constraints  287409
3.00/3.00	c constraints type 
3.00/3.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 287389
3.00/3.00	c org.sat4j.minisat.constraints.card.AtLeast => 20
202.50/203.52	c starts		: 18
202.50/203.52	c conflicts		: 197191
202.50/203.52	c decisions		: 318224
202.50/203.52	c propagations		: 8831225
202.50/203.52	c inspects		: 775364871
202.50/203.52	c learnt literals	: 4
202.50/203.52	c learnt binary clauses	: 77
202.50/203.52	c learnt ternary clauses	: 1887
202.50/203.52	c learnt clauses	: 197186
202.50/203.52	c ignored clauses	: 0
202.50/203.52	c root simplifications	: 0
202.50/203.52	c removed literals (reason simplification)	: 3678378
202.50/203.52	c reason swapping (by a shorter reason)	: 0
202.50/203.52	c Calls to reduceDB	: 0
202.50/203.52	c speed (assignments/second)	: 44042.49536196613
202.50/203.52	c non guided choices	112
202.50/203.52	s UNSATISFIABLE
202.50/203.52	c Total wall clock time (in seconds) : 203.13

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1080252-1215212476/watcher-1080252-1215212476 -o /tmp/evaluation-result-1080252-1215212476/solver-1080252-1215212476 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1080252-1215212476.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: 1.93 1.98 1.99 4/75 11772
/proc/meminfo: memFree=1412064/2055920 swapFree=4169368/4192956
[pid=11772] ppid=11770 vsize=18572 CPUtime=0
/proc/11772/stat : 11772 (runsolver) R 11770 11772 11017 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 255721419 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 224264776999 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/11772/statm: 4643 292 257 25 0 2626 0

[startup+0.0323949 s]
/proc/loadavg: 1.93 1.98 1.99 4/75 11772
/proc/meminfo: memFree=1412064/2055920 swapFree=4169368/4192956
[pid=11772] ppid=11770 vsize=800592 CPUtime=0.01
/proc/11772/stat : 11772 (java) S 11770 11772 11017 0 -1 0 2095 0 1 0 0 1 0 0 20 0 4 0 255721419 819806208 1833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/11772/statm: 200148 1833 731 9 0 197531 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800592

[startup+0.101403 s]
/proc/loadavg: 1.93 1.98 1.99 4/75 11772
/proc/meminfo: memFree=1412064/2055920 swapFree=4169368/4192956
[pid=11772] ppid=11770 vsize=804612 CPUtime=0.08
/proc/11772/stat : 11772 (java) S 11770 11772 11017 0 -1 0 3004 0 1 0 5 3 0 0 20 0 12 0 255721419 823922688 2737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11772/statm: 201153 2737 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301424 s]
/proc/loadavg: 1.93 1.98 1.99 4/75 11772
/proc/meminfo: memFree=1412064/2055920 swapFree=4169368/4192956
[pid=11772] ppid=11770 vsize=808176 CPUtime=0.28
/proc/11772/stat : 11772 (java) S 11770 11772 11017 0 -1 0 5009 0 1 0 24 4 0 0 20 0 12 0 255721419 827572224 4338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11772/statm: 202044 4338 1307 9 0 199413 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808176

[startup+0.701467 s]
/proc/loadavg: 1.93 1.98 1.99 4/75 11772
/proc/meminfo: memFree=1412064/2055920 swapFree=4169368/4192956
[pid=11772] ppid=11770 vsize=808204 CPUtime=0.68
/proc/11772/stat : 11772 (java) S 11770 11772 11017 0 -1 0 6373 0 1 0 62 6 0 0 20 0 12 0 255721419 827600896 5522 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11772/statm: 202051 5522 1335 9 0 199413 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808204

[startup+1.50155 s]
/proc/loadavg: 1.93 1.98 1.99 3/87 11784
/proc/meminfo: memFree=1392896/2055920 swapFree=4169368/4192956
[pid=11772] ppid=11770 vsize=811724 CPUtime=1.48
/proc/11772/stat : 11772 (java) S 11770 11772 11017 0 -1 0 10828 0 1 0 139 9 0 0 20 0 12 0 255721419 831205376 8822 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11772/statm: 202931 8822 1349 9 0 200293 0
[pid=11772/tid=11774] ppid=11770 vsize=811724 CPUtime=0.67
/proc/11772/task/11774/stat : 11774 (java) R 11770 11772 11017 0 -1 64 6316 0 1 0 61 6 0 0 25 0 12 0 255721421 831205376 8822 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11775] ppid=11770 vsize=811724 CPUtime=0
/proc/11772/task/11775/stat : 11775 (java) S 11770 11772 11017 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 255721422 831205376 8822 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11776] ppid=11770 vsize=811724 CPUtime=0
/proc/11772/task/11776/stat : 11776 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 255721422 831205376 8822 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11777] ppid=11770 vsize=811724 CPUtime=0
/proc/11772/task/11777/stat : 11777 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 255721423 831205376 8822 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11778] ppid=11770 vsize=811724 CPUtime=0
/proc/11772/task/11778/stat : 11778 (java) S 11770 11772 11017 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 255721424 831205376 8822 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11779] ppid=11770 vsize=811724 CPUtime=0
/proc/11772/task/11779/stat : 11779 (java) S 11770 11772 11017 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 255721424 831205376 8822 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11780] ppid=11770 vsize=811724 CPUtime=0
/proc/11772/task/11780/stat : 11780 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 255721428 831205376 8822 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11781] ppid=11770 vsize=811724 CPUtime=0.45
/proc/11772/task/11781/stat : 11781 (java) S 11770 11772 11017 0 -1 64 2625 0 0 0 44 1 0 0 16 0 12 0 255721428 831205376 8822 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11782] ppid=11770 vsize=811724 CPUtime=0.32
/proc/11772/task/11782/stat : 11782 (java) R 11770 11772 11017 0 -1 64 1123 0 0 0 32 0 0 0 16 0 12 0 255721428 831205376 8822 996147200 134512640 134550740 4294956016 18446744073709551615 106213979 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11783] ppid=11770 vsize=811724 CPUtime=0
/proc/11772/task/11783/stat : 11783 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 255721428 831205376 8822 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11784] ppid=11770 vsize=811724 CPUtime=0
/proc/11772/task/11784/stat : 11784 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 255721428 831205376 8822 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 811724

[startup+3.10273 s]
/proc/loadavg: 1.94 1.98 1.99 6/87 11784
/proc/meminfo: memFree=1332608/2055920 swapFree=4169368/4192956
[pid=11772] ppid=11770 vsize=812692 CPUtime=3.1
/proc/11772/stat : 11772 (java) S 11770 11772 11017 0 -1 0 28317 0 1 0 293 17 0 0 20 0 13 0 255721419 832196608 25290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11772/statm: 203173 25290 1364 9 0 200535 0
[pid=11772/tid=11774] ppid=11770 vsize=812692 CPUtime=1.6
/proc/11772/task/11774/stat : 11774 (java) R 11770 11772 11017 0 -1 64 16999 0 1 0 149 11 0 0 25 0 13 0 255721421 832196608 25290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11775] ppid=11770 vsize=812692 CPUtime=0.11
/proc/11772/task/11775/stat : 11775 (java) S 11770 11772 11017 0 -1 64 2827 0 0 0 10 1 0 0 16 0 13 0 255721422 832196608 25290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11776] ppid=11770 vsize=812692 CPUtime=0.08
/proc/11772/task/11776/stat : 11776 (java) S 11770 11772 11017 0 -1 64 2989 0 0 0 8 0 0 0 16 0 13 0 255721422 832196608 25290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11777] ppid=11770 vsize=812692 CPUtime=0
/proc/11772/task/11777/stat : 11777 (java) S 11770 11772 11017 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 255721423 832196608 25290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11778] ppid=11770 vsize=812692 CPUtime=0
/proc/11772/task/11778/stat : 11778 (java) S 11770 11772 11017 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 255721424 832196608 25290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11779] ppid=11770 vsize=812692 CPUtime=0
/proc/11772/task/11779/stat : 11779 (java) S 11770 11772 11017 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 255721424 832196608 25290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11780] ppid=11770 vsize=812692 CPUtime=0
/proc/11772/task/11780/stat : 11780 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 255721428 832196608 25290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11781] ppid=11770 vsize=812692 CPUtime=0.66
/proc/11772/task/11781/stat : 11781 (java) R 11770 11772 11017 0 -1 64 2655 0 0 0 65 1 0 0 16 0 13 0 255721428 832196608 25290 996147200 134512640 134550740 4294956016 18446744073709551615 105554802 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11782] ppid=11770 vsize=812692 CPUtime=0.59
/proc/11772/task/11782/stat : 11782 (java) S 11770 11772 11017 0 -1 64 2001 0 0 0 58 1 0 0 16 0 13 0 255721428 832196608 25290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11783] ppid=11770 vsize=812692 CPUtime=0
/proc/11772/task/11783/stat : 11783 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 255721428 832196608 25290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11784] ppid=11770 vsize=812692 CPUtime=0
/proc/11772/task/11784/stat : 11784 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 255721428 832196608 25290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 812692

[startup+6.30207 s]
/proc/loadavg: 1.94 1.98 1.99 3/88 11785
/proc/meminfo: memFree=1315192/2055920 swapFree=4169368/4192956
[pid=11772] ppid=11770 vsize=812628 CPUtime=6.28
/proc/11772/stat : 11772 (java) S 11770 11772 11017 0 -1 0 28389 0 1 0 611 17 0 0 20 0 13 0 255721419 832131072 25345 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11772/statm: 203157 25345 1383 9 0 200519 0
[pid=11772/tid=11774] ppid=11770 vsize=812628 CPUtime=4.24
/proc/11772/task/11774/stat : 11774 (java) R 11770 11772 11017 0 -1 64 17004 0 1 0 413 11 0 0 25 0 13 0 255721421 832131072 25345 996147200 134512640 134550740 4294956016 18446744073709551615 4109817599 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11775] ppid=11770 vsize=812628 CPUtime=0.11
/proc/11772/task/11775/stat : 11775 (java) S 11770 11772 11017 0 -1 64 2827 0 0 0 10 1 0 0 16 0 13 0 255721422 832131072 25345 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11776] ppid=11770 vsize=812628 CPUtime=0.08
/proc/11772/task/11776/stat : 11776 (java) S 11770 11772 11017 0 -1 64 2989 0 0 0 8 0 0 0 16 0 13 0 255721422 832131072 25345 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11777] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11777/stat : 11777 (java) S 11770 11772 11017 0 -1 64 83 0 0 0 0 0 0 0 17 0 13 0 255721423 832131072 25345 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11778] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11778/stat : 11778 (java) S 11770 11772 11017 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 255721424 832131072 25345 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11779] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11779/stat : 11779 (java) S 11770 11772 11017 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 255721424 832131072 25345 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11780] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11780/stat : 11780 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 255721428 832131072 25345 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11781] ppid=11770 vsize=812628 CPUtime=0.97
/proc/11772/task/11781/stat : 11781 (java) S 11770 11772 11017 0 -1 64 2698 0 0 0 96 1 0 0 16 0 13 0 255721428 832131072 25345 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11782] ppid=11770 vsize=812628 CPUtime=0.83
/proc/11772/task/11782/stat : 11782 (java) S 11770 11772 11017 0 -1 64 2022 0 0 0 82 1 0 0 15 0 13 0 255721428 832131072 25345 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11783] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11783/stat : 11783 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 255721428 832131072 25345 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11784] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11784/stat : 11784 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 255721428 832131072 25345 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11785] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11785/stat : 11785 (java) S 11770 11772 11017 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 255721720 832131072 25345 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 812628

[startup+12.7027 s]
/proc/loadavg: 1.95 1.98 1.99 3/88 11785
/proc/meminfo: memFree=1315064/2055920 swapFree=4169368/4192956
[pid=11772] ppid=11770 vsize=812628 CPUtime=12.65
/proc/11772/stat : 11772 (java) S 11770 11772 11017 0 -1 0 28392 0 1 0 1248 17 0 0 20 0 13 0 255721419 832131072 25347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11772/statm: 203157 25347 1383 9 0 200519 0
[pid=11772/tid=11774] ppid=11770 vsize=812628 CPUtime=10.57
/proc/11772/task/11774/stat : 11774 (java) R 11770 11772 11017 0 -1 64 17005 0 1 0 1046 11 0 0 25 0 13 0 255721421 832131072 25347 996147200 134512640 134550740 4294956016 18446744073709551615 4109817599 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11775] ppid=11770 vsize=812628 CPUtime=0.11
/proc/11772/task/11775/stat : 11775 (java) S 11770 11772 11017 0 -1 64 2827 0 0 0 10 1 0 0 16 0 13 0 255721422 832131072 25347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11776] ppid=11770 vsize=812628 CPUtime=0.08
/proc/11772/task/11776/stat : 11776 (java) S 11770 11772 11017 0 -1 64 2989 0 0 0 8 0 0 0 16 0 13 0 255721422 832131072 25347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11777] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11777/stat : 11777 (java) S 11770 11772 11017 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 255721423 832131072 25347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11778] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11778/stat : 11778 (java) S 11770 11772 11017 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 255721424 832131072 25347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11779] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11779/stat : 11779 (java) S 11770 11772 11017 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 255721424 832131072 25347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11780] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11780/stat : 11780 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 255721428 832131072 25347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11781] ppid=11770 vsize=812628 CPUtime=1
/proc/11772/task/11781/stat : 11781 (java) S 11770 11772 11017 0 -1 64 2700 0 0 0 99 1 0 0 15 0 13 0 255721428 832131072 25347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11782] ppid=11770 vsize=812628 CPUtime=0.84
/proc/11772/task/11782/stat : 11782 (java) S 11770 11772 11017 0 -1 64 2022 0 0 0 83 1 0 0 16 0 13 0 255721428 832131072 25347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11783] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11783/stat : 11783 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 255721428 832131072 25347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11784] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11784/stat : 11784 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 255721428 832131072 25347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11785] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11785/stat : 11785 (java) S 11770 11772 11017 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 255721720 832131072 25347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 812628

[startup+25.5021 s]
/proc/loadavg: 1.95 1.98 1.99 3/88 11785
/proc/meminfo: memFree=1315064/2055920 swapFree=4169368/4192956
[pid=11772] ppid=11770 vsize=812628 CPUtime=25.38
/proc/11772/stat : 11772 (java) S 11770 11772 11017 0 -1 0 28392 0 1 0 2521 17 0 0 20 0 13 0 255721419 832131072 25347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11772/statm: 203157 25347 1383 9 0 200519 0
[pid=11772/tid=11774] ppid=11770 vsize=812628 CPUtime=23.29
/proc/11772/task/11774/stat : 11774 (java) R 11770 11772 11017 0 -1 64 17005 0 1 0 2318 11 0 0 25 0 13 0 255721421 832131072 25347 996147200 134512640 134550740 4294956016 18446744073709551615 4109817599 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11775] ppid=11770 vsize=812628 CPUtime=0.11
/proc/11772/task/11775/stat : 11775 (java) S 11770 11772 11017 0 -1 64 2827 0 0 0 10 1 0 0 16 0 13 0 255721422 832131072 25347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11776] ppid=11770 vsize=812628 CPUtime=0.08
/proc/11772/task/11776/stat : 11776 (java) S 11770 11772 11017 0 -1 64 2989 0 0 0 8 0 0 0 16 0 13 0 255721422 832131072 25347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11777] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11777/stat : 11777 (java) S 11770 11772 11017 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 255721423 832131072 25347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11778] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11778/stat : 11778 (java) S 11770 11772 11017 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 255721424 832131072 25347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/11772/task/11784/stat : 11784 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 255721428 832131072 25348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11785] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11785/stat : 11785 (java) S 11770 11772 11017 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 255721720 832131072 25348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 190.84
Current children cumulated vsize (KiB) 812628

[startup+198.302 s]
/proc/loadavg: 1.95 1.97 1.99 3/86 11814
/proc/meminfo: memFree=1352912/2055920 swapFree=4169368/4192956
[pid=11772] ppid=11770 vsize=812628 CPUtime=197.34
/proc/11772/stat : 11772 (java) S 11770 11772 11017 0 -1 0 40988 0 1 0 19710 24 0 0 20 0 13 0 255721419 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11772/statm: 203157 37065 1383 9 0 200519 0
[pid=11772/tid=11774] ppid=11770 vsize=812628 CPUtime=194.78
/proc/11772/task/11774/stat : 11774 (java) R 11770 11772 11017 0 -1 64 17006 0 1 0 19466 12 0 0 25 0 13 0 255721421 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4109807512 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11775] ppid=11770 vsize=812628 CPUtime=0.32
/proc/11772/task/11775/stat : 11775 (java) S 11770 11772 11017 0 -1 64 9147 0 0 0 28 4 0 0 19 0 13 0 255721422 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11776] ppid=11770 vsize=812628 CPUtime=0.33
/proc/11772/task/11776/stat : 11776 (java) S 11770 11772 11017 0 -1 64 9263 0 0 0 29 4 0 0 19 0 13 0 255721422 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11777] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11777/stat : 11777 (java) S 11770 11772 11017 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 255721423 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11778] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11778/stat : 11778 (java) S 11770 11772 11017 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 255721424 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11779] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11779/stat : 11779 (java) S 11770 11772 11017 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 255721424 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11780] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11780/stat : 11780 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11781] ppid=11770 vsize=812628 CPUtime=1
/proc/11772/task/11781/stat : 11781 (java) S 11770 11772 11017 0 -1 64 2701 0 0 0 99 1 0 0 16 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11782] ppid=11770 vsize=812628 CPUtime=0.85
/proc/11772/task/11782/stat : 11782 (java) S 11770 11772 11017 0 -1 64 2022 0 0 0 84 1 0 0 16 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11783] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11783/stat : 11783 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11784] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11784/stat : 11784 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11785] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11785/stat : 11785 (java) S 11770 11772 11017 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 255721720 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 197.34
Current children cumulated vsize (KiB) 812628

[startup+201.503 s]
/proc/loadavg: 1.95 1.97 1.99 3/86 11814
/proc/meminfo: memFree=1352912/2055920 swapFree=4169368/4192956
[pid=11772] ppid=11770 vsize=812628 CPUtime=200.52
/proc/11772/stat : 11772 (java) S 11770 11772 11017 0 -1 0 40988 0 1 0 20028 24 0 0 20 0 13 0 255721419 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11772/statm: 203157 37065 1383 9 0 200519 0
[pid=11772/tid=11774] ppid=11770 vsize=812628 CPUtime=197.96
/proc/11772/task/11774/stat : 11774 (java) R 11770 11772 11017 0 -1 64 17006 0 1 0 19784 12 0 0 25 0 13 0 255721421 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4109817603 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11775] ppid=11770 vsize=812628 CPUtime=0.32
/proc/11772/task/11775/stat : 11775 (java) S 11770 11772 11017 0 -1 64 9147 0 0 0 28 4 0 0 19 0 13 0 255721422 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11776] ppid=11770 vsize=812628 CPUtime=0.33
/proc/11772/task/11776/stat : 11776 (java) S 11770 11772 11017 0 -1 64 9263 0 0 0 29 4 0 0 19 0 13 0 255721422 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11777] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11777/stat : 11777 (java) S 11770 11772 11017 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 255721423 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11778] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11778/stat : 11778 (java) S 11770 11772 11017 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 255721424 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11779] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11779/stat : 11779 (java) S 11770 11772 11017 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 255721424 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11780] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11780/stat : 11780 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11781] ppid=11770 vsize=812628 CPUtime=1
/proc/11772/task/11781/stat : 11781 (java) S 11770 11772 11017 0 -1 64 2701 0 0 0 99 1 0 0 16 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11782] ppid=11770 vsize=812628 CPUtime=0.85
/proc/11772/task/11782/stat : 11782 (java) S 11770 11772 11017 0 -1 64 2022 0 0 0 84 1 0 0 16 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11783] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11783/stat : 11783 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11784] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11784/stat : 11784 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11785] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11785/stat : 11785 (java) S 11770 11772 11017 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 255721720 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 200.52
Current children cumulated vsize (KiB) 812628

[startup+202.303 s]
/proc/loadavg: 1.95 1.97 1.99 3/86 11814
/proc/meminfo: memFree=1352912/2055920 swapFree=4169368/4192956
[pid=11772] ppid=11770 vsize=812628 CPUtime=201.31
/proc/11772/stat : 11772 (java) S 11770 11772 11017 0 -1 0 40988 0 1 0 20107 24 0 0 20 0 13 0 255721419 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11772/statm: 203157 37065 1383 9 0 200519 0
[pid=11772/tid=11774] ppid=11770 vsize=812628 CPUtime=198.75
/proc/11772/task/11774/stat : 11774 (java) R 11770 11772 11017 0 -1 64 17006 0 1 0 19863 12 0 0 25 0 13 0 255721421 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4109807257 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11775] ppid=11770 vsize=812628 CPUtime=0.32
/proc/11772/task/11775/stat : 11775 (java) S 11770 11772 11017 0 -1 64 9147 0 0 0 28 4 0 0 19 0 13 0 255721422 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11776] ppid=11770 vsize=812628 CPUtime=0.33
/proc/11772/task/11776/stat : 11776 (java) S 11770 11772 11017 0 -1 64 9263 0 0 0 29 4 0 0 19 0 13 0 255721422 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11777] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11777/stat : 11777 (java) S 11770 11772 11017 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 255721423 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11778] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11778/stat : 11778 (java) S 11770 11772 11017 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 255721424 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11779] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11779/stat : 11779 (java) S 11770 11772 11017 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 255721424 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11780] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11780/stat : 11780 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11781] ppid=11770 vsize=812628 CPUtime=1
/proc/11772/task/11781/stat : 11781 (java) S 11770 11772 11017 0 -1 64 2701 0 0 0 99 1 0 0 16 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11782] ppid=11770 vsize=812628 CPUtime=0.85
/proc/11772/task/11782/stat : 11782 (java) S 11770 11772 11017 0 -1 64 2022 0 0 0 84 1 0 0 16 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11783] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11783/stat : 11783 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11784] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11784/stat : 11784 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11785] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11785/stat : 11785 (java) S 11770 11772 11017 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 255721720 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 201.31
Current children cumulated vsize (KiB) 812628

[startup+203.102 s]
/proc/loadavg: 1.95 1.97 1.99 3/86 11814
/proc/meminfo: memFree=1352912/2055920 swapFree=4169368/4192956
[pid=11772] ppid=11770 vsize=812628 CPUtime=202.1
/proc/11772/stat : 11772 (java) S 11770 11772 11017 0 -1 0 40988 0 1 0 20186 24 0 0 20 0 13 0 255721419 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11772/statm: 203157 37065 1383 9 0 200519 0
[pid=11772/tid=11774] ppid=11770 vsize=812628 CPUtime=199.54
/proc/11772/task/11774/stat : 11774 (java) R 11770 11772 11017 0 -1 64 17006 0 1 0 19942 12 0 0 25 0 13 0 255721421 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4109817599 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11775] ppid=11770 vsize=812628 CPUtime=0.32
/proc/11772/task/11775/stat : 11775 (java) S 11770 11772 11017 0 -1 64 9147 0 0 0 28 4 0 0 19 0 13 0 255721422 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11776] ppid=11770 vsize=812628 CPUtime=0.33
/proc/11772/task/11776/stat : 11776 (java) S 11770 11772 11017 0 -1 64 9263 0 0 0 29 4 0 0 19 0 13 0 255721422 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11777] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11777/stat : 11777 (java) S 11770 11772 11017 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 255721423 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11778] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11778/stat : 11778 (java) S 11770 11772 11017 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 255721424 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11779] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11779/stat : 11779 (java) S 11770 11772 11017 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 255721424 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11780] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11780/stat : 11780 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11781] ppid=11770 vsize=812628 CPUtime=1
/proc/11772/task/11781/stat : 11781 (java) S 11770 11772 11017 0 -1 64 2701 0 0 0 99 1 0 0 16 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11782] ppid=11770 vsize=812628 CPUtime=0.85
/proc/11772/task/11782/stat : 11782 (java) S 11770 11772 11017 0 -1 64 2022 0 0 0 84 1 0 0 16 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11783] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11783/stat : 11783 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11784] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11784/stat : 11784 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11785] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11785/stat : 11785 (java) S 11770 11772 11017 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 255721720 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.1
Current children cumulated vsize (KiB) 812628

[startup+203.507 s]
/proc/loadavg: 1.95 1.97 1.99 3/86 11814
/proc/meminfo: memFree=1352848/2055920 swapFree=4169368/4192956
[pid=11772] ppid=11770 vsize=812628 CPUtime=202.5
/proc/11772/stat : 11772 (java) S 11770 11772 11017 0 -1 0 40988 0 1 0 20226 24 0 0 20 0 13 0 255721419 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11772/statm: 203157 37065 1383 9 0 200519 0
[pid=11772/tid=11774] ppid=11770 vsize=812628 CPUtime=199.94
/proc/11772/task/11774/stat : 11774 (java) R 11770 11772 11017 0 -1 64 17006 0 1 0 19982 12 0 0 25 0 13 0 255721421 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4109807142 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11775] ppid=11770 vsize=812628 CPUtime=0.32
/proc/11772/task/11775/stat : 11775 (java) S 11770 11772 11017 0 -1 64 9147 0 0 0 28 4 0 0 19 0 13 0 255721422 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11776] ppid=11770 vsize=812628 CPUtime=0.33
/proc/11772/task/11776/stat : 11776 (java) S 11770 11772 11017 0 -1 64 9263 0 0 0 29 4 0 0 19 0 13 0 255721422 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11777] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11777/stat : 11777 (java) S 11770 11772 11017 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 255721423 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11778] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11778/stat : 11778 (java) S 11770 11772 11017 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 255721424 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11779] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11779/stat : 11779 (java) S 11770 11772 11017 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 255721424 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11780] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11780/stat : 11780 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11781] ppid=11770 vsize=812628 CPUtime=1
/proc/11772/task/11781/stat : 11781 (java) S 11770 11772 11017 0 -1 64 2701 0 0 0 99 1 0 0 16 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11782] ppid=11770 vsize=812628 CPUtime=0.85
/proc/11772/task/11782/stat : 11782 (java) S 11770 11772 11017 0 -1 64 2022 0 0 0 84 1 0 0 16 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11783] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11783/stat : 11783 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11784] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11784/stat : 11784 (java) S 11770 11772 11017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 255721428 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11772/tid=11785] ppid=11770 vsize=812628 CPUtime=0
/proc/11772/task/11785/stat : 11785 (java) S 11770 11772 11017 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 255721720 832131072 37065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.5
Current children cumulated vsize (KiB) 812628

Child status: 0
Real time (s): 203.548
CPU time (s): 202.555
CPU user time (s): 202.281
CPU system time (s): 0.273958
CPU usage (%): 99.5121
Max. virtual memory (cumulated for all children) (KiB): 812692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 202.281
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40996
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= 4900
involuntary context switches= 7799

runsolver used 0.223965 second user time and 0.71989 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-05 01:01:16
IDJOB=1080252
IDBENCH=56947
IDSOLVER=344
FILE ID=node82/1080252-1215212476
PBS_JOBID= 7881755
Free space on /tmp= 66456 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-18_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-1080252-1215212476/watcher-1080252-1215212476 -o /tmp/evaluation-result-1080252-1215212476/solver-1080252-1215212476 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1080252-1215212476.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d0723849d67084a75f9aabd36744eddc
RANDOM SEED=494427641

node82.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.239
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.239
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:       1412480 kB
Buffers:         83776 kB
Cached:         424656 kB
SwapCached:      17956 kB
Active:         301388 kB
Inactive:       291384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1412480 kB
SwapTotal:     4192956 kB
SwapFree:      4169368 kB
Dirty:            2436 kB
Writeback:           0 kB
Mapped:          78904 kB
Slab:            35880 kB
Committed_AS:   660532 kB
PageTables:       1924 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB
End job on node82 at 2008-07-05 01:04:40