Trace number 2085573

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.34 1800.73

General information on the benchmark

Namecsp/graphColoring/hos/
normalized-abb313GPIA-8.xml
MD5SUM34dd6ad79d3bd8c2f3cfcc0bee35d64e
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 benchmark301.054
Satisfiable
(Un)Satisfiability was proved
Number of variables1557
Number of constraints65390
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65390
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2085573-1247382135.xml
0.18/0.25	c reading problem ... 
0.48/0.51	c reading problem named null
0.48/0.51	c reading domains done.
0.48/0.51	c reading variables done.
1.08/1.14	c reading predicates  done.
1.27/1.37	c reading constraints
16.13/15.96	c done with constraints.
16.13/15.96	c ... done. Wall clock time 15.716s.
16.13/15.96	c #vars     12456
16.13/15.96	c #constraints  1049354
16.13/15.96	c constraints type 
16.13/15.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1047797
16.13/15.96	c org.sat4j.minisat.constraints.card.AtLeast => 1557
1800.03/1800.51	c starts		: 17
1800.03/1800.51	c conflicts		: 178638
1800.03/1800.51	c decisions		: 192611
1800.03/1800.51	c propagations		: 54390180
1800.03/1800.51	c inspects		: 6651990508
1800.03/1800.51	c learnt literals	: 0
1800.03/1800.51	c learnt binary clauses	: 3
1800.03/1800.51	c learnt ternary clauses	: 20
1800.03/1800.51	c learnt clauses	: 178638
1800.03/1800.51	c ignored clauses	: 0
1800.03/1800.51	c root simplifications	: 0
1800.03/1800.51	c removed literals (reason simplification)	: 2367773
1800.03/1800.51	c reason swapping (by a shorter reason)	: 0
1800.03/1800.51	c Calls to reduceDB	: 0
1800.03/1800.51	c speed (assignments/second)	: 30478.42561725749
1800.03/1800.51	c non guided choices	210
1800.17/1800.66	c learnt constraints type 
1800.17/1800.66	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.17/1800.66	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 178661
1800.17/1800.66	c constraints type 
1800.17/1800.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1047797
1800.17/1800.67	c org.sat4j.minisat.constraints.card.AtLeast => 1557
1800.17/1800.67	s UNKNOWN
1800.17/1800.67	c Total wall clock time (in seconds) : 1800.264

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-2085573-1247382135/watcher-2085573-1247382135 -o /tmp/evaluation-result-2085573-1247382135/solver-2085573-1247382135 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2085573-1247382135.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.14 2.06 2.01 3/81 24918
/proc/meminfo: memFree=1869696/2055920 swapFree=4192812/4192956
[pid=24918] ppid=24916 vsize=18576 CPUtime=0
/proc/24918/stat : 24918 (runsolver) R 24916 24918 23657 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 25276417 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 227607637287 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/24918/statm: 4644 284 249 26 0 2626 0

[startup+0.011609 s]
/proc/loadavg: 2.14 2.06 2.01 3/81 24918
/proc/meminfo: memFree=1869696/2055920 swapFree=4192812/4192956
[pid=24918] ppid=24916 vsize=272 CPUtime=0
/proc/24918/stat : 24918 (java) D 24916 24918 23657 0 -1 0 216 0 0 0 0 0 0 0 18 0 1 0 25276417 278528 37 996147200 134512640 134550932 4294956016 18446744073709551615 9839396 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/24918/statm: 404 144 107 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.102626 s]
/proc/loadavg: 2.14 2.06 2.01 3/81 24918
/proc/meminfo: memFree=1869696/2055920 swapFree=4192812/4192956
[pid=24918] ppid=24916 vsize=804560 CPUtime=0.08
/proc/24918/stat : 24918 (java) S 24916 24918 23657 0 -1 0 3009 0 1 0 7 1 0 0 18 0 12 0 25276417 823869440 2752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24918/statm: 201140 2752 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301648 s]
/proc/loadavg: 2.14 2.06 2.01 3/81 24918
/proc/meminfo: memFree=1869696/2055920 swapFree=4192812/4192956
[pid=24918] ppid=24916 vsize=805628 CPUtime=0.28
/proc/24918/stat : 24918 (java) S 24916 24918 23657 0 -1 0 4301 0 1 0 26 2 0 0 18 0 12 0 25276417 824963072 4038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24918/statm: 201407 4038 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701693 s]
/proc/loadavg: 2.14 2.06 2.01 3/81 24918
/proc/meminfo: memFree=1869696/2055920 swapFree=4192812/4192956
[pid=24918] ppid=24916 vsize=807184 CPUtime=0.68
/proc/24918/stat : 24918 (java) S 24916 24918 23657 0 -1 0 5423 0 1 0 65 3 0 0 18 0 12 0 25276417 826556416 4916 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24918/statm: 201796 4916 1389 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50279 s]
/proc/loadavg: 2.13 2.06 2.01 4/93 24930
/proc/meminfo: memFree=1853472/2055920 swapFree=4192812/4192956
[pid=24918] ppid=24916 vsize=807376 CPUtime=1.46
/proc/24918/stat : 24918 (java) S 24916 24918 23657 0 -1 0 7659 0 1 0 142 4 0 0 18 0 12 0 25276417 826753024 6837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24918/statm: 201844 6837 1399 9 0 199171 0
[pid=24918/tid=24920] ppid=24916 vsize=807376 CPUtime=0.93
/proc/24918/task/24920/stat : 24920 (java) R 24916 24918 23657 0 -1 64 5515 0 1 0 90 3 0 0 25 0 12 0 25276418 826753024 6837 996147200 134512640 134550932 4294956016 18446744073709551615 4109161896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24921] ppid=24916 vsize=807376 CPUtime=0
/proc/24918/task/24921/stat : 24921 (java) S 24916 24918 23657 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 25276419 826753024 6837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24922] ppid=24916 vsize=807376 CPUtime=0
/proc/24918/task/24922/stat : 24922 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 25276419 826753024 6837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24923] ppid=24916 vsize=807376 CPUtime=0
/proc/24918/task/24923/stat : 24923 (java) S 24916 24918 23657 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 25276421 826753024 6837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24924] ppid=24916 vsize=807376 CPUtime=0
/proc/24918/task/24924/stat : 24924 (java) S 24916 24918 23657 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 25276422 826753024 6837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24925] ppid=24916 vsize=807376 CPUtime=0
/proc/24918/task/24925/stat : 24925 (java) S 24916 24918 23657 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 25276422 826753024 6837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24926] ppid=24916 vsize=807376 CPUtime=0
/proc/24918/task/24926/stat : 24926 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25276426 826753024 6837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24927] ppid=24916 vsize=807376 CPUtime=0
/proc/24918/task/24927/stat : 24927 (java) S 24916 24918 23657 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25276426 826753024 6837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24928] ppid=24916 vsize=807376 CPUtime=0.52
/proc/24918/task/24928/stat : 24928 (java) S 24916 24918 23657 0 -1 64 1386 0 0 0 52 0 0 0 16 0 12 0 25276426 826753024 6837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24929] ppid=24916 vsize=807376 CPUtime=0
/proc/24918/task/24929/stat : 24929 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25276426 826753024 6837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24930] ppid=24916 vsize=807376 CPUtime=0
/proc/24918/task/24930/stat : 24930 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25276426 826753024 6837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 807376

[startup+3.10298 s]
/proc/loadavg: 2.13 2.06 2.01 4/93 24930
/proc/meminfo: memFree=1842016/2055920 swapFree=4192812/4192956
[pid=24918] ppid=24916 vsize=811076 CPUtime=3.05
/proc/24918/stat : 24918 (java) S 24916 24918 23657 0 -1 0 13148 0 1 0 297 8 0 0 18 0 12 0 25276417 830541824 10604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24918/statm: 202769 10604 1421 9 0 200096 0
[pid=24918/tid=24920] ppid=24916 vsize=811076 CPUtime=1.52
/proc/24918/task/24920/stat : 24920 (java) R 24916 24918 23657 0 -1 64 8280 0 1 0 147 5 0 0 25 0 12 0 25276418 830541824 10604 996147200 134512640 134550932 4294956016 18446744073709551615 4109134686 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24921] ppid=24916 vsize=811076 CPUtime=0
/proc/24918/task/24921/stat : 24921 (java) S 24916 24918 23657 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 25276419 830541824 10604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24922] ppid=24916 vsize=811076 CPUtime=0
/proc/24918/task/24922/stat : 24922 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 25276419 830541824 10604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24923] ppid=24916 vsize=811076 CPUtime=0
/proc/24918/task/24923/stat : 24923 (java) S 24916 24918 23657 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 25276421 830541824 10604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24924] ppid=24916 vsize=811076 CPUtime=0
/proc/24918/task/24924/stat : 24924 (java) S 24916 24918 23657 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 25276422 830541824 10604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24925] ppid=24916 vsize=811076 CPUtime=0
/proc/24918/task/24925/stat : 24925 (java) S 24916 24918 23657 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 25276422 830541824 10604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24926] ppid=24916 vsize=811076 CPUtime=0
/proc/24918/task/24926/stat : 24926 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25276426 830541824 10604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24927] ppid=24916 vsize=811076 CPUtime=0
/proc/24918/task/24927/stat : 24927 (java) S 24916 24918 23657 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25276426 830541824 10604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24928] ppid=24916 vsize=811076 CPUtime=1.51
/proc/24918/task/24928/stat : 24928 (java) S 24916 24918 23657 0 -1 64 4110 0 0 0 149 2 0 0 16 0 12 0 25276426 830541824 10604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24929] ppid=24916 vsize=811076 CPUtime=0
/proc/24918/task/24929/stat : 24929 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25276426 830541824 10604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24930] ppid=24916 vsize=811076 CPUtime=0
/proc/24918/task/24930/stat : 24930 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25276426 830541824 10604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 811076

[startup+6.30236 s]
/proc/loadavg: 2.20 2.07 2.02 4/93 24930
/proc/meminfo: memFree=1787104/2055920 swapFree=4192812/4192956
[pid=24918] ppid=24916 vsize=813128 CPUtime=6.36
/proc/24918/stat : 24918 (java) S 24916 24918 23657 0 -1 0 26699 0 1 0 622 14 0 0 18 0 12 0 25276417 832643072 22387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24918/statm: 203282 22387 1442 9 0 200609 0
[pid=24918/tid=24920] ppid=24916 vsize=813128 CPUtime=2.99
/proc/24918/task/24920/stat : 24920 (java) R 24916 24918 23657 0 -1 64 17387 0 1 0 289 10 0 0 17 0 12 0 25276418 832643072 22387 996147200 134512640 134550932 4294956016 18446744073709551615 4109484645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24921] ppid=24916 vsize=813128 CPUtime=0.03
/proc/24918/task/24921/stat : 24921 (java) S 24916 24918 23657 0 -1 64 1088 0 0 0 3 0 0 0 17 0 12 0 25276419 832643072 22387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24922] ppid=24916 vsize=813128 CPUtime=0.03
/proc/24918/task/24922/stat : 24922 (java) S 24916 24918 23657 0 -1 64 982 0 0 0 3 0 0 0 16 0 12 0 25276419 832643072 22387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24923] ppid=24916 vsize=813128 CPUtime=0
/proc/24918/task/24923/stat : 24923 (java) S 24916 24918 23657 0 -1 64 14 0 0 0 0 0 0 0 17 0 12 0 25276421 832643072 22387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24924] ppid=24916 vsize=813128 CPUtime=0
/proc/24918/task/24924/stat : 24924 (java) S 24916 24918 23657 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25276422 832643072 22387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24925] ppid=24916 vsize=813128 CPUtime=0
/proc/24918/task/24925/stat : 24925 (java) S 24916 24918 23657 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25276422 832643072 22387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24926] ppid=24916 vsize=813128 CPUtime=0
/proc/24918/task/24926/stat : 24926 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25276426 832643072 22387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24927] ppid=24916 vsize=813128 CPUtime=0.22
/proc/24918/task/24927/stat : 24927 (java) S 24916 24918 23657 0 -1 64 646 0 0 0 22 0 0 0 18 0 12 0 25276426 832643072 22387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24928] ppid=24916 vsize=813128 CPUtime=3.05
/proc/24918/task/24928/stat : 24928 (java) S 24916 24918 23657 0 -1 64 5840 0 0 0 303 2 0 0 16 0 12 0 25276426 832643072 22387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24929] ppid=24916 vsize=813128 CPUtime=0
/proc/24918/task/24929/stat : 24929 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25276426 832643072 22387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24930] ppid=24916 vsize=813128 CPUtime=0
/proc/24918/task/24930/stat : 24930 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25276426 832643072 22387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 813128

[startup+12.7011 s]
/proc/loadavg: 2.18 2.07 2.01 5/93 24930
/proc/meminfo: memFree=1721952/2055920 swapFree=4192812/4192956
[pid=24918] ppid=24916 vsize=811892 CPUtime=12.93
/proc/24918/stat : 24918 (java) S 24916 24918 23657 0 -1 0 45535 0 1 0 1268 25 0 0 18 0 12 0 25276417 831377408 40091 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24918/statm: 202973 40091 1443 9 0 200300 0
[pid=24918/tid=24920] ppid=24916 vsize=811892 CPUtime=8.11
/proc/24918/task/24920/stat : 24920 (java) R 24916 24918 23657 0 -1 64 17399 0 1 0 800 11 0 0 25 0 12 0 25276418 831377408 40091 996147200 134512640 134550932 4294956016 18446744073709551615 4109603916 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24921] ppid=24916 vsize=811892 CPUtime=0.68
/proc/24918/task/24921/stat : 24921 (java) S 24916 24918 23657 0 -1 64 10100 0 0 0 64 4 0 0 16 0 12 0 25276419 831377408 40091 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24922] ppid=24916 vsize=811892 CPUtime=0.65
/proc/24918/task/24922/stat : 24922 (java) S 24916 24918 23657 0 -1 64 10767 0 0 0 60 5 0 0 16 0 12 0 25276419 831377408 40091 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24923] ppid=24916 vsize=811892 CPUtime=0.01
/proc/24918/task/24923/stat : 24923 (java) S 24916 24918 23657 0 -1 64 20 0 0 0 1 0 0 0 16 0 12 0 25276421 831377408 40091 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24924] ppid=24916 vsize=811892 CPUtime=0
/proc/24918/task/24924/stat : 24924 (java) S 24916 24918 23657 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25276422 831377408 40091 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24925] ppid=24916 vsize=811892 CPUtime=0
/proc/24918/task/24925/stat : 24925 (java) S 24916 24918 23657 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25276422 831377408 40091 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24926] ppid=24916 vsize=811892 CPUtime=0
/proc/24918/task/24926/stat : 24926 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25276426 831377408 40091 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24927] ppid=24916 vsize=811892 CPUtime=0.22
/proc/24918/task/24927/stat : 24927 (java) S 24916 24918 23657 0 -1 64 646 0 0 0 22 0 0 0 18 0 12 0 25276426 831377408 40091 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24928] ppid=24916 vsize=811892 CPUtime=3.21
/proc/24918/task/24928/stat : 24928 (java) S 24916 24918 23657 0 -1 64 5861 0 0 0 318 3 0 0 16 0 12 0 25276426 831377408 40091 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24929] ppid=24916 vsize=811892 CPUtime=0
/proc/24918/task/24929/stat : 24929 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25276426 831377408 40091 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24930] ppid=24916 vsize=811892 CPUtime=0
/proc/24918/task/24930/stat : 24930 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25276426 831377408 40091 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.93
Current children cumulated vsize (KiB) 811892

[startup+25.5026 s]
/proc/loadavg: 2.15 2.07 2.01 3/94 24931
/proc/meminfo: memFree=1674584/2055920 swapFree=4192812/4192956
[pid=24918] ppid=24916 vsize=812216 CPUtime=25.72
/proc/24918/stat : 24918 (java) S 24916 24918 23657 0 -1 0 55478 0 1 0 2542 30 0 0 18 0 13 0 25276417 831709184 50020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24918/statm: 203054 50020 1450 9 0 200381 0
[pid=24918/tid=24920] ppid=24916 vsize=812216 CPUtime=19.63
/proc/24918/task/24920/stat : 24920 (java) R 24916 24918 23657 0 -1 64 17426 0 1 0 1952 11 0 0 25 0 13 0 25276418 831709184 50020 996147200 134512640 134550932 4294956016 18446744073709551615 4109170548 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24921] ppid=24916 vsize=812216 CPUtime=0.97
/proc/24918/task/24921/stat : 24921 (java) S 24916 24918 23657 0 -1 64 13612 0 0 0 91 6 0 0 17 0 13 0 25276419 831709184 50020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24922] ppid=24916 vsize=812216 CPUtime=0.99
/proc/24918/task/24922/stat : 24922 (java) S 24916 24918 23657 0 -1 64 17128 0 0 0 92 7 0 0 17 0 13 0 25276419 831709184 50020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24923] ppid=24916 vsize=812216 CPUtime=0.01
/proc/24918/task/24923/stat : 24923 (java) S 24916 24918 23657 0 -1 64 20 0 0 0 1 0 0 0 16 0 13 0 25276421 831709184 50020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24924] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24924/stat : 24924 (java) S 24916 24918 23657 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25276422 831709184 50020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24925] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24925/stat : 24925 (java) S 24916 24918 23657 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25276422 831709184 50020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24926] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24926/stat : 24926 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25276426 831709184 50020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24927] ppid=24916 vsize=812216 CPUtime=0.22

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

[pid=24918/tid=24925] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24925/stat : 24925 (java) S 24916 24918 23657 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25276422 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24926] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24926/stat : 24926 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25276426 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24927] ppid=24916 vsize=812216 CPUtime=0.22
/proc/24918/task/24927/stat : 24927 (java) S 24916 24918 23657 0 -1 64 646 0 0 0 22 0 0 0 18 0 13 0 25276426 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24928] ppid=24916 vsize=812216 CPUtime=4.05
/proc/24918/task/24928/stat : 24928 (java) S 24916 24918 23657 0 -1 64 5918 0 0 0 402 3 0 0 16 0 13 0 25276426 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24929] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24929/stat : 24929 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25276426 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24930] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24930/stat : 24930 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25276426 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24931] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24931/stat : 24931 (java) S 24916 24918 23657 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 25278025 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 812216

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 25001
/proc/meminfo: memFree=1632488/2055920 swapFree=4192812/4192956
[pid=24918] ppid=24916 vsize=812216 CPUtime=1721.86
/proc/24918/stat : 24918 (java) S 24916 24918 23657 0 -1 0 69216 0 1 0 172146 40 0 0 18 0 13 0 25276417 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24918/statm: 203054 63748 1453 9 0 200381 0
[pid=24918/tid=24920] ppid=24916 vsize=812216 CPUtime=1715.01
/proc/24918/task/24920/stat : 24920 (java) R 24916 24918 23657 0 -1 64 17435 0 1 0 171485 16 0 0 25 0 13 0 25276418 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4109269770 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24921] ppid=24916 vsize=812216 CPUtime=1.23
/proc/24918/task/24921/stat : 24921 (java) S 24916 24918 23657 0 -1 64 19923 0 0 0 114 9 0 0 18 0 13 0 25276419 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24922] ppid=24916 vsize=812216 CPUtime=1.27
/proc/24918/task/24922/stat : 24922 (java) S 24916 24918 23657 0 -1 64 24527 0 0 0 118 9 0 0 18 0 13 0 25276419 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24923] ppid=24916 vsize=812216 CPUtime=0.02
/proc/24918/task/24923/stat : 24923 (java) S 24916 24918 23657 0 -1 64 20 0 0 0 2 0 0 0 16 0 13 0 25276421 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24924] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24924/stat : 24924 (java) S 24916 24918 23657 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25276422 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24925] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24925/stat : 24925 (java) S 24916 24918 23657 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25276422 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24926] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24926/stat : 24926 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25276426 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24927] ppid=24916 vsize=812216 CPUtime=0.22
/proc/24918/task/24927/stat : 24927 (java) S 24916 24918 23657 0 -1 64 646 0 0 0 22 0 0 0 18 0 13 0 25276426 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24928] ppid=24916 vsize=812216 CPUtime=4.05
/proc/24918/task/24928/stat : 24928 (java) S 24916 24918 23657 0 -1 64 5918 0 0 0 402 3 0 0 16 0 13 0 25276426 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24929] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24929/stat : 24929 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25276426 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24930] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24930/stat : 24930 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25276426 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24931] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24931/stat : 24931 (java) S 24916 24918 23657 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 25278025 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 812216

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 25001
/proc/meminfo: memFree=1632360/2055920 swapFree=4192812/4192956
[pid=24918] ppid=24916 vsize=812216 CPUtime=1781.83
/proc/24918/stat : 24918 (java) S 24916 24918 23657 0 -1 0 69216 0 1 0 178143 40 0 0 18 0 13 0 25276417 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24918/statm: 203054 63748 1453 9 0 200381 0
[pid=24918/tid=24920] ppid=24916 vsize=812216 CPUtime=1774.99
/proc/24918/task/24920/stat : 24920 (java) R 24916 24918 23657 0 -1 64 17435 0 1 0 177482 17 0 0 25 0 13 0 25276418 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4109886998 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24921] ppid=24916 vsize=812216 CPUtime=1.23
/proc/24918/task/24921/stat : 24921 (java) S 24916 24918 23657 0 -1 64 19923 0 0 0 114 9 0 0 18 0 13 0 25276419 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24922] ppid=24916 vsize=812216 CPUtime=1.27
/proc/24918/task/24922/stat : 24922 (java) S 24916 24918 23657 0 -1 64 24527 0 0 0 118 9 0 0 18 0 13 0 25276419 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24923] ppid=24916 vsize=812216 CPUtime=0.02
/proc/24918/task/24923/stat : 24923 (java) S 24916 24918 23657 0 -1 64 20 0 0 0 2 0 0 0 16 0 13 0 25276421 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24924] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24924/stat : 24924 (java) S 24916 24918 23657 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25276422 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24925] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24925/stat : 24925 (java) S 24916 24918 23657 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25276422 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24926] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24926/stat : 24926 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25276426 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24927] ppid=24916 vsize=812216 CPUtime=0.22
/proc/24918/task/24927/stat : 24927 (java) S 24916 24918 23657 0 -1 64 646 0 0 0 22 0 0 0 18 0 13 0 25276426 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24928] ppid=24916 vsize=812216 CPUtime=4.05
/proc/24918/task/24928/stat : 24928 (java) S 24916 24918 23657 0 -1 64 5918 0 0 0 402 3 0 0 16 0 13 0 25276426 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24929] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24929/stat : 24929 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25276426 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24930] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24930/stat : 24930 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25276426 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24931] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24931/stat : 24931 (java) S 24916 24918 23657 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 25278025 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 812216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 25001
/proc/meminfo: memFree=1632360/2055920 swapFree=4192812/4192956
[pid=24918] ppid=24916 vsize=812216 CPUtime=1800.03
/proc/24918/stat : 24918 (java) S 24916 24918 23657 0 -1 0 69216 0 1 0 179963 40 0 0 18 0 13 0 25276417 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24918/statm: 203054 63748 1453 9 0 200381 0
[pid=24918/tid=24920] ppid=24916 vsize=812216 CPUtime=1793.19
/proc/24918/task/24920/stat : 24920 (java) R 24916 24918 23657 0 -1 64 17435 0 1 0 179302 17 0 0 25 0 13 0 25276418 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4109887203 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24921] ppid=24916 vsize=812216 CPUtime=1.23
/proc/24918/task/24921/stat : 24921 (java) S 24916 24918 23657 0 -1 64 19923 0 0 0 114 9 0 0 18 0 13 0 25276419 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24922] ppid=24916 vsize=812216 CPUtime=1.27
/proc/24918/task/24922/stat : 24922 (java) S 24916 24918 23657 0 -1 64 24527 0 0 0 118 9 0 0 18 0 13 0 25276419 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24923] ppid=24916 vsize=812216 CPUtime=0.02
/proc/24918/task/24923/stat : 24923 (java) S 24916 24918 23657 0 -1 64 20 0 0 0 2 0 0 0 16 0 13 0 25276421 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24924] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24924/stat : 24924 (java) S 24916 24918 23657 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25276422 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24925] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24925/stat : 24925 (java) S 24916 24918 23657 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25276422 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24926] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24926/stat : 24926 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25276426 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24927] ppid=24916 vsize=812216 CPUtime=0.22
/proc/24918/task/24927/stat : 24927 (java) S 24916 24918 23657 0 -1 64 646 0 0 0 22 0 0 0 18 0 13 0 25276426 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24928] ppid=24916 vsize=812216 CPUtime=4.05
/proc/24918/task/24928/stat : 24928 (java) S 24916 24918 23657 0 -1 64 5918 0 0 0 402 3 0 0 16 0 13 0 25276426 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24929] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24929/stat : 24929 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25276426 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24930] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24930/stat : 24930 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25276426 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24931] ppid=24916 vsize=812216 CPUtime=0
/proc/24918/task/24931/stat : 24931 (java) S 24916 24918 23657 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 25278025 831709184 63748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 812216

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

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

[startup+1800.61 s]
/proc/loadavg: 2.00 2.00 2.00 5/89 25004
/proc/meminfo: memFree=1632336/2055920 swapFree=4192812/4192956
[pid=24918] ppid=24916 vsize=812864 CPUtime=1800.17
/proc/24918/stat : 24918 (java) S 24916 24918 23657 0 -1 0 69234 0 1 0 179977 40 0 0 16 0 15 0 25276417 832372736 63766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24918/statm: 203216 63766 1453 9 0 200543 0
[pid=24918/tid=24920] ppid=24916 vsize=812864 CPUtime=1793.3
/proc/24918/task/24920/stat : 24920 (java) R 24916 24918 23657 0 -1 64 17435 0 1 0 179313 17 0 0 25 0 15 0 25276418 832372736 63766 996147200 134512640 134550932 4294956016 18446744073709551615 4110392921 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24921] ppid=24916 vsize=812864 CPUtime=1.23
/proc/24918/task/24921/stat : 24921 (java) S 24916 24918 23657 0 -1 64 19923 0 0 0 114 9 0 0 18 0 15 0 25276419 832372736 63766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24922] ppid=24916 vsize=812864 CPUtime=1.27
/proc/24918/task/24922/stat : 24922 (java) S 24916 24918 23657 0 -1 64 24527 0 0 0 118 9 0 0 18 0 15 0 25276419 832372736 63766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24923] ppid=24916 vsize=812864 CPUtime=0.02
/proc/24918/task/24923/stat : 24923 (java) S 24916 24918 23657 0 -1 64 20 0 0 0 2 0 0 0 16 0 15 0 25276421 832372736 63766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24924] ppid=24916 vsize=812864 CPUtime=0
/proc/24918/task/24924/stat : 24924 (java) S 24916 24918 23657 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 25276422 832372736 63766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24925] ppid=24916 vsize=812864 CPUtime=0
/proc/24918/task/24925/stat : 24925 (java) S 24916 24918 23657 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 25276422 832372736 63766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24926] ppid=24916 vsize=812864 CPUtime=0
/proc/24918/task/24926/stat : 24926 (java) S 24916 24918 23657 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 25276426 832372736 63766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24927] ppid=24916 vsize=812864 CPUtime=0.22
/proc/24918/task/24927/stat : 24927 (java) S 24916 24918 23657 0 -1 64 646 0 0 0 22 0 0 0 18 0 15 0 25276426 832372736 63766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=24928] ppid=24916 vsize=812864 CPUtime=4.06
/proc/24918/task/24928/stat : 24928 (java) R 24916 24918 23657 0 -1 64 5918 0 0 0 403 3 0 0 15 0 15 0 25276426 832372736 63766 996147200 134512640 134550932 4294956016 18446744073709551615 103828654 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24929] ppid=24916 vsize=812864 CPUtime=0
/proc/24918/task/24929/stat : 24929 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 20 0 15 0 25276426 832372736 63766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24930] ppid=24916 vsize=812864 CPUtime=0
/proc/24918/task/24930/stat : 24930 (java) S 24916 24918 23657 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 25276426 832372736 63766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24931] ppid=24916 vsize=812864 CPUtime=0
/proc/24918/task/24931/stat : 24931 (java) S 24916 24918 23657 0 -1 64 5 0 0 0 0 0 0 0 24 0 15 0 25278025 832372736 63766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24918/tid=25003] ppid=24916 vsize=812864 CPUtime=0
/proc/24918/task/25003/stat : 25003 (java) S 24916 24918 23657 0 -1 64 6 0 0 0 0 0 0 0 19 0 15 0 25456468 832372736 63766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=25004] ppid=24916 vsize=812864 CPUtime=0.01
/proc/24918/task/25004/stat : 25004 (java) R 24916 24918 23657 0 -1 64 7 0 0 0 1 0 0 0 20 0 15 0 25456468 832372736 63766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 812864

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 5/89 25004
/proc/meminfo: memFree=1632336/2055920 swapFree=4192812/4192956
[pid=24918] ppid=24916 vsize=0 CPUtime=1800.31
/proc/24918/stat : 24918 (java) Z 24916 24918 23657 0 -1 1036 69239 0 1 0 179988 43 0 0 15 0 2 0 25276417 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24918/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1800.73
CPU time (s): 1800.34
CPU user time (s): 1799.89
CPU system time (s): 0.449931
CPU usage (%): 99.9783
Max. virtual memory (cumulated for all children) (KiB): 814320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.449931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69239
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= 38134
involuntary context switches= 11574

runsolver used 2.28665 second user time and 5.96009 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 09:02:16
IDJOB=2085573
IDBENCH=58451
IDSOLVER=731
FILE ID=node66/2085573-1247382135
PBS_JOBID= 9507214
Free space on /tmp= 66240 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/graphColoring/hos/normalized-abb313GPIA-8.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2085573-1247382135/watcher-2085573-1247382135 -o /tmp/evaluation-result-2085573-1247382135/solver-2085573-1247382135 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2085573-1247382135.xml

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

MD5SUM BENCH= 34dd6ad79d3bd8c2f3cfcc0bee35d64e
RANDOM SEED=1318421278

node66.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.214
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.214
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:       1870176 kB
Buffers:         10536 kB
Cached:          70520 kB
SwapCached:          0 kB
Active:         114608 kB
Inactive:        17908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1870176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9252 kB
Writeback:           0 kB
Mapped:          71900 kB
Slab:            38308 kB
Committed_AS:   243048 kB
PageTables:       1864 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= 66236 MiB
End job on node66 at 2009-07-12 09:32:18