Trace number 2084495

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.42 1800.91

General information on the benchmark

Namecsp/graphColoring/
myciel/normalized-myciel5-5.xml
MD5SUM4e9947661c937a66df0f73a5c98437a3
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 benchmark26.6879
Satisfiable
(Un)Satisfiability was proved
Number of variables47
Number of constraints236
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension236
Global constraints used (with number of constraints)

Solver Data

0.09/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.12	c See www.sat4j.org for details.
0.09/0.12	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.20/0.21	c c --- Begin Solver configuration ---
0.20/0.21	c Stops conflict analysis at the first Unique Implication Point
0.20/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.20/0.21	c Learn all clauses as in MiniSAT
0.20/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.20/0.21	c Expensive reason simplification
0.20/0.21	c MiniSAT restarts strategy
0.20/0.21	c Memory based learned constraints deletion strategy
0.20/0.21	c timeout=2147483s
0.20/0.21	c DB Simplification allowed=false
0.20/0.21	c --- End Solver configuration ---
0.20/0.21	c solving HOME/instance-2084495-1247379073.xml
0.20/0.21	c reading problem ... 
0.40/0.45	c reading problem named null
0.40/0.45	c reading domains done.
0.40/0.45	c reading variables done.
0.40/0.47	c reading predicates  done.
0.61/0.68	c reading constraints
1.31/1.37	c done with constraints.
1.31/1.37	c ... done. Wall clock time 1.154s.
1.31/1.37	c #vars     235
1.31/1.37	c #constraints  2454
1.31/1.37	c constraints type 
1.31/1.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2407
1.31/1.37	c org.sat4j.minisat.constraints.card.AtLeast => 47
1800.09/1800.72	c starts		: 19
1800.09/1800.72	c conflicts		: 306045
1800.09/1800.72	c decisions		: 362211
1800.09/1800.72	c propagations		: 9496753
1800.09/1800.72	c inspects		: 5637704521
1800.09/1800.72	c learnt literals	: 1
1800.09/1800.72	c learnt binary clauses	: 14
1800.09/1800.72	c learnt ternary clauses	: 59
1800.09/1800.72	c learnt clauses	: 306044
1800.09/1800.72	c ignored clauses	: 0
1800.09/1800.72	c root simplifications	: 0
1800.09/1800.72	c removed literals (reason simplification)	: 2686773
1800.09/1800.72	c reason swapping (by a shorter reason)	: 0
1800.09/1800.72	c Calls to reduceDB	: 0
1800.09/1800.72	c speed (assignments/second)	: 5277.870990294845
1800.09/1800.72	c non guided choices	103
1800.28/1800.84	c learnt constraints type 
1800.28/1800.85	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
1800.28/1800.85	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 306039
1800.28/1800.85	c constraints type 
1800.28/1800.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2407
1800.28/1800.85	c org.sat4j.minisat.constraints.card.AtLeast => 47
1800.28/1800.85	s UNKNOWN
1800.28/1800.85	c Total wall clock time (in seconds) : 1800.508

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-2084495-1247379073/watcher-2084495-1247379073 -o /tmp/evaluation-result-2084495-1247379073/solver-2084495-1247379073 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2084495-1247379073.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: 1.95 2.13 2.12 4/80 26761
/proc/meminfo: memFree=1675232/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=200 CPUtime=0
/proc/26761/stat : 26761 (java) R 26759 26761 26664 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 24974710 204800 27 996147200 134512640 134550932 4294956016 18446744073709551615 10416989 0 0 4096 0 0 0 0 17 0 0 0
/proc/26761/statm: 68 34 26 9 0 4 0

[startup+0.035252 s]
/proc/loadavg: 1.95 2.13 2.12 4/80 26761
/proc/meminfo: memFree=1675232/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=800868 CPUtime=0.02
/proc/26761/stat : 26761 (java) S 26759 26761 26664 0 -1 0 2469 0 1 0 1 1 0 0 18 0 4 0 24974710 820088832 2216 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/26761/statm: 200346 2221 965 9 0 197697 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800868

[startup+0.101258 s]
/proc/loadavg: 1.95 2.13 2.12 4/80 26761
/proc/meminfo: memFree=1675232/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=804560 CPUtime=0.09
/proc/26761/stat : 26761 (java) S 26759 26761 26664 0 -1 0 3076 0 1 0 7 2 0 0 18 0 12 0 24974710 823869440 2819 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26761/statm: 201140 2819 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301282 s]
/proc/loadavg: 1.95 2.13 2.12 4/80 26761
/proc/meminfo: memFree=1675232/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=807160 CPUtime=0.3
/proc/26761/stat : 26761 (java) S 26759 26761 26664 0 -1 0 4807 0 1 0 26 4 0 0 18 0 12 0 24974710 826531840 4367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26761/statm: 201790 4368 1365 9 0 199117 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 807160

[startup+0.701321 s]
/proc/loadavg: 1.95 2.13 2.12 4/80 26761
/proc/meminfo: memFree=1675232/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=807360 CPUtime=0.71
/proc/26761/stat : 26761 (java) S 26759 26761 26664 0 -1 0 6486 0 1 0 66 5 0 0 18 0 12 0 24974710 826736640 5867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26761/statm: 201840 5867 1387 9 0 199167 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 807360

[startup+1.50241 s]
/proc/loadavg: 1.95 2.13 2.12 4/92 26773
/proc/meminfo: memFree=1655232/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=810040 CPUtime=1.51
/proc/26761/stat : 26761 (java) S 26759 26761 26664 0 -1 0 8690 0 1 0 145 6 0 0 18 0 13 0 24974710 829480960 7033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26761/statm: 202510 7033 1412 9 0 199837 0
[pid=26761/tid=26763] ppid=26759 vsize=810040 CPUtime=0.84
/proc/26761/task/26763/stat : 26763 (java) R 26759 26761 26664 0 -1 64 5099 0 1 0 80 4 0 0 25 0 13 0 24974711 829480960 7033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26764] ppid=26759 vsize=810040 CPUtime=0
/proc/26761/task/26764/stat : 26764 (java) S 26759 26761 26664 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 24974712 829480960 7033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26765] ppid=26759 vsize=810040 CPUtime=0
/proc/26761/task/26765/stat : 26765 (java) S 26759 26761 26664 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 24974712 829480960 7033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26766] ppid=26759 vsize=810040 CPUtime=0
/proc/26761/task/26766/stat : 26766 (java) S 26759 26761 26664 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 24974714 829480960 7033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26767] ppid=26759 vsize=810040 CPUtime=0
/proc/26761/task/26767/stat : 26767 (java) S 26759 26761 26664 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 24974714 829480960 7033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26768] ppid=26759 vsize=810040 CPUtime=0
/proc/26761/task/26768/stat : 26768 (java) S 26759 26761 26664 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 24974714 829480960 7033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26769] ppid=26759 vsize=810040 CPUtime=0
/proc/26761/task/26769/stat : 26769 (java) S 26759 26761 26664 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24974718 829480960 7033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26770] ppid=26759 vsize=810040 CPUtime=0.02
/proc/26761/task/26770/stat : 26770 (java) S 26759 26761 26664 0 -1 64 239 0 0 0 2 0 0 0 17 0 13 0 24974718 829480960 7033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26771] ppid=26759 vsize=810040 CPUtime=0.62
/proc/26761/task/26771/stat : 26771 (java) R 26759 26761 26664 0 -1 64 2607 0 0 0 61 1 0 0 16 0 13 0 24974718 829480960 7033 996147200 134512640 134550932 4294956016 18446744073709551615 105600700 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26772] ppid=26759 vsize=810040 CPUtime=0
/proc/26761/task/26772/stat : 26772 (java) S 26759 26761 26664 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24974718 829480960 7033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26773] ppid=26759 vsize=810040 CPUtime=0
/proc/26761/task/26773/stat : 26773 (java) S 26759 26761 26664 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24974719 829480960 7033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 810040

[startup+3.10257 s]
/proc/loadavg: 1.95 2.13 2.12 3/93 26774
/proc/meminfo: memFree=1651640/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=810040 CPUtime=3.1
/proc/26761/stat : 26761 (java) S 26759 26761 26664 0 -1 0 9185 0 1 0 304 6 0 0 18 0 13 0 24974710 829480960 7527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26761/statm: 202510 7527 1432 9 0 199837 0
[pid=26761/tid=26763] ppid=26759 vsize=810040 CPUtime=2.04
/proc/26761/task/26763/stat : 26763 (java) R 26759 26761 26664 0 -1 64 5541 0 1 0 200 4 0 0 25 0 13 0 24974711 829480960 7527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26764] ppid=26759 vsize=810040 CPUtime=0
/proc/26761/task/26764/stat : 26764 (java) S 26759 26761 26664 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 24974712 829480960 7527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26765] ppid=26759 vsize=810040 CPUtime=0
/proc/26761/task/26765/stat : 26765 (java) S 26759 26761 26664 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 24974712 829480960 7527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26766] ppid=26759 vsize=810040 CPUtime=0
/proc/26761/task/26766/stat : 26766 (java) S 26759 26761 26664 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 24974714 829480960 7527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26767] ppid=26759 vsize=810040 CPUtime=0
/proc/26761/task/26767/stat : 26767 (java) S 26759 26761 26664 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 24974714 829480960 7527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26768] ppid=26759 vsize=810040 CPUtime=0
/proc/26761/task/26768/stat : 26768 (java) S 26759 26761 26664 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 24974714 829480960 7527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26769] ppid=26759 vsize=810040 CPUtime=0
/proc/26761/task/26769/stat : 26769 (java) S 26759 26761 26664 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24974718 829480960 7527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26770] ppid=26759 vsize=810040 CPUtime=0.02
/proc/26761/task/26770/stat : 26770 (java) S 26759 26761 26664 0 -1 64 239 0 0 0 2 0 0 0 17 0 13 0 24974718 829480960 7527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26771] ppid=26759 vsize=810040 CPUtime=1.02
/proc/26761/task/26771/stat : 26771 (java) R 26759 26761 26664 0 -1 64 2660 0 0 0 101 1 0 0 16 0 13 0 24974718 829480960 7527 996147200 134512640 134550932 4294956016 18446744073709551615 106106384 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26772] ppid=26759 vsize=810040 CPUtime=0
/proc/26761/task/26772/stat : 26772 (java) S 26759 26761 26664 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24974718 829480960 7527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26773] ppid=26759 vsize=810040 CPUtime=0
/proc/26761/task/26773/stat : 26773 (java) S 26759 26761 26664 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24974719 829480960 7527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26774] ppid=26759 vsize=810040 CPUtime=0
/proc/26761/task/26774/stat : 26774 (java) S 26759 26761 26664 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 24974848 829480960 7527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 810040

[startup+6.30191 s]
/proc/loadavg: 1.95 2.13 2.11 3/93 26774
/proc/meminfo: memFree=1647992/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=809752 CPUtime=6.31
/proc/26761/stat : 26761 (java) S 26759 26761 26664 0 -1 0 10013 0 1 0 624 7 0 0 18 0 13 0 24974710 829186048 8155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26761/statm: 202438 8155 1432 9 0 199765 0
[pid=26761/tid=26763] ppid=26759 vsize=809752 CPUtime=5.14
/proc/26761/task/26763/stat : 26763 (java) R 26759 26761 26664 0 -1 64 6226 0 1 0 509 5 0 0 25 0 13 0 24974711 829186048 8155 996147200 134512640 134550932 4294956016 18446744073709551615 4109680767 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26764] ppid=26759 vsize=809752 CPUtime=0
/proc/26761/task/26764/stat : 26764 (java) S 26759 26761 26664 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 24974712 829186048 8155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26765] ppid=26759 vsize=809752 CPUtime=0
/proc/26761/task/26765/stat : 26765 (java) S 26759 26761 26664 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 24974712 829186048 8155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26766] ppid=26759 vsize=809752 CPUtime=0
/proc/26761/task/26766/stat : 26766 (java) S 26759 26761 26664 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 24974714 829186048 8155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26767] ppid=26759 vsize=809752 CPUtime=0
/proc/26761/task/26767/stat : 26767 (java) S 26759 26761 26664 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 24974714 829186048 8155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26768] ppid=26759 vsize=809752 CPUtime=0
/proc/26761/task/26768/stat : 26768 (java) S 26759 26761 26664 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 24974714 829186048 8155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26769] ppid=26759 vsize=809752 CPUtime=0
/proc/26761/task/26769/stat : 26769 (java) S 26759 26761 26664 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24974718 829186048 8155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26770] ppid=26759 vsize=809752 CPUtime=0.02
/proc/26761/task/26770/stat : 26770 (java) S 26759 26761 26664 0 -1 64 239 0 0 0 2 0 0 0 17 0 13 0 24974718 829186048 8155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26771] ppid=26759 vsize=809752 CPUtime=1.11
/proc/26761/task/26771/stat : 26771 (java) S 26759 26761 26664 0 -1 64 2803 0 0 0 110 1 0 0 16 0 13 0 24974718 829186048 8155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26772] ppid=26759 vsize=809752 CPUtime=0
/proc/26761/task/26772/stat : 26772 (java) S 26759 26761 26664 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24974718 829186048 8155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26773] ppid=26759 vsize=809752 CPUtime=0
/proc/26761/task/26773/stat : 26773 (java) S 26759 26761 26664 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24974719 829186048 8155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26774] ppid=26759 vsize=809752 CPUtime=0
/proc/26761/task/26774/stat : 26774 (java) S 26759 26761 26664 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 24974848 829186048 8155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 809752

[startup+12.7026 s]
/proc/loadavg: 1.95 2.13 2.11 3/93 26774
/proc/meminfo: memFree=1644856/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=809752 CPUtime=12.7
/proc/26761/stat : 26761 (java) S 26759 26761 26664 0 -1 0 10798 0 1 0 1262 8 0 0 18 0 13 0 24974710 829186048 8940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26761/statm: 202438 8940 1432 9 0 199765 0
[pid=26761/tid=26763] ppid=26759 vsize=809752 CPUtime=11.54
/proc/26761/task/26763/stat : 26763 (java) R 26759 26761 26664 0 -1 64 7011 0 1 0 1148 6 0 0 25 0 13 0 24974711 829186048 8940 996147200 134512640 134550932 4294956016 18446744073709551615 4109652930 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26764] ppid=26759 vsize=809752 CPUtime=0
/proc/26761/task/26764/stat : 26764 (java) S 26759 26761 26664 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 24974712 829186048 8940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26765] ppid=26759 vsize=809752 CPUtime=0
/proc/26761/task/26765/stat : 26765 (java) S 26759 26761 26664 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 24974712 829186048 8940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26766] ppid=26759 vsize=809752 CPUtime=0
/proc/26761/task/26766/stat : 26766 (java) S 26759 26761 26664 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 24974714 829186048 8940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26767] ppid=26759 vsize=809752 CPUtime=0
/proc/26761/task/26767/stat : 26767 (java) S 26759 26761 26664 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 24974714 829186048 8940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26768] ppid=26759 vsize=809752 CPUtime=0
/proc/26761/task/26768/stat : 26768 (java) S 26759 26761 26664 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 24974714 829186048 8940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26769] ppid=26759 vsize=809752 CPUtime=0
/proc/26761/task/26769/stat : 26769 (java) S 26759 26761 26664 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24974718 829186048 8940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26770] ppid=26759 vsize=809752 CPUtime=0.02
/proc/26761/task/26770/stat : 26770 (java) S 26759 26761 26664 0 -1 64 239 0 0 0 2 0 0 0 17 0 13 0 24974718 829186048 8940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26771] ppid=26759 vsize=809752 CPUtime=1.11
/proc/26761/task/26771/stat : 26771 (java) S 26759 26761 26664 0 -1 64 2803 0 0 0 110 1 0 0 16 0 13 0 24974718 829186048 8940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26772] ppid=26759 vsize=809752 CPUtime=0
/proc/26761/task/26772/stat : 26772 (java) S 26759 26761 26664 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24974718 829186048 8940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26773] ppid=26759 vsize=809752 CPUtime=0
/proc/26761/task/26773/stat : 26773 (java) S 26759 26761 26664 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24974719 829186048 8940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26774] ppid=26759 vsize=809752 CPUtime=0
/proc/26761/task/26774/stat : 26774 (java) S 26759 26761 26664 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 24974848 829186048 8940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 809752

[startup+25.5029 s]
/proc/loadavg: 1.96 2.12 2.11 3/93 26774
/proc/meminfo: memFree=1640760/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=809752 CPUtime=25.5
/proc/26761/stat : 26761 (java) S 26759 26761 26664 0 -1 0 11726 0 1 0 2541 9 0 0 18 0 13 0 24974710 829186048 9868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26761/statm: 202438 9868 1432 9 0 199765 0
[pid=26761/tid=26763] ppid=26759 vsize=809752 CPUtime=24.33
/proc/26761/task/26763/stat : 26763 (java) R 26759 26761 26664 0 -1 64 7939 0 1 0 2426 7 0 0 25 0 13 0 24974711 829186048 9868 996147200 134512640 134550932 4294956016 18446744073709551615 4109680767 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26764] ppid=26759 vsize=809752 CPUtime=0
/proc/26761/task/26764/stat : 26764 (java) S 26759 26761 26664 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 24974712 829186048 9868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26765] ppid=26759 vsize=809752 CPUtime=0
/proc/26761/task/26765/stat : 26765 (java) S 26759 26761 26664 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 24974712 829186048 9868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26766] ppid=26759 vsize=809752 CPUtime=0
/proc/26761/task/26766/stat : 26766 (java) S 26759 26761 26664 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 24974714 829186048 9868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26767] ppid=26759 vsize=809752 CPUtime=0

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

[pid=26761/tid=26766] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26766/stat : 26766 (java) S 26759 26761 26664 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 24974714 828542976 28706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26767] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26767/stat : 26767 (java) S 26759 26761 26664 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 24974714 828542976 28706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26768] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26768/stat : 26768 (java) S 26759 26761 26664 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24974714 828542976 28706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26769] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26769/stat : 26769 (java) S 26759 26761 26664 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24974718 828542976 28706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26770] ppid=26759 vsize=809124 CPUtime=0.02
/proc/26761/task/26770/stat : 26770 (java) S 26759 26761 26664 0 -1 64 239 0 0 0 2 0 0 0 17 0 13 0 24974718 828542976 28706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26771] ppid=26759 vsize=809124 CPUtime=1.22
/proc/26761/task/26771/stat : 26771 (java) S 26759 26761 26664 0 -1 64 2811 0 0 0 121 1 0 0 17 0 13 0 24974718 828542976 28706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26772] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26772/stat : 26772 (java) S 26759 26761 26664 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24974718 828542976 28706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26773] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26773/stat : 26773 (java) S 26759 26761 26664 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24974719 828542976 28706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26774] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26774/stat : 26774 (java) S 26759 26761 26664 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 24974848 828542976 28706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 809124

[startup+1722.3 s]
/proc/loadavg: 2.08 2.08 2.03 3/87 26929
/proc/meminfo: memFree=1794288/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=809124 CPUtime=1721.71
/proc/26761/stat : 26761 (java) S 26759 26761 26664 0 -1 0 32116 0 1 0 172135 36 0 0 18 0 13 0 24974710 828542976 28708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26761/statm: 202281 28708 1441 9 0 199608 0
[pid=26761/tid=26763] ppid=26759 vsize=809124 CPUtime=1720.21
/proc/26761/task/26763/stat : 26763 (java) R 26759 26761 26664 0 -1 64 17353 0 1 0 171994 27 0 0 25 0 13 0 24974711 828542976 28708 996147200 134512640 134550932 4294956016 18446744073709551615 4109680767 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26764] ppid=26759 vsize=809124 CPUtime=0.1
/proc/26761/task/26764/stat : 26764 (java) S 26759 26761 26664 0 -1 64 5544 0 0 0 8 2 0 0 18 0 13 0 24974712 828542976 28708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26765] ppid=26759 vsize=809124 CPUtime=0.09
/proc/26761/task/26765/stat : 26765 (java) S 26759 26761 26664 0 -1 64 5416 0 0 0 6 3 0 0 17 0 13 0 24974712 828542976 28708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26766] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26766/stat : 26766 (java) S 26759 26761 26664 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 24974714 828542976 28708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26767] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26767/stat : 26767 (java) S 26759 26761 26664 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 24974714 828542976 28708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26768] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26768/stat : 26768 (java) S 26759 26761 26664 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24974714 828542976 28708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26769] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26769/stat : 26769 (java) S 26759 26761 26664 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24974718 828542976 28708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26770] ppid=26759 vsize=809124 CPUtime=0.02
/proc/26761/task/26770/stat : 26770 (java) S 26759 26761 26664 0 -1 64 239 0 0 0 2 0 0 0 17 0 13 0 24974718 828542976 28708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26771] ppid=26759 vsize=809124 CPUtime=1.22
/proc/26761/task/26771/stat : 26771 (java) S 26759 26761 26664 0 -1 64 2811 0 0 0 121 1 0 0 17 0 13 0 24974718 828542976 28708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26772] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26772/stat : 26772 (java) S 26759 26761 26664 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24974718 828542976 28708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26773] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26773/stat : 26773 (java) S 26759 26761 26664 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24974719 828542976 28708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26774] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26774/stat : 26774 (java) S 26759 26761 26664 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 24974848 828542976 28708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 809124

[startup+1782.3 s]
/proc/loadavg: 2.03 2.06 2.03 3/87 26929
/proc/meminfo: memFree=1794160/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=809124 CPUtime=1781.69
/proc/26761/stat : 26761 (java) S 26759 26761 26664 0 -1 0 32117 0 1 0 178133 36 0 0 18 0 13 0 24974710 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26761/statm: 202281 28709 1441 9 0 199608 0
[pid=26761/tid=26763] ppid=26759 vsize=809124 CPUtime=1780.19
/proc/26761/task/26763/stat : 26763 (java) R 26759 26761 26664 0 -1 64 17354 0 1 0 177992 27 0 0 25 0 13 0 24974711 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4109680767 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26764] ppid=26759 vsize=809124 CPUtime=0.1
/proc/26761/task/26764/stat : 26764 (java) S 26759 26761 26664 0 -1 64 5544 0 0 0 8 2 0 0 18 0 13 0 24974712 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26765] ppid=26759 vsize=809124 CPUtime=0.09
/proc/26761/task/26765/stat : 26765 (java) S 26759 26761 26664 0 -1 64 5416 0 0 0 6 3 0 0 17 0 13 0 24974712 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26766] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26766/stat : 26766 (java) S 26759 26761 26664 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 24974714 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26767] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26767/stat : 26767 (java) S 26759 26761 26664 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 24974714 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26768] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26768/stat : 26768 (java) S 26759 26761 26664 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24974714 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26769] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26769/stat : 26769 (java) S 26759 26761 26664 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24974718 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26770] ppid=26759 vsize=809124 CPUtime=0.02
/proc/26761/task/26770/stat : 26770 (java) S 26759 26761 26664 0 -1 64 239 0 0 0 2 0 0 0 17 0 13 0 24974718 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26771] ppid=26759 vsize=809124 CPUtime=1.22
/proc/26761/task/26771/stat : 26771 (java) S 26759 26761 26664 0 -1 64 2811 0 0 0 121 1 0 0 17 0 13 0 24974718 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26772] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26772/stat : 26772 (java) S 26759 26761 26664 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24974718 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26773] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26773/stat : 26773 (java) S 26759 26761 26664 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24974719 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26774] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26774/stat : 26774 (java) S 26759 26761 26664 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 24974848 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.69
Current children cumulated vsize (KiB) 809124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.02 2.06 2.03 3/87 26929
/proc/meminfo: memFree=1794160/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=809124 CPUtime=1800.09
/proc/26761/stat : 26761 (java) S 26759 26761 26664 0 -1 0 32117 0 1 0 179973 36 0 0 18 0 13 0 24974710 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26761/statm: 202281 28709 1441 9 0 199608 0
[pid=26761/tid=26763] ppid=26759 vsize=809124 CPUtime=1798.59
/proc/26761/task/26763/stat : 26763 (java) R 26759 26761 26664 0 -1 64 17354 0 1 0 179832 27 0 0 25 0 13 0 24974711 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4109652762 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26764] ppid=26759 vsize=809124 CPUtime=0.1
/proc/26761/task/26764/stat : 26764 (java) S 26759 26761 26664 0 -1 64 5544 0 0 0 8 2 0 0 18 0 13 0 24974712 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26765] ppid=26759 vsize=809124 CPUtime=0.09
/proc/26761/task/26765/stat : 26765 (java) S 26759 26761 26664 0 -1 64 5416 0 0 0 6 3 0 0 17 0 13 0 24974712 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26766] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26766/stat : 26766 (java) S 26759 26761 26664 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 24974714 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26767] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26767/stat : 26767 (java) S 26759 26761 26664 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 24974714 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26768] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26768/stat : 26768 (java) S 26759 26761 26664 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24974714 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26769] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26769/stat : 26769 (java) S 26759 26761 26664 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24974718 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26770] ppid=26759 vsize=809124 CPUtime=0.02
/proc/26761/task/26770/stat : 26770 (java) S 26759 26761 26664 0 -1 64 239 0 0 0 2 0 0 0 17 0 13 0 24974718 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26771] ppid=26759 vsize=809124 CPUtime=1.22
/proc/26761/task/26771/stat : 26771 (java) S 26759 26761 26664 0 -1 64 2811 0 0 0 121 1 0 0 17 0 13 0 24974718 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26772] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26772/stat : 26772 (java) S 26759 26761 26664 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24974718 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26773] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26773/stat : 26773 (java) S 26759 26761 26664 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24974719 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26774] ppid=26759 vsize=809124 CPUtime=0
/proc/26761/task/26774/stat : 26774 (java) S 26759 26761 26664 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 24974848 828542976 28709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 809124

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

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

[startup+1800.81 s]
/proc/loadavg: 2.02 2.06 2.03 3/87 26929
/proc/meminfo: memFree=1794160/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=809772 CPUtime=1800.28
/proc/26761/stat : 26761 (java) S 26759 26761 26664 0 -1 0 32138 0 1 0 179992 36 0 0 16 0 15 0 24974710 829206528 28730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26761/statm: 202443 28730 1441 9 0 199770 0
[pid=26761/tid=26763] ppid=26759 vsize=809772 CPUtime=1798.69
/proc/26761/task/26763/stat : 26763 (java) R 26759 26761 26664 0 -1 64 17354 0 1 0 179842 27 0 0 25 0 15 0 24974711 829206528 28730 996147200 134512640 134550932 4294956016 18446744073709551615 4109652968 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26764] ppid=26759 vsize=809772 CPUtime=0.1
/proc/26761/task/26764/stat : 26764 (java) S 26759 26761 26664 0 -1 64 5544 0 0 0 8 2 0 0 18 0 15 0 24974712 829206528 28730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26765] ppid=26759 vsize=809772 CPUtime=0.09
/proc/26761/task/26765/stat : 26765 (java) S 26759 26761 26664 0 -1 64 5416 0 0 0 6 3 0 0 17 0 15 0 24974712 829206528 28730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26766] ppid=26759 vsize=809772 CPUtime=0
/proc/26761/task/26766/stat : 26766 (java) S 26759 26761 26664 0 -1 64 9 0 0 0 0 0 0 0 16 0 15 0 24974714 829206528 28730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26767] ppid=26759 vsize=809772 CPUtime=0
/proc/26761/task/26767/stat : 26767 (java) S 26759 26761 26664 0 -1 64 11 0 0 0 0 0 0 0 17 0 15 0 24974714 829206528 28730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26768] ppid=26759 vsize=809772 CPUtime=0
/proc/26761/task/26768/stat : 26768 (java) S 26759 26761 26664 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 24974714 829206528 28730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26769] ppid=26759 vsize=809772 CPUtime=0
/proc/26761/task/26769/stat : 26769 (java) S 26759 26761 26664 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 24974718 829206528 28730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26761/tid=26770] ppid=26759 vsize=809772 CPUtime=0.02
/proc/26761/task/26770/stat : 26770 (java) S 26759 26761 26664 0 -1 64 239 0 0 0 2 0 0 0 17 0 15 0 24974718 829206528 28730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26771] ppid=26759 vsize=809772 CPUtime=1.26
/proc/26761/task/26771/stat : 26771 (java) R 26759 26761 26664 0 -1 64 2814 0 0 0 125 1 0 0 16 0 15 0 24974718 829206528 28730 996147200 134512640 134550932 4294956016 18446744073709551615 102092513 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26761/tid=26772] ppid=26759 vsize=809772 CPUtime=0
/proc/26761/task/26772/stat : 26772 (java) S 26759 26761 26664 0 -1 64 0 0 0 0 0 0 0 0 25 0 15 0 24974718 829206528 28730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26773] ppid=26759 vsize=809772 CPUtime=0
/proc/26761/task/26773/stat : 26773 (java) S 26759 26761 26664 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 24974719 829206528 28730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26761/tid=26774] ppid=26759 vsize=809772 CPUtime=0
/proc/26761/task/26774/stat : 26774 (java) S 26759 26761 26664 0 -1 64 4 0 0 0 0 0 0 0 24 0 15 0 24974848 829206528 28730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 809772

[startup+1800.9 s]
/proc/loadavg: 2.02 2.06 2.03 3/87 26929
/proc/meminfo: memFree=1794160/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=0 CPUtime=1800.4
/proc/26761/stat : 26761 (java) Z 26759 26761 26664 0 -1 1036 32143 0 1 0 180003 37 0 0 16 0 2 0 24974710 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26761/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1800.91
CPU time (s): 1800.42
CPU user time (s): 1800.03
CPU system time (s): 0.384941
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 810040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.03
system time used= 0.384941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32143
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= 37027
involuntary context switches= 53643

runsolver used 2.31565 second user time and 5.9161 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 08:11:13
IDJOB=2084495
IDBENCH=58085
IDSOLVER=731
FILE ID=node7/2084495-1247379073
PBS_JOBID= 9507104
Free space on /tmp= 66136 MiB

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

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

MD5SUM BENCH= 4e9947661c937a66df0f73a5c98437a3
RANDOM SEED=537660249

node7.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1675712 kB
Buffers:          4644 kB
Cached:          51864 kB
SwapCached:          0 kB
Active:         312068 kB
Inactive:        16208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1675712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1224 kB
Writeback:           0 kB
Mapped:         289548 kB
Slab:            36724 kB
Committed_AS:   928496 kB
PageTables:       2360 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= 66132 MiB
End job on node7 at 2009-07-12 08:41:16