Trace number 1088836

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 1809.11

General information on the benchmark

Namecsp/graphColoring/register/inithx/
normalized-inithx-i-3-28.xml
MD5SUM56a1064229e13fe0f53238d62121e670
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.499923
Satisfiable
(Un)Satisfiability was proved
Number of variables621
Number of constraints13969
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13969
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.43	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.43	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.43	c See www.sat4j.org for details.
0.29/0.43	c That software uses the Rhino library from the Mozilla project.
0.29/0.47	c version 9.9.9.token
0.29/0.47	c sun.arch.data.model	32
0.29/0.47	c java.version	1.6.0_06
0.29/0.47	c os.name	Linux
0.29/0.47	c os.version	2.6.9-22.EL.rootsmp
0.29/0.47	c os.arch	i386
0.29/0.47	c Free memory 669864272
0.29/0.47	c Max memory 672137216
0.29/0.47	c Total memory 672137216
0.29/0.48	c Number of processors 2
0.38/0.53	c c --- Begin Solver configuration ---
0.38/0.53	c Stops conflict analysis at the first Unique Implication Point
0.38/0.53	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.53	c Learn all clauses as in MiniSAT
0.38/0.53	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.53	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.53	c Expensive reason simplification
0.38/0.53	c MiniSAT restarts strategy
0.38/0.53	c timeout=2147483s
0.38/0.53	c DB Simplification allowed=false
0.38/0.53	c --- End Solver configuration ---
0.38/0.53	c solving HOME/instance-1088836-1215260237.xml
0.38/0.53	c reading problem ... 
0.57/0.79	c reading problem named null
0.57/0.79	c reading domains done.
0.57/0.79	c reading variables done.
1.07/1.27	c reading predicates  done.
1.27/1.44	c reading constraints
18.02/18.08	c done with constraints.
18.02/18.08	c ... done. Wall clock time 17.551s.
18.02/18.08	c #vars     17388
18.02/18.08	c #constraints  783506
18.02/18.08	c constraints type 
18.02/18.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 782885
18.02/18.08	c org.sat4j.minisat.constraints.card.AtLeast => 621
1800.09/1809.01	c starts		: 17
1800.09/1809.01	c conflicts		: 192335
1800.09/1809.01	c decisions		: 232414
1800.09/1809.01	c propagations		: 59845885
1800.09/1809.01	c inspects		: 4146727904
1800.09/1809.01	c learnt literals	: 0
1800.09/1809.01	c learnt binary clauses	: 0
1800.09/1809.01	c learnt ternary clauses	: 0
1800.09/1809.01	c learnt clauses	: 192335
1800.09/1809.01	c ignored clauses	: 0
1800.09/1809.01	c root simplifications	: 0
1800.09/1809.01	c removed literals (reason simplification)	: 1424714
1800.09/1809.01	c reason swapping (by a shorter reason)	: 0
1800.09/1809.01	c Calls to reduceDB	: 0
1800.09/1809.01	c speed (assignments/second)	: 33417.25074098147
1800.09/1809.01	c non guided choices	32792
1800.09/1809.01	s UNKNOWN
1800.09/1809.01	c Total wall clock time (in seconds) : 1808.486

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-1088836-1215260237/watcher-1088836-1215260237 -o /tmp/evaluation-result-1088836-1215260237/solver-1088836-1215260237 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1088836-1215260237.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.28 2.11 2.03 4/81 16641
/proc/meminfo: memFree=1614352/2055920 swapFree=4147452/4192956
[pid=16641] ppid=16639 vsize=18572 CPUtime=0
/proc/16641/stat : 16641 (runsolver) R 16639 16641 15327 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 691149194 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 226686987559 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/16641/statm: 4643 292 257 25 0 2626 0

[startup+0.0828051 s]
/proc/loadavg: 2.28 2.11 2.03 4/81 16641
/proc/meminfo: memFree=1614352/2055920 swapFree=4147452/4192956
[pid=16641] ppid=16639 vsize=798812 CPUtime=0.03
/proc/16641/stat : 16641 (java) S 16639 16641 15327 0 -1 0 1659 0 29 0 0 3 0 0 19 0 4 0 691149194 817983488 1428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16641/statm: 199703 1428 407 9 0 197481 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 798812

[startup+0.101805 s]
/proc/loadavg: 2.28 2.11 2.03 4/81 16641
/proc/meminfo: memFree=1614352/2055920 swapFree=4147452/4192956
[pid=16641] ppid=16639 vsize=800744 CPUtime=0.04
/proc/16641/stat : 16641 (java) S 16639 16641 15327 0 -1 0 2363 0 29 0 1 3 0 0 19 0 4 0 691149194 819961856 2129 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16641/statm: 200186 2129 912 9 0 197569 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800744

[startup+0.301829 s]
/proc/loadavg: 2.28 2.11 2.03 4/81 16641
/proc/meminfo: memFree=1614352/2055920 swapFree=4147452/4192956
[pid=16641] ppid=16639 vsize=808308 CPUtime=0.21
/proc/16641/stat : 16641 (java) S 16639 16641 15327 0 -1 0 4535 0 29 0 16 5 0 0 19 0 12 0 691149194 827707392 3892 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16641/statm: 202077 3892 1295 9 0 199446 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 808308

[startup+0.701878 s]
/proc/loadavg: 2.28 2.11 2.03 4/81 16641
/proc/meminfo: memFree=1614352/2055920 swapFree=4147452/4192956
[pid=16641] ppid=16639 vsize=808336 CPUtime=0.57
/proc/16641/stat : 16641 (java) S 16639 16641 15327 0 -1 0 6055 0 29 0 49 8 0 0 19 0 12 0 691149194 827736064 5213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16641/statm: 202084 5213 1332 9 0 199446 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 808336

[startup+1.50198 s]
/proc/loadavg: 2.28 2.11 2.03 4/93 16653
/proc/meminfo: memFree=1587760/2055920 swapFree=4147452/4192956
[pid=16641] ppid=16639 vsize=808336 CPUtime=1.37
/proc/16641/stat : 16641 (java) S 16639 16641 15327 0 -1 0 8915 0 29 0 126 11 0 0 19 0 12 0 691149194 827736064 7310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16641/statm: 202084 7310 1356 9 0 199446 0
[pid=16641/tid=16643] ppid=16639 vsize=808336 CPUtime=0.76
/proc/16641/task/16643/stat : 16643 (java) R 16639 16641 15327 0 -1 64 5612 0 1 0 69 7 0 0 18 0 12 0 691149201 827736064 7310 996147200 134512640 134550740 4294956016 18446744073709551615 4109173644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16644] ppid=16639 vsize=808336 CPUtime=0
/proc/16641/task/16644/stat : 16644 (java) S 16639 16641 15327 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 691149202 827736064 7310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16645] ppid=16639 vsize=808336 CPUtime=0
/proc/16641/task/16645/stat : 16645 (java) S 16639 16641 15327 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 691149202 827736064 7310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16646] ppid=16639 vsize=808336 CPUtime=0
/proc/16641/task/16646/stat : 16646 (java) S 16639 16641 15327 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 691149205 827736064 7310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16647] ppid=16639 vsize=808336 CPUtime=0
/proc/16641/task/16647/stat : 16647 (java) S 16639 16641 15327 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 691149206 827736064 7310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16648] ppid=16639 vsize=808336 CPUtime=0
/proc/16641/task/16648/stat : 16648 (java) S 16639 16641 15327 0 -1 64 5 0 0 0 0 0 0 0 24 0 12 0 691149206 827736064 7310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16649] ppid=16639 vsize=808336 CPUtime=0
/proc/16641/task/16649/stat : 16649 (java) S 16639 16641 15327 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 691149212 827736064 7310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16650] ppid=16639 vsize=808336 CPUtime=0.31
/proc/16641/task/16650/stat : 16650 (java) S 16639 16641 15327 0 -1 64 1145 0 0 0 31 0 0 0 16 0 12 0 691149212 827736064 7310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16651] ppid=16639 vsize=808336 CPUtime=0.25
/proc/16641/task/16651/stat : 16651 (java) S 16639 16641 15327 0 -1 64 1423 0 0 0 25 0 0 0 16 0 12 0 691149212 827736064 7310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16652] ppid=16639 vsize=808336 CPUtime=0
/proc/16641/task/16652/stat : 16652 (java) S 16639 16641 15327 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 691149212 827736064 7310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16653] ppid=16639 vsize=808336 CPUtime=0
/proc/16641/task/16653/stat : 16653 (java) S 16639 16641 15327 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 691149212 827736064 7310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 808336

[startup+3.10218 s]
/proc/loadavg: 2.28 2.11 2.03 4/93 16653
/proc/meminfo: memFree=1573552/2055920 swapFree=4147452/4192956
[pid=16641] ppid=16639 vsize=811320 CPUtime=2.97
/proc/16641/stat : 16641 (java) S 16639 16641 15327 0 -1 0 22010 0 29 0 279 18 0 0 19 0 12 0 691149194 830791680 19459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16641/statm: 202830 19459 1372 9 0 200192 0
[pid=16641/tid=16643] ppid=16639 vsize=811320 CPUtime=1.74
/proc/16641/task/16643/stat : 16643 (java) R 16639 16641 15327 0 -1 64 16927 0 1 0 161 13 0 0 25 0 12 0 691149201 830791680 19459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16644] ppid=16639 vsize=811320 CPUtime=0
/proc/16641/task/16644/stat : 16644 (java) S 16639 16641 15327 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 691149202 830791680 19459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16645] ppid=16639 vsize=811320 CPUtime=0
/proc/16641/task/16645/stat : 16645 (java) S 16639 16641 15327 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 691149202 830791680 19459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16646] ppid=16639 vsize=811320 CPUtime=0
/proc/16641/task/16646/stat : 16646 (java) S 16639 16641 15327 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 691149205 830791680 19459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16647] ppid=16639 vsize=811320 CPUtime=0
/proc/16641/task/16647/stat : 16647 (java) S 16639 16641 15327 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 691149206 830791680 19459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16648] ppid=16639 vsize=811320 CPUtime=0
/proc/16641/task/16648/stat : 16648 (java) S 16639 16641 15327 0 -1 64 5 0 0 0 0 0 0 0 24 0 12 0 691149206 830791680 19459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16649] ppid=16639 vsize=811320 CPUtime=0
/proc/16641/task/16649/stat : 16649 (java) S 16639 16641 15327 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 691149212 830791680 19459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16650] ppid=16639 vsize=811320 CPUtime=0.7
/proc/16641/task/16650/stat : 16650 (java) S 16639 16641 15327 0 -1 64 2905 0 0 0 69 1 0 0 16 0 12 0 691149212 830791680 19459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16651] ppid=16639 vsize=811320 CPUtime=0.47
/proc/16641/task/16651/stat : 16651 (java) R 16639 16641 15327 0 -1 64 1443 0 0 0 47 0 0 0 16 0 12 0 691149212 830791680 19459 996147200 134512640 134550740 4294956016 18446744073709551615 105558025 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16652] ppid=16639 vsize=811320 CPUtime=0
/proc/16641/task/16652/stat : 16652 (java) S 16639 16641 15327 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 691149212 830791680 19459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16653] ppid=16639 vsize=811320 CPUtime=0
/proc/16641/task/16653/stat : 16653 (java) S 16639 16641 15327 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 691149212 830791680 19459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 811320

[startup+6.30258 s]
/proc/loadavg: 2.26 2.11 2.03 3/93 16653
/proc/meminfo: memFree=1504688/2055920 swapFree=4147452/4192956
[pid=16641] ppid=16639 vsize=811196 CPUtime=6.21
/proc/16641/stat : 16641 (java) S 16639 16641 15327 0 -1 0 32199 0 29 0 599 22 0 0 19 0 12 0 691149194 830664704 28379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16641/statm: 202799 28379 1380 9 0 200161 0
[pid=16641/tid=16643] ppid=16639 vsize=811196 CPUtime=3.6
/proc/16641/task/16643/stat : 16643 (java) R 16639 16641 15327 0 -1 64 17287 0 1 0 347 13 0 0 25 0 12 0 691149201 830664704 28379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16644] ppid=16639 vsize=811196 CPUtime=0.12
/proc/16641/task/16644/stat : 16644 (java) S 16639 16641 15327 0 -1 64 4001 0 0 0 12 0 0 0 17 0 12 0 691149202 830664704 28379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16645] ppid=16639 vsize=811196 CPUtime=0.15
/proc/16641/task/16645/stat : 16645 (java) S 16639 16641 15327 0 -1 64 4762 0 0 0 13 2 0 0 17 0 12 0 691149202 830664704 28379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16646] ppid=16639 vsize=811196 CPUtime=0
/proc/16641/task/16646/stat : 16646 (java) S 16639 16641 15327 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 691149205 830664704 28379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16647] ppid=16639 vsize=811196 CPUtime=0
/proc/16641/task/16647/stat : 16647 (java) S 16639 16641 15327 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 691149206 830664704 28379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16648] ppid=16639 vsize=811196 CPUtime=0
/proc/16641/task/16648/stat : 16648 (java) S 16639 16641 15327 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 691149206 830664704 28379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16649] ppid=16639 vsize=811196 CPUtime=0
/proc/16641/task/16649/stat : 16649 (java) S 16639 16641 15327 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 691149212 830664704 28379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16650] ppid=16639 vsize=811196 CPUtime=1.05
/proc/16641/task/16650/stat : 16650 (java) R 16639 16641 15327 0 -1 64 2921 0 0 0 104 1 0 0 16 0 12 0 691149212 830664704 28379 996147200 134512640 134550740 4294956016 18446744073709551615 106224178 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16651] ppid=16639 vsize=811196 CPUtime=1.21
/proc/16641/task/16651/stat : 16651 (java) S 16639 16641 15327 0 -1 64 2463 0 0 0 120 1 0 0 15 0 12 0 691149212 830664704 28379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16652] ppid=16639 vsize=811196 CPUtime=0
/proc/16641/task/16652/stat : 16652 (java) S 16639 16641 15327 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 691149212 830664704 28379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16653] ppid=16639 vsize=811196 CPUtime=0
/proc/16641/task/16653/stat : 16653 (java) S 16639 16641 15327 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 691149212 830664704 28379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 811196

[startup+12.7024 s]
/proc/loadavg: 2.40 2.14 2.04 3/93 16653
/proc/meminfo: memFree=1439104/2055920 swapFree=4147452/4192956
[pid=16641] ppid=16639 vsize=815388 CPUtime=12.73
/proc/16641/stat : 16641 (java) S 16639 16641 15327 0 -1 0 51050 0 29 0 1243 30 0 0 19 0 12 0 691149194 834957312 44733 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16641/statm: 203847 44735 1389 9 0 201209 0
[pid=16641/tid=16643] ppid=16639 vsize=815388 CPUtime=7.98
/proc/16641/task/16643/stat : 16643 (java) R 16639 16641 15327 0 -1 64 17303 0 1 0 785 13 0 0 25 0 12 0 691149201 834957312 44737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16644] ppid=16639 vsize=815388 CPUtime=0.7
/proc/16641/task/16644/stat : 16644 (java) R 16639 16641 15327 0 -1 64 10765 0 0 0 67 3 0 0 15 0 12 0 691149202 834957312 44738 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16645] ppid=16639 vsize=815388 CPUtime=0.69
/proc/16641/task/16645/stat : 16645 (java) R 16639 16641 15327 0 -1 64 14400 0 0 0 64 5 0 0 16 0 12 0 691149202 834957312 44740 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16646] ppid=16639 vsize=815388 CPUtime=0
/proc/16641/task/16646/stat : 16646 (java) R 16639 16641 15327 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 691149205 834957312 44743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16647] ppid=16639 vsize=815388 CPUtime=0
/proc/16641/task/16647/stat : 16647 (java) S 16639 16641 15327 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 691149206 834957312 44745 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16648] ppid=16639 vsize=815388 CPUtime=0
/proc/16641/task/16648/stat : 16648 (java) S 16639 16641 15327 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 691149206 834957312 44748 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16649] ppid=16639 vsize=815388 CPUtime=0
/proc/16641/task/16649/stat : 16649 (java) S 16639 16641 15327 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 691149212 834957312 44751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16650] ppid=16639 vsize=815388 CPUtime=1.4
/proc/16641/task/16650/stat : 16650 (java) S 16639 16641 15327 0 -1 64 2942 0 0 0 139 1 0 0 15 0 12 0 691149212 834957312 44753 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16651] ppid=16639 vsize=815388 CPUtime=1.86
/proc/16641/task/16651/stat : 16651 (java) S 16639 16641 15327 0 -1 64 4880 0 0 0 184 2 0 0 15 0 12 0 691149212 834957312 44756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16652] ppid=16639 vsize=815388 CPUtime=0
/proc/16641/task/16652/stat : 16652 (java) S 16639 16641 15327 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 691149212 834957312 44759 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16653] ppid=16639 vsize=815388 CPUtime=0
/proc/16641/task/16653/stat : 16653 (java) S 16639 16641 15327 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 691149212 834957312 44762 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 815388

[startup+25.503 s]
/proc/loadavg: 2.31 2.13 2.04 3/94 16655
/proc/meminfo: memFree=1334264/2055920 swapFree=4147452/4192956
[pid=16641] ppid=16639 vsize=815712 CPUtime=25.53
/proc/16641/stat : 16641 (java) S 16639 16641 15327 0 -1 0 75450 0 29 0 2513 40 0 0 19 0 13 0 691149194 835289088 69044 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16641/statm: 203928 69044 1400 9 0 201290 0
[pid=16641/tid=16643] ppid=16639 vsize=815712 CPUtime=19.13
/proc/16641/task/16643/stat : 16643 (java) R 16639 16641 15327 0 -1 64 17336 0 1 0 1899 14 0 0 25 0 13 0 691149201 835289088 69044 996147200 134512640 134550740 4294956016 18446744073709551615 4110550137 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16644] ppid=16639 vsize=815712 CPUtime=1.21
/proc/16641/task/16644/stat : 16644 (java) S 16639 16641 15327 0 -1 64 23748 0 0 0 112 9 0 0 17 0 13 0 691149202 835289088 69044 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16645] ppid=16639 vsize=815712 CPUtime=1.17
/proc/16641/task/16645/stat : 16645 (java) S 16639 16641 15327 0 -1 64 25718 0 0 0 108 9 0 0 17 0 13 0 691149202 835289088 69044 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16646] ppid=16639 vsize=815712 CPUtime=0.01
/proc/16641/task/16646/stat : 16646 (java) S 16639 16641 15327 0 -1 64 30 0 0 0 1 0 0 0 16 0 13 0 691149205 835289088 69044 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16647] ppid=16639 vsize=815712 CPUtime=0
/proc/16641/task/16647/stat : 16647 (java) S 16639 16641 15327 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 691149206 835289088 69044 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16648] ppid=16639 vsize=815712 CPUtime=0
/proc/16641/task/16648/stat : 16648 (java) S 16639 16641 15327 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 691149206 835289088 69044 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16649] ppid=16639 vsize=815712 CPUtime=0
/proc/16641/task/16649/stat : 16649 (java) S 16639 16641 15327 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 691149212 835289088 69044 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=16641] ppid=16639 vsize=815068 CPUtime=1595.12
/proc/16641/stat : 16641 (java) S 16639 16641 15327 0 -1 0 116083 0 29 0 159451 61 0 0 19 0 13 0 691149194 834629632 106985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16641/statm: 203767 106985 1400 9 0 201129 0
[pid=16641/tid=16643] ppid=16639 vsize=815068 CPUtime=1587.14
/proc/16641/task/16643/stat : 16643 (java) R 16639 16641 15327 0 -1 64 17344 0 1 0 158697 17 0 0 25 0 13 0 691149201 834629632 106985 996147200 134512640 134550740 4294956016 18446744073709551615 4110577638 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16644] ppid=16639 vsize=815068 CPUtime=1.92
/proc/16641/task/16644/stat : 16644 (java) S 16639 16641 15327 0 -1 64 44449 0 0 0 174 18 0 0 18 0 13 0 691149202 834629632 106985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16645] ppid=16639 vsize=815068 CPUtime=1.9
/proc/16641/task/16645/stat : 16645 (java) S 16639 16641 15327 0 -1 64 45631 0 0 0 172 18 0 0 18 0 13 0 691149202 834629632 106985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16646] ppid=16639 vsize=815068 CPUtime=0.02
/proc/16641/task/16646/stat : 16646 (java) S 16639 16641 15327 0 -1 64 30 0 0 0 2 0 0 0 16 0 13 0 691149205 834629632 106985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16647] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16647/stat : 16647 (java) S 16639 16641 15327 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 691149206 834629632 106985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16648] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16648/stat : 16648 (java) S 16639 16641 15327 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 691149206 834629632 106985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16649] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16649/stat : 16649 (java) S 16639 16641 15327 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 691149212 834629632 106985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16650] ppid=16639 vsize=815068 CPUtime=1.81
/proc/16641/task/16650/stat : 16650 (java) S 16639 16641 15327 0 -1 64 2983 0 0 0 180 1 0 0 16 0 13 0 691149212 834629632 106985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16651] ppid=16639 vsize=815068 CPUtime=2.25
/proc/16641/task/16651/stat : 16651 (java) S 16639 16641 15327 0 -1 64 4906 0 0 0 223 2 0 0 16 0 13 0 691149212 834629632 106985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16652] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16652/stat : 16652 (java) S 16639 16641 15327 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 691149212 834629632 106985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16653] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16653/stat : 16653 (java) S 16639 16641 15327 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 691149212 834629632 106985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16655] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16655/stat : 16655 (java) S 16639 16641 15327 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 691151009 834629632 106985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.12
Current children cumulated vsize (KiB) 815068

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 16737
/proc/meminfo: memFree=1281264/2055920 swapFree=4147452/4192956
[pid=16641] ppid=16639 vsize=815068 CPUtime=1654.68
/proc/16641/stat : 16641 (java) S 16639 16641 15327 0 -1 0 123309 0 29 0 165403 65 0 0 19 0 13 0 691149194 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16641/statm: 203767 112994 1400 9 0 201129 0
[pid=16641/tid=16643] ppid=16639 vsize=815068 CPUtime=1646.43
/proc/16641/task/16643/stat : 16643 (java) R 16639 16641 15327 0 -1 64 17345 0 1 0 164626 17 0 0 25 0 13 0 691149201 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4110447335 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16644] ppid=16639 vsize=815068 CPUtime=2.05
/proc/16641/task/16644/stat : 16644 (java) S 16639 16641 15327 0 -1 64 48699 0 0 0 185 20 0 0 18 0 13 0 691149202 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16645] ppid=16639 vsize=815068 CPUtime=2.04
/proc/16641/task/16645/stat : 16645 (java) S 16639 16641 15327 0 -1 64 48606 0 0 0 185 19 0 0 18 0 13 0 691149202 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16646] ppid=16639 vsize=815068 CPUtime=0.02
/proc/16641/task/16646/stat : 16646 (java) S 16639 16641 15327 0 -1 64 30 0 0 0 2 0 0 0 16 0 13 0 691149205 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16647] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16647/stat : 16647 (java) S 16639 16641 15327 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 691149206 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16648] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16648/stat : 16648 (java) S 16639 16641 15327 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 691149206 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16649] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16649/stat : 16649 (java) S 16639 16641 15327 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 691149212 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16650] ppid=16639 vsize=815068 CPUtime=1.81
/proc/16641/task/16650/stat : 16650 (java) S 16639 16641 15327 0 -1 64 2983 0 0 0 180 1 0 0 16 0 13 0 691149212 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16651] ppid=16639 vsize=815068 CPUtime=2.25
/proc/16641/task/16651/stat : 16651 (java) S 16639 16641 15327 0 -1 64 4906 0 0 0 223 2 0 0 16 0 13 0 691149212 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16652] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16652/stat : 16652 (java) S 16639 16641 15327 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 691149212 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16653] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16653/stat : 16653 (java) S 16639 16641 15327 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 691149212 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16655] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16655/stat : 16655 (java) S 16639 16641 15327 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 691151009 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.68
Current children cumulated vsize (KiB) 815068

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 16737
/proc/meminfo: memFree=1281200/2055920 swapFree=4147452/4192956
[pid=16641] ppid=16639 vsize=815068 CPUtime=1714.16
/proc/16641/stat : 16641 (java) S 16639 16641 15327 0 -1 0 123309 0 29 0 171351 65 0 0 19 0 13 0 691149194 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16641/statm: 203767 112994 1400 9 0 201129 0
[pid=16641/tid=16643] ppid=16639 vsize=815068 CPUtime=1705.9
/proc/16641/task/16643/stat : 16643 (java) R 16639 16641 15327 0 -1 64 17345 0 1 0 170573 17 0 0 25 0 13 0 691149201 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4110156083 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16644] ppid=16639 vsize=815068 CPUtime=2.05
/proc/16641/task/16644/stat : 16644 (java) S 16639 16641 15327 0 -1 64 48699 0 0 0 185 20 0 0 18 0 13 0 691149202 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16645] ppid=16639 vsize=815068 CPUtime=2.04
/proc/16641/task/16645/stat : 16645 (java) S 16639 16641 15327 0 -1 64 48606 0 0 0 185 19 0 0 18 0 13 0 691149202 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16646] ppid=16639 vsize=815068 CPUtime=0.02
/proc/16641/task/16646/stat : 16646 (java) S 16639 16641 15327 0 -1 64 30 0 0 0 2 0 0 0 16 0 13 0 691149205 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16647] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16647/stat : 16647 (java) S 16639 16641 15327 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 691149206 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16648] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16648/stat : 16648 (java) S 16639 16641 15327 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 691149206 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16649] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16649/stat : 16649 (java) S 16639 16641 15327 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 691149212 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16650] ppid=16639 vsize=815068 CPUtime=1.81
/proc/16641/task/16650/stat : 16650 (java) S 16639 16641 15327 0 -1 64 2983 0 0 0 180 1 0 0 16 0 13 0 691149212 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16651] ppid=16639 vsize=815068 CPUtime=2.25
/proc/16641/task/16651/stat : 16651 (java) S 16639 16641 15327 0 -1 64 4906 0 0 0 223 2 0 0 16 0 13 0 691149212 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16652] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16652/stat : 16652 (java) S 16639 16641 15327 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 691149212 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16653] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16653/stat : 16653 (java) S 16639 16641 15327 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 691149212 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16655] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16655/stat : 16655 (java) S 16639 16641 15327 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 691151009 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.16
Current children cumulated vsize (KiB) 815068

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 16737
/proc/meminfo: memFree=1281072/2055920 swapFree=4147452/4192956
[pid=16641] ppid=16639 vsize=815068 CPUtime=1773.62
/proc/16641/stat : 16641 (java) S 16639 16641 15327 0 -1 0 123309 0 29 0 177297 65 0 0 19 0 13 0 691149194 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16641/statm: 203767 112994 1400 9 0 201129 0
[pid=16641/tid=16643] ppid=16639 vsize=815068 CPUtime=1765.37
/proc/16641/task/16643/stat : 16643 (java) R 16639 16641 15327 0 -1 64 17345 0 1 0 176520 17 0 0 25 0 13 0 691149201 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4110447335 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16644] ppid=16639 vsize=815068 CPUtime=2.05
/proc/16641/task/16644/stat : 16644 (java) S 16639 16641 15327 0 -1 64 48699 0 0 0 185 20 0 0 18 0 13 0 691149202 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16645] ppid=16639 vsize=815068 CPUtime=2.04
/proc/16641/task/16645/stat : 16645 (java) S 16639 16641 15327 0 -1 64 48606 0 0 0 185 19 0 0 18 0 13 0 691149202 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16646] ppid=16639 vsize=815068 CPUtime=0.02
/proc/16641/task/16646/stat : 16646 (java) S 16639 16641 15327 0 -1 64 30 0 0 0 2 0 0 0 16 0 13 0 691149205 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16647] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16647/stat : 16647 (java) S 16639 16641 15327 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 691149206 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16648] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16648/stat : 16648 (java) S 16639 16641 15327 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 691149206 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16649] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16649/stat : 16649 (java) S 16639 16641 15327 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 691149212 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16650] ppid=16639 vsize=815068 CPUtime=1.81
/proc/16641/task/16650/stat : 16650 (java) S 16639 16641 15327 0 -1 64 2983 0 0 0 180 1 0 0 16 0 13 0 691149212 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16651] ppid=16639 vsize=815068 CPUtime=2.25
/proc/16641/task/16651/stat : 16651 (java) S 16639 16641 15327 0 -1 64 4906 0 0 0 223 2 0 0 16 0 13 0 691149212 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16652] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16652/stat : 16652 (java) S 16639 16641 15327 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 691149212 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16653] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16653/stat : 16653 (java) S 16639 16641 15327 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 691149212 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16655] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16655/stat : 16655 (java) S 16639 16641 15327 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 691151009 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.62
Current children cumulated vsize (KiB) 815068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 16737
/proc/meminfo: memFree=1281072/2055920 swapFree=4147452/4192956
[pid=16641] ppid=16639 vsize=815068 CPUtime=1800.09
/proc/16641/stat : 16641 (java) S 16639 16641 15327 0 -1 0 123309 0 29 0 179944 65 0 0 19 0 13 0 691149194 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16641/statm: 203767 112994 1400 9 0 201129 0
[pid=16641/tid=16643] ppid=16639 vsize=815068 CPUtime=1791.84
/proc/16641/task/16643/stat : 16643 (java) R 16639 16641 15327 0 -1 64 17345 0 1 0 179167 17 0 0 25 0 13 0 691149201 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4110517641 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16644] ppid=16639 vsize=815068 CPUtime=2.05
/proc/16641/task/16644/stat : 16644 (java) S 16639 16641 15327 0 -1 64 48699 0 0 0 185 20 0 0 18 0 13 0 691149202 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16645] ppid=16639 vsize=815068 CPUtime=2.04
/proc/16641/task/16645/stat : 16645 (java) S 16639 16641 15327 0 -1 64 48606 0 0 0 185 19 0 0 18 0 13 0 691149202 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16646] ppid=16639 vsize=815068 CPUtime=0.02
/proc/16641/task/16646/stat : 16646 (java) S 16639 16641 15327 0 -1 64 30 0 0 0 2 0 0 0 16 0 13 0 691149205 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16647] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16647/stat : 16647 (java) S 16639 16641 15327 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 691149206 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16648] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16648/stat : 16648 (java) S 16639 16641 15327 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 691149206 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16649] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16649/stat : 16649 (java) S 16639 16641 15327 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 691149212 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16650] ppid=16639 vsize=815068 CPUtime=1.81
/proc/16641/task/16650/stat : 16650 (java) S 16639 16641 15327 0 -1 64 2983 0 0 0 180 1 0 0 16 0 13 0 691149212 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16651] ppid=16639 vsize=815068 CPUtime=2.25
/proc/16641/task/16651/stat : 16651 (java) S 16639 16641 15327 0 -1 64 4906 0 0 0 223 2 0 0 16 0 13 0 691149212 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16652] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16652/stat : 16652 (java) S 16639 16641 15327 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 691149212 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16653] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16653/stat : 16653 (java) S 16639 16641 15327 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 691149212 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16655] ppid=16639 vsize=815068 CPUtime=0
/proc/16641/task/16655/stat : 16655 (java) S 16639 16641 15327 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 691151009 834629632 112994 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 815068

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

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

Child status: 143
Real time (s): 1809.11
CPU time (s): 1800.2
CPU user time (s): 1799.47
CPU system time (s): 0.728889
CPU usage (%): 99.5076
Max. virtual memory (cumulated for all children) (KiB): 815712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 0.728889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123328
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38880
involuntary context switches= 59619

runsolver used 2.18567 second user time and 6.12107 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-05 14:17:18
IDJOB=1088836
IDBENCH=58135
IDSOLVER=344
FILE ID=node80/1088836-1215260237
PBS_JOBID= 7882032
Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/graphColoring/register/inithx/normalized-inithx-i-3-28.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-1088836-1215260237/watcher-1088836-1215260237 -o /tmp/evaluation-result-1088836-1215260237/solver-1088836-1215260237 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1088836-1215260237.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 56a1064229e13fe0f53238d62121e670
RANDOM SEED=1929327318

node80.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.232
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.232
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:       1614832 kB
Buffers:         18348 kB
Cached:         186376 kB
SwapCached:      39736 kB
Active:         291732 kB
Inactive:       103208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1614832 kB
SwapTotal:     4192956 kB
SwapFree:      4147452 kB
Dirty:            3040 kB
Writeback:           0 kB
Mapped:         203460 kB
Slab:            31172 kB
Committed_AS:  1915516 kB
PageTables:       2136 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= 66552 MiB
End job on node80 at 2008-07-05 14:47:29