Trace number 2084836

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 2.1.1? (TO) 1800.26 1811.31

General information on the benchmark

Namecsp/graphColoring/register/fpsol/
normalized-fpsol2-i-2-10.xml
MD5SUM74c6bf69ac76eee4c5a5381b95e0f57f
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.286955
Satisfiable
(Un)Satisfiability was proved
Number of variables451
Number of constraints8691
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8691
Global constraints used (with number of constraints)

Solver Data

0.10/0.26	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.26	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.26	c See www.sat4j.org for details.
0.10/0.26	c That software uses the Rhino library from the Mozilla project.
0.10/0.28	c version 2.1.1.v20090622
0.10/0.28	c sun.arch.data.model	32
0.10/0.28	c java.version	1.6.0_12
0.10/0.28	c os.name	Linux
0.10/0.28	c os.version	2.6.9-22.EL.rootsmp
0.10/0.28	c os.arch	i386
0.10/0.28	c Free memory 671000808
0.10/0.28	c Max memory 672137216
0.10/0.28	c Total memory 672137216
0.10/0.28	c Number of processors 2
0.18/0.38	c c --- Begin Solver configuration ---
0.18/0.38	c Stops conflict analysis at the first Unique Implication Point
0.18/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.38	c Learn all clauses as in MiniSAT
0.18/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.38	c Expensive reason simplification
0.18/0.38	c MiniSAT restarts strategy
0.18/0.38	c Memory based learned constraints deletion strategy
0.18/0.38	c timeout=2147483s
0.18/0.38	c DB Simplification allowed=false
0.18/0.38	c --- End Solver configuration ---
0.18/0.38	c solving HOME/instance-2084836-1247379716.xml
0.18/0.38	c reading problem ... 
0.43/0.69	c reading problem named null
0.43/0.70	c reading domains done.
0.53/0.70	c reading variables done.
0.62/0.87	c reading predicates  done.
0.92/1.12	c reading constraints
7.45/7.72	c done with constraints.
7.45/7.72	c ... done. Wall clock time 7.34s.
7.45/7.72	c #vars     4510
7.45/7.72	c #constraints  174722
7.45/7.72	c constraints type 
7.45/7.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 174271
7.45/7.72	c org.sat4j.minisat.constraints.card.AtLeast => 451
1800.05/1811.11	c starts		: 19
1800.05/1811.11	c conflicts		: 310275
1800.05/1811.11	c decisions		: 319443
1800.05/1811.11	c propagations		: 47988666
1800.05/1811.11	c inspects		: 4712929549
1800.05/1811.11	c learnt literals	: 3
1800.05/1811.11	c learnt binary clauses	: 27
1800.05/1811.11	c learnt ternary clauses	: 88
1800.05/1811.11	c learnt clauses	: 310272
1800.05/1811.11	c ignored clauses	: 0
1800.05/1811.11	c root simplifications	: 0
1800.05/1811.11	c removed literals (reason simplification)	: 3698507
1800.05/1811.11	c reason swapping (by a shorter reason)	: 0
1800.05/1811.11	c Calls to reduceDB	: 0
1800.05/1811.11	c speed (assignments/second)	: 26610.194998985247
1800.05/1811.11	c non guided choices	1279
1800.15/1811.25	c learnt constraints type 
1800.15/1811.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 27
1800.15/1811.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 310246
1800.15/1811.25	c constraints type 
1800.15/1811.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 174271
1800.15/1811.25	c org.sat4j.minisat.constraints.card.AtLeast => 451
1800.15/1811.25	s UNKNOWN
1800.15/1811.25	c Total wall clock time (in seconds) : 1810.735

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084836-1247379716/watcher-2084836-1247379716 -o /tmp/evaluation-result-2084836-1247379716/solver-2084836-1247379716 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2084836-1247379716.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.14 2.10 3/81 20810
/proc/meminfo: memFree=1875984/2055920 swapFree=4192812/4192956
[pid=20810] ppid=20808 vsize=18576 CPUtime=0
/proc/20810/stat : 20810 (runsolver) R 20808 20810 20521 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 25038116 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 272467815719 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/20810/statm: 4644 284 249 26 0 2626 0

[startup+0.0609809 s]
/proc/loadavg: 2.10 2.14 2.10 3/81 20810
/proc/meminfo: memFree=1875984/2055920 swapFree=4192812/4192956
[pid=20810] ppid=20808 vsize=12928 CPUtime=0.01
/proc/20810/stat : 20810 (java) R 20808 20810 20521 0 -1 0 388 0 24 0 0 1 0 0 18 0 1 0 25038116 13238272 219 996147200 134512640 134550932 4294956016 18446744073709551615 4649770 0 0 4096 0 0 0 0 17 1 0 0
/proc/20810/statm: 3232 219 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.101989 s]
/proc/loadavg: 2.10 2.14 2.10 3/81 20810
/proc/meminfo: memFree=1875984/2055920 swapFree=4192812/4192956
[pid=20810] ppid=20808 vsize=800696 CPUtime=0.04
/proc/20810/stat : 20810 (java) S 20808 20810 20521 0 -1 0 2345 0 31 0 1 3 0 0 18 0 4 0 25038116 819912704 2122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/20810/statm: 200174 2122 938 9 0 197525 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800696

[startup+0.302015 s]
/proc/loadavg: 2.10 2.14 2.10 3/81 20810
/proc/meminfo: memFree=1875984/2055920 swapFree=4192812/4192956
[pid=20810] ppid=20808 vsize=805004 CPUtime=0.18
/proc/20810/stat : 20810 (java) S 20808 20810 20521 0 -1 0 3628 0 31 0 13 5 0 0 18 0 12 0 25038116 824324096 3396 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20810/statm: 201251 3396 1326 9 0 198585 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 805004

[startup+0.701069 s]
/proc/loadavg: 2.10 2.14 2.10 3/81 20810
/proc/meminfo: memFree=1875984/2055920 swapFree=4192812/4192956
[pid=20810] ppid=20808 vsize=807180 CPUtime=0.53
/proc/20810/stat : 20810 (java) S 20808 20810 20521 0 -1 0 5265 0 31 0 46 7 0 0 18 0 12 0 25038116 826552320 4820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20810/statm: 201795 4820 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 807180

[startup+1.5022 s]
/proc/loadavg: 2.09 2.14 2.10 3/93 20822
/proc/meminfo: memFree=1849520/2055920 swapFree=4192812/4192956
[pid=20810] ppid=20808 vsize=810980 CPUtime=1.31
/proc/20810/stat : 20810 (java) S 20808 20810 20521 0 -1 0 8485 0 31 0 122 9 0 0 18 0 12 0 25038116 830443520 7094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20810/statm: 202745 7094 1397 9 0 200072 0
[pid=20810/tid=20812] ppid=20808 vsize=810980 CPUtime=0.79
/proc/20810/task/20812/stat : 20812 (java) R 20808 20810 20521 0 -1 64 4964 0 1 0 73 6 0 0 19 0 12 0 25038123 830443520 7094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20813] ppid=20808 vsize=810980 CPUtime=0
/proc/20810/task/20813/stat : 20813 (java) S 20808 20810 20521 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 25038124 830443520 7094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20814] ppid=20808 vsize=810980 CPUtime=0
/proc/20810/task/20814/stat : 20814 (java) S 20808 20810 20521 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 25038124 830443520 7094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20815] ppid=20808 vsize=810980 CPUtime=0
/proc/20810/task/20815/stat : 20815 (java) S 20808 20810 20521 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 25038127 830443520 7094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20816] ppid=20808 vsize=810980 CPUtime=0
/proc/20810/task/20816/stat : 20816 (java) S 20808 20810 20521 0 -1 64 9 0 0 0 0 0 0 0 19 0 12 0 25038128 830443520 7094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20817] ppid=20808 vsize=810980 CPUtime=0
/proc/20810/task/20817/stat : 20817 (java) S 20808 20810 20521 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 25038128 830443520 7094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20818] ppid=20808 vsize=810980 CPUtime=0
/proc/20810/task/20818/stat : 20818 (java) S 20808 20810 20521 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25038135 830443520 7094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20819] ppid=20808 vsize=810980 CPUtime=0
/proc/20810/task/20819/stat : 20819 (java) S 20808 20810 20521 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25038135 830443520 7094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20820] ppid=20808 vsize=810980 CPUtime=0.48
/proc/20810/task/20820/stat : 20820 (java) R 20808 20810 20521 0 -1 64 2797 0 0 0 47 1 0 0 17 0 12 0 25038135 830443520 7094 996147200 134512640 134550932 4294956016 18446744073709551615 104147211 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20821] ppid=20808 vsize=810980 CPUtime=0
/proc/20810/task/20821/stat : 20821 (java) S 20808 20810 20521 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25038135 830443520 7094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20822] ppid=20808 vsize=810980 CPUtime=0
/proc/20810/task/20822/stat : 20822 (java) S 20808 20810 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25038135 830443520 7094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 810980

[startup+3.10243 s]
/proc/loadavg: 2.09 2.14 2.10 4/93 20822
/proc/meminfo: memFree=1838960/2055920 swapFree=4192812/4192956
[pid=20810] ppid=20808 vsize=810540 CPUtime=2.89
/proc/20810/stat : 20810 (java) S 20808 20810 20521 0 -1 0 13442 0 31 0 277 12 0 0 18 0 12 0 25038116 829992960 11868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20810/statm: 202635 11868 1421 9 0 199962 0
[pid=20810/tid=20812] ppid=20808 vsize=810540 CPUtime=1.58
/proc/20810/task/20812/stat : 20812 (java) R 20808 20810 20521 0 -1 64 9703 0 1 0 149 9 0 0 25 0 12 0 25038123 829992960 11868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20813] ppid=20808 vsize=810540 CPUtime=0
/proc/20810/task/20813/stat : 20813 (java) S 20808 20810 20521 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 25038124 829992960 11868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20814] ppid=20808 vsize=810540 CPUtime=0
/proc/20810/task/20814/stat : 20814 (java) S 20808 20810 20521 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 25038124 829992960 11868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20815] ppid=20808 vsize=810540 CPUtime=0
/proc/20810/task/20815/stat : 20815 (java) S 20808 20810 20521 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 25038127 829992960 11868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20816] ppid=20808 vsize=810540 CPUtime=0
/proc/20810/task/20816/stat : 20816 (java) S 20808 20810 20521 0 -1 64 9 0 0 0 0 0 0 0 19 0 12 0 25038128 829992960 11868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20817] ppid=20808 vsize=810540 CPUtime=0
/proc/20810/task/20817/stat : 20817 (java) S 20808 20810 20521 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 25038128 829992960 11868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20818] ppid=20808 vsize=810540 CPUtime=0
/proc/20810/task/20818/stat : 20818 (java) S 20808 20810 20521 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25038135 829992960 11868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20819] ppid=20808 vsize=810540 CPUtime=0
/proc/20810/task/20819/stat : 20819 (java) S 20808 20810 20521 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25038135 829992960 11868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20820] ppid=20808 vsize=810540 CPUtime=1.29
/proc/20810/task/20820/stat : 20820 (java) R 20808 20810 20521 0 -1 64 3015 0 0 0 127 2 0 0 16 0 12 0 25038135 829992960 11868 996147200 134512640 134550932 4294956016 18446744073709551615 106041701 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20821] ppid=20808 vsize=810540 CPUtime=0
/proc/20810/task/20821/stat : 20821 (java) S 20808 20810 20521 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25038135 829992960 11868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20822] ppid=20808 vsize=810540 CPUtime=0
/proc/20810/task/20822/stat : 20822 (java) S 20808 20810 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25038135 829992960 11868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 810540

[startup+6.30289 s]
/proc/loadavg: 2.09 2.14 2.10 3/93 20822
/proc/meminfo: memFree=1786288/2055920 swapFree=4192812/4192956
[pid=20810] ppid=20808 vsize=811720 CPUtime=6.06
/proc/20810/stat : 20810 (java) S 20808 20810 20521 0 -1 0 25018 0 31 0 587 19 0 0 18 0 12 0 25038116 831201280 21623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20810/statm: 202930 21623 1442 9 0 200257 0
[pid=20810/tid=20812] ppid=20808 vsize=811720 CPUtime=3.01
/proc/20810/task/20812/stat : 20812 (java) R 20808 20810 20521 0 -1 64 17380 0 1 0 287 14 0 0 25 0 12 0 25038123 831201280 21623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20813] ppid=20808 vsize=811720 CPUtime=0.03
/proc/20810/task/20813/stat : 20813 (java) S 20808 20810 20521 0 -1 64 1146 0 0 0 3 0 0 0 17 0 12 0 25038124 831201280 21623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20814] ppid=20808 vsize=811720 CPUtime=0.01
/proc/20810/task/20814/stat : 20814 (java) S 20808 20810 20521 0 -1 64 509 0 0 0 1 0 0 0 17 0 12 0 25038124 831201280 21623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20815] ppid=20808 vsize=811720 CPUtime=0
/proc/20810/task/20815/stat : 20815 (java) S 20808 20810 20521 0 -1 64 13 0 0 0 0 0 0 0 17 0 12 0 25038127 831201280 21623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20816] ppid=20808 vsize=811720 CPUtime=0
/proc/20810/task/20816/stat : 20816 (java) S 20808 20810 20521 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25038128 831201280 21623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20817] ppid=20808 vsize=811720 CPUtime=0
/proc/20810/task/20817/stat : 20817 (java) S 20808 20810 20521 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 25038128 831201280 21623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20818] ppid=20808 vsize=811720 CPUtime=0
/proc/20810/task/20818/stat : 20818 (java) S 20808 20810 20521 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25038135 831201280 21623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20819] ppid=20808 vsize=811720 CPUtime=0
/proc/20810/task/20819/stat : 20819 (java) S 20808 20810 20521 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25038135 831201280 21623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20820] ppid=20808 vsize=811720 CPUtime=2.96
/proc/20810/task/20820/stat : 20820 (java) R 20808 20810 20521 0 -1 64 5246 0 0 0 293 3 0 0 18 0 12 0 25038135 831201280 21623 996147200 134512640 134550932 4294956016 18446744073709551615 106251917 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20821] ppid=20808 vsize=811720 CPUtime=0
/proc/20810/task/20821/stat : 20821 (java) S 20808 20810 20521 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25038135 831201280 21623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20822] ppid=20808 vsize=811720 CPUtime=0
/proc/20810/task/20822/stat : 20822 (java) S 20808 20810 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25038135 831201280 21623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 811720

[startup+12.7028 s]
/proc/loadavg: 2.08 2.13 2.09 3/94 20823
/proc/meminfo: memFree=1764520/2055920 swapFree=4192812/4192956
[pid=20810] ppid=20808 vsize=812012 CPUtime=12.39
/proc/20810/stat : 20810 (java) S 20808 20810 20521 0 -1 0 30217 0 31 0 1217 22 0 0 18 0 13 0 25038116 831500288 26808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20810/statm: 203003 26808 1449 9 0 200330 0
[pid=20810/tid=20812] ppid=20808 vsize=812012 CPUtime=8.1
/proc/20810/task/20812/stat : 20812 (java) R 20808 20810 20521 0 -1 64 17400 0 1 0 796 14 0 0 25 0 13 0 25038123 831500288 26808 996147200 134512640 134550932 4294956016 18446744073709551615 4110334589 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20813] ppid=20808 vsize=812012 CPUtime=0.13
/proc/20810/task/20813/stat : 20813 (java) S 20808 20810 20521 0 -1 64 3807 0 0 0 12 1 0 0 16 0 13 0 25038124 831500288 26808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20814] ppid=20808 vsize=812012 CPUtime=0.12
/proc/20810/task/20814/stat : 20814 (java) S 20808 20810 20521 0 -1 64 2935 0 0 0 11 1 0 0 16 0 13 0 25038124 831500288 26808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20815] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20815/stat : 20815 (java) S 20808 20810 20521 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 25038127 831500288 26808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20816] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20816/stat : 20816 (java) S 20808 20810 20521 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25038128 831500288 26808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20817] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20817/stat : 20817 (java) S 20808 20810 20521 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25038128 831500288 26808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20818] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20818/stat : 20818 (java) S 20808 20810 20521 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25038135 831500288 26808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20819] ppid=20808 vsize=812012 CPUtime=0.03
/proc/20810/task/20819/stat : 20819 (java) S 20808 20810 20521 0 -1 64 15 0 0 0 3 0 0 0 16 0 13 0 25038135 831500288 26808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20820] ppid=20808 vsize=812012 CPUtime=3.95
/proc/20810/task/20820/stat : 20820 (java) S 20808 20810 20521 0 -1 64 5326 0 0 0 392 3 0 0 15 0 13 0 25038135 831500288 26808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20821] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20821/stat : 20821 (java) S 20808 20810 20521 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 25038135 831500288 26808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20822] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20822/stat : 20822 (java) S 20808 20810 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25038135 831500288 26808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20823] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20823/stat : 20823 (java) S 20808 20810 20521 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 25038890 831500288 26808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 812012

[startup+25.5017 s]
/proc/loadavg: 2.06 2.13 2.09 3/94 20823
/proc/meminfo: memFree=1764584/2055920 swapFree=4192812/4192956
[pid=20810] ppid=20808 vsize=812012 CPUtime=25.07
/proc/20810/stat : 20810 (java) S 20808 20810 20521 0 -1 0 30232 0 31 0 2484 23 0 0 18 0 13 0 25038116 831500288 26821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20810/statm: 203003 26821 1452 9 0 200330 0
[pid=20810/tid=20812] ppid=20808 vsize=812012 CPUtime=20.61
/proc/20810/task/20812/stat : 20812 (java) R 20808 20810 20521 0 -1 64 17402 0 1 0 2046 15 0 0 25 0 13 0 25038123 831500288 26821 996147200 134512640 134550932 4294956016 18446744073709551615 4110437892 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20813] ppid=20808 vsize=812012 CPUtime=0.13
/proc/20810/task/20813/stat : 20813 (java) S 20808 20810 20521 0 -1 64 3807 0 0 0 12 1 0 0 16 0 13 0 25038124 831500288 26821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20814] ppid=20808 vsize=812012 CPUtime=0.12
/proc/20810/task/20814/stat : 20814 (java) S 20808 20810 20521 0 -1 64 2935 0 0 0 11 1 0 0 16 0 13 0 25038124 831500288 26821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20815] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20815/stat : 20815 (java) S 20808 20810 20521 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 25038127 831500288 26821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20816] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20816/stat : 20816 (java) S 20808 20810 20521 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25038128 831500288 26821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20817] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20817/stat : 20817 (java) S 20808 20810 20521 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25038128 831500288 26821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20818] ppid=20808 vsize=812012 CPUtime=0

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

[pid=20810/tid=20815] ppid=20808 vsize=812012 CPUtime=0.01
/proc/20810/task/20815/stat : 20815 (java) S 20808 20810 20521 0 -1 64 19 0 0 0 1 0 0 0 16 0 13 0 25038127 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20816] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20816/stat : 20816 (java) S 20808 20810 20521 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25038128 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20817] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20817/stat : 20817 (java) S 20808 20810 20521 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25038128 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20818] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20818/stat : 20818 (java) S 20808 20810 20521 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25038135 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20819] ppid=20808 vsize=812012 CPUtime=0.03
/proc/20810/task/20819/stat : 20819 (java) S 20808 20810 20521 0 -1 64 15 0 0 0 3 0 0 0 16 0 13 0 25038135 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20820] ppid=20808 vsize=812012 CPUtime=4.21
/proc/20810/task/20820/stat : 20820 (java) S 20808 20810 20521 0 -1 64 5340 0 0 0 418 3 0 0 16 0 13 0 25038135 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20810/tid=20821] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20821/stat : 20821 (java) S 20808 20810 20521 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 25038135 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20822] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20822/stat : 20822 (java) S 20808 20810 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25038135 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20823] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20823/stat : 20823 (java) S 20808 20810 20521 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 25038890 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.73
Current children cumulated vsize (KiB) 812012

[startup+1722.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/87 20877
/proc/meminfo: memFree=1731760/2055920 swapFree=4192812/4192956
[pid=20810] ppid=20808 vsize=812012 CPUtime=1711.25
/proc/20810/stat : 20810 (java) S 20808 20810 20521 0 -1 0 50833 0 31 0 171087 38 0 0 18 0 13 0 25038116 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20810/statm: 203003 46630 1452 9 0 200330 0
[pid=20810/tid=20812] ppid=20808 vsize=812012 CPUtime=1706.06
/proc/20810/task/20812/stat : 20812 (java) R 20808 20810 20521 0 -1 64 17414 0 1 0 170587 19 0 0 25 0 13 0 25038123 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4110334597 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20810/tid=20813] ppid=20808 vsize=812012 CPUtime=0.43
/proc/20810/task/20813/stat : 20813 (java) S 20808 20810 20521 0 -1 64 13678 0 0 0 38 5 0 0 18 0 13 0 25038124 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20814] ppid=20808 vsize=812012 CPUtime=0.43
/proc/20810/task/20814/stat : 20814 (java) S 20808 20810 20521 0 -1 64 13652 0 0 0 37 6 0 0 16 0 13 0 25038124 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20815] ppid=20808 vsize=812012 CPUtime=0.01
/proc/20810/task/20815/stat : 20815 (java) S 20808 20810 20521 0 -1 64 19 0 0 0 1 0 0 0 16 0 13 0 25038127 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20816] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20816/stat : 20816 (java) S 20808 20810 20521 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25038128 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20817] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20817/stat : 20817 (java) S 20808 20810 20521 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25038128 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20818] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20818/stat : 20818 (java) S 20808 20810 20521 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25038135 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20819] ppid=20808 vsize=812012 CPUtime=0.03
/proc/20810/task/20819/stat : 20819 (java) S 20808 20810 20521 0 -1 64 15 0 0 0 3 0 0 0 16 0 13 0 25038135 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20820] ppid=20808 vsize=812012 CPUtime=4.21
/proc/20810/task/20820/stat : 20820 (java) S 20808 20810 20521 0 -1 64 5340 0 0 0 418 3 0 0 16 0 13 0 25038135 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20810/tid=20821] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20821/stat : 20821 (java) S 20808 20810 20521 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 25038135 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20822] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20822/stat : 20822 (java) S 20808 20810 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25038135 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20823] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20823/stat : 20823 (java) S 20808 20810 20521 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 25038890 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.25
Current children cumulated vsize (KiB) 812012

[startup+1782.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/87 20877
/proc/meminfo: memFree=1708976/2055920 swapFree=4192812/4192956
[pid=20810] ppid=20808 vsize=812012 CPUtime=1771.21
/proc/20810/stat : 20810 (java) S 20808 20810 20521 0 -1 0 50833 0 31 0 177083 38 0 0 18 0 13 0 25038116 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20810/statm: 203003 46630 1452 9 0 200330 0
[pid=20810/tid=20812] ppid=20808 vsize=812012 CPUtime=1766.03
/proc/20810/task/20812/stat : 20812 (java) R 20808 20810 20521 0 -1 64 17414 0 1 0 176583 20 0 0 25 0 13 0 25038123 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4110437783 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20810/tid=20813] ppid=20808 vsize=812012 CPUtime=0.43
/proc/20810/task/20813/stat : 20813 (java) S 20808 20810 20521 0 -1 64 13678 0 0 0 38 5 0 0 18 0 13 0 25038124 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20814] ppid=20808 vsize=812012 CPUtime=0.43
/proc/20810/task/20814/stat : 20814 (java) S 20808 20810 20521 0 -1 64 13652 0 0 0 37 6 0 0 16 0 13 0 25038124 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20815] ppid=20808 vsize=812012 CPUtime=0.01
/proc/20810/task/20815/stat : 20815 (java) S 20808 20810 20521 0 -1 64 19 0 0 0 1 0 0 0 16 0 13 0 25038127 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20816] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20816/stat : 20816 (java) S 20808 20810 20521 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25038128 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20817] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20817/stat : 20817 (java) S 20808 20810 20521 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25038128 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20818] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20818/stat : 20818 (java) S 20808 20810 20521 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25038135 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20819] ppid=20808 vsize=812012 CPUtime=0.03
/proc/20810/task/20819/stat : 20819 (java) S 20808 20810 20521 0 -1 64 15 0 0 0 3 0 0 0 16 0 13 0 25038135 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20820] ppid=20808 vsize=812012 CPUtime=4.21
/proc/20810/task/20820/stat : 20820 (java) S 20808 20810 20521 0 -1 64 5340 0 0 0 418 3 0 0 16 0 13 0 25038135 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20810/tid=20821] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20821/stat : 20821 (java) S 20808 20810 20521 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 25038135 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20822] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20822/stat : 20822 (java) S 20808 20810 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25038135 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20823] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20823/stat : 20823 (java) S 20808 20810 20521 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 25038890 831500288 46630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.21
Current children cumulated vsize (KiB) 812012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.1 s]
/proc/loadavg: 2.06 2.00 2.00 3/87 20877
/proc/meminfo: memFree=1652272/2055920 swapFree=4192812/4192956
[pid=20810] ppid=20808 vsize=812012 CPUtime=1800.05
/proc/20810/stat : 20810 (java) S 20808 20810 20521 0 -1 0 63366 0 31 0 179960 45 0 0 18 0 13 0 25038116 831500288 58660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20810/statm: 203003 58660 1452 9 0 200330 0
[pid=20810/tid=20812] ppid=20808 vsize=812012 CPUtime=1794.37
/proc/20810/task/20812/stat : 20812 (java) R 20808 20810 20521 0 -1 64 17415 0 1 0 179417 20 0 0 25 0 13 0 25038123 831500288 58660 996147200 134512640 134550932 4294956016 18446744073709551615 4110437783 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20813] ppid=20808 vsize=812012 CPUtime=0.68
/proc/20810/task/20813/stat : 20813 (java) S 20808 20810 20521 0 -1 64 19801 0 0 0 60 8 0 0 19 0 13 0 25038124 831500288 58660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20814] ppid=20808 vsize=812012 CPUtime=0.65
/proc/20810/task/20814/stat : 20814 (java) S 20808 20810 20521 0 -1 64 20061 0 0 0 56 9 0 0 16 0 13 0 25038124 831500288 58660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20815] ppid=20808 vsize=812012 CPUtime=0.01
/proc/20810/task/20815/stat : 20815 (java) S 20808 20810 20521 0 -1 64 19 0 0 0 1 0 0 0 16 0 13 0 25038127 831500288 58660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20816] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20816/stat : 20816 (java) S 20808 20810 20521 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25038128 831500288 58660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20817] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20817/stat : 20817 (java) S 20808 20810 20521 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25038128 831500288 58660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20818] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20818/stat : 20818 (java) S 20808 20810 20521 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25038135 831500288 58660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20819] ppid=20808 vsize=812012 CPUtime=0.03
/proc/20810/task/20819/stat : 20819 (java) S 20808 20810 20521 0 -1 64 15 0 0 0 3 0 0 0 16 0 13 0 25038135 831500288 58660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20820] ppid=20808 vsize=812012 CPUtime=4.21
/proc/20810/task/20820/stat : 20820 (java) S 20808 20810 20521 0 -1 64 5340 0 0 0 418 3 0 0 16 0 13 0 25038135 831500288 58660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20810/tid=20821] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20821/stat : 20821 (java) S 20808 20810 20521 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 25038135 831500288 58660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20822] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20822/stat : 20822 (java) S 20808 20810 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25038135 831500288 58660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20823] ppid=20808 vsize=812012 CPUtime=0
/proc/20810/task/20823/stat : 20823 (java) S 20808 20810 20521 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 25038890 831500288 58660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 812012

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

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

[startup+1811.21 s]
/proc/loadavg: 2.06 2.00 2.00 3/87 20877
/proc/meminfo: memFree=1652272/2055920 swapFree=4192812/4192956
[pid=20810] ppid=20808 vsize=812660 CPUtime=1800.15
/proc/20810/stat : 20810 (java) S 20808 20810 20521 0 -1 0 63384 0 31 0 179970 45 0 0 16 0 15 0 25038116 832163840 58678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20810/statm: 203165 58678 1452 9 0 200492 0
[pid=20810/tid=20812] ppid=20808 vsize=812660 CPUtime=1794.4
/proc/20810/task/20812/stat : 20812 (java) R 20808 20810 20521 0 -1 64 17415 0 1 0 179420 20 0 0 25 0 15 0 25038123 832163840 58678 996147200 134512640 134550932 4294956016 18446744073709551615 4110333894 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20813] ppid=20808 vsize=812660 CPUtime=0.68
/proc/20810/task/20813/stat : 20813 (java) S 20808 20810 20521 0 -1 64 19801 0 0 0 60 8 0 0 19 0 15 0 25038124 832163840 58678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20814] ppid=20808 vsize=812660 CPUtime=0.65
/proc/20810/task/20814/stat : 20814 (java) S 20808 20810 20521 0 -1 64 20061 0 0 0 56 9 0 0 16 0 15 0 25038124 832163840 58678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20815] ppid=20808 vsize=812660 CPUtime=0.01
/proc/20810/task/20815/stat : 20815 (java) S 20808 20810 20521 0 -1 64 19 0 0 0 1 0 0 0 16 0 15 0 25038127 832163840 58678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20816] ppid=20808 vsize=812660 CPUtime=0
/proc/20810/task/20816/stat : 20816 (java) S 20808 20810 20521 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 25038128 832163840 58678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20817] ppid=20808 vsize=812660 CPUtime=0
/proc/20810/task/20817/stat : 20817 (java) S 20808 20810 20521 0 -1 64 7 0 0 0 0 0 0 0 17 0 15 0 25038128 832163840 58678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20818] ppid=20808 vsize=812660 CPUtime=0
/proc/20810/task/20818/stat : 20818 (java) S 20808 20810 20521 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 25038135 832163840 58678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20819] ppid=20808 vsize=812660 CPUtime=0.03
/proc/20810/task/20819/stat : 20819 (java) S 20808 20810 20521 0 -1 64 15 0 0 0 3 0 0 0 16 0 15 0 25038135 832163840 58678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20820] ppid=20808 vsize=812660 CPUtime=4.25
/proc/20810/task/20820/stat : 20820 (java) R 20808 20810 20521 0 -1 64 5340 0 0 0 422 3 0 0 16 0 15 0 25038135 832163840 58678 996147200 134512640 134550932 4294956016 18446744073709551615 103148442 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20821] ppid=20808 vsize=812660 CPUtime=0
/proc/20810/task/20821/stat : 20821 (java) S 20808 20810 20521 0 -1 64 0 0 0 0 0 0 0 0 20 0 15 0 25038135 832163840 58678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20822] ppid=20808 vsize=812660 CPUtime=0
/proc/20810/task/20822/stat : 20822 (java) S 20808 20810 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 25038135 832163840 58678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20810/tid=20823] ppid=20808 vsize=812660 CPUtime=0
/proc/20810/task/20823/stat : 20823 (java) S 20808 20810 20521 0 -1 64 4 0 0 0 0 0 0 0 24 0 15 0 25038890 832163840 58678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 812660

[startup+1811.3 s]
/proc/loadavg: 2.06 2.00 2.00 3/87 20877
/proc/meminfo: memFree=1652272/2055920 swapFree=4192812/4192956
[pid=20810] ppid=20808 vsize=0 CPUtime=1800.24
/proc/20810/stat : 20810 (java) Z 20808 20810 20521 0 -1 1036 63387 0 31 0 179975 49 0 0 15 0 2 0 25038116 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20810/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1811.31
CPU time (s): 1800.26
CPU user time (s): 1799.76
CPU system time (s): 0.495924
CPU usage (%): 99.3898
Max. virtual memory (cumulated for all children) (KiB): 812868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.495924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63387
page faults= 31
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38664
involuntary context switches= 62789

runsolver used 2.42163 second user time and 6.28005 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-12 08:21:56
IDJOB=2084836
IDBENCH=58189
IDSOLVER=731
FILE ID=node22/2084836-1247379716
PBS_JOBID= 9507176
Free space on /tmp= 66396 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/graphColoring/register/fpsol/normalized-fpsol2-i-2-10.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2084836-1247379716/watcher-2084836-1247379716 -o /tmp/evaluation-result-2084836-1247379716/solver-2084836-1247379716 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2084836-1247379716.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 74c6bf69ac76eee4c5a5381b95e0f57f
RANDOM SEED=1237077777

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1876400 kB
Buffers:          4248 kB
Cached:          48384 kB
SwapCached:          0 kB
Active:         113528 kB
Inactive:        19032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1876400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2228 kB
Writeback:           0 kB
Mapped:         100412 kB
Slab:            32012 kB
Committed_AS:   258380 kB
PageTables:       1928 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= 66396 MiB
End job on node22 at 2009-07-12 08:52:09