Trace number 1071630

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.23 1807.73

General information on the benchmark

Namecsp/chessboardColoration/
normalized-cc-15-15-3.xml
MD5SUM788bc16485f787ede0b4976a55d63308
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables225
Number of constraints11025
Maximum constraint arity4
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11025
Global constraints used (with number of constraints)

Solver Data (download as text)

0.16/0.27	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.16/0.27	c This is free software under the dual EPL/GNU LGPL licenses.
0.16/0.27	c See www.sat4j.org for details.
0.16/0.27	c That software uses the Rhino library from the Mozilla project.
0.32/0.31	c version 9.9.9.token
0.32/0.31	c sun.arch.data.model	32
0.32/0.31	c java.version	1.6.0_06
0.32/0.31	c os.name	Linux
0.32/0.31	c os.version	2.6.9-22.EL.rootsmp
0.32/0.31	c os.arch	i386
0.32/0.31	c Free memory 669864272
0.32/0.31	c Max memory 672137216
0.32/0.31	c Total memory 672137216
0.32/0.31	c Number of processors 2
0.32/0.35	c c --- Begin Solver configuration ---
0.32/0.35	c Stops conflict analysis at the first Unique Implication Point
0.32/0.35	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.32/0.35	c Learn all clauses as in MiniSAT
0.32/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.32/0.35	c Expensive reason simplification
0.32/0.35	c MiniSAT restarts strategy
0.32/0.35	c timeout=2147483s
0.32/0.35	c DB Simplification allowed=false
0.32/0.35	c --- End Solver configuration ---
0.32/0.35	c solving HOME/instance-1071630-1215169507.xml
0.32/0.35	c reading problem ... 
0.63/0.61	c reading problem named null
0.63/0.61	c reading domains done.
0.63/0.61	c reading variables done.
0.63/0.68	c reading predicates  done.
0.83/0.86	c reading constraints
10.80/10.89	c done with constraints.
10.80/10.89	c ... done. Wall clock time 10.533s.
10.80/10.89	c #vars     675
10.80/10.89	c #constraints  33525
10.80/10.89	c constraints type 
10.80/10.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 33300
10.80/10.89	c org.sat4j.minisat.constraints.card.AtLeast => 225
1800.09/1807.61	c starts		: 22
1800.09/1807.61	c conflicts		: 1249022
1800.09/1807.61	c decisions		: 1491530
1800.09/1807.61	c propagations		: 41312215
1800.09/1807.61	c inspects		: 5038098777
1800.09/1807.61	c learnt literals	: 0
1800.09/1807.61	c learnt binary clauses	: 0
1800.09/1807.61	c learnt ternary clauses	: 0
1800.09/1807.61	c learnt clauses	: 1249022
1800.09/1807.61	c ignored clauses	: 0
1800.09/1807.61	c root simplifications	: 0
1800.09/1807.61	c removed literals (reason simplification)	: 6441932
1800.09/1807.61	c reason swapping (by a shorter reason)	: 0
1800.09/1807.61	c Calls to reduceDB	: 0
1800.09/1807.61	c speed (assignments/second)	: 22993.18590138898
1800.09/1807.61	c non guided choices	766
1800.09/1807.61	s UNKNOWN
1800.09/1807.61	c Total wall clock time (in seconds) : 1807.257

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-1071630-1215169507/watcher-1071630-1215169507 -o /tmp/evaluation-result-1071630-1215169507/solver-1071630-1215169507 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1071630-1215169507.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.85 1.97 1.99 5/68 2839
/proc/meminfo: memFree=1863056/2055920 swapFree=4180436/4192956
[pid=2839] ppid=2835 vsize=18572 CPUtime=0
/proc/2839/stat : 2839 (runsolver) D 2835 2839 1053 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1995922860 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 255539604775 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/2839/statm: 4643 292 257 25 0 2626 0

[startup+0.041785 s]
/proc/loadavg: 1.85 1.97 1.99 5/68 2839
/proc/meminfo: memFree=1863056/2055920 swapFree=4180436/4192956
[pid=2839] ppid=2835 vsize=798812 CPUtime=0.01
/proc/2839/stat : 2839 (java) S 2835 2839 1053 0 -1 0 1755 0 1 0 0 1 0 0 18 0 4 0 1995922860 817983488 1496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/2839/statm: 199703 1496 448 9 0 197481 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798812

[startup+0.101789 s]
/proc/loadavg: 1.85 1.97 1.99 5/68 2839
/proc/meminfo: memFree=1863056/2055920 swapFree=4180436/4192956
[pid=2839] ppid=2835 vsize=802236 CPUtime=0.07
/proc/2839/stat : 2839 (java) S 2835 2839 1053 0 -1 0 2875 0 1 0 5 2 0 0 18 0 7 0 1995922860 821489664 2610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/2839/statm: 200559 2610 1014 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.30181 s]
/proc/loadavg: 1.85 1.97 1.99 5/68 2839
/proc/meminfo: memFree=1863056/2055920 swapFree=4180436/4192956
[pid=2839] ppid=2835 vsize=808816 CPUtime=0.32
/proc/2839/stat : 2839 (java) S 2835 2839 1053 0 -1 0 5103 0 1 0 29 3 0 0 18 0 12 0 1995922860 828227584 4432 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2839/statm: 202204 4432 1310 9 0 199573 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 808816

[startup+0.701844 s]
/proc/loadavg: 1.85 1.97 1.99 5/68 2839
/proc/meminfo: memFree=1863056/2055920 swapFree=4180436/4192956
[pid=2839] ppid=2835 vsize=808844 CPUtime=0.73
/proc/2839/stat : 2839 (java) S 2835 2839 1053 0 -1 0 6347 0 1 0 69 4 0 0 18 0 12 0 1995922860 828256256 5673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2839/statm: 202211 5673 1342 9 0 199573 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 808844

[startup+1.50292 s]
/proc/loadavg: 1.85 1.97 1.99 3/94 2870
/proc/meminfo: memFree=1814712/2055920 swapFree=4180436/4192956
[pid=2839] ppid=2835 vsize=813684 CPUtime=1.56
/proc/2839/stat : 2839 (java) S 2835 2839 1053 0 -1 0 10547 0 1 0 148 8 0 0 18 0 12 0 1995922860 833212416 8141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2839/statm: 203421 8141 1365 9 0 200783 0
[pid=2839/tid=2841] ppid=2835 vsize=813684 CPUtime=0.83
/proc/2839/task/2841/stat : 2841 (java) R 2835 2839 1053 0 -1 64 5429 0 1 0 79 4 0 0 23 0 12 0 1995922862 833212416 8141 996147200 134512640 134550740 4294956016 18446744073709551615 4109189096 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2844] ppid=2835 vsize=813684 CPUtime=0
/proc/2839/task/2844/stat : 2844 (java) S 2835 2839 1053 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1995922864 833212416 8141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2845] ppid=2835 vsize=813684 CPUtime=0
/proc/2839/task/2845/stat : 2845 (java) S 2835 2839 1053 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1995922864 833212416 8141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2846] ppid=2835 vsize=813684 CPUtime=0
/proc/2839/task/2846/stat : 2846 (java) S 2835 2839 1053 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1995922866 833212416 8141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2847] ppid=2835 vsize=813684 CPUtime=0
/proc/2839/task/2847/stat : 2847 (java) S 2835 2839 1053 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1995922866 833212416 8141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2848] ppid=2835 vsize=813684 CPUtime=0
/proc/2839/task/2848/stat : 2848 (java) S 2835 2839 1053 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1995922866 833212416 8141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2849] ppid=2835 vsize=813684 CPUtime=0
/proc/2839/task/2849/stat : 2849 (java) S 2835 2839 1053 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1995922870 833212416 8141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2850] ppid=2835 vsize=813684 CPUtime=0.21
/proc/2839/task/2850/stat : 2850 (java) S 2835 2839 1053 0 -1 64 612 0 0 0 21 0 0 0 16 0 12 0 1995922870 833212416 8141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2851] ppid=2835 vsize=813684 CPUtime=0.49
/proc/2839/task/2851/stat : 2851 (java) S 2835 2839 1053 0 -1 64 3740 0 0 0 47 2 0 0 16 0 12 0 1995922870 833212416 8141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2852] ppid=2835 vsize=813684 CPUtime=0
/proc/2839/task/2852/stat : 2852 (java) S 2835 2839 1053 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1995922870 833212416 8141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2853] ppid=2835 vsize=813684 CPUtime=0
/proc/2839/task/2853/stat : 2853 (java) S 2835 2839 1053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995922870 833212416 8141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 813684

[startup+3.10207 s]
/proc/loadavg: 1.85 1.97 1.99 3/94 2880
/proc/meminfo: memFree=1805112/2055920 swapFree=4180436/4192956
[pid=2839] ppid=2835 vsize=813684 CPUtime=3.16
/proc/2839/stat : 2839 (java) S 2835 2839 1053 0 -1 0 16536 0 1 0 305 11 0 0 18 0 12 0 1995922860 833212416 13755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2839/statm: 203421 13755 1376 9 0 200783 0
[pid=2839/tid=2841] ppid=2835 vsize=813684 CPUtime=1.65
/proc/2839/task/2841/stat : 2841 (java) R 2835 2839 1053 0 -1 64 10927 0 1 0 158 7 0 0 25 0 12 0 1995922862 833212416 13755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2844] ppid=2835 vsize=813684 CPUtime=0
/proc/2839/task/2844/stat : 2844 (java) S 2835 2839 1053 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1995922864 833212416 13755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2845] ppid=2835 vsize=813684 CPUtime=0
/proc/2839/task/2845/stat : 2845 (java) S 2835 2839 1053 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1995922864 833212416 13755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2846] ppid=2835 vsize=813684 CPUtime=0
/proc/2839/task/2846/stat : 2846 (java) S 2835 2839 1053 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1995922866 833212416 13755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2847] ppid=2835 vsize=813684 CPUtime=0
/proc/2839/task/2847/stat : 2847 (java) S 2835 2839 1053 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1995922866 833212416 13755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2848] ppid=2835 vsize=813684 CPUtime=0
/proc/2839/task/2848/stat : 2848 (java) S 2835 2839 1053 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1995922866 833212416 13755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2849] ppid=2835 vsize=813684 CPUtime=0
/proc/2839/task/2849/stat : 2849 (java) S 2835 2839 1053 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1995922870 833212416 13755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2850] ppid=2835 vsize=813684 CPUtime=0.64
/proc/2839/task/2850/stat : 2850 (java) S 2835 2839 1053 0 -1 64 1076 0 0 0 64 0 0 0 16 0 12 0 1995922870 833212416 13755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2851] ppid=2835 vsize=813684 CPUtime=0.83
/proc/2839/task/2851/stat : 2851 (java) R 2835 2839 1053 0 -1 64 3767 0 0 0 81 2 0 0 16 0 12 0 1995922870 833212416 13755 996147200 134512640 134550740 4294956016 18446744073709551615 3997399 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2852] ppid=2835 vsize=813684 CPUtime=0
/proc/2839/task/2852/stat : 2852 (java) S 2835 2839 1053 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1995922870 833212416 13755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2853] ppid=2835 vsize=813684 CPUtime=0
/proc/2839/task/2853/stat : 2853 (java) S 2835 2839 1053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995922870 833212416 13755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 813684

[startup+6.30237 s]
/proc/loadavg: 2.03 2.01 2.00 5/94 2880
/proc/meminfo: memFree=1692600/2055920 swapFree=4180436/4192956
[pid=2839] ppid=2835 vsize=813484 CPUtime=6.34
/proc/2839/stat : 2839 (java) S 2835 2839 1053 0 -1 0 24806 0 1 0 618 16 0 0 18 0 12 0 1995922860 833007616 21262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2839/statm: 203371 21262 1385 9 0 200733 0
[pid=2839/tid=2841] ppid=2835 vsize=813484 CPUtime=3.72
/proc/2839/task/2841/stat : 2841 (java) R 2835 2839 1053 0 -1 64 17555 0 1 0 361 11 0 0 25 0 12 0 1995922862 833007616 21262 996147200 134512640 134550740 4294956016 18446744073709551615 4109174620 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2844] ppid=2835 vsize=813484 CPUtime=0.01
/proc/2839/task/2844/stat : 2844 (java) S 2835 2839 1053 0 -1 64 320 0 0 0 1 0 0 0 16 0 12 0 1995922864 833007616 21262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2845] ppid=2835 vsize=813484 CPUtime=0.01
/proc/2839/task/2845/stat : 2845 (java) S 2835 2839 1053 0 -1 64 484 0 0 0 1 0 0 0 17 0 12 0 1995922864 833007616 21262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2846] ppid=2835 vsize=813484 CPUtime=0
/proc/2839/task/2846/stat : 2846 (java) S 2835 2839 1053 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1995922866 833007616 21262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2847] ppid=2835 vsize=813484 CPUtime=0
/proc/2839/task/2847/stat : 2847 (java) S 2835 2839 1053 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1995922866 833007616 21262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2848] ppid=2835 vsize=813484 CPUtime=0
/proc/2839/task/2848/stat : 2848 (java) S 2835 2839 1053 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1995922866 833007616 21262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2849] ppid=2835 vsize=813484 CPUtime=0
/proc/2839/task/2849/stat : 2849 (java) S 2835 2839 1053 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1995922870 833007616 21262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2850] ppid=2835 vsize=813484 CPUtime=0.99
/proc/2839/task/2850/stat : 2850 (java) S 2835 2839 1053 0 -1 64 1657 0 0 0 99 0 0 0 15 0 12 0 1995922870 833007616 21262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2851] ppid=2835 vsize=813484 CPUtime=1.55
/proc/2839/task/2851/stat : 2851 (java) S 2835 2839 1053 0 -1 64 3970 0 0 0 153 2 0 0 16 0 12 0 1995922870 833007616 21262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2852] ppid=2835 vsize=813484 CPUtime=0
/proc/2839/task/2852/stat : 2852 (java) S 2835 2839 1053 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1995922870 833007616 21262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2853] ppid=2835 vsize=813484 CPUtime=0
/proc/2839/task/2853/stat : 2853 (java) S 2835 2839 1053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995922870 833007616 21262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 813484

[startup+12.703 s]
/proc/loadavg: 2.02 2.01 2.00 3/87 2883
/proc/meminfo: memFree=1743600/2055920 swapFree=4180436/4192956
[pid=2839] ppid=2835 vsize=813808 CPUtime=12.69
/proc/2839/stat : 2839 (java) S 2835 2839 1053 0 -1 0 27405 0 1 0 1251 18 0 0 18 0 13 0 1995922860 833339392 23158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2839/statm: 203452 23158 1402 9 0 200814 0
[pid=2839/tid=2841] ppid=2835 vsize=813808 CPUtime=8.74
/proc/2839/task/2841/stat : 2841 (java) R 2835 2839 1053 0 -1 64 17575 0 1 0 863 11 0 0 25 0 13 0 1995922862 833339392 23158 996147200 134512640 134550740 4294956016 18446744073709551615 4110475507 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2844] ppid=2835 vsize=813808 CPUtime=0.05
/proc/2839/task/2844/stat : 2844 (java) S 2835 2839 1053 0 -1 64 1360 0 0 0 5 0 0 0 17 0 13 0 1995922864 833339392 23158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2845] ppid=2835 vsize=813808 CPUtime=0.06
/proc/2839/task/2845/stat : 2845 (java) S 2835 2839 1053 0 -1 64 1107 0 0 0 6 0 0 0 17 0 13 0 1995922864 833339392 23158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2846] ppid=2835 vsize=813808 CPUtime=0
/proc/2839/task/2846/stat : 2846 (java) S 2835 2839 1053 0 -1 64 165 0 0 0 0 0 0 0 16 0 13 0 1995922866 833339392 23158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2847] ppid=2835 vsize=813808 CPUtime=0
/proc/2839/task/2847/stat : 2847 (java) S 2835 2839 1053 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1995922866 833339392 23158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2848] ppid=2835 vsize=813808 CPUtime=0
/proc/2839/task/2848/stat : 2848 (java) S 2835 2839 1053 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1995922866 833339392 23158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2849] ppid=2835 vsize=813808 CPUtime=0
/proc/2839/task/2849/stat : 2849 (java) S 2835 2839 1053 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1995922870 833339392 23158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2850] ppid=2835 vsize=813808 CPUtime=1.66
/proc/2839/task/2850/stat : 2850 (java) S 2835 2839 1053 0 -1 64 2410 0 0 0 165 1 0 0 15 0 13 0 1995922870 833339392 23158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2851] ppid=2835 vsize=813808 CPUtime=2.11
/proc/2839/task/2851/stat : 2851 (java) S 2835 2839 1053 0 -1 64 4020 0 0 0 209 2 0 0 15 0 13 0 1995922870 833339392 23158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2852] ppid=2835 vsize=813808 CPUtime=0
/proc/2839/task/2852/stat : 2852 (java) S 2835 2839 1053 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1995922870 833339392 23158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2853] ppid=2835 vsize=813808 CPUtime=0
/proc/2839/task/2853/stat : 2853 (java) S 2835 2839 1053 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1995922870 833339392 23158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2883] ppid=2835 vsize=813808 CPUtime=0
/proc/2839/task/2883/stat : 2883 (java) S 2835 2839 1053 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1995923950 833339392 23158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 813808

[startup+25.5012 s]
/proc/loadavg: 2.02 2.01 2.00 3/87 2883
/proc/meminfo: memFree=1741560/2055920 swapFree=4180436/4192956
[pid=2839] ppid=2835 vsize=813808 CPUtime=25.43
/proc/2839/stat : 2839 (java) S 2835 2839 1053 0 -1 0 27409 0 1 0 2525 18 0 0 18 0 13 0 1995922860 833339392 23161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2839/statm: 203452 23161 1402 9 0 200814 0
[pid=2839/tid=2841] ppid=2835 vsize=813808 CPUtime=21.42
/proc/2839/task/2841/stat : 2841 (java) R 2835 2839 1053 0 -1 64 17576 0 1 0 2130 12 0 0 25 0 13 0 1995922862 833339392 23161 996147200 134512640 134550740 4294956016 18446744073709551615 4110371925 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2844] ppid=2835 vsize=813808 CPUtime=0.05
/proc/2839/task/2844/stat : 2844 (java) S 2835 2839 1053 0 -1 64 1360 0 0 0 5 0 0 0 17 0 13 0 1995922864 833339392 23161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2845] ppid=2835 vsize=813808 CPUtime=0.06
/proc/2839/task/2845/stat : 2845 (java) S 2835 2839 1053 0 -1 64 1107 0 0 0 6 0 0 0 17 0 13 0 1995922864 833339392 23161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2846] ppid=2835 vsize=813808 CPUtime=0
/proc/2839/task/2846/stat : 2846 (java) S 2835 2839 1053 0 -1 64 165 0 0 0 0 0 0 0 16 0 13 0 1995922866 833339392 23161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2847] ppid=2835 vsize=813808 CPUtime=0
/proc/2839/task/2847/stat : 2847 (java) S 2835 2839 1053 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1995922866 833339392 23161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2848] ppid=2835 vsize=813808 CPUtime=0
/proc/2839/task/2848/stat : 2848 (java) S 2835 2839 1053 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1995922866 833339392 23161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=2839/tid=2846] ppid=2835 vsize=818936 CPUtime=0.01
/proc/2839/task/2846/stat : 2846 (java) S 2835 2839 1053 0 -1 64 165 0 0 0 1 0 0 0 16 0 13 0 1995922866 838590464 91808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2847] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2847/stat : 2847 (java) S 2835 2839 1053 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1995922866 838590464 91808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2848] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2848/stat : 2848 (java) S 2835 2839 1053 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1995922866 838590464 91808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2849] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2849/stat : 2849 (java) S 2835 2839 1053 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1995922870 838590464 91808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2850] ppid=2835 vsize=818936 CPUtime=1.69
/proc/2839/task/2850/stat : 2850 (java) S 2835 2839 1053 0 -1 64 2412 0 0 0 168 1 0 0 16 0 13 0 1995922870 838590464 91808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2851] ppid=2835 vsize=818936 CPUtime=2.16
/proc/2839/task/2851/stat : 2851 (java) S 2835 2839 1053 0 -1 64 4022 0 0 0 214 2 0 0 16 0 13 0 1995922870 838590464 91808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2852] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2852/stat : 2852 (java) S 2835 2839 1053 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1995922870 838590464 91808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2853] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2853/stat : 2853 (java) S 2835 2839 1053 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1995922870 838590464 91808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2883] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2883/stat : 2883 (java) S 2835 2839 1053 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1995923950 838590464 91808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.62
Current children cumulated vsize (KiB) 818936

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2883
/proc/meminfo: memFree=1408888/2055920 swapFree=4180436/4192956
[pid=2839] ppid=2835 vsize=818936 CPUtime=1655.48
/proc/2839/stat : 2839 (java) S 2835 2839 1053 0 -1 0 107106 0 1 0 165489 59 0 0 18 0 13 0 1995922860 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2839/statm: 204734 97916 1402 9 0 202096 0
[pid=2839/tid=2841] ppid=2835 vsize=818936 CPUtime=1646.94
/proc/2839/task/2841/stat : 2841 (java) R 2835 2839 1053 0 -1 64 19022 0 1 0 164679 15 0 0 25 0 13 0 1995922862 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4110377919 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2844] ppid=2835 vsize=818936 CPUtime=2.27
/proc/2839/task/2844/stat : 2844 (java) S 2835 2839 1053 0 -1 64 43380 0 0 0 206 21 0 0 16 0 13 0 1995922864 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2845] ppid=2835 vsize=818936 CPUtime=2.35
/proc/2839/task/2845/stat : 2845 (java) S 2835 2839 1053 0 -1 64 37337 0 0 0 218 17 0 0 16 0 13 0 1995922864 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2846] ppid=2835 vsize=818936 CPUtime=0.01
/proc/2839/task/2846/stat : 2846 (java) S 2835 2839 1053 0 -1 64 165 0 0 0 1 0 0 0 16 0 13 0 1995922866 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2847] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2847/stat : 2847 (java) S 2835 2839 1053 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1995922866 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2848] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2848/stat : 2848 (java) S 2835 2839 1053 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1995922866 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2849] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2849/stat : 2849 (java) S 2835 2839 1053 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1995922870 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2850] ppid=2835 vsize=818936 CPUtime=1.69
/proc/2839/task/2850/stat : 2850 (java) S 2835 2839 1053 0 -1 64 2412 0 0 0 168 1 0 0 16 0 13 0 1995922870 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2851] ppid=2835 vsize=818936 CPUtime=2.16
/proc/2839/task/2851/stat : 2851 (java) S 2835 2839 1053 0 -1 64 4022 0 0 0 214 2 0 0 16 0 13 0 1995922870 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2852] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2852/stat : 2852 (java) S 2835 2839 1053 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1995922870 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2853] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2853/stat : 2853 (java) S 2835 2839 1053 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1995922870 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2883] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2883/stat : 2883 (java) S 2835 2839 1053 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1995923950 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.48
Current children cumulated vsize (KiB) 818936

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2883
/proc/meminfo: memFree=1408824/2055920 swapFree=4180436/4192956
[pid=2839] ppid=2835 vsize=818936 CPUtime=1715.19
/proc/2839/stat : 2839 (java) S 2835 2839 1053 0 -1 0 107106 0 1 0 171460 59 0 0 18 0 13 0 1995922860 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2839/statm: 204734 97916 1402 9 0 202096 0
[pid=2839/tid=2841] ppid=2835 vsize=818936 CPUtime=1706.65
/proc/2839/task/2841/stat : 2841 (java) R 2835 2839 1053 0 -1 64 19022 0 1 0 170650 15 0 0 25 0 13 0 1995922862 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4110377919 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2844] ppid=2835 vsize=818936 CPUtime=2.27
/proc/2839/task/2844/stat : 2844 (java) S 2835 2839 1053 0 -1 64 43380 0 0 0 206 21 0 0 16 0 13 0 1995922864 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2845] ppid=2835 vsize=818936 CPUtime=2.35
/proc/2839/task/2845/stat : 2845 (java) S 2835 2839 1053 0 -1 64 37337 0 0 0 218 17 0 0 16 0 13 0 1995922864 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2846] ppid=2835 vsize=818936 CPUtime=0.01
/proc/2839/task/2846/stat : 2846 (java) S 2835 2839 1053 0 -1 64 165 0 0 0 1 0 0 0 16 0 13 0 1995922866 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2847] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2847/stat : 2847 (java) S 2835 2839 1053 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1995922866 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2848] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2848/stat : 2848 (java) S 2835 2839 1053 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1995922866 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2849] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2849/stat : 2849 (java) S 2835 2839 1053 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1995922870 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2850] ppid=2835 vsize=818936 CPUtime=1.69
/proc/2839/task/2850/stat : 2850 (java) S 2835 2839 1053 0 -1 64 2412 0 0 0 168 1 0 0 16 0 13 0 1995922870 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2851] ppid=2835 vsize=818936 CPUtime=2.16
/proc/2839/task/2851/stat : 2851 (java) S 2835 2839 1053 0 -1 64 4022 0 0 0 214 2 0 0 16 0 13 0 1995922870 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2852] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2852/stat : 2852 (java) S 2835 2839 1053 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1995922870 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2853] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2853/stat : 2853 (java) S 2835 2839 1053 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1995922870 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2883] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2883/stat : 2883 (java) S 2835 2839 1053 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1995923950 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.19
Current children cumulated vsize (KiB) 818936

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2883
/proc/meminfo: memFree=1407864/2055920 swapFree=4180436/4192956
[pid=2839] ppid=2835 vsize=818936 CPUtime=1774.91
/proc/2839/stat : 2839 (java) S 2835 2839 1053 0 -1 0 107106 0 1 0 177432 59 0 0 18 0 13 0 1995922860 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2839/statm: 204734 97916 1402 9 0 202096 0
[pid=2839/tid=2841] ppid=2835 vsize=818936 CPUtime=1766.36
/proc/2839/task/2841/stat : 2841 (java) R 2835 2839 1053 0 -1 64 19022 0 1 0 176621 15 0 0 25 0 13 0 1995922862 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4110372294 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2844] ppid=2835 vsize=818936 CPUtime=2.27
/proc/2839/task/2844/stat : 2844 (java) S 2835 2839 1053 0 -1 64 43380 0 0 0 206 21 0 0 16 0 13 0 1995922864 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2845] ppid=2835 vsize=818936 CPUtime=2.35
/proc/2839/task/2845/stat : 2845 (java) S 2835 2839 1053 0 -1 64 37337 0 0 0 218 17 0 0 16 0 13 0 1995922864 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2846] ppid=2835 vsize=818936 CPUtime=0.01
/proc/2839/task/2846/stat : 2846 (java) S 2835 2839 1053 0 -1 64 165 0 0 0 1 0 0 0 16 0 13 0 1995922866 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2847] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2847/stat : 2847 (java) S 2835 2839 1053 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1995922866 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2848] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2848/stat : 2848 (java) S 2835 2839 1053 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1995922866 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2849] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2849/stat : 2849 (java) S 2835 2839 1053 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1995922870 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2850] ppid=2835 vsize=818936 CPUtime=1.69
/proc/2839/task/2850/stat : 2850 (java) S 2835 2839 1053 0 -1 64 2412 0 0 0 168 1 0 0 16 0 13 0 1995922870 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2851] ppid=2835 vsize=818936 CPUtime=2.16
/proc/2839/task/2851/stat : 2851 (java) S 2835 2839 1053 0 -1 64 4022 0 0 0 214 2 0 0 16 0 13 0 1995922870 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2852] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2852/stat : 2852 (java) S 2835 2839 1053 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1995922870 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2853] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2853/stat : 2853 (java) S 2835 2839 1053 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1995922870 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2883] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2883/stat : 2883 (java) S 2835 2839 1053 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1995923950 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.91
Current children cumulated vsize (KiB) 818936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2883
/proc/meminfo: memFree=1406392/2055920 swapFree=4180436/4192956
[pid=2839] ppid=2835 vsize=818936 CPUtime=1800.09
/proc/2839/stat : 2839 (java) S 2835 2839 1053 0 -1 0 107106 0 1 0 179950 59 0 0 18 0 13 0 1995922860 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2839/statm: 204734 97916 1402 9 0 202096 0
[pid=2839/tid=2841] ppid=2835 vsize=818936 CPUtime=1791.55
/proc/2839/task/2841/stat : 2841 (java) R 2835 2839 1053 0 -1 64 19022 0 1 0 179140 15 0 0 25 0 13 0 1995922862 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4110372090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2844] ppid=2835 vsize=818936 CPUtime=2.27
/proc/2839/task/2844/stat : 2844 (java) S 2835 2839 1053 0 -1 64 43380 0 0 0 206 21 0 0 16 0 13 0 1995922864 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2845] ppid=2835 vsize=818936 CPUtime=2.35
/proc/2839/task/2845/stat : 2845 (java) S 2835 2839 1053 0 -1 64 37337 0 0 0 218 17 0 0 16 0 13 0 1995922864 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2846] ppid=2835 vsize=818936 CPUtime=0.01
/proc/2839/task/2846/stat : 2846 (java) S 2835 2839 1053 0 -1 64 165 0 0 0 1 0 0 0 16 0 13 0 1995922866 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2847] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2847/stat : 2847 (java) S 2835 2839 1053 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1995922866 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2848] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2848/stat : 2848 (java) S 2835 2839 1053 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1995922866 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2849] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2849/stat : 2849 (java) S 2835 2839 1053 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1995922870 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2850] ppid=2835 vsize=818936 CPUtime=1.69
/proc/2839/task/2850/stat : 2850 (java) S 2835 2839 1053 0 -1 64 2412 0 0 0 168 1 0 0 16 0 13 0 1995922870 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2851] ppid=2835 vsize=818936 CPUtime=2.16
/proc/2839/task/2851/stat : 2851 (java) S 2835 2839 1053 0 -1 64 4022 0 0 0 214 2 0 0 16 0 13 0 1995922870 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2852] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2852/stat : 2852 (java) S 2835 2839 1053 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1995922870 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2839/tid=2853] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2853/stat : 2853 (java) S 2835 2839 1053 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1995922870 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2839/tid=2883] ppid=2835 vsize=818936 CPUtime=0
/proc/2839/task/2883/stat : 2883 (java) S 2835 2839 1053 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1995923950 838590464 97916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 818936

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

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

[startup+1807.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2883
/proc/meminfo: memFree=1406392/2055920 swapFree=4180436/4192956
[pid=2839] ppid=2835 vsize=0 CPUtime=1800.2
/proc/2839/stat : 2839 (java) Z 2835 2839 1053 0 -1 1036 107124 0 1 0 179956 64 0 0 16 0 2 0 1995922860 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2839/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1807.73
CPU time (s): 1800.23
CPU user time (s): 1799.56
CPU system time (s): 0.662899
CPU usage (%): 99.585
Max. virtual memory (cumulated for all children) (KiB): 818936

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

runsolver used 2.27765 second user time and 5.98909 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-04 13:05:07
IDJOB=1071630
IDBENCH=56100
IDSOLVER=344
FILE ID=node48/1071630-1215169507
PBS_JOBID= 7881441
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 788bc16485f787ede0b4976a55d63308
RANDOM SEED=998932575

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1863608 kB
Buffers:         25520 kB
Cached:         104520 kB
SwapCached:       6436 kB
Active:         103200 kB
Inactive:        36500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1863608 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            3068 kB
Writeback:           0 kB
Mapped:          15348 kB
Slab:            38288 kB
Committed_AS:  4123856 kB
PageTables:       1564 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= 66544 MiB
End job on node48 at 2008-07-04 13:35:16