Trace number 2074738

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.07 1815.96

General information on the benchmark

Namecsp/mknap/
normalized-mknap-1-6.xml
MD5SUMb9fcfdee9366954401d31ec60de31e98
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 benchmark432.922
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints6
Maximum constraint arity50
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6
Global constraints used (with number of constraints)

Solver Data

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

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-2074738-1247359303/watcher-2074738-1247359303 -o /tmp/evaluation-result-2074738-1247359303/solver-2074738-1247359303 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2074738-1247359303.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.52 1.88 1.96 3/82 17958
/proc/meminfo: memFree=1519184/2055920 swapFree=4192812/4192956
[pid=17958] ppid=17956 vsize=18576 CPUtime=0
/proc/17958/stat : 17958 (runsolver) R 17956 17958 16717 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 22996589 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 233588714791 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/17958/statm: 4644 284 249 26 0 2626 0

[startup+0.0738569 s]
/proc/loadavg: 1.52 1.88 1.96 3/82 17958
/proc/meminfo: memFree=1519184/2055920 swapFree=4192812/4192956
[pid=17958] ppid=17956 vsize=802032 CPUtime=0.04
/proc/17958/stat : 17958 (java) S 17956 17958 16717 0 -1 0 2637 0 1 0 3 1 0 0 20 0 7 0 22996589 821280768 2382 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/17958/statm: 200508 2382 1019 9 0 197859 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802032

[startup+0.101705 s]
/proc/loadavg: 1.52 1.88 1.96 3/82 17958
/proc/meminfo: memFree=1519184/2055920 swapFree=4192812/4192956
[pid=17958] ppid=17956 vsize=802164 CPUtime=0.06
/proc/17958/stat : 17958 (java) S 17956 17958 16717 0 -1 0 2851 0 1 0 5 1 0 0 20 0 7 0 22996589 821415936 2596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/17958/statm: 200541 2596 1039 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.301746 s]
/proc/loadavg: 1.52 1.88 1.96 3/82 17958
/proc/meminfo: memFree=1519184/2055920 swapFree=4192812/4192956
[pid=17958] ppid=17956 vsize=805896 CPUtime=0.26
/proc/17958/stat : 17958 (java) S 17956 17958 16717 0 -1 0 4264 0 1 0 24 2 0 0 20 0 12 0 22996589 825237504 4001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17958/statm: 201474 4001 1358 9 0 198801 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 805896

[startup+0.70182 s]
/proc/loadavg: 1.52 1.88 1.96 3/82 17958
/proc/meminfo: memFree=1519184/2055920 swapFree=4192812/4192956
[pid=17958] ppid=17956 vsize=807312 CPUtime=0.66
/proc/17958/stat : 17958 (java) S 17956 17958 16717 0 -1 0 6178 0 1 0 62 4 0 0 20 0 12 0 22996589 826687488 5565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17958/statm: 201828 5565 1384 9 0 199155 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 807312

[startup+1.50297 s]
/proc/loadavg: 1.56 1.88 1.96 4/94 17970
/proc/meminfo: memFree=1500208/2055920 swapFree=4192812/4192956
[pid=17958] ppid=17956 vsize=807440 CPUtime=1.45
/proc/17958/stat : 17958 (java) S 17956 17958 16717 0 -1 0 10065 0 1 0 140 5 0 0 20 0 12 0 22996589 826818560 7873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17958/statm: 201860 7873 1426 9 0 199187 0
[pid=17958/tid=17960] ppid=17956 vsize=807440 CPUtime=0.86
/proc/17958/task/17960/stat : 17960 (java) R 17956 17958 16717 0 -1 64 6526 0 1 0 82 4 0 0 25 0 12 0 22996591 826818560 7873 996147200 134512640 134550932 4294956016 18446744073709551615 4109139583 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17961] ppid=17956 vsize=807440 CPUtime=0
/proc/17958/task/17961/stat : 17961 (java) S 17956 17958 16717 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 22996592 826818560 7873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17962] ppid=17956 vsize=807440 CPUtime=0
/proc/17958/task/17962/stat : 17962 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22996592 826818560 7873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17963] ppid=17956 vsize=807440 CPUtime=0
/proc/17958/task/17963/stat : 17963 (java) S 17956 17958 16717 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22996594 826818560 7873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17964] ppid=17956 vsize=807440 CPUtime=0
/proc/17958/task/17964/stat : 17964 (java) S 17956 17958 16717 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 22996594 826818560 7873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17965] ppid=17956 vsize=807440 CPUtime=0
/proc/17958/task/17965/stat : 17965 (java) S 17956 17958 16717 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 22996594 826818560 7873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17966] ppid=17956 vsize=807440 CPUtime=0
/proc/17958/task/17966/stat : 17966 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22996601 826818560 7873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17967] ppid=17956 vsize=807440 CPUtime=0.04
/proc/17958/task/17967/stat : 17967 (java) S 17956 17958 16717 0 -1 64 282 0 0 0 4 0 0 0 17 0 12 0 22996601 826818560 7873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17968] ppid=17956 vsize=807440 CPUtime=0.52
/proc/17958/task/17968/stat : 17968 (java) S 17956 17958 16717 0 -1 64 2512 0 0 0 52 0 0 0 16 0 12 0 22996601 826818560 7873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17969] ppid=17956 vsize=807440 CPUtime=0
/proc/17958/task/17969/stat : 17969 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22996601 826818560 7873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17970] ppid=17956 vsize=807440 CPUtime=0
/proc/17958/task/17970/stat : 17970 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22996601 826818560 7873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 807440

[startup+3.10225 s]
/proc/loadavg: 1.56 1.88 1.96 3/94 17970
/proc/meminfo: memFree=1468976/2055920 swapFree=4192812/4192956
[pid=17958] ppid=17956 vsize=816316 CPUtime=3.03
/proc/17958/stat : 17958 (java) S 17956 17958 16717 0 -1 0 23249 0 1 0 292 11 0 0 20 0 12 0 22996589 835907584 20560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17958/statm: 204079 20560 1434 9 0 201406 0
[pid=17958/tid=17960] ppid=17956 vsize=816316 CPUtime=1.92
/proc/17958/task/17960/stat : 17960 (java) R 17956 17958 16717 0 -1 64 17398 0 1 0 184 8 0 0 25 0 12 0 22996591 835907584 20560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17961] ppid=17956 vsize=816316 CPUtime=0
/proc/17958/task/17961/stat : 17961 (java) S 17956 17958 16717 0 -1 64 142 0 0 0 0 0 0 0 17 0 12 0 22996592 835907584 20560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17962] ppid=17956 vsize=816316 CPUtime=0
/proc/17958/task/17962/stat : 17962 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 22996592 835907584 20560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17963] ppid=17956 vsize=816316 CPUtime=0
/proc/17958/task/17963/stat : 17963 (java) S 17956 17958 16717 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 22996594 835907584 20560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17964] ppid=17956 vsize=816316 CPUtime=0
/proc/17958/task/17964/stat : 17964 (java) S 17956 17958 16717 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 22996594 835907584 20560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17965] ppid=17956 vsize=816316 CPUtime=0
/proc/17958/task/17965/stat : 17965 (java) S 17956 17958 16717 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 22996594 835907584 20560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17966] ppid=17956 vsize=816316 CPUtime=0
/proc/17958/task/17966/stat : 17966 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22996601 835907584 20560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17967] ppid=17956 vsize=816316 CPUtime=0.07
/proc/17958/task/17967/stat : 17967 (java) S 17956 17958 16717 0 -1 64 297 0 0 0 7 0 0 0 17 0 12 0 22996601 835907584 20560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17968] ppid=17956 vsize=816316 CPUtime=1
/proc/17958/task/17968/stat : 17968 (java) R 17956 17958 16717 0 -1 64 4661 0 0 0 99 1 0 0 20 0 12 0 22996601 835907584 20560 996147200 134512640 134550932 4294956016 18446744073709551615 103979090 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17969] ppid=17956 vsize=816316 CPUtime=0
/proc/17958/task/17969/stat : 17969 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22996601 835907584 20560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17970] ppid=17956 vsize=816316 CPUtime=0
/proc/17958/task/17970/stat : 17970 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22996601 835907584 20560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 816316

[startup+6.30283 s]
/proc/loadavg: 1.56 1.88 1.96 5/94 17970
/proc/meminfo: memFree=1428528/2055920 swapFree=4192812/4192956
[pid=17958] ppid=17956 vsize=825564 CPUtime=6.2
/proc/17958/stat : 17958 (java) S 17956 17958 16717 0 -1 0 28477 0 1 0 607 13 0 0 20 0 12 0 22996589 845377536 23527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17958/statm: 206391 23527 1436 9 0 203718 0
[pid=17958/tid=17960] ppid=17956 vsize=825564 CPUtime=3.75
/proc/17958/task/17960/stat : 17960 (java) R 17956 17958 16717 0 -1 64 17401 0 1 0 367 8 0 0 25 0 12 0 22996591 845377536 23527 996147200 134512640 134550932 4294956016 18446744073709551615 4109542927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17961] ppid=17956 vsize=825564 CPUtime=0
/proc/17958/task/17961/stat : 17961 (java) S 17956 17958 16717 0 -1 64 142 0 0 0 0 0 0 0 16 0 12 0 22996592 845377536 23527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17962] ppid=17956 vsize=825564 CPUtime=0
/proc/17958/task/17962/stat : 17962 (java) S 17956 17958 16717 0 -1 64 136 0 0 0 0 0 0 0 16 0 12 0 22996592 845377536 23527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17963] ppid=17956 vsize=825564 CPUtime=0
/proc/17958/task/17963/stat : 17963 (java) S 17956 17958 16717 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 22996594 845377536 23527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17964] ppid=17956 vsize=825564 CPUtime=0
/proc/17958/task/17964/stat : 17964 (java) S 17956 17958 16717 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22996594 845377536 23527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17965] ppid=17956 vsize=825564 CPUtime=0
/proc/17958/task/17965/stat : 17965 (java) S 17956 17958 16717 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22996594 845377536 23527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17966] ppid=17956 vsize=825564 CPUtime=0
/proc/17958/task/17966/stat : 17966 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22996601 845377536 23527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17967] ppid=17956 vsize=825564 CPUtime=0.07
/proc/17958/task/17967/stat : 17967 (java) S 17956 17958 16717 0 -1 64 297 0 0 0 7 0 0 0 17 0 12 0 22996601 845377536 23527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17968] ppid=17956 vsize=825564 CPUtime=2.32
/proc/17958/task/17968/stat : 17968 (java) S 17956 17958 16717 0 -1 64 9739 0 0 0 229 3 0 0 25 0 12 0 22996601 845377536 23527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17969] ppid=17956 vsize=825564 CPUtime=0
/proc/17958/task/17969/stat : 17969 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22996601 845377536 23527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17970] ppid=17956 vsize=825564 CPUtime=0
/proc/17958/task/17970/stat : 17970 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22996601 845377536 23527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 825564

[startup+12.703 s]
/proc/loadavg: 1.70 1.90 1.96 3/94 17970
/proc/meminfo: memFree=1426032/2055920 swapFree=4192812/4192956
[pid=17958] ppid=17956 vsize=811856 CPUtime=12.54
/proc/17958/stat : 17958 (java) S 17956 17958 16717 0 -1 0 32777 0 1 0 1238 16 0 0 20 0 12 0 22996589 831340544 24462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17958/statm: 202964 24462 1436 9 0 200291 0
[pid=17958/tid=17960] ppid=17956 vsize=811856 CPUtime=10.08
/proc/17958/task/17960/stat : 17960 (java) R 17956 17958 16717 0 -1 64 21413 0 1 0 997 11 0 0 25 0 12 0 22996591 831340544 24462 996147200 134512640 134550932 4294956016 18446744073709551615 4109561968 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17961] ppid=17956 vsize=811856 CPUtime=0.01
/proc/17958/task/17961/stat : 17961 (java) S 17956 17958 16717 0 -1 64 378 0 0 0 1 0 0 0 16 0 12 0 22996592 831340544 24462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17962] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17962/stat : 17962 (java) S 17956 17958 16717 0 -1 64 183 0 0 0 0 0 0 0 16 0 12 0 22996592 831340544 24462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17963] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17963/stat : 17963 (java) S 17956 17958 16717 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 22996594 831340544 24462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17964] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17964/stat : 17964 (java) S 17956 17958 16717 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22996594 831340544 24462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17965] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17965/stat : 17965 (java) S 17956 17958 16717 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22996594 831340544 24462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17966] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17966/stat : 17966 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22996601 831340544 24462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17967] ppid=17956 vsize=811856 CPUtime=0.07
/proc/17958/task/17967/stat : 17967 (java) S 17956 17958 16717 0 -1 64 297 0 0 0 7 0 0 0 17 0 12 0 22996601 831340544 24462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17968] ppid=17956 vsize=811856 CPUtime=2.32
/proc/17958/task/17968/stat : 17968 (java) S 17956 17958 16717 0 -1 64 9739 0 0 0 229 3 0 0 25 0 12 0 22996601 831340544 24462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17969] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17969/stat : 17969 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22996601 831340544 24462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17970] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17970/stat : 17970 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22996601 831340544 24462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 811856

[startup+25.5013 s]
/proc/loadavg: 1.75 1.90 1.96 3/94 17970
/proc/meminfo: memFree=1425776/2055920 swapFree=4192812/4192956
[pid=17958] ppid=17956 vsize=811856 CPUtime=25.18
/proc/17958/stat : 17958 (java) S 17956 17958 16717 0 -1 0 32877 0 1 0 2502 16 0 0 20 0 12 0 22996589 831340544 24545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17958/statm: 202964 24545 1436 9 0 200291 0
[pid=17958/tid=17960] ppid=17956 vsize=811856 CPUtime=22.71
/proc/17958/task/17960/stat : 17960 (java) R 17956 17958 16717 0 -1 64 21492 0 1 0 2260 11 0 0 25 0 12 0 22996591 831340544 24545 996147200 134512640 134550932 4294956016 18446744073709551615 4109553186 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17961] ppid=17956 vsize=811856 CPUtime=0.01
/proc/17958/task/17961/stat : 17961 (java) S 17956 17958 16717 0 -1 64 388 0 0 0 1 0 0 0 16 0 12 0 22996592 831340544 24545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17962] ppid=17956 vsize=811856 CPUtime=0.01
/proc/17958/task/17962/stat : 17962 (java) S 17956 17958 16717 0 -1 64 194 0 0 0 1 0 0 0 16 0 12 0 22996592 831340544 24545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17963] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17963/stat : 17963 (java) S 17956 17958 16717 0 -1 64 25 0 0 0 0 0 0 0 15 0 12 0 22996594 831340544 24545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17964] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17964/stat : 17964 (java) S 17956 17958 16717 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22996594 831340544 24545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17965] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17965/stat : 17965 (java) S 17956 17958 16717 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22996594 831340544 24545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17966] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17966/stat : 17966 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22996601 831340544 24545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17967] ppid=17956 vsize=811856 CPUtime=0.07

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

[pid=17958/tid=17969] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17969/stat : 17969 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22996601 831340544 26677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17970] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17970/stat : 17970 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22996601 831340544 26677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.49
Current children cumulated vsize (KiB) 811856

[startup+1662.3 s]
/proc/loadavg: 2.04 1.99 1.97 3/93 18031
/proc/meminfo: memFree=1703848/2055920 swapFree=4192812/4192956
[pid=17958] ppid=17956 vsize=811856 CPUtime=1647.18
/proc/17958/stat : 17958 (java) S 17956 17958 16717 0 -1 0 37180 0 1 0 164669 49 0 0 20 0 12 0 22996589 831340544 26755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17958/statm: 202964 26755 1436 9 0 200291 0
[pid=17958/tid=17960] ppid=17956 vsize=811856 CPUtime=1643.28
/proc/17958/task/17960/stat : 17960 (java) R 17956 17958 16717 0 -1 64 23676 0 1 0 164305 23 0 0 25 0 12 0 22996591 831340544 26755 996147200 134512640 134550932 4294956016 18446744073709551615 4109561549 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17961] ppid=17956 vsize=811856 CPUtime=0.49
/proc/17958/task/17961/stat : 17961 (java) S 17956 17958 16717 0 -1 64 1448 0 0 0 47 2 0 0 16 0 12 0 22996592 831340544 26755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17962] ppid=17956 vsize=811856 CPUtime=0.47
/proc/17958/task/17962/stat : 17962 (java) S 17956 17958 16717 0 -1 64 1253 0 0 0 45 2 0 0 15 0 12 0 22996592 831340544 26755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17963] ppid=17956 vsize=811856 CPUtime=0.48
/proc/17958/task/17963/stat : 17963 (java) S 17956 17958 16717 0 -1 64 25 0 0 0 32 16 0 0 15 0 12 0 22996594 831340544 26755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17964] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17964/stat : 17964 (java) S 17956 17958 16717 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22996594 831340544 26755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17965] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17965/stat : 17965 (java) S 17956 17958 16717 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22996594 831340544 26755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17966] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17966/stat : 17966 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22996601 831340544 26755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17967] ppid=17956 vsize=811856 CPUtime=0.07
/proc/17958/task/17967/stat : 17967 (java) S 17956 17958 16717 0 -1 64 297 0 0 0 7 0 0 0 17 0 12 0 22996601 831340544 26755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17968] ppid=17956 vsize=811856 CPUtime=2.32
/proc/17958/task/17968/stat : 17968 (java) S 17956 17958 16717 0 -1 64 9739 0 0 0 229 3 0 0 25 0 12 0 22996601 831340544 26755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17969] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17969/stat : 17969 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22996601 831340544 26755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17970] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17970/stat : 17970 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22996601 831340544 26755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1647.18
Current children cumulated vsize (KiB) 811856

[startup+1722.3 s]
/proc/loadavg: 2.01 1.99 1.97 3/93 18031
/proc/meminfo: memFree=1702888/2055920 swapFree=4192812/4192956
[pid=17958] ppid=17956 vsize=811856 CPUtime=1706.88
/proc/17958/stat : 17958 (java) S 17956 17958 16717 0 -1 0 37338 0 1 0 170637 51 0 0 20 0 12 0 22996589 831340544 26835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17958/statm: 202964 26835 1436 9 0 200291 0
[pid=17958/tid=17960] ppid=17956 vsize=811856 CPUtime=1702.9
/proc/17958/task/17960/stat : 17960 (java) R 17956 17958 16717 0 -1 64 23754 0 1 0 170267 23 0 0 25 0 12 0 22996591 831340544 26835 996147200 134512640 134550932 4294956016 18446744073709551615 4109543015 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17961] ppid=17956 vsize=811856 CPUtime=0.51
/proc/17958/task/17961/stat : 17961 (java) S 17956 17958 16717 0 -1 64 1488 0 0 0 49 2 0 0 16 0 12 0 22996592 831340544 26835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17962] ppid=17956 vsize=811856 CPUtime=0.49
/proc/17958/task/17962/stat : 17962 (java) S 17956 17958 16717 0 -1 64 1293 0 0 0 47 2 0 0 15 0 12 0 22996592 831340544 26835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17963] ppid=17956 vsize=811856 CPUtime=0.5
/proc/17958/task/17963/stat : 17963 (java) S 17956 17958 16717 0 -1 64 25 0 0 0 33 17 0 0 15 0 12 0 22996594 831340544 26835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17964] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17964/stat : 17964 (java) S 17956 17958 16717 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22996594 831340544 26835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17965] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17965/stat : 17965 (java) S 17956 17958 16717 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22996594 831340544 26835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17966] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17966/stat : 17966 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22996601 831340544 26835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17967] ppid=17956 vsize=811856 CPUtime=0.07
/proc/17958/task/17967/stat : 17967 (java) S 17956 17958 16717 0 -1 64 297 0 0 0 7 0 0 0 17 0 12 0 22996601 831340544 26835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17968] ppid=17956 vsize=811856 CPUtime=2.32
/proc/17958/task/17968/stat : 17968 (java) S 17956 17958 16717 0 -1 64 9739 0 0 0 229 3 0 0 25 0 12 0 22996601 831340544 26835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17969] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17969/stat : 17969 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22996601 831340544 26835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17970] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17970/stat : 17970 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22996601 831340544 26835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.88
Current children cumulated vsize (KiB) 811856

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.97 3/93 18031
/proc/meminfo: memFree=1702440/2055920 swapFree=4192812/4192956
[pid=17958] ppid=17956 vsize=811856 CPUtime=1766.58
/proc/17958/stat : 17958 (java) S 17956 17958 16717 0 -1 0 37494 0 1 0 176606 52 0 0 20 0 12 0 22996589 831340544 26913 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17958/statm: 202964 26913 1436 9 0 200291 0
[pid=17958/tid=17960] ppid=17956 vsize=811856 CPUtime=1762.56
/proc/17958/task/17960/stat : 17960 (java) R 17956 17958 16717 0 -1 64 23832 0 1 0 176232 24 0 0 25 0 12 0 22996591 831340544 26913 996147200 134512640 134550932 4294956016 18446744073709551615 4109732863 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17961] ppid=17956 vsize=811856 CPUtime=0.53
/proc/17958/task/17961/stat : 17961 (java) S 17956 17958 16717 0 -1 64 1526 0 0 0 51 2 0 0 16 0 12 0 22996592 831340544 26913 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17962] ppid=17956 vsize=811856 CPUtime=0.51
/proc/17958/task/17962/stat : 17962 (java) S 17956 17958 16717 0 -1 64 1333 0 0 0 49 2 0 0 15 0 12 0 22996592 831340544 26913 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17963] ppid=17956 vsize=811856 CPUtime=0.51
/proc/17958/task/17963/stat : 17963 (java) S 17956 17958 16717 0 -1 64 25 0 0 0 34 17 0 0 15 0 12 0 22996594 831340544 26913 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17964] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17964/stat : 17964 (java) S 17956 17958 16717 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22996594 831340544 26913 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17965] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17965/stat : 17965 (java) S 17956 17958 16717 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22996594 831340544 26913 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17966] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17966/stat : 17966 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22996601 831340544 26913 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17967] ppid=17956 vsize=811856 CPUtime=0.07
/proc/17958/task/17967/stat : 17967 (java) S 17956 17958 16717 0 -1 64 297 0 0 0 7 0 0 0 17 0 12 0 22996601 831340544 26913 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17968] ppid=17956 vsize=811856 CPUtime=2.32
/proc/17958/task/17968/stat : 17968 (java) S 17956 17958 16717 0 -1 64 9739 0 0 0 229 3 0 0 25 0 12 0 22996601 831340544 26913 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17969] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17969/stat : 17969 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22996601 831340544 26913 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17970] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17970/stat : 17970 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22996601 831340544 26913 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.58
Current children cumulated vsize (KiB) 811856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.9 s]
/proc/loadavg: 2.00 1.99 1.97 3/93 18031
/proc/meminfo: memFree=1702312/2055920 swapFree=4192812/4192956
[pid=17958] ppid=17956 vsize=811856 CPUtime=1800.02
/proc/17958/stat : 17958 (java) S 17956 17958 16717 0 -1 0 37583 0 1 0 179949 53 0 0 20 0 12 0 22996589 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17958/statm: 202964 26958 1436 9 0 200291 0
[pid=17958/tid=17960] ppid=17956 vsize=811856 CPUtime=1795.96
/proc/17958/task/17960/stat : 17960 (java) R 17956 17958 16717 0 -1 64 23876 0 1 0 179572 24 0 0 25 0 12 0 22996591 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4109553199 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17961] ppid=17956 vsize=811856 CPUtime=0.54
/proc/17958/task/17961/stat : 17961 (java) S 17956 17958 16717 0 -1 64 1549 0 0 0 52 2 0 0 16 0 12 0 22996592 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17962] ppid=17956 vsize=811856 CPUtime=0.52
/proc/17958/task/17962/stat : 17962 (java) S 17956 17958 16717 0 -1 64 1355 0 0 0 50 2 0 0 15 0 12 0 22996592 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17963] ppid=17956 vsize=811856 CPUtime=0.53
/proc/17958/task/17963/stat : 17963 (java) S 17956 17958 16717 0 -1 64 25 0 0 0 35 18 0 0 15 0 12 0 22996594 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17964] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17964/stat : 17964 (java) S 17956 17958 16717 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22996594 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17965] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17965/stat : 17965 (java) S 17956 17958 16717 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22996594 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17966] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17966/stat : 17966 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22996601 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17967] ppid=17956 vsize=811856 CPUtime=0.07
/proc/17958/task/17967/stat : 17967 (java) S 17956 17958 16717 0 -1 64 297 0 0 0 7 0 0 0 17 0 12 0 22996601 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17968] ppid=17956 vsize=811856 CPUtime=2.32
/proc/17958/task/17968/stat : 17968 (java) S 17956 17958 16717 0 -1 64 9739 0 0 0 229 3 0 0 25 0 12 0 22996601 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17969] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17969/stat : 17969 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22996601 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17970] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17970/stat : 17970 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22996601 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 811856

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

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

[startup+1815.9 s]
/proc/loadavg: 2.00 1.99 1.97 3/93 18031
/proc/meminfo: memFree=1702312/2055920 swapFree=4192812/4192956
[pid=17958] ppid=17956 vsize=811856 CPUtime=1800.02
/proc/17958/stat : 17958 (java) S 17956 17958 16717 0 -1 0 37583 0 1 0 179949 53 0 0 20 0 12 0 22996589 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17958/statm: 202964 26958 1436 9 0 200291 0
[pid=17958/tid=17960] ppid=17956 vsize=811856 CPUtime=1795.96
/proc/17958/task/17960/stat : 17960 (java) R 17956 17958 16717 0 -1 64 23876 0 1 0 179572 24 0 0 25 0 12 0 22996591 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4109553199 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17961] ppid=17956 vsize=811856 CPUtime=0.54
/proc/17958/task/17961/stat : 17961 (java) S 17956 17958 16717 0 -1 64 1549 0 0 0 52 2 0 0 16 0 12 0 22996592 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17962] ppid=17956 vsize=811856 CPUtime=0.52
/proc/17958/task/17962/stat : 17962 (java) S 17956 17958 16717 0 -1 64 1355 0 0 0 50 2 0 0 15 0 12 0 22996592 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17963] ppid=17956 vsize=811856 CPUtime=0.53
/proc/17958/task/17963/stat : 17963 (java) S 17956 17958 16717 0 -1 64 25 0 0 0 35 18 0 0 15 0 12 0 22996594 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17964] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17964/stat : 17964 (java) S 17956 17958 16717 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22996594 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17965] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17965/stat : 17965 (java) S 17956 17958 16717 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22996594 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17966] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17966/stat : 17966 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22996601 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17967] ppid=17956 vsize=811856 CPUtime=0.07
/proc/17958/task/17967/stat : 17967 (java) S 17956 17958 16717 0 -1 64 297 0 0 0 7 0 0 0 17 0 12 0 22996601 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17968] ppid=17956 vsize=811856 CPUtime=2.32
/proc/17958/task/17968/stat : 17968 (java) S 17956 17958 16717 0 -1 64 9739 0 0 0 229 3 0 0 25 0 12 0 22996601 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17969] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17969/stat : 17969 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22996601 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17958/tid=17970] ppid=17956 vsize=811856 CPUtime=0
/proc/17958/task/17970/stat : 17970 (java) S 17956 17958 16717 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22996601 831340544 26958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 811856

Child status: 143
Real time (s): 1815.96
CPU time (s): 1800.07
CPU user time (s): 1799.52
CPU system time (s): 0.549916
CPU usage (%): 99.1252
Max. virtual memory (cumulated for all children) (KiB): 829596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 0.549916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37605
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= 70448
involuntary context switches= 90546

runsolver used 2.44263 second user time and 5.96109 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-12 02:41:43
IDJOB=2074738
IDBENCH=56129
IDSOLVER=731
FILE ID=node27/2074738-1247359303
PBS_JOBID= 9506954
Free space on /tmp= 66244 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/mknap/normalized-mknap-1-6.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2074738-1247359303/watcher-2074738-1247359303 -o /tmp/evaluation-result-2074738-1247359303/solver-2074738-1247359303 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2074738-1247359303.xml

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

MD5SUM BENCH= b9fcfdee9366954401d31ec60de31e98
RANDOM SEED=602770247

node27.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		: 2800.239
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	: 5521.40
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		: 2800.239
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:       1519664 kB
Buffers:         45160 kB
Cached:         159248 kB
SwapCached:          0 kB
Active:         431364 kB
Inactive:        53568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1519664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9528 kB
Writeback:           0 kB
Mapped:         301792 kB
Slab:            35804 kB
Committed_AS:   486244 kB
PageTables:       2448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66304 MiB
End job on node27 at 2009-07-12 03:12:01