Trace number 2068083

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.17 1813.2

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-bk4x3.xml
MD5SUM9e4a8c0c242f1add802d5e207da15cf3
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.211966
Satisfiable
(Un)Satisfiability was proved
Number of variables372
Number of constraints26
Maximum constraint arity120
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26
Global constraints used (with number of constraints)

Solver Data

0.14/0.51	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.14/0.51	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.51	c See www.sat4j.org for details.
0.14/0.51	c That software uses the Rhino library from the Mozilla project.
0.14/0.53	c version 2.1.1.v20090622
0.14/0.53	c sun.arch.data.model	32
0.14/0.53	c java.version	1.6.0_12
0.14/0.53	c os.name	Linux
0.14/0.53	c os.version	2.6.9-22.EL.rootsmp
0.14/0.53	c os.arch	i386
0.14/0.53	c Free memory 671000808
0.14/0.53	c Max memory 672137216
0.14/0.53	c Total memory 672137216
0.14/0.53	c Number of processors 2
0.24/0.62	c c --- Begin Solver configuration ---
0.24/0.62	c Stops conflict analysis at the first Unique Implication Point
0.24/0.62	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.24/0.62	c Learn all clauses as in MiniSAT
0.24/0.62	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.62	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.24/0.62	c Expensive reason simplification
0.24/0.62	c MiniSAT restarts strategy
0.24/0.62	c Memory based learned constraints deletion strategy
0.24/0.62	c timeout=2147483s
0.24/0.62	c DB Simplification allowed=false
0.24/0.62	c --- End Solver configuration ---
0.24/0.62	c solving HOME/instance-2068083-1247345966.xml
0.24/0.62	c reading problem ... 
0.44/0.95	c reading problem named null
0.44/0.95	c reading domains done.
0.44/0.96	c reading variables done.
0.54/1.07	c reading predicates  done.
0.93/1.42	c reading constraints
1800.07/1813.12	c starts		: 0
1800.07/1813.12	c conflicts		: 0
1800.07/1813.12	c decisions		: 0
1800.07/1813.12	c propagations		: 0
1800.07/1813.12	c inspects		: 0
1800.07/1813.12	c learnt literals	: 0
1800.07/1813.12	c learnt binary clauses	: 0
1800.07/1813.12	c learnt ternary clauses	: 0
1800.07/1813.12	c learnt clauses	: 0
1800.07/1813.12	c ignored clauses	: 0
1800.07/1813.12	c root simplifications	: 0
1800.07/1813.12	c removed literals (reason simplification)	: 0
1800.07/1813.12	c reason swapping (by a shorter reason)	: 0
1800.07/1813.12	c Calls to reduceDB	: 0
1800.07/1813.12	c speed (assignments/second)	: 0.0
1800.07/1813.12	c non guided choices	0
1800.07/1813.12	c learnt constraints type 
1800.07/1813.12	c constraints type 
1800.07/1813.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 242160
1800.07/1813.12	c org.sat4j.minisat.constraints.cnf.UnitClauses => 181
1800.07/1813.12	c org.sat4j.minisat.constraints.card.AtLeast => 191
1800.07/1813.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 191
1800.07/1813.12	s UNKNOWN
1800.07/1813.12	c Total wall clock time (in seconds) : 1812.499

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-2068083-1247345966/watcher-2068083-1247345966 -o /tmp/evaluation-result-2068083-1247345966/solver-2068083-1247345966 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068083-1247345966.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: 3.06 2.78 2.38 4/74 20070
/proc/meminfo: memFree=1411208/2055920 swapFree=4192812/4192956
[pid=20070] ppid=20068 vsize=18576 CPUtime=0
/proc/20070/stat : 20070 (runsolver) D 20068 20070 18246 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 21660462 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 264840473895 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/20070/statm: 4644 284 249 26 0 2626 0

[startup+0.0092619 s]
/proc/loadavg: 3.06 2.78 2.38 4/74 20070
/proc/meminfo: memFree=1411208/2055920 swapFree=4192812/4192956
[pid=20070] ppid=20068 vsize=18576 CPUtime=0
/proc/20070/stat : 20070 (runsolver) D 20068 20070 18246 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 21660462 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 264840473895 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/20070/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.102279 s]
/proc/loadavg: 3.06 2.78 2.38 4/74 20070
/proc/meminfo: memFree=1411208/2055920 swapFree=4192812/4192956
[pid=20070] ppid=20068 vsize=152 CPUtime=0
/proc/20070/stat : 20070 (java) R 20068 20070 18246 0 -1 0 199 0 5 0 0 0 0 0 18 0 1 0 21660462 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 11281188 0 0 4096 0 0 0 0 17 1 0 0
/proc/20070/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.301293 s]
/proc/loadavg: 3.06 2.78 2.38 4/74 20070
/proc/meminfo: memFree=1411208/2055920 swapFree=4192812/4192956
[pid=20070] ppid=20068 vsize=13496 CPUtime=0.02
/proc/20070/stat : 20070 (java) S 20068 20070 18246 0 -1 0 823 0 40 0 0 2 0 0 18 0 2 0 21660462 13819904 618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 3374 618 294 9 0 1200 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13496

[startup+0.702334 s]
/proc/loadavg: 3.06 2.78 2.38 4/74 20070
/proc/meminfo: memFree=1411208/2055920 swapFree=4192812/4192956
[pid=20070] ppid=20068 vsize=805628 CPUtime=0.29
/proc/20070/stat : 20070 (java) S 20068 20070 18246 0 -1 0 4203 0 45 0 23 6 0 0 18 0 12 0 21660462 824963072 3984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 201407 3984 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+1.50142 s]
/proc/loadavg: 3.06 2.78 2.38 4/86 20082
/proc/meminfo: memFree=1380776/2055920 swapFree=4192812/4192956
[pid=20070] ppid=20068 vsize=807296 CPUtime=1.02
/proc/20070/stat : 20070 (java) S 20068 20070 18246 0 -1 0 6851 0 45 0 94 8 0 0 18 0 12 0 21660462 826671104 6080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 201824 6080 1396 9 0 199151 0
[pid=20070/tid=20072] ppid=20068 vsize=807296 CPUtime=0.69
/proc/20070/task/20072/stat : 20072 (java) R 20068 20070 18246 0 -1 64 4802 0 10 0 64 5 0 0 19 0 12 0 21660480 826671104 6080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20073] ppid=20068 vsize=807296 CPUtime=0
/proc/20070/task/20073/stat : 20073 (java) S 20068 20070 18246 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 21660495 826671104 6080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20074] ppid=20068 vsize=807296 CPUtime=0
/proc/20070/task/20074/stat : 20074 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21660495 826671104 6080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20075] ppid=20068 vsize=807296 CPUtime=0
/proc/20070/task/20075/stat : 20075 (java) S 20068 20070 18246 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21660498 826671104 6080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20076] ppid=20068 vsize=807296 CPUtime=0
/proc/20070/task/20076/stat : 20076 (java) S 20068 20070 18246 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 21660498 826671104 6080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20068 vsize=807296 CPUtime=0
/proc/20070/task/20077/stat : 20077 (java) S 20068 20070 18246 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 21660498 826671104 6080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20078] ppid=20068 vsize=807296 CPUtime=0
/proc/20070/task/20078/stat : 20078 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21660507 826671104 6080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20079] ppid=20068 vsize=807296 CPUtime=0
/proc/20070/task/20079/stat : 20079 (java) S 20068 20070 18246 0 -1 64 13 0 0 0 0 0 0 0 21 0 12 0 21660507 826671104 6080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20080] ppid=20068 vsize=807296 CPUtime=0.3
/proc/20070/task/20080/stat : 20080 (java) R 20068 20070 18246 0 -1 64 1326 0 0 0 30 0 0 0 16 0 12 0 21660507 826671104 6080 996147200 134512640 134550932 4294956016 18446744073709551615 105542851 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20081] ppid=20068 vsize=807296 CPUtime=0
/proc/20070/task/20081/stat : 20081 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21660507 826671104 6080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20082] ppid=20068 vsize=807296 CPUtime=0
/proc/20070/task/20082/stat : 20082 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21660507 826671104 6080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 807296

[startup+3.10164 s]
/proc/loadavg: 2.97 2.77 2.38 3/86 20082
/proc/meminfo: memFree=1361384/2055920 swapFree=4192812/4192956
[pid=20070] ppid=20068 vsize=815512 CPUtime=2.62
/proc/20070/stat : 20070 (java) S 20068 20070 18246 0 -1 0 18579 0 45 0 248 14 0 0 18 0 12 0 21660462 835084288 15872 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 203878 15874 1430 9 0 201205 0
[pid=20070/tid=20072] ppid=20068 vsize=815512 CPUtime=1.38
/proc/20070/task/20072/stat : 20072 (java) R 20068 20070 18246 0 -1 64 12799 0 10 0 129 9 0 0 25 0 12 0 21660480 835084288 15874 996147200 134512640 134550932 4294956016 18446744073709551615 4109556403 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20073] ppid=20068 vsize=815512 CPUtime=0
/proc/20070/task/20073/stat : 20073 (java) S 20068 20070 18246 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 21660495 835084288 15875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20074] ppid=20068 vsize=815512 CPUtime=0
/proc/20070/task/20074/stat : 20074 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21660495 835084288 15875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20075] ppid=20068 vsize=815512 CPUtime=0
/proc/20070/task/20075/stat : 20075 (java) S 20068 20070 18246 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 21660498 835084288 15877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20076] ppid=20068 vsize=815512 CPUtime=0
/proc/20070/task/20076/stat : 20076 (java) S 20068 20070 18246 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 21660498 835084288 15878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20068 vsize=815512 CPUtime=0
/proc/20070/task/20077/stat : 20077 (java) S 20068 20070 18246 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 21660498 835084288 15879 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20078] ppid=20068 vsize=815512 CPUtime=0
/proc/20070/task/20078/stat : 20078 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21660507 835084288 15882 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20079] ppid=20068 vsize=815512 CPUtime=0.01
/proc/20070/task/20079/stat : 20079 (java) S 20068 20070 18246 0 -1 64 17 0 0 0 1 0 0 0 17 0 12 0 21660507 835084288 15883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20080] ppid=20068 vsize=815512 CPUtime=1.19
/proc/20070/task/20080/stat : 20080 (java) R 20068 20070 18246 0 -1 64 5065 0 0 0 117 2 0 0 19 0 12 0 21660507 835084288 15884 996147200 134512640 134550932 4294956016 18446744073709551615 104161253 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20081] ppid=20068 vsize=815512 CPUtime=0
/proc/20070/task/20081/stat : 20081 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21660507 835084288 15885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20082] ppid=20068 vsize=815512 CPUtime=0
/proc/20070/task/20082/stat : 20082 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21660507 835084288 15886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 815512

[startup+6.30291 s]
/proc/loadavg: 2.97 2.77 2.38 3/86 20082
/proc/meminfo: memFree=1282600/2055920 swapFree=4192812/4192956
[pid=20070] ppid=20068 vsize=819796 CPUtime=5.81
/proc/20070/stat : 20070 (java) S 20068 20070 18246 0 -1 0 27408 0 45 0 563 18 0 0 18 0 12 0 21660462 839471104 22595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 204949 22595 1439 9 0 202276 0
[pid=20070/tid=20072] ppid=20068 vsize=819796 CPUtime=3.93
/proc/20070/task/20072/stat : 20072 (java) R 20068 20070 18246 0 -1 64 17382 0 10 0 382 11 0 0 25 0 12 0 21660480 839471104 22595 996147200 134512640 134550932 4294956016 18446744073709551615 4109556958 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20073] ppid=20068 vsize=819796 CPUtime=0.01
/proc/20070/task/20073/stat : 20073 (java) S 20068 20070 18246 0 -1 64 387 0 0 0 1 0 0 0 16 0 12 0 21660495 839471104 22595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20074] ppid=20068 vsize=819796 CPUtime=0.01
/proc/20070/task/20074/stat : 20074 (java) S 20068 20070 18246 0 -1 64 311 0 0 0 1 0 0 0 16 0 12 0 21660495 839471104 22595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20075] ppid=20068 vsize=819796 CPUtime=0
/proc/20070/task/20075/stat : 20075 (java) S 20068 20070 18246 0 -1 64 40 0 0 0 0 0 0 0 16 0 12 0 21660498 839471104 22595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20076] ppid=20068 vsize=819796 CPUtime=0
/proc/20070/task/20076/stat : 20076 (java) S 20068 20070 18246 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21660498 839471104 22595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20068 vsize=819796 CPUtime=0
/proc/20070/task/20077/stat : 20077 (java) S 20068 20070 18246 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 21660498 839471104 22595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20078] ppid=20068 vsize=819796 CPUtime=0
/proc/20070/task/20078/stat : 20078 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21660507 839471104 22595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20079] ppid=20068 vsize=819796 CPUtime=0.01
/proc/20070/task/20079/stat : 20079 (java) S 20068 20070 18246 0 -1 64 17 0 0 0 1 0 0 0 17 0 12 0 21660507 839471104 22595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20080] ppid=20068 vsize=819796 CPUtime=1.79
/proc/20070/task/20080/stat : 20080 (java) S 20068 20070 18246 0 -1 64 8565 0 0 0 175 4 0 0 16 0 12 0 21660507 839471104 22595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20081] ppid=20068 vsize=819796 CPUtime=0
/proc/20070/task/20081/stat : 20081 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21660507 839471104 22595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20082] ppid=20068 vsize=819796 CPUtime=0
/proc/20070/task/20082/stat : 20082 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21660507 839471104 22595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 819796

[startup+12.7016 s]
/proc/loadavg: 2.82 2.74 2.38 3/86 20082
/proc/meminfo: memFree=1219688/2055920 swapFree=4192812/4192956
[pid=20070] ppid=20068 vsize=819764 CPUtime=12.18
/proc/20070/stat : 20070 (java) S 20068 20070 18246 0 -1 0 33209 0 45 0 1197 21 0 0 18 0 12 0 21660462 839438336 28377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 204941 28377 1439 9 0 202268 0
[pid=20070/tid=20072] ppid=20068 vsize=819764 CPUtime=10.14
/proc/20070/task/20072/stat : 20072 (java) R 20068 20070 18246 0 -1 64 20162 0 10 0 1002 12 0 0 25 0 12 0 21660480 839438336 28377 996147200 134512640 134550932 4294956016 18446744073709551615 4109126798 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20073] ppid=20068 vsize=819764 CPUtime=0.09
/proc/20070/task/20073/stat : 20073 (java) S 20068 20070 18246 0 -1 64 2719 0 0 0 9 0 0 0 16 0 12 0 21660495 839438336 28377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20074] ppid=20068 vsize=819764 CPUtime=0.04
/proc/20070/task/20074/stat : 20074 (java) S 20068 20070 18246 0 -1 64 996 0 0 0 4 0 0 0 16 0 12 0 21660495 839438336 28377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20075] ppid=20068 vsize=819764 CPUtime=0
/proc/20070/task/20075/stat : 20075 (java) S 20068 20070 18246 0 -1 64 41 0 0 0 0 0 0 0 16 0 12 0 21660498 839438336 28377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20076] ppid=20068 vsize=819764 CPUtime=0
/proc/20070/task/20076/stat : 20076 (java) S 20068 20070 18246 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21660498 839438336 28377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20068 vsize=819764 CPUtime=0
/proc/20070/task/20077/stat : 20077 (java) S 20068 20070 18246 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 21660498 839438336 28377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20078] ppid=20068 vsize=819764 CPUtime=0
/proc/20070/task/20078/stat : 20078 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21660507 839438336 28377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20079] ppid=20068 vsize=819764 CPUtime=0.01
/proc/20070/task/20079/stat : 20079 (java) S 20068 20070 18246 0 -1 64 17 0 0 0 1 0 0 0 17 0 12 0 21660507 839438336 28377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20080] ppid=20068 vsize=819764 CPUtime=1.83
/proc/20070/task/20080/stat : 20080 (java) S 20068 20070 18246 0 -1 64 8568 0 0 0 179 4 0 0 17 0 12 0 21660507 839438336 28377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20081] ppid=20068 vsize=819764 CPUtime=0
/proc/20070/task/20081/stat : 20081 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21660507 839438336 28377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20082] ppid=20068 vsize=819764 CPUtime=0
/proc/20070/task/20082/stat : 20082 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21660507 839438336 28377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 819764

[startup+25.5029 s]
/proc/loadavg: 2.78 2.73 2.38 3/86 20082
/proc/meminfo: memFree=1113704/2055920 swapFree=4192812/4192956
[pid=20070] ppid=20068 vsize=819764 CPUtime=24.93
/proc/20070/stat : 20070 (java) S 20068 20070 18246 0 -1 0 39004 0 45 0 2469 24 0 0 18 0 12 0 21660462 839438336 34151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 204941 34151 1439 9 0 202268 0
[pid=20070/tid=20072] ppid=20068 vsize=819764 CPUtime=22.57
/proc/20070/task/20072/stat : 20072 (java) R 20068 20070 18246 0 -1 64 20183 0 10 0 2245 12 0 0 25 0 12 0 21660480 839438336 34151 996147200 134512640 134550932 4294956016 18446744073709551615 4109574320 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20073] ppid=20068 vsize=819764 CPUtime=0.24
/proc/20070/task/20073/stat : 20073 (java) S 20068 20070 18246 0 -1 64 5315 0 0 0 22 2 0 0 16 0 12 0 21660495 839438336 34151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20074] ppid=20068 vsize=819764 CPUtime=0.2
/proc/20070/task/20074/stat : 20074 (java) S 20068 20070 18246 0 -1 64 4174 0 0 0 19 1 0 0 16 0 12 0 21660495 839438336 34151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20075] ppid=20068 vsize=819764 CPUtime=0
/proc/20070/task/20075/stat : 20075 (java) S 20068 20070 18246 0 -1 64 41 0 0 0 0 0 0 0 15 0 12 0 21660498 839438336 34151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20076] ppid=20068 vsize=819764 CPUtime=0
/proc/20070/task/20076/stat : 20076 (java) S 20068 20070 18246 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21660498 839438336 34151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20068 vsize=819764 CPUtime=0
/proc/20070/task/20077/stat : 20077 (java) S 20068 20070 18246 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 21660498 839438336 34151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20078] ppid=20068 vsize=819764 CPUtime=0
/proc/20070/task/20078/stat : 20078 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21660507 839438336 34151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20079] ppid=20068 vsize=819764 CPUtime=0.01

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

[pid=20070/tid=20081] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20081/stat : 20081 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21660507 850534400 38364 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20082] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20082/stat : 20082 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21660507 850534400 38364 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1591.25
Current children cumulated vsize (KiB) 830600

[startup+1662.3 s]
/proc/loadavg: 2.05 2.10 2.14 3/94 20130
/proc/meminfo: memFree=1759656/2055920 swapFree=4192812/4192956
[pid=20070] ppid=20068 vsize=830600 CPUtime=1650.68
/proc/20070/stat : 20070 (java) S 20068 20070 18246 0 -1 0 48581 0 45 0 165014 54 0 0 18 0 12 0 21660462 850534400 38410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 207650 38410 1439 9 0 204977 0
[pid=20070/tid=20072] ppid=20068 vsize=830600 CPUtime=1635.21
/proc/20070/task/20072/stat : 20072 (java) R 20068 20070 18246 0 -1 64 21303 0 10 0 163498 23 0 0 25 0 12 0 21660480 850534400 38410 996147200 134512640 134550932 4294956016 18446744073709551615 4109945843 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20073] ppid=20068 vsize=830600 CPUtime=2.48
/proc/20070/task/20073/stat : 20073 (java) S 20068 20070 18246 0 -1 64 6179 0 0 0 244 4 0 0 16 0 12 0 21660495 850534400 38410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20074] ppid=20068 vsize=830600 CPUtime=2.4
/proc/20070/task/20074/stat : 20074 (java) S 20068 20070 18246 0 -1 64 4905 0 0 0 235 5 0 0 17 0 12 0 21660495 850534400 38410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20075] ppid=20068 vsize=830600 CPUtime=0.35
/proc/20070/task/20075/stat : 20075 (java) S 20068 20070 18246 0 -1 64 41 0 0 0 23 12 0 0 15 0 12 0 21660498 850534400 38410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20076] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20076/stat : 20076 (java) S 20068 20070 18246 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21660498 850534400 38410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20077/stat : 20077 (java) S 20068 20070 18246 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 21660498 850534400 38410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20078] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20078/stat : 20078 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21660507 850534400 38410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20079] ppid=20068 vsize=830600 CPUtime=0.01
/proc/20070/task/20079/stat : 20079 (java) S 20068 20070 18246 0 -1 64 17 0 0 0 1 0 0 0 17 0 12 0 21660507 850534400 38410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20080] ppid=20068 vsize=830600 CPUtime=10.16
/proc/20070/task/20080/stat : 20080 (java) S 20068 20070 18246 0 -1 64 15430 0 0 0 1010 6 0 0 25 0 12 0 21660507 850534400 38410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20081] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20081/stat : 20081 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21660507 850534400 38410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20082] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20082/stat : 20082 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21660507 850534400 38410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1650.68
Current children cumulated vsize (KiB) 830600

[startup+1722.3 s]
/proc/loadavg: 2.02 2.08 2.13 3/94 20130
/proc/meminfo: memFree=1759464/2055920 swapFree=4192812/4192956
[pid=20070] ppid=20068 vsize=830600 CPUtime=1710.12
/proc/20070/stat : 20070 (java) S 20068 20070 18246 0 -1 0 48669 0 45 0 170957 55 0 0 18 0 12 0 21660462 850534400 38458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 207650 38458 1439 9 0 204977 0
[pid=20070/tid=20072] ppid=20068 vsize=830600 CPUtime=1694.48
/proc/20070/task/20072/stat : 20072 (java) R 20068 20070 18246 0 -1 64 21343 0 10 0 169425 23 0 0 25 0 12 0 21660480 850534400 38458 996147200 134512640 134550932 4294956016 18446744073709551615 4109574320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20073] ppid=20068 vsize=830600 CPUtime=2.56
/proc/20070/task/20073/stat : 20073 (java) S 20068 20070 18246 0 -1 64 6202 0 0 0 252 4 0 0 16 0 12 0 21660495 850534400 38458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20074] ppid=20068 vsize=830600 CPUtime=2.48
/proc/20070/task/20074/stat : 20074 (java) S 20068 20070 18246 0 -1 64 4930 0 0 0 243 5 0 0 17 0 12 0 21660495 850534400 38458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20075] ppid=20068 vsize=830600 CPUtime=0.36
/proc/20070/task/20075/stat : 20075 (java) S 20068 20070 18246 0 -1 64 41 0 0 0 24 12 0 0 15 0 12 0 21660498 850534400 38458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20076] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20076/stat : 20076 (java) S 20068 20070 18246 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21660498 850534400 38458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20077/stat : 20077 (java) S 20068 20070 18246 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 21660498 850534400 38458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20078] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20078/stat : 20078 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21660507 850534400 38458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20079] ppid=20068 vsize=830600 CPUtime=0.01
/proc/20070/task/20079/stat : 20079 (java) S 20068 20070 18246 0 -1 64 17 0 0 0 1 0 0 0 17 0 12 0 21660507 850534400 38458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20080] ppid=20068 vsize=830600 CPUtime=10.16
/proc/20070/task/20080/stat : 20080 (java) S 20068 20070 18246 0 -1 64 15430 0 0 0 1010 6 0 0 25 0 12 0 21660507 850534400 38458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20081] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20081/stat : 20081 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21660507 850534400 38458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20082] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20082/stat : 20082 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21660507 850534400 38458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1710.12
Current children cumulated vsize (KiB) 830600

[startup+1782.3 s]
/proc/loadavg: 2.00 2.06 2.12 3/94 20130
/proc/meminfo: memFree=1759080/2055920 swapFree=4192812/4192956
[pid=20070] ppid=20068 vsize=830600 CPUtime=1769.56
/proc/20070/stat : 20070 (java) S 20068 20070 18246 0 -1 0 48754 0 45 0 176900 56 0 0 18 0 12 0 21660462 850534400 38503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 207650 38503 1439 9 0 204977 0
[pid=20070/tid=20072] ppid=20068 vsize=830600 CPUtime=1753.74
/proc/20070/task/20072/stat : 20072 (java) R 20068 20070 18246 0 -1 64 21383 0 10 0 175350 24 0 0 25 0 12 0 21660480 850534400 38503 996147200 134512640 134550932 4294956016 18446744073709551615 4109098794 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20073] ppid=20068 vsize=830600 CPUtime=2.63
/proc/20070/task/20073/stat : 20073 (java) S 20068 20070 18246 0 -1 64 6227 0 0 0 259 4 0 0 16 0 12 0 21660495 850534400 38503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20074] ppid=20068 vsize=830600 CPUtime=2.57
/proc/20070/task/20074/stat : 20074 (java) S 20068 20070 18246 0 -1 64 4950 0 0 0 252 5 0 0 17 0 12 0 21660495 850534400 38503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20075] ppid=20068 vsize=830600 CPUtime=0.38
/proc/20070/task/20075/stat : 20075 (java) S 20068 20070 18246 0 -1 64 41 0 0 0 25 13 0 0 15 0 12 0 21660498 850534400 38503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20076] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20076/stat : 20076 (java) S 20068 20070 18246 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21660498 850534400 38503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20077/stat : 20077 (java) S 20068 20070 18246 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 21660498 850534400 38503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20078] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20078/stat : 20078 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21660507 850534400 38503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20079] ppid=20068 vsize=830600 CPUtime=0.01
/proc/20070/task/20079/stat : 20079 (java) S 20068 20070 18246 0 -1 64 17 0 0 0 1 0 0 0 17 0 12 0 21660507 850534400 38503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20080] ppid=20068 vsize=830600 CPUtime=10.16
/proc/20070/task/20080/stat : 20080 (java) S 20068 20070 18246 0 -1 64 15430 0 0 0 1010 6 0 0 25 0 12 0 21660507 850534400 38503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20081] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20081/stat : 20081 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21660507 850534400 38503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20082] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20082/stat : 20082 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21660507 850534400 38503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.56
Current children cumulated vsize (KiB) 830600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.1 s]
/proc/loadavg: 2.00 2.05 2.11 3/94 20130
/proc/meminfo: memFree=1759080/2055920 swapFree=4192812/4192956
[pid=20070] ppid=20068 vsize=830600 CPUtime=1800.07
/proc/20070/stat : 20070 (java) S 20068 20070 18246 0 -1 0 48798 0 45 0 179950 57 0 0 18 0 12 0 21660462 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 207650 38526 1439 9 0 204977 0
[pid=20070/tid=20072] ppid=20068 vsize=830600 CPUtime=1784.16
/proc/20070/task/20072/stat : 20072 (java) R 20068 20070 18246 0 -1 64 21404 0 10 0 178392 24 0 0 25 0 12 0 21660480 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4109946381 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20073] ppid=20068 vsize=830600 CPUtime=2.68
/proc/20070/task/20073/stat : 20073 (java) S 20068 20070 18246 0 -1 64 6239 0 0 0 264 4 0 0 17 0 12 0 21660495 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20074] ppid=20068 vsize=830600 CPUtime=2.61
/proc/20070/task/20074/stat : 20074 (java) S 20068 20070 18246 0 -1 64 4961 0 0 0 256 5 0 0 16 0 12 0 21660495 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20075] ppid=20068 vsize=830600 CPUtime=0.38
/proc/20070/task/20075/stat : 20075 (java) S 20068 20070 18246 0 -1 64 41 0 0 0 25 13 0 0 15 0 12 0 21660498 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20076] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20076/stat : 20076 (java) S 20068 20070 18246 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21660498 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20077/stat : 20077 (java) S 20068 20070 18246 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 21660498 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20078] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20078/stat : 20078 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21660507 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20079] ppid=20068 vsize=830600 CPUtime=0.01
/proc/20070/task/20079/stat : 20079 (java) S 20068 20070 18246 0 -1 64 17 0 0 0 1 0 0 0 17 0 12 0 21660507 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20080] ppid=20068 vsize=830600 CPUtime=10.16
/proc/20070/task/20080/stat : 20080 (java) S 20068 20070 18246 0 -1 64 15430 0 0 0 1010 6 0 0 25 0 12 0 21660507 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20081] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20081/stat : 20081 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21660507 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20082] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20082/stat : 20082 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21660507 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 830600

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

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

[startup+1813.1 s]
/proc/loadavg: 2.00 2.05 2.11 3/94 20130
/proc/meminfo: memFree=1759080/2055920 swapFree=4192812/4192956
[pid=20070] ppid=20068 vsize=830600 CPUtime=1800.07
/proc/20070/stat : 20070 (java) S 20068 20070 18246 0 -1 0 48798 0 45 0 179950 57 0 0 18 0 12 0 21660462 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 207650 38526 1439 9 0 204977 0
[pid=20070/tid=20072] ppid=20068 vsize=830600 CPUtime=1784.16
/proc/20070/task/20072/stat : 20072 (java) R 20068 20070 18246 0 -1 64 21404 0 10 0 178392 24 0 0 25 0 12 0 21660480 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4109946381 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20073] ppid=20068 vsize=830600 CPUtime=2.68
/proc/20070/task/20073/stat : 20073 (java) S 20068 20070 18246 0 -1 64 6239 0 0 0 264 4 0 0 17 0 12 0 21660495 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20074] ppid=20068 vsize=830600 CPUtime=2.61
/proc/20070/task/20074/stat : 20074 (java) S 20068 20070 18246 0 -1 64 4961 0 0 0 256 5 0 0 16 0 12 0 21660495 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20075] ppid=20068 vsize=830600 CPUtime=0.38
/proc/20070/task/20075/stat : 20075 (java) S 20068 20070 18246 0 -1 64 41 0 0 0 25 13 0 0 15 0 12 0 21660498 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20076] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20076/stat : 20076 (java) S 20068 20070 18246 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21660498 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20077/stat : 20077 (java) S 20068 20070 18246 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 21660498 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20078] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20078/stat : 20078 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21660507 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20079] ppid=20068 vsize=830600 CPUtime=0.01
/proc/20070/task/20079/stat : 20079 (java) S 20068 20070 18246 0 -1 64 17 0 0 0 1 0 0 0 17 0 12 0 21660507 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20080] ppid=20068 vsize=830600 CPUtime=10.16
/proc/20070/task/20080/stat : 20080 (java) S 20068 20070 18246 0 -1 64 15430 0 0 0 1010 6 0 0 25 0 12 0 21660507 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20081] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20081/stat : 20081 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21660507 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20082] ppid=20068 vsize=830600 CPUtime=0
/proc/20070/task/20082/stat : 20082 (java) S 20068 20070 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21660507 850534400 38526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 830600

Child status: 143
Real time (s): 1813.2
CPU time (s): 1800.17
CPU user time (s): 1799.56
CPU system time (s): 0.605907
CPU usage (%): 99.2815
Max. virtual memory (cumulated for all children) (KiB): 835664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.605907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48820
page faults= 45
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59063
involuntary context switches= 57018

runsolver used 2.29365 second user time and 5.99909 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-11 22:59:26
IDJOB=2068083
IDBENCH=54796
IDSOLVER=731
FILE ID=node44/2068083-1247345966
PBS_JOBID= 9506739
Free space on /tmp= 64956 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-bk4x3.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068083-1247345966/watcher-2068083-1247345966 -o /tmp/evaluation-result-2068083-1247345966/solver-2068083-1247345966 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068083-1247345966.xml

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

MD5SUM BENCH= 9e4a8c0c242f1add802d5e207da15cf3
RANDOM SEED=250059

node44.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.219
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.219
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:       1411944 kB
Buffers:          5780 kB
Cached:         131784 kB
SwapCached:          0 kB
Active:         481284 kB
Inactive:       111924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1411944 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:         466772 kB
Slab:            35080 kB
Committed_AS:   671028 kB
PageTables:       2832 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= 66380 MiB
End job on node44 at 2009-07-11 23:29:41