Trace number 1095694

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.2 1813.02

General information on the benchmark

Namecsp/rand-3-28-28-fcd/
normalized-rand-3-28-28-93-632-fcd-50_ext.xml
MD5SUMce5693464522134d6b11b456249c609b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.24/0.35	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.24/0.35	c This is free software under the dual EPL/GNU LGPL licenses.
0.24/0.35	c See www.sat4j.org for details.
0.24/0.35	c That software uses the Rhino library from the Mozilla project.
0.24/0.40	c version 9.9.9.token
0.24/0.40	c sun.arch.data.model	32
0.24/0.40	c java.version	1.6.0_06
0.24/0.40	c os.name	Linux
0.24/0.40	c os.version	2.6.9-22.EL.rootsmp
0.24/0.40	c os.arch	i386
0.24/0.40	c Free memory 669864272
0.24/0.40	c Max memory 672137216
0.24/0.40	c Total memory 672137216
0.24/0.40	c Number of processors 2
0.32/0.44	c c --- Begin Solver configuration ---
0.32/0.44	c Stops conflict analysis at the first Unique Implication Point
0.32/0.44	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.32/0.44	c Learn all clauses as in MiniSAT
0.32/0.44	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.32/0.44	c Expensive reason simplification
0.32/0.44	c MiniSAT restarts strategy
0.32/0.44	c timeout=2147483s
0.32/0.44	c DB Simplification allowed=false
0.32/0.44	c --- End Solver configuration ---
0.32/0.44	c solving HOME/instance-1095694-1215257973.xml
0.32/0.44	c reading problem ... 
0.62/0.70	c reading problem named null
0.62/0.70	c reading domains done.
0.62/0.70	c reading variables done.
0.62/0.75	c reading relations done.
5.07/5.26	c reading constraints
7.14/7.29	c done with constraints.
7.14/7.29	c ... done. Wall clock time 6.846s.
7.14/7.29	c #vars     784
7.14/7.29	c #constraints  1290245
7.14/7.29	c constraints type 
7.14/7.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1290217
7.14/7.29	c org.sat4j.minisat.constraints.card.AtLeast => 28
1800.08/1812.92	c starts		: 21
1800.08/1812.92	c conflicts		: 781438
1800.08/1812.92	c decisions		: 1236333
1800.08/1812.92	c propagations		: 53942585
1800.08/1812.92	c inspects		: 5516983272
1800.08/1812.92	c learnt literals	: 0
1800.08/1812.92	c learnt binary clauses	: 6
1800.08/1812.92	c learnt ternary clauses	: 260
1800.08/1812.92	c learnt clauses	: 781438
1800.08/1812.92	c ignored clauses	: 0
1800.08/1812.92	c root simplifications	: 0
1800.08/1812.92	c removed literals (reason simplification)	: 37074907
1800.08/1812.92	c reason swapping (by a shorter reason)	: 0
1800.08/1812.92	c Calls to reduceDB	: 0
1800.08/1812.92	c speed (assignments/second)	: 29874.7111114311
1800.08/1812.92	c non guided choices	256
1800.08/1812.92	s UNKNOWN
1800.08/1812.92	c Total wall clock time (in seconds) : 1812.476

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-1095694-1215257973/watcher-1095694-1215257973 -o /tmp/evaluation-result-1095694-1215257973/solver-1095694-1215257973 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1095694-1215257973.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: 2.19 2.10 2.02 4/85 7646
/proc/meminfo: memFree=1701512/2055924 swapFree=4177320/4192956
[pid=7646] ppid=7644 vsize=18572 CPUtime=0
/proc/7646/stat : 7646 (runsolver) R 7644 7646 7426 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 681526997 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 230266826023 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/7646/statm: 4643 292 257 25 0 2626 0

[startup+0.102797 s]
/proc/loadavg: 2.19 2.10 2.02 4/85 7646
/proc/meminfo: memFree=1701512/2055924 swapFree=4177320/4192956
[pid=7646] ppid=7644 vsize=802080 CPUtime=0.04
/proc/7646/stat : 7646 (java) S 7644 7646 7426 0 -1 0 2539 0 30 0 2 2 0 0 18 0 7 0 681526997 821329920 2303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/7646/statm: 200520 2303 981 9 0 197903 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802080

[startup+0.20282 s]
/proc/loadavg: 2.19 2.10 2.02 4/85 7646
/proc/meminfo: memFree=1701512/2055924 swapFree=4177320/4192956
[pid=7646] ppid=7644 vsize=806972 CPUtime=0.14
/proc/7646/stat : 7646 (java) S 7644 7646 7426 0 -1 0 3952 0 30 0 11 3 0 0 18 0 12 0 681526997 826339328 3495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7646/statm: 201743 3495 1286 9 0 199112 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 806972

[startup+0.302834 s]
/proc/loadavg: 2.19 2.10 2.02 4/85 7646
/proc/meminfo: memFree=1701512/2055924 swapFree=4177320/4192956
[pid=7646] ppid=7644 vsize=807760 CPUtime=0.24
/proc/7646/stat : 7646 (java) S 7644 7646 7426 0 -1 0 4610 0 30 0 20 4 0 0 18 0 12 0 681526997 827146240 3968 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7646/statm: 201940 3968 1298 9 0 199309 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 807760

[startup+0.702908 s]
/proc/loadavg: 2.19 2.10 2.02 4/85 7646
/proc/meminfo: memFree=1701512/2055924 swapFree=4177320/4192956
[pid=7646] ppid=7644 vsize=807788 CPUtime=0.62
/proc/7646/stat : 7646 (java) S 7644 7646 7426 0 -1 0 6200 0 30 0 56 6 0 0 18 0 12 0 681526997 827174912 5359 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7646/statm: 201947 5359 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 807788

[startup+1.50106 s]
/proc/loadavg: 2.19 2.10 2.02 5/97 7658
/proc/meminfo: memFree=1673960/2055924 swapFree=4177320/4192956
[pid=7646] ppid=7644 vsize=811692 CPUtime=1.41
/proc/7646/stat : 7646 (java) S 7644 7646 7426 0 -1 0 10509 0 30 0 133 8 0 0 18 0 12 0 681526997 831172608 8688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7646/statm: 202923 8688 1349 9 0 200285 0
[pid=7646/tid=7648] ppid=7644 vsize=811692 CPUtime=0.63
/proc/7646/task/7648/stat : 7648 (java) R 7644 7646 7426 0 -1 64 6136 0 1 0 58 5 0 0 21 0 12 0 681527004 831172608 8688 996147200 134512640 134550740 4294956016 18446744073709551615 4109673857 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7649] ppid=7644 vsize=811692 CPUtime=0
/proc/7646/task/7649/stat : 7649 (java) S 7644 7646 7426 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 681527005 831172608 8688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7650] ppid=7644 vsize=811692 CPUtime=0
/proc/7646/task/7650/stat : 7650 (java) S 7644 7646 7426 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 681527005 831172608 8688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7651] ppid=7644 vsize=811692 CPUtime=0
/proc/7646/task/7651/stat : 7651 (java) S 7644 7646 7426 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 681527007 831172608 8688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7652] ppid=7644 vsize=811692 CPUtime=0
/proc/7646/task/7652/stat : 7652 (java) S 7644 7646 7426 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 681527007 831172608 8688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7653] ppid=7644 vsize=811692 CPUtime=0
/proc/7646/task/7653/stat : 7653 (java) S 7644 7646 7426 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 681527007 831172608 8688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7654] ppid=7644 vsize=811692 CPUtime=0
/proc/7646/task/7654/stat : 7654 (java) S 7644 7646 7426 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 681527011 831172608 8688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7655] ppid=7644 vsize=811692 CPUtime=0.34
/proc/7646/task/7655/stat : 7655 (java) S 7644 7646 7426 0 -1 64 2193 0 0 0 34 0 0 0 16 0 12 0 681527011 831172608 8688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7656] ppid=7644 vsize=811692 CPUtime=0.4
/proc/7646/task/7656/stat : 7656 (java) S 7644 7646 7426 0 -1 64 1443 0 0 0 40 0 0 0 16 0 12 0 681527011 831172608 8688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7657] ppid=7644 vsize=811692 CPUtime=0
/proc/7646/task/7657/stat : 7657 (java) S 7644 7646 7426 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 681527011 831172608 8688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7658] ppid=7644 vsize=811692 CPUtime=0
/proc/7646/task/7658/stat : 7658 (java) S 7644 7646 7426 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 681527011 831172608 8688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 811692

[startup+3.10236 s]
/proc/loadavg: 2.17 2.10 2.02 3/97 7658
/proc/meminfo: memFree=1613160/2055924 swapFree=4177320/4192956
[pid=7646] ppid=7644 vsize=811692 CPUtime=2.99
/proc/7646/stat : 7646 (java) S 7644 7646 7426 0 -1 0 25812 0 30 0 285 14 0 0 18 0 12 0 681526997 831172608 23986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7646/statm: 202923 23986 1357 9 0 200285 0
[pid=7646/tid=7648] ppid=7644 vsize=811692 CPUtime=1.86
/proc/7646/task/7648/stat : 7648 (java) R 7644 7646 7426 0 -1 64 16971 0 1 0 176 10 0 0 25 0 12 0 681527004 831172608 23986 996147200 134512640 134550740 4294956016 18446744073709551615 4109673595 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7649] ppid=7644 vsize=811692 CPUtime=0.09
/proc/7646/task/7649/stat : 7649 (java) S 7644 7646 7426 0 -1 64 1845 0 0 0 9 0 0 0 16 0 12 0 681527005 831172608 23986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7650] ppid=7644 vsize=811692 CPUtime=0.09
/proc/7646/task/7650/stat : 7650 (java) S 7644 7646 7426 0 -1 64 2476 0 0 0 9 0 0 0 16 0 12 0 681527005 831172608 23986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7651] ppid=7644 vsize=811692 CPUtime=0
/proc/7646/task/7651/stat : 7651 (java) S 7644 7646 7426 0 -1 64 138 0 0 0 0 0 0 0 16 0 12 0 681527007 831172608 23986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7652] ppid=7644 vsize=811692 CPUtime=0
/proc/7646/task/7652/stat : 7652 (java) S 7644 7646 7426 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 681527007 831172608 23986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7653] ppid=7644 vsize=811692 CPUtime=0
/proc/7646/task/7653/stat : 7653 (java) S 7644 7646 7426 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 681527007 831172608 23986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7654] ppid=7644 vsize=811692 CPUtime=0
/proc/7646/task/7654/stat : 7654 (java) S 7644 7646 7426 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 681527011 831172608 23986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7655] ppid=7644 vsize=811692 CPUtime=0.41
/proc/7646/task/7655/stat : 7655 (java) S 7644 7646 7426 0 -1 64 2195 0 0 0 40 1 0 0 16 0 12 0 681527011 831172608 23986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7656] ppid=7644 vsize=811692 CPUtime=0.49
/proc/7646/task/7656/stat : 7656 (java) S 7644 7646 7426 0 -1 64 1453 0 0 0 49 0 0 0 16 0 12 0 681527011 831172608 23986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7657] ppid=7644 vsize=811692 CPUtime=0
/proc/7646/task/7657/stat : 7657 (java) S 7644 7646 7426 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 681527011 831172608 23986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7658] ppid=7644 vsize=811692 CPUtime=0
/proc/7646/task/7658/stat : 7658 (java) R 7644 7646 7426 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 681527011 831172608 23986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 811692

[startup+6.30195 s]
/proc/loadavg: 2.17 2.10 2.02 4/97 7658
/proc/meminfo: memFree=1582248/2055924 swapFree=4177320/4192956
[pid=7646] ppid=7644 vsize=811632 CPUtime=6.16
/proc/7646/stat : 7646 (java) S 7644 7646 7426 0 -1 0 36579 0 30 0 596 20 0 0 18 0 12 0 681526997 831111168 34216 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7646/statm: 202908 34216 1361 9 0 200270 0
[pid=7646/tid=7648] ppid=7644 vsize=811632 CPUtime=4.1
/proc/7646/task/7648/stat : 7648 (java) R 7644 7646 7426 0 -1 64 16986 0 1 0 400 10 0 0 25 0 12 0 681527004 831111168 34216 996147200 134512640 134550740 4294956016 18446744073709551615 4109340708 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7649] ppid=7644 vsize=811632 CPUtime=0.38
/proc/7646/task/7649/stat : 7649 (java) S 7644 7646 7426 0 -1 64 6944 0 0 0 36 2 0 0 17 0 12 0 681527005 831111168 34216 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7650] ppid=7644 vsize=811632 CPUtime=0.38
/proc/7646/task/7650/stat : 7650 (java) S 7644 7646 7426 0 -1 64 7531 0 0 0 35 3 0 0 17 0 12 0 681527005 831111168 34216 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7651] ppid=7644 vsize=811632 CPUtime=0
/proc/7646/task/7651/stat : 7651 (java) S 7644 7646 7426 0 -1 64 138 0 0 0 0 0 0 0 16 0 12 0 681527007 831111168 34216 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7652] ppid=7644 vsize=811632 CPUtime=0
/proc/7646/task/7652/stat : 7652 (java) S 7644 7646 7426 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 681527007 831111168 34216 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7653] ppid=7644 vsize=811632 CPUtime=0
/proc/7646/task/7653/stat : 7653 (java) S 7644 7646 7426 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 681527007 831111168 34216 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7654] ppid=7644 vsize=811632 CPUtime=0
/proc/7646/task/7654/stat : 7654 (java) S 7644 7646 7426 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 681527011 831111168 34216 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7655] ppid=7644 vsize=811632 CPUtime=0.5
/proc/7646/task/7655/stat : 7655 (java) S 7644 7646 7426 0 -1 64 2205 0 0 0 49 1 0 0 16 0 12 0 681527011 831111168 34216 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7656] ppid=7644 vsize=811632 CPUtime=0.72
/proc/7646/task/7656/stat : 7656 (java) S 7644 7646 7426 0 -1 64 2041 0 0 0 71 1 0 0 16 0 12 0 681527011 831111168 34216 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7657] ppid=7644 vsize=811632 CPUtime=0
/proc/7646/task/7657/stat : 7657 (java) S 7644 7646 7426 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 681527011 831111168 34216 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7658] ppid=7644 vsize=811632 CPUtime=0
/proc/7646/task/7658/stat : 7658 (java) S 7644 7646 7426 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 681527011 831111168 34216 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 811632

[startup+12.7021 s]
/proc/loadavg: 2.29 2.12 2.03 3/98 7659
/proc/meminfo: memFree=1506080/2055924 swapFree=4177320/4192956
[pid=7646] ppid=7644 vsize=819644 CPUtime=12.59
/proc/7646/stat : 7646 (java) S 7644 7646 7426 0 -1 0 52661 0 30 0 1232 27 0 0 18 0 13 0 681526997 839315456 48341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7646/statm: 204911 48341 1384 9 0 202273 0
[pid=7646/tid=7648] ppid=7644 vsize=819644 CPUtime=9.3
/proc/7646/task/7648/stat : 7648 (java) R 7644 7646 7426 0 -1 64 17004 0 1 0 920 10 0 0 25 0 13 0 681527004 839315456 48341 996147200 134512640 134550740 4294956016 18446744073709551615 4109820703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7649] ppid=7644 vsize=819644 CPUtime=0.73
/proc/7646/task/7649/stat : 7649 (java) S 7644 7646 7426 0 -1 64 14554 0 0 0 68 5 0 0 17 0 13 0 681527005 839315456 48341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7650] ppid=7644 vsize=819644 CPUtime=0.7
/proc/7646/task/7650/stat : 7650 (java) S 7644 7646 7426 0 -1 64 15900 0 0 0 64 6 0 0 17 0 13 0 681527005 839315456 48341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7651] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7651/stat : 7651 (java) S 7644 7646 7426 0 -1 64 138 0 0 0 0 0 0 0 16 0 13 0 681527007 839315456 48341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7652] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7652/stat : 7652 (java) S 7644 7646 7426 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 681527007 839315456 48341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7653] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7653/stat : 7653 (java) S 7644 7646 7426 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 681527007 839315456 48341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7654] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7654/stat : 7654 (java) S 7644 7646 7426 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 681527011 839315456 48341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7655] ppid=7644 vsize=819644 CPUtime=0.78
/proc/7646/task/7655/stat : 7655 (java) S 7644 7646 7426 0 -1 64 2236 0 0 0 77 1 0 0 15 0 13 0 681527011 839315456 48341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7656] ppid=7644 vsize=819644 CPUtime=1
/proc/7646/task/7656/stat : 7656 (java) S 7644 7646 7426 0 -1 64 2089 0 0 0 99 1 0 0 16 0 13 0 681527011 839315456 48341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7657] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7657/stat : 7657 (java) S 7644 7646 7426 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 681527011 839315456 48341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7658] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7658/stat : 7658 (java) S 7644 7646 7426 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 681527011 839315456 48341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7659] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7659/stat : 7659 (java) S 7644 7646 7426 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 681527727 839315456 48341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 819644

[startup+25.5025 s]
/proc/loadavg: 2.25 2.12 2.03 3/98 7659
/proc/meminfo: memFree=1489888/2055924 swapFree=4177320/4192956
[pid=7646] ppid=7644 vsize=819644 CPUtime=25.42
/proc/7646/stat : 7646 (java) S 7644 7646 7426 0 -1 0 57128 0 30 0 2513 29 0 0 18 0 13 0 681526997 839315456 52466 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7646/statm: 204911 52466 1384 9 0 202273 0
[pid=7646/tid=7648] ppid=7644 vsize=819644 CPUtime=21.73
/proc/7646/task/7648/stat : 7648 (java) R 7644 7646 7426 0 -1 64 17007 0 1 0 2163 10 0 0 25 0 13 0 681527004 839315456 52466 996147200 134512640 134550740 4294956016 18446744073709551615 4109826060 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7649] ppid=7644 vsize=819644 CPUtime=0.9
/proc/7646/task/7649/stat : 7649 (java) S 7644 7646 7426 0 -1 64 16104 0 0 0 84 6 0 0 16 0 13 0 681527005 839315456 52466 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7650] ppid=7644 vsize=819644 CPUtime=0.87
/proc/7646/task/7650/stat : 7650 (java) S 7644 7646 7426 0 -1 64 18810 0 0 0 80 7 0 0 16 0 13 0 681527005 839315456 52466 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7646/tid=7651] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7651/stat : 7651 (java) S 7644 7646 7426 0 -1 64 138 0 0 0 0 0 0 0 16 0 13 0 681527007 839315456 52466 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7646/tid=7652] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7652/stat : 7652 (java) S 7644 7646 7426 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 681527007 839315456 52466 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7653] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7653/stat : 7653 (java) S 7644 7646 7426 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 681527007 839315456 52466 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=7646/tid=7651] ppid=7644 vsize=819644 CPUtime=0.01
/proc/7646/task/7651/stat : 7651 (java) S 7644 7646 7426 0 -1 64 138 0 0 0 1 0 0 0 16 0 13 0 681527007 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7652] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7652/stat : 7652 (java) S 7644 7646 7426 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 681527007 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7653] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7653/stat : 7653 (java) S 7644 7646 7426 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 681527007 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7654] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7654/stat : 7654 (java) S 7644 7646 7426 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7655] ppid=7644 vsize=819644 CPUtime=0.84
/proc/7646/task/7655/stat : 7655 (java) S 7644 7646 7426 0 -1 64 2240 0 0 0 83 1 0 0 16 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7656] ppid=7644 vsize=819644 CPUtime=1.03
/proc/7646/task/7656/stat : 7656 (java) S 7644 7646 7426 0 -1 64 2091 0 0 0 102 1 0 0 17 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7657] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7657/stat : 7657 (java) S 7644 7646 7426 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7658] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7658/stat : 7658 (java) S 7644 7646 7426 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7659] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7659/stat : 7659 (java) S 7644 7646 7426 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 681527727 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.28
Current children cumulated vsize (KiB) 819644

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 7696
/proc/meminfo: memFree=1330632/2055924 swapFree=4177320/4192956
[pid=7646] ppid=7644 vsize=819644 CPUtime=1650.76
/proc/7646/stat : 7646 (java) S 7644 7646 7426 0 -1 0 111977 0 30 0 165023 53 0 0 18 0 13 0 681526997 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7646/statm: 204911 104659 1384 9 0 202273 0
[pid=7646/tid=7648] ppid=7644 vsize=819644 CPUtime=1644.01
/proc/7646/task/7648/stat : 7648 (java) R 7644 7646 7426 0 -1 64 17016 0 1 0 164388 13 0 0 25 0 13 0 681527004 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4109820703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7649] ppid=7644 vsize=819644 CPUtime=2.4
/proc/7646/task/7649/stat : 7649 (java) S 7644 7646 7426 0 -1 64 44610 0 0 0 221 19 0 0 18 0 13 0 681527005 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7650] ppid=7644 vsize=819644 CPUtime=2.4
/proc/7646/task/7650/stat : 7650 (java) S 7644 7646 7426 0 -1 64 45142 0 0 0 224 16 0 0 18 0 13 0 681527005 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7651] ppid=7644 vsize=819644 CPUtime=0.01
/proc/7646/task/7651/stat : 7651 (java) S 7644 7646 7426 0 -1 64 138 0 0 0 1 0 0 0 16 0 13 0 681527007 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7652] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7652/stat : 7652 (java) S 7644 7646 7426 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 681527007 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7653] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7653/stat : 7653 (java) S 7644 7646 7426 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 681527007 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7654] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7654/stat : 7654 (java) S 7644 7646 7426 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7655] ppid=7644 vsize=819644 CPUtime=0.84
/proc/7646/task/7655/stat : 7655 (java) S 7644 7646 7426 0 -1 64 2240 0 0 0 83 1 0 0 16 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7656] ppid=7644 vsize=819644 CPUtime=1.03
/proc/7646/task/7656/stat : 7656 (java) S 7644 7646 7426 0 -1 64 2091 0 0 0 102 1 0 0 17 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7657] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7657/stat : 7657 (java) S 7644 7646 7426 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7658] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7658/stat : 7658 (java) S 7644 7646 7426 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7659] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7659/stat : 7659 (java) S 7644 7646 7426 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 681527727 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.76
Current children cumulated vsize (KiB) 819644

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 7696
/proc/meminfo: memFree=1330632/2055924 swapFree=4177320/4192956
[pid=7646] ppid=7644 vsize=819644 CPUtime=1710.25
/proc/7646/stat : 7646 (java) S 7644 7646 7426 0 -1 0 111977 0 30 0 170972 53 0 0 18 0 13 0 681526997 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7646/statm: 204911 104659 1384 9 0 202273 0
[pid=7646/tid=7648] ppid=7644 vsize=819644 CPUtime=1703.51
/proc/7646/task/7648/stat : 7648 (java) R 7644 7646 7426 0 -1 64 17016 0 1 0 170338 13 0 0 25 0 13 0 681527004 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4109920798 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7649] ppid=7644 vsize=819644 CPUtime=2.4
/proc/7646/task/7649/stat : 7649 (java) S 7644 7646 7426 0 -1 64 44610 0 0 0 221 19 0 0 18 0 13 0 681527005 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7650] ppid=7644 vsize=819644 CPUtime=2.4
/proc/7646/task/7650/stat : 7650 (java) S 7644 7646 7426 0 -1 64 45142 0 0 0 224 16 0 0 18 0 13 0 681527005 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7651] ppid=7644 vsize=819644 CPUtime=0.01
/proc/7646/task/7651/stat : 7651 (java) S 7644 7646 7426 0 -1 64 138 0 0 0 1 0 0 0 16 0 13 0 681527007 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7652] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7652/stat : 7652 (java) S 7644 7646 7426 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 681527007 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7653] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7653/stat : 7653 (java) S 7644 7646 7426 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 681527007 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7654] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7654/stat : 7654 (java) S 7644 7646 7426 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7655] ppid=7644 vsize=819644 CPUtime=0.84
/proc/7646/task/7655/stat : 7655 (java) S 7644 7646 7426 0 -1 64 2240 0 0 0 83 1 0 0 16 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7656] ppid=7644 vsize=819644 CPUtime=1.03
/proc/7646/task/7656/stat : 7656 (java) S 7644 7646 7426 0 -1 64 2091 0 0 0 102 1 0 0 17 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7657] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7657/stat : 7657 (java) S 7644 7646 7426 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7658] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7658/stat : 7658 (java) S 7644 7646 7426 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7659] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7659/stat : 7659 (java) S 7644 7646 7426 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 681527727 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.25
Current children cumulated vsize (KiB) 819644

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 7696
/proc/meminfo: memFree=1330376/2055924 swapFree=4177320/4192956
[pid=7646] ppid=7644 vsize=819644 CPUtime=1769.74
/proc/7646/stat : 7646 (java) S 7644 7646 7426 0 -1 0 111977 0 30 0 176921 53 0 0 18 0 13 0 681526997 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7646/statm: 204911 104659 1384 9 0 202273 0
[pid=7646/tid=7648] ppid=7644 vsize=819644 CPUtime=1762.99
/proc/7646/task/7648/stat : 7648 (java) R 7644 7646 7426 0 -1 64 17016 0 1 0 176286 13 0 0 25 0 13 0 681527004 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4109820703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7649] ppid=7644 vsize=819644 CPUtime=2.4
/proc/7646/task/7649/stat : 7649 (java) S 7644 7646 7426 0 -1 64 44610 0 0 0 221 19 0 0 18 0 13 0 681527005 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7650] ppid=7644 vsize=819644 CPUtime=2.4
/proc/7646/task/7650/stat : 7650 (java) S 7644 7646 7426 0 -1 64 45142 0 0 0 224 16 0 0 18 0 13 0 681527005 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7651] ppid=7644 vsize=819644 CPUtime=0.01
/proc/7646/task/7651/stat : 7651 (java) S 7644 7646 7426 0 -1 64 138 0 0 0 1 0 0 0 16 0 13 0 681527007 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7652] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7652/stat : 7652 (java) S 7644 7646 7426 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 681527007 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7653] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7653/stat : 7653 (java) S 7644 7646 7426 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 681527007 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7654] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7654/stat : 7654 (java) S 7644 7646 7426 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7655] ppid=7644 vsize=819644 CPUtime=0.84
/proc/7646/task/7655/stat : 7655 (java) S 7644 7646 7426 0 -1 64 2240 0 0 0 83 1 0 0 16 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7656] ppid=7644 vsize=819644 CPUtime=1.03
/proc/7646/task/7656/stat : 7656 (java) S 7644 7646 7426 0 -1 64 2091 0 0 0 102 1 0 0 17 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7657] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7657/stat : 7657 (java) S 7644 7646 7426 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7658] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7658/stat : 7658 (java) S 7644 7646 7426 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7659] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7659/stat : 7659 (java) S 7644 7646 7426 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 681527727 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.74
Current children cumulated vsize (KiB) 819644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 7696
/proc/meminfo: memFree=1330376/2055924 swapFree=4177320/4192956
[pid=7646] ppid=7644 vsize=819644 CPUtime=1800.08
/proc/7646/stat : 7646 (java) S 7644 7646 7426 0 -1 0 111977 0 30 0 179955 53 0 0 18 0 13 0 681526997 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7646/statm: 204911 104659 1384 9 0 202273 0
[pid=7646/tid=7648] ppid=7644 vsize=819644 CPUtime=1793.33
/proc/7646/task/7648/stat : 7648 (java) R 7644 7646 7426 0 -1 64 17016 0 1 0 179320 13 0 0 25 0 13 0 681527004 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4109811946 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7649] ppid=7644 vsize=819644 CPUtime=2.4
/proc/7646/task/7649/stat : 7649 (java) S 7644 7646 7426 0 -1 64 44610 0 0 0 221 19 0 0 18 0 13 0 681527005 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7650] ppid=7644 vsize=819644 CPUtime=2.4
/proc/7646/task/7650/stat : 7650 (java) S 7644 7646 7426 0 -1 64 45142 0 0 0 224 16 0 0 18 0 13 0 681527005 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7651] ppid=7644 vsize=819644 CPUtime=0.01
/proc/7646/task/7651/stat : 7651 (java) S 7644 7646 7426 0 -1 64 138 0 0 0 1 0 0 0 16 0 13 0 681527007 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7652] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7652/stat : 7652 (java) S 7644 7646 7426 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 681527007 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7653] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7653/stat : 7653 (java) S 7644 7646 7426 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 681527007 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7654] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7654/stat : 7654 (java) S 7644 7646 7426 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7655] ppid=7644 vsize=819644 CPUtime=0.84
/proc/7646/task/7655/stat : 7655 (java) S 7644 7646 7426 0 -1 64 2240 0 0 0 83 1 0 0 16 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7656] ppid=7644 vsize=819644 CPUtime=1.03
/proc/7646/task/7656/stat : 7656 (java) S 7644 7646 7426 0 -1 64 2091 0 0 0 102 1 0 0 17 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7657] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7657/stat : 7657 (java) S 7644 7646 7426 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7658] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7658/stat : 7658 (java) S 7644 7646 7426 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 681527011 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7646/tid=7659] ppid=7644 vsize=819644 CPUtime=0
/proc/7646/task/7659/stat : 7659 (java) S 7644 7646 7426 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 681527727 839315456 104659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 819644

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

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

[startup+1813.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 7696
/proc/meminfo: memFree=1330376/2055924 swapFree=4177320/4192956
[pid=7646] ppid=7644 vsize=0 CPUtime=1800.18
/proc/7646/stat : 7646 (java) Z 7644 7646 7426 0 -1 1036 111995 0 30 0 179959 59 0 0 16 0 2 0 681526997 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7646/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1813.02
CPU time (s): 1800.2
CPU user time (s): 1799.59
CPU system time (s): 0.602908
CPU usage (%): 99.2926
Max. virtual memory (cumulated for all children) (KiB): 819644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 0.602908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111995
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37888
involuntary context switches= 70789

runsolver used 2.6036 second user time and 5.67814 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-05 13:39:34
IDJOB=1095694
IDBENCH=58920
IDSOLVER=344
FILE ID=node83/1095694-1215257973
PBS_JOBID= 7882111
Free space on /tmp= 66464 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ce5693464522134d6b11b456249c609b
RANDOM SEED=1314009502

node83.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.263
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.263
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:      2055924 kB
MemFree:       1701992 kB
Buffers:         21116 kB
Cached:         229140 kB
SwapCached:       9708 kB
Active:         177768 kB
Inactive:       129764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1701992 kB
SwapTotal:     4192956 kB
SwapFree:      4177320 kB
Dirty:            6928 kB
Writeback:           0 kB
Mapped:          73848 kB
Slab:            31348 kB
Committed_AS:  1217600 kB
PageTables:       1992 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= 66484 MiB
End job on node83 at 2008-07-05 14:09:49