Trace number 1058914

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.19 1810.43

General information on the benchmark

Namecsp/rand-3-28-28/
normalized-rand-3-28-28-93-632-17_ext.xml
MD5SUM4e0ecb16fc54086973006e21ec4ed382
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.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-1058914-1215119283.xml
0.28/0.39	c reading problem ... 
0.58/0.64	c reading problem named null
0.58/0.64	c reading domains done.
0.58/0.64	c reading variables done.
0.58/0.68	c reading relations done.
5.07/5.10	c reading constraints
6.85/6.91	c done with constraints.
6.85/6.91	c ... done. Wall clock time 6.523s.
6.85/6.91	c #vars     784
6.85/6.91	c #constraints  1290245
6.85/6.91	c constraints type 
6.85/6.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1290217
6.85/6.91	c org.sat4j.minisat.constraints.card.AtLeast => 28
1800.05/1810.31	c starts		: 21
1800.05/1810.31	c conflicts		: 816417
1800.05/1810.31	c decisions		: 1353633
1800.05/1810.31	c propagations		: 58760006
1800.05/1810.31	c inspects		: 5646099746
1800.05/1810.31	c learnt literals	: 0
1800.05/1810.31	c learnt binary clauses	: 0
1800.05/1810.31	c learnt ternary clauses	: 335
1800.05/1810.31	c learnt clauses	: 816417
1800.05/1810.31	c ignored clauses	: 0
1800.05/1810.31	c root simplifications	: 0
1800.05/1810.31	c removed literals (reason simplification)	: 35736457
1800.05/1810.31	c reason swapping (by a shorter reason)	: 0
1800.05/1810.31	c Calls to reduceDB	: 0
1800.05/1810.31	c speed (assignments/second)	: 32582.902295663745
1800.05/1810.31	c non guided choices	286
1800.05/1810.31	s UNKNOWN
1800.05/1810.31	c Total wall clock time (in seconds) : 1809.926

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-1058914-1215119283/watcher-1058914-1215119283 -o /tmp/evaluation-result-1058914-1215119283/solver-1058914-1215119283 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1058914-1215119283.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.92 1.98 2.01 4/73 14106
/proc/meminfo: memFree=1524776/2055920 swapFree=4165996/4192956
[pid=14106] ppid=14104 vsize=18572 CPUtime=0
/proc/14106/stat : 14106 (runsolver) R 14104 14106 12914 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 625146127 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 228043844903 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/14106/statm: 4643 292 257 25 0 2626 0

[startup+0.023677 s]
/proc/loadavg: 1.92 1.98 2.01 4/73 14106
/proc/meminfo: memFree=1524776/2055920 swapFree=4165996/4192956
[pid=14106] ppid=14104 vsize=797516 CPUtime=0
/proc/14106/stat : 14106 (java) S 14104 14106 12914 0 -1 0 1118 0 1 0 0 0 0 0 20 0 2 0 625146127 816656384 859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14106/statm: 199379 859 397 9 0 197157 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 797516

[startup+0.102692 s]
/proc/loadavg: 1.92 1.98 2.01 4/73 14106
/proc/meminfo: memFree=1524776/2055920 swapFree=4165996/4192956
[pid=14106] ppid=14104 vsize=804612 CPUtime=0.08
/proc/14106/stat : 14106 (java) S 14104 14106 12914 0 -1 0 3007 0 1 0 7 1 0 0 20 0 12 0 625146127 823922688 2740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14106/statm: 201153 2740 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.302733 s]
/proc/loadavg: 1.92 1.98 2.01 4/73 14106
/proc/meminfo: memFree=1524776/2055920 swapFree=4165996/4192956
[pid=14106] ppid=14104 vsize=807848 CPUtime=0.28
/proc/14106/stat : 14106 (java) S 14104 14106 12914 0 -1 0 4962 0 1 0 26 2 0 0 20 0 12 0 625146127 827236352 4289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14106/statm: 201962 4289 1307 9 0 199331 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807848

[startup+0.701812 s]
/proc/loadavg: 1.92 1.98 2.01 4/73 14106
/proc/meminfo: memFree=1524776/2055920 swapFree=4165996/4192956
[pid=14106] ppid=14104 vsize=807876 CPUtime=0.68
/proc/14106/stat : 14106 (java) S 14104 14106 12914 0 -1 0 6160 0 1 0 64 4 0 0 20 0 12 0 625146127 827265024 5485 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14106/statm: 201969 5485 1335 9 0 199331 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807876

[startup+1.50197 s]
/proc/loadavg: 1.92 1.98 2.01 5/85 14118
/proc/meminfo: memFree=1505160/2055920 swapFree=4165996/4192956
[pid=14106] ppid=14104 vsize=811684 CPUtime=1.48
/proc/14106/stat : 14106 (java) S 14104 14106 12914 0 -1 0 10796 0 1 0 141 7 0 0 20 0 12 0 625146127 831164416 9218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14106/statm: 202921 9218 1349 9 0 200283 0
[pid=14106/tid=14108] ppid=14104 vsize=811684 CPUtime=0.69
/proc/14106/task/14108/stat : 14108 (java) R 14104 14106 12914 0 -1 64 6711 0 1 0 65 4 0 0 25 0 12 0 625146129 831164416 9218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14109] ppid=14104 vsize=811684 CPUtime=0
/proc/14106/task/14109/stat : 14109 (java) S 14104 14106 12914 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 625146130 831164416 9218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14110] ppid=14104 vsize=811684 CPUtime=0
/proc/14106/task/14110/stat : 14110 (java) S 14104 14106 12914 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 625146130 831164416 9218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14111] ppid=14104 vsize=811684 CPUtime=0
/proc/14106/task/14111/stat : 14111 (java) S 14104 14106 12914 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 625146131 831164416 9218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14112] ppid=14104 vsize=811684 CPUtime=0
/proc/14106/task/14112/stat : 14112 (java) S 14104 14106 12914 0 -1 64 8 0 0 0 0 0 0 0 25 0 12 0 625146132 831164416 9218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14113] ppid=14104 vsize=811684 CPUtime=0
/proc/14106/task/14113/stat : 14113 (java) S 14104 14106 12914 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 625146132 831164416 9218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14114] ppid=14104 vsize=811684 CPUtime=0
/proc/14106/task/14114/stat : 14114 (java) S 14104 14106 12914 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 625146136 831164416 9218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14115] ppid=14104 vsize=811684 CPUtime=0.34
/proc/14106/task/14115/stat : 14115 (java) S 14104 14106 12914 0 -1 64 2093 0 0 0 34 0 0 0 16 0 12 0 625146136 831164416 9218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14116] ppid=14104 vsize=811684 CPUtime=0.4
/proc/14106/task/14116/stat : 14116 (java) R 14104 14106 12914 0 -1 64 1230 0 0 0 40 0 0 0 16 0 12 0 625146136 831164416 9218 996147200 134512640 134550740 4294956032 18446744073709551615 105482355 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14117] ppid=14104 vsize=811684 CPUtime=0
/proc/14106/task/14117/stat : 14117 (java) S 14104 14106 12914 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 625146136 831164416 9218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14118] ppid=14104 vsize=811684 CPUtime=0
/proc/14106/task/14118/stat : 14118 (java) S 14104 14106 12914 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 625146136 831164416 9218 996147200 134512640 134550740 4294956032 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) 811684

[startup+3.10229 s]
/proc/loadavg: 1.92 1.98 2.01 6/85 14118
/proc/meminfo: memFree=1442952/2055920 swapFree=4165996/4192956
[pid=14106] ppid=14104 vsize=811684 CPUtime=3.07
/proc/14106/stat : 14106 (java) S 14104 14106 12914 0 -1 0 25557 0 1 0 293 14 0 0 20 0 12 0 625146127 831164416 23971 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14106/statm: 202921 23971 1357 9 0 200283 0
[pid=14106/tid=14108] ppid=14104 vsize=811684 CPUtime=1.95
/proc/14106/task/14108/stat : 14108 (java) R 14104 14106 12914 0 -1 64 17002 0 1 0 185 10 0 0 25 0 12 0 625146129 831164416 23971 996147200 134512640 134550740 4294956032 18446744073709551615 4109674197 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14109] ppid=14104 vsize=811684 CPUtime=0.09
/proc/14106/task/14109/stat : 14109 (java) S 14104 14106 12914 0 -1 64 1747 0 0 0 9 0 0 0 16 0 12 0 625146130 831164416 23971 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14110] ppid=14104 vsize=811684 CPUtime=0.09
/proc/14106/task/14110/stat : 14110 (java) S 14104 14106 12914 0 -1 64 2573 0 0 0 9 0 0 0 16 0 12 0 625146130 831164416 23971 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14111] ppid=14104 vsize=811684 CPUtime=0
/proc/14106/task/14111/stat : 14111 (java) S 14104 14106 12914 0 -1 64 138 0 0 0 0 0 0 0 16 0 12 0 625146131 831164416 23971 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14112] ppid=14104 vsize=811684 CPUtime=0
/proc/14106/task/14112/stat : 14112 (java) S 14104 14106 12914 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 625146132 831164416 23971 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14113] ppid=14104 vsize=811684 CPUtime=0
/proc/14106/task/14113/stat : 14113 (java) S 14104 14106 12914 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 625146132 831164416 23971 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14114] ppid=14104 vsize=811684 CPUtime=0
/proc/14106/task/14114/stat : 14114 (java) S 14104 14106 12914 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 625146136 831164416 23971 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14115] ppid=14104 vsize=811684 CPUtime=0.41
/proc/14106/task/14115/stat : 14115 (java) S 14104 14106 12914 0 -1 64 2095 0 0 0 40 1 0 0 16 0 12 0 625146136 831164416 23971 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14116] ppid=14104 vsize=811684 CPUtime=0.47
/proc/14106/task/14116/stat : 14116 (java) S 14104 14106 12914 0 -1 64 1240 0 0 0 47 0 0 0 16 0 12 0 625146136 831164416 23971 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14117] ppid=14104 vsize=811684 CPUtime=0
/proc/14106/task/14117/stat : 14117 (java) S 14104 14106 12914 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 625146136 831164416 23971 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14118] ppid=14104 vsize=811684 CPUtime=0
/proc/14106/task/14118/stat : 14118 (java) S 14104 14106 12914 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 625146136 831164416 23971 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 811684

[startup+6.30192 s]
/proc/loadavg: 2.09 2.02 2.02 4/85 14118
/proc/meminfo: memFree=1411848/2055920 swapFree=4165996/4192956
[pid=14106] ppid=14104 vsize=811620 CPUtime=6.26
/proc/14106/stat : 14106 (java) S 14104 14106 12914 0 -1 0 36571 0 1 0 607 19 0 0 20 0 12 0 625146127 831098880 34257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14106/statm: 202905 34257 1361 9 0 200267 0
[pid=14106/tid=14108] ppid=14104 vsize=811620 CPUtime=4.22
/proc/14106/task/14108/stat : 14108 (java) R 14104 14106 12914 0 -1 64 17017 0 1 0 412 10 0 0 25 0 12 0 625146129 831098880 34257 996147200 134512640 134550740 4294956032 18446744073709551615 4109318725 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14109] ppid=14104 vsize=811620 CPUtime=0.38
/proc/14106/task/14109/stat : 14109 (java) S 14104 14106 12914 0 -1 64 6625 0 0 0 35 3 0 0 17 0 12 0 625146130 831098880 34257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14110] ppid=14104 vsize=811620 CPUtime=0.4
/proc/14106/task/14110/stat : 14110 (java) S 14104 14106 12914 0 -1 64 7926 0 0 0 37 3 0 0 17 0 12 0 625146130 831098880 34257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14111] ppid=14104 vsize=811620 CPUtime=0
/proc/14106/task/14111/stat : 14111 (java) S 14104 14106 12914 0 -1 64 138 0 0 0 0 0 0 0 16 0 12 0 625146131 831098880 34257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14112] ppid=14104 vsize=811620 CPUtime=0
/proc/14106/task/14112/stat : 14112 (java) S 14104 14106 12914 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 625146132 831098880 34257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14113] ppid=14104 vsize=811620 CPUtime=0
/proc/14106/task/14113/stat : 14113 (java) S 14104 14106 12914 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 625146132 831098880 34257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14114] ppid=14104 vsize=811620 CPUtime=0
/proc/14106/task/14114/stat : 14114 (java) S 14104 14106 12914 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 625146136 831098880 34257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14115] ppid=14104 vsize=811620 CPUtime=0.62
/proc/14106/task/14115/stat : 14115 (java) S 14104 14106 12914 0 -1 64 2853 0 0 0 61 1 0 0 16 0 12 0 625146136 831098880 34257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14116] ppid=14104 vsize=811620 CPUtime=0.58
/proc/14106/task/14116/stat : 14116 (java) S 14104 14106 12914 0 -1 64 1250 0 0 0 58 0 0 0 16 0 12 0 625146136 831098880 34257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14117] ppid=14104 vsize=811620 CPUtime=0
/proc/14106/task/14117/stat : 14117 (java) S 14104 14106 12914 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 625146136 831098880 34257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14118] ppid=14104 vsize=811620 CPUtime=0
/proc/14106/task/14118/stat : 14118 (java) S 14104 14106 12914 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 625146136 831098880 34257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 811620

[startup+12.7022 s]
/proc/loadavg: 2.08 2.02 2.02 3/86 14119
/proc/meminfo: memFree=1332424/2055920 swapFree=4165996/4192956
[pid=14106] ppid=14104 vsize=822192 CPUtime=12.88
/proc/14106/stat : 14106 (java) S 14104 14106 12914 0 -1 0 53940 0 1 0 1262 26 0 0 20 0 13 0 625146127 841924608 49171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14106/statm: 205548 49171 1384 9 0 202910 0
[pid=14106/tid=14108] ppid=14104 vsize=822192 CPUtime=9.3
/proc/14106/task/14108/stat : 14108 (java) R 14104 14106 12914 0 -1 64 17037 0 1 0 920 10 0 0 25 0 13 0 625146129 841924608 49171 996147200 134512640 134550740 4294956032 18446744073709551615 4109856639 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14109] ppid=14104 vsize=822192 CPUtime=0.85
/proc/14106/task/14109/stat : 14109 (java) S 14104 14106 12914 0 -1 64 14259 0 0 0 80 5 0 0 18 0 13 0 625146130 841924608 49171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14110] ppid=14104 vsize=822192 CPUtime=0.86
/proc/14106/task/14110/stat : 14110 (java) S 14104 14106 12914 0 -1 64 17559 0 0 0 79 7 0 0 18 0 13 0 625146130 841924608 49171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14111] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14111/stat : 14111 (java) S 14104 14106 12914 0 -1 64 138 0 0 0 0 0 0 0 16 0 13 0 625146131 841924608 49171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14112] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14112/stat : 14112 (java) S 14104 14106 12914 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 625146132 841924608 49171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14113] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14113/stat : 14113 (java) S 14104 14106 12914 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 625146132 841924608 49171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14114] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14114/stat : 14114 (java) S 14104 14106 12914 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 625146136 841924608 49171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14115] ppid=14104 vsize=822192 CPUtime=0.9
/proc/14106/task/14115/stat : 14115 (java) S 14104 14106 12914 0 -1 64 2890 0 0 0 89 1 0 0 15 0 13 0 625146136 841924608 49171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14116] ppid=14104 vsize=822192 CPUtime=0.9
/proc/14106/task/14116/stat : 14116 (java) S 14104 14106 12914 0 -1 64 1290 0 0 0 90 0 0 0 16 0 13 0 625146136 841924608 49171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14117] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14117/stat : 14117 (java) S 14104 14106 12914 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 625146136 841924608 49171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14118] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14118/stat : 14118 (java) S 14104 14106 12914 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 625146136 841924608 49171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14119] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14119/stat : 14119 (java) S 14104 14106 12914 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 625146819 841924608 49171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.88
Current children cumulated vsize (KiB) 822192

[startup+25.5027 s]
/proc/loadavg: 2.06 2.01 2.01 3/86 14119
/proc/meminfo: memFree=1332360/2055920 swapFree=4165996/4192956
[pid=14106] ppid=14104 vsize=822192 CPUtime=25.63
/proc/14106/stat : 14106 (java) S 14104 14106 12914 0 -1 0 53946 0 1 0 2537 26 0 0 20 0 13 0 625146127 841924608 49176 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14106/statm: 205548 49176 1384 9 0 202910 0
[pid=14106/tid=14108] ppid=14104 vsize=822192 CPUtime=21.99
/proc/14106/task/14108/stat : 14108 (java) R 14104 14106 12914 0 -1 64 17038 0 1 0 2189 10 0 0 25 0 13 0 625146129 841924608 49176 996147200 134512640 134550740 4294956032 18446744073709551615 4109856639 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14109] ppid=14104 vsize=822192 CPUtime=0.85
/proc/14106/task/14109/stat : 14109 (java) S 14104 14106 12914 0 -1 64 14259 0 0 0 80 5 0 0 18 0 13 0 625146130 841924608 49176 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14110] ppid=14104 vsize=822192 CPUtime=0.86
/proc/14106/task/14110/stat : 14110 (java) S 14104 14106 12914 0 -1 64 17559 0 0 0 79 7 0 0 18 0 13 0 625146130 841924608 49176 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14111] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14111/stat : 14111 (java) S 14104 14106 12914 0 -1 64 138 0 0 0 0 0 0 0 16 0 13 0 625146131 841924608 49176 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14112] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14112/stat : 14112 (java) S 14104 14106 12914 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 625146132 841924608 49176 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14113] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14113/stat : 14113 (java) S 14104 14106 12914 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 625146132 841924608 49176 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=14106/tid=14111] ppid=14104 vsize=822192 CPUtime=0.01
/proc/14106/task/14111/stat : 14111 (java) S 14104 14106 12914 0 -1 64 138 0 0 0 1 0 0 0 16 0 13 0 625146131 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14112] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14112/stat : 14112 (java) S 14104 14106 12914 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 625146132 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14113] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14113/stat : 14113 (java) S 14104 14106 12914 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 625146132 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14114] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14114/stat : 14114 (java) S 14104 14106 12914 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 625146136 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14115] ppid=14104 vsize=822192 CPUtime=0.93
/proc/14106/task/14115/stat : 14115 (java) S 14104 14106 12914 0 -1 64 2891 0 0 0 92 1 0 0 16 0 13 0 625146136 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14116] ppid=14104 vsize=822192 CPUtime=0.96
/proc/14106/task/14116/stat : 14116 (java) S 14104 14106 12914 0 -1 64 1295 0 0 0 96 0 0 0 17 0 13 0 625146136 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14117] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14117/stat : 14117 (java) S 14104 14106 12914 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 625146136 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14118] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14118/stat : 14118 (java) S 14104 14106 12914 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 625146136 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14119] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14119/stat : 14119 (java) S 14104 14106 12914 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 625146819 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.65
Current children cumulated vsize (KiB) 822192

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 14147
/proc/meminfo: memFree=1106880/2055920 swapFree=4165996/4192956
[pid=14106] ppid=14104 vsize=822192 CPUtime=1653.13
/proc/14106/stat : 14106 (java) S 14104 14106 12914 0 -1 0 111800 0 1 0 165259 54 0 0 20 0 13 0 625146127 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14106/statm: 205548 105004 1384 9 0 202910 0
[pid=14106/tid=14108] ppid=14104 vsize=822192 CPUtime=1646.24
/proc/14106/task/14108/stat : 14108 (java) R 14104 14106 12914 0 -1 64 17048 0 1 0 164610 14 0 0 25 0 13 0 625146129 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4109860599 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14109] ppid=14104 vsize=822192 CPUtime=2.43
/proc/14106/task/14109/stat : 14109 (java) S 14104 14106 12914 0 -1 64 42573 0 0 0 226 17 0 0 18 0 13 0 625146130 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14110] ppid=14104 vsize=822192 CPUtime=2.5
/proc/14106/task/14110/stat : 14110 (java) S 14104 14106 12914 0 -1 64 47088 0 0 0 232 18 0 0 18 0 13 0 625146130 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14111] ppid=14104 vsize=822192 CPUtime=0.01
/proc/14106/task/14111/stat : 14111 (java) S 14104 14106 12914 0 -1 64 138 0 0 0 1 0 0 0 16 0 13 0 625146131 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14112] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14112/stat : 14112 (java) S 14104 14106 12914 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 625146132 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14113] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14113/stat : 14113 (java) S 14104 14106 12914 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 625146132 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14114] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14114/stat : 14114 (java) S 14104 14106 12914 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 625146136 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14115] ppid=14104 vsize=822192 CPUtime=0.93
/proc/14106/task/14115/stat : 14115 (java) S 14104 14106 12914 0 -1 64 2891 0 0 0 92 1 0 0 16 0 13 0 625146136 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14116] ppid=14104 vsize=822192 CPUtime=0.96
/proc/14106/task/14116/stat : 14116 (java) S 14104 14106 12914 0 -1 64 1295 0 0 0 96 0 0 0 17 0 13 0 625146136 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14117] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14117/stat : 14117 (java) S 14104 14106 12914 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 625146136 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14118] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14118/stat : 14118 (java) S 14104 14106 12914 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 625146136 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14119] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14119/stat : 14119 (java) S 14104 14106 12914 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 625146819 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.13
Current children cumulated vsize (KiB) 822192

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 14147
/proc/meminfo: memFree=1106816/2055920 swapFree=4165996/4192956
[pid=14106] ppid=14104 vsize=822192 CPUtime=1712.61
/proc/14106/stat : 14106 (java) S 14104 14106 12914 0 -1 0 111800 0 1 0 171207 54 0 0 20 0 13 0 625146127 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14106/statm: 205548 105004 1384 9 0 202910 0
[pid=14106/tid=14108] ppid=14104 vsize=822192 CPUtime=1705.72
/proc/14106/task/14108/stat : 14108 (java) R 14104 14106 12914 0 -1 64 17048 0 1 0 170558 14 0 0 25 0 13 0 625146129 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4109898073 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14109] ppid=14104 vsize=822192 CPUtime=2.43
/proc/14106/task/14109/stat : 14109 (java) S 14104 14106 12914 0 -1 64 42573 0 0 0 226 17 0 0 18 0 13 0 625146130 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14110] ppid=14104 vsize=822192 CPUtime=2.5
/proc/14106/task/14110/stat : 14110 (java) S 14104 14106 12914 0 -1 64 47088 0 0 0 232 18 0 0 18 0 13 0 625146130 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14111] ppid=14104 vsize=822192 CPUtime=0.01
/proc/14106/task/14111/stat : 14111 (java) S 14104 14106 12914 0 -1 64 138 0 0 0 1 0 0 0 16 0 13 0 625146131 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14112] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14112/stat : 14112 (java) S 14104 14106 12914 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 625146132 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14113] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14113/stat : 14113 (java) S 14104 14106 12914 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 625146132 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14114] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14114/stat : 14114 (java) S 14104 14106 12914 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 625146136 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14115] ppid=14104 vsize=822192 CPUtime=0.93
/proc/14106/task/14115/stat : 14115 (java) S 14104 14106 12914 0 -1 64 2891 0 0 0 92 1 0 0 16 0 13 0 625146136 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14116] ppid=14104 vsize=822192 CPUtime=0.96
/proc/14106/task/14116/stat : 14116 (java) S 14104 14106 12914 0 -1 64 1295 0 0 0 96 0 0 0 17 0 13 0 625146136 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14117] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14117/stat : 14117 (java) S 14104 14106 12914 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 625146136 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14118] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14118/stat : 14118 (java) S 14104 14106 12914 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 625146136 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14119] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14119/stat : 14119 (java) S 14104 14106 12914 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 625146819 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.61
Current children cumulated vsize (KiB) 822192

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 14147
/proc/meminfo: memFree=1106752/2055920 swapFree=4165996/4192956
[pid=14106] ppid=14104 vsize=822192 CPUtime=1772.09
/proc/14106/stat : 14106 (java) S 14104 14106 12914 0 -1 0 111800 0 1 0 177155 54 0 0 20 0 13 0 625146127 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14106/statm: 205548 105004 1384 9 0 202910 0
[pid=14106/tid=14108] ppid=14104 vsize=822192 CPUtime=1765.2
/proc/14106/task/14108/stat : 14108 (java) R 14104 14106 12914 0 -1 64 17048 0 1 0 176506 14 0 0 25 0 13 0 625146129 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4109815707 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14109] ppid=14104 vsize=822192 CPUtime=2.43
/proc/14106/task/14109/stat : 14109 (java) S 14104 14106 12914 0 -1 64 42573 0 0 0 226 17 0 0 18 0 13 0 625146130 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14110] ppid=14104 vsize=822192 CPUtime=2.5
/proc/14106/task/14110/stat : 14110 (java) S 14104 14106 12914 0 -1 64 47088 0 0 0 232 18 0 0 18 0 13 0 625146130 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14111] ppid=14104 vsize=822192 CPUtime=0.01
/proc/14106/task/14111/stat : 14111 (java) S 14104 14106 12914 0 -1 64 138 0 0 0 1 0 0 0 16 0 13 0 625146131 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14112] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14112/stat : 14112 (java) S 14104 14106 12914 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 625146132 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14113] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14113/stat : 14113 (java) S 14104 14106 12914 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 625146132 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14114] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14114/stat : 14114 (java) S 14104 14106 12914 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 625146136 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14115] ppid=14104 vsize=822192 CPUtime=0.93
/proc/14106/task/14115/stat : 14115 (java) S 14104 14106 12914 0 -1 64 2891 0 0 0 92 1 0 0 16 0 13 0 625146136 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14116] ppid=14104 vsize=822192 CPUtime=0.96
/proc/14106/task/14116/stat : 14116 (java) S 14104 14106 12914 0 -1 64 1295 0 0 0 96 0 0 0 17 0 13 0 625146136 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14117] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14117/stat : 14117 (java) S 14104 14106 12914 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 625146136 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14118] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14118/stat : 14118 (java) S 14104 14106 12914 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 625146136 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14119] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14119/stat : 14119 (java) S 14104 14106 12914 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 625146819 841924608 105004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.09
Current children cumulated vsize (KiB) 822192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 14147
/proc/meminfo: memFree=1082112/2055920 swapFree=4165996/4192956
[pid=14106] ppid=14104 vsize=822192 CPUtime=1800.05
/proc/14106/stat : 14106 (java) S 14104 14106 12914 0 -1 0 118194 0 1 0 179949 56 0 0 20 0 13 0 625146127 841924608 111150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14106/statm: 205548 111150 1384 9 0 202910 0
[pid=14106/tid=14108] ppid=14104 vsize=822192 CPUtime=1792.76
/proc/14106/task/14108/stat : 14108 (java) R 14104 14106 12914 0 -1 64 17049 0 1 0 179262 14 0 0 25 0 13 0 625146129 841924608 111150 996147200 134512640 134550740 4294956032 18446744073709551615 4109815729 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14109] ppid=14104 vsize=822192 CPUtime=2.62
/proc/14106/task/14109/stat : 14109 (java) S 14104 14106 12914 0 -1 64 45538 0 0 0 244 18 0 0 16 0 13 0 625146130 841924608 111150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14110] ppid=14104 vsize=822192 CPUtime=2.71
/proc/14106/task/14110/stat : 14110 (java) S 14104 14106 12914 0 -1 64 50516 0 0 0 251 20 0 0 16 0 13 0 625146130 841924608 111150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14111] ppid=14104 vsize=822192 CPUtime=0.01
/proc/14106/task/14111/stat : 14111 (java) S 14104 14106 12914 0 -1 64 138 0 0 0 1 0 0 0 16 0 13 0 625146131 841924608 111150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14112] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14112/stat : 14112 (java) S 14104 14106 12914 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 625146132 841924608 111150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14113] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14113/stat : 14113 (java) S 14104 14106 12914 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 625146132 841924608 111150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14114] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14114/stat : 14114 (java) S 14104 14106 12914 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 625146136 841924608 111150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14115] ppid=14104 vsize=822192 CPUtime=0.93
/proc/14106/task/14115/stat : 14115 (java) S 14104 14106 12914 0 -1 64 2891 0 0 0 92 1 0 0 16 0 13 0 625146136 841924608 111150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14116] ppid=14104 vsize=822192 CPUtime=0.96
/proc/14106/task/14116/stat : 14116 (java) S 14104 14106 12914 0 -1 64 1295 0 0 0 96 0 0 0 17 0 13 0 625146136 841924608 111150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14117] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14117/stat : 14117 (java) S 14104 14106 12914 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 625146136 841924608 111150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14106/tid=14118] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14118/stat : 14118 (java) S 14104 14106 12914 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 625146136 841924608 111150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14106/tid=14119] ppid=14104 vsize=822192 CPUtime=0
/proc/14106/task/14119/stat : 14119 (java) S 14104 14106 12914 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 625146819 841924608 111150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 822192

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

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

[startup+1810.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 14147
/proc/meminfo: memFree=1082112/2055920 swapFree=4165996/4192956
[pid=14106] ppid=14104 vsize=0 CPUtime=1800.16
/proc/14106/stat : 14106 (java) Z 14104 14106 12914 0 -1 1036 118214 0 1 0 179955 61 0 0 15 0 2 0 625146127 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14106/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1810.43
CPU time (s): 1800.19
CPU user time (s): 1799.56
CPU system time (s): 0.634903
CPU usage (%): 99.4344
Max. virtual memory (cumulated for all children) (KiB): 822192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.634903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118214
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= 37757
involuntary context switches= 54003

runsolver used 2.46263 second user time and 5.80812 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-03 23:08:03
IDJOB=1058914
IDBENCH=54196
IDSOLVER=344
FILE ID=node77/1058914-1215119283
PBS_JOBID= 7877053
Free space on /tmp= 66488 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4e0ecb16fc54086973006e21ec4ed382
RANDOM SEED=1818439223

node77.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.274
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.274
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:       1525192 kB
Buffers:         75644 kB
Cached:         338740 kB
SwapCached:      20884 kB
Active:         228548 kB
Inactive:       226200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1525192 kB
SwapTotal:     4192956 kB
SwapFree:      4165996 kB
Dirty:            6904 kB
Writeback:           0 kB
Mapped:          47104 kB
Slab:            61376 kB
Committed_AS:  1041152 kB
PageTables:       1748 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= 66488 MiB
End job on node77 at 2008-07-03 23:38:16