Trace number 2075574

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.09 1842.17

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-05-04.xml
MD5SUM788b701046cc86a830fe24448fd604e0
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 benchmark3.10853
Satisfiable
(Un)Satisfiability was proved
Number of variables9396
Number of constraints50603
Maximum constraint arity53
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension50603
Global constraints used (with number of constraints)

Solver Data

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

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-2075574-1247361711/watcher-2075574-1247361711 -o /tmp/evaluation-result-2075574-1247361711/solver-2075574-1247361711 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075574-1247361711.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.33 2.16 2.05 4/83 16863
/proc/meminfo: memFree=1266544/2055920 swapFree=4192812/4192956
[pid=16863] ppid=16861 vsize=18576 CPUtime=0
/proc/16863/stat : 16863 (runsolver) R 16861 16863 14786 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 23238860 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 206381313319 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/16863/statm: 4644 284 249 26 0 2626 0

[startup+0.0883571 s]
/proc/loadavg: 2.33 2.16 2.05 4/83 16863
/proc/meminfo: memFree=1266544/2055920 swapFree=4192812/4192956
[pid=16863] ppid=16861 vsize=802164 CPUtime=0.06
/proc/16863/stat : 16863 (java) S 16861 16863 14786 0 -1 0 2836 0 1 0 5 1 0 0 18 0 7 0 23238860 821415936 2581 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/16863/statm: 200541 2581 1039 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.101357 s]
/proc/loadavg: 2.33 2.16 2.05 4/83 16863
/proc/meminfo: memFree=1266544/2055920 swapFree=4192812/4192956
[pid=16863] ppid=16861 vsize=804360 CPUtime=0.08
/proc/16863/stat : 16863 (java) S 16861 16863 14786 0 -1 0 2945 0 1 0 6 2 0 0 18 0 12 0 23238860 823664640 2688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16863/statm: 201090 2688 1057 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804360

[startup+0.301398 s]
/proc/loadavg: 2.33 2.16 2.05 4/83 16863
/proc/meminfo: memFree=1266544/2055920 swapFree=4192812/4192956
[pid=16863] ppid=16861 vsize=805628 CPUtime=0.28
/proc/16863/stat : 16863 (java) S 16861 16863 14786 0 -1 0 4298 0 1 0 24 4 0 0 18 0 12 0 23238860 824963072 4035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16863/statm: 201407 4035 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701469 s]
/proc/loadavg: 2.33 2.16 2.05 4/83 16863
/proc/meminfo: memFree=1266544/2055920 swapFree=4192812/4192956
[pid=16863] ppid=16861 vsize=807184 CPUtime=0.67
/proc/16863/stat : 16863 (java) S 16861 16863 14786 0 -1 0 5428 0 1 0 63 4 0 0 18 0 12 0 23238860 826556416 4919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16863/statm: 201796 4919 1389 9 0 199123 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807184

[startup+1.50262 s]
/proc/loadavg: 2.33 2.16 2.05 3/95 16875
/proc/meminfo: memFree=1248016/2055920 swapFree=4192812/4192956
[pid=16863] ppid=16861 vsize=809980 CPUtime=1.47
/proc/16863/stat : 16863 (java) S 16861 16863 14786 0 -1 0 7364 0 1 0 142 5 0 0 18 0 12 0 23238860 829419520 5890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16863/statm: 202495 5890 1406 9 0 199822 0
[pid=16863/tid=16865] ppid=16861 vsize=809980 CPUtime=0.75
/proc/16863/task/16865/stat : 16865 (java) R 16861 16863 14786 0 -1 64 3766 0 1 0 72 3 0 0 23 0 12 0 23238862 829419520 5890 996147200 134512640 134550932 4294956016 18446744073709551615 4109137729 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16866] ppid=16861 vsize=809980 CPUtime=0
/proc/16863/task/16866/stat : 16866 (java) S 16861 16863 14786 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23238863 829419520 5890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16867] ppid=16861 vsize=809980 CPUtime=0
/proc/16863/task/16867/stat : 16867 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23238863 829419520 5890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16868] ppid=16861 vsize=809980 CPUtime=0
/proc/16863/task/16868/stat : 16868 (java) S 16861 16863 14786 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23238865 829419520 5890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16869] ppid=16861 vsize=809980 CPUtime=0
/proc/16863/task/16869/stat : 16869 (java) S 16861 16863 14786 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23238866 829419520 5890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16870] ppid=16861 vsize=809980 CPUtime=0
/proc/16863/task/16870/stat : 16870 (java) S 16861 16863 14786 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23238866 829419520 5890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16871] ppid=16861 vsize=809980 CPUtime=0
/proc/16863/task/16871/stat : 16871 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23238870 829419520 5890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16872] ppid=16861 vsize=809980 CPUtime=0
/proc/16863/task/16872/stat : 16872 (java) S 16861 16863 14786 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23238870 829419520 5890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16873] ppid=16861 vsize=809980 CPUtime=0.7
/proc/16863/task/16873/stat : 16873 (java) S 16861 16863 14786 0 -1 64 2840 0 0 0 69 1 0 0 18 0 12 0 23238870 829419520 5890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16874] ppid=16861 vsize=809980 CPUtime=0
/proc/16863/task/16874/stat : 16874 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23238870 829419520 5890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16875] ppid=16861 vsize=809980 CPUtime=0
/proc/16863/task/16875/stat : 16875 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23238871 829419520 5890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 809980

[startup+3.10291 s]
/proc/loadavg: 2.33 2.16 2.05 3/95 16875
/proc/meminfo: memFree=1238800/2055920 swapFree=4192812/4192956
[pid=16863] ppid=16861 vsize=809980 CPUtime=3.07
/proc/16863/stat : 16863 (java) S 16861 16863 14786 0 -1 0 11343 0 1 0 299 8 0 0 18 0 12 0 23238860 829419520 9866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16863/statm: 202495 9866 1423 9 0 199822 0
[pid=16863/tid=16865] ppid=16861 vsize=809980 CPUtime=1.53
/proc/16863/task/16865/stat : 16865 (java) R 16861 16863 14786 0 -1 64 7672 0 1 0 148 5 0 0 19 0 12 0 23238862 829419520 9866 996147200 134512640 134550932 4294956016 18446744073709551615 4109149741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16866] ppid=16861 vsize=809980 CPUtime=0
/proc/16863/task/16866/stat : 16866 (java) S 16861 16863 14786 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23238863 829419520 9866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16867] ppid=16861 vsize=809980 CPUtime=0
/proc/16863/task/16867/stat : 16867 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23238863 829419520 9866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16868] ppid=16861 vsize=809980 CPUtime=0
/proc/16863/task/16868/stat : 16868 (java) S 16861 16863 14786 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23238865 829419520 9866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16869] ppid=16861 vsize=809980 CPUtime=0
/proc/16863/task/16869/stat : 16869 (java) S 16861 16863 14786 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23238866 829419520 9866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16870] ppid=16861 vsize=809980 CPUtime=0
/proc/16863/task/16870/stat : 16870 (java) S 16861 16863 14786 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23238866 829419520 9866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16871] ppid=16861 vsize=809980 CPUtime=0
/proc/16863/task/16871/stat : 16871 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23238870 829419520 9866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16872] ppid=16861 vsize=809980 CPUtime=0
/proc/16863/task/16872/stat : 16872 (java) S 16861 16863 14786 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23238870 829419520 9866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16873] ppid=16861 vsize=809980 CPUtime=1.51
/proc/16863/task/16873/stat : 16873 (java) S 16861 16863 14786 0 -1 64 2913 0 0 0 150 1 0 0 17 0 12 0 23238870 829419520 9866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16874] ppid=16861 vsize=809980 CPUtime=0
/proc/16863/task/16874/stat : 16874 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23238870 829419520 9866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16875] ppid=16861 vsize=809980 CPUtime=0
/proc/16863/task/16875/stat : 16875 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23238871 829419520 9866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 809980

[startup+6.3025 s]
/proc/loadavg: 2.30 2.15 2.05 3/95 16875
/proc/meminfo: memFree=1194576/2055920 swapFree=4192812/4192956
[pid=16863] ppid=16861 vsize=813096 CPUtime=6.25
/proc/16863/stat : 16863 (java) S 16861 16863 14786 0 -1 0 18183 0 1 0 613 12 0 0 18 0 12 0 23238860 832610304 15930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16863/statm: 203274 15930 1435 9 0 200601 0
[pid=16863/tid=16865] ppid=16861 vsize=813096 CPUtime=2.64
/proc/16863/task/16865/stat : 16865 (java) R 16861 16863 14786 0 -1 64 12790 0 1 0 256 8 0 0 25 0 12 0 23238862 832610304 15930 996147200 134512640 134550932 4294956016 18446744073709551615 4110147390 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16866] ppid=16861 vsize=813096 CPUtime=0
/proc/16863/task/16866/stat : 16866 (java) S 16861 16863 14786 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23238863 832610304 15930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16867] ppid=16861 vsize=813096 CPUtime=0
/proc/16863/task/16867/stat : 16867 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23238863 832610304 15930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16868] ppid=16861 vsize=813096 CPUtime=0
/proc/16863/task/16868/stat : 16868 (java) S 16861 16863 14786 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23238865 832610304 15930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16869] ppid=16861 vsize=813096 CPUtime=0
/proc/16863/task/16869/stat : 16869 (java) S 16861 16863 14786 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23238866 832610304 15930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16870] ppid=16861 vsize=813096 CPUtime=0
/proc/16863/task/16870/stat : 16870 (java) S 16861 16863 14786 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23238866 832610304 15930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16871] ppid=16861 vsize=813096 CPUtime=0
/proc/16863/task/16871/stat : 16871 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23238870 832610304 15930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16872] ppid=16861 vsize=813096 CPUtime=0.17
/proc/16863/task/16872/stat : 16872 (java) S 16861 16863 14786 0 -1 64 38 0 0 0 17 0 0 0 17 0 12 0 23238870 832610304 15930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16873] ppid=16861 vsize=813096 CPUtime=3.4
/proc/16863/task/16873/stat : 16873 (java) S 16861 16863 14786 0 -1 64 4610 0 0 0 338 2 0 0 19 0 12 0 23238870 832610304 15930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16874] ppid=16861 vsize=813096 CPUtime=0
/proc/16863/task/16874/stat : 16874 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23238870 832610304 15930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16875] ppid=16861 vsize=813096 CPUtime=0
/proc/16863/task/16875/stat : 16875 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23238871 832610304 15930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 813096

[startup+12.7027 s]
/proc/loadavg: 2.28 2.15 2.05 3/95 16875
/proc/meminfo: memFree=1109720/2055920 swapFree=4192812/4192956
[pid=16863] ppid=16861 vsize=813064 CPUtime=12.65
/proc/16863/stat : 16863 (java) S 16861 16863 14786 0 -1 0 31398 0 1 0 1246 19 0 0 18 0 12 0 23238860 832577536 28947 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16863/statm: 203266 28947 1451 9 0 200593 0
[pid=16863/tid=16865] ppid=16861 vsize=813064 CPUtime=7.44
/proc/16863/task/16865/stat : 16865 (java) R 16861 16863 14786 0 -1 64 17280 0 1 0 732 12 0 0 25 0 12 0 23238862 832577536 28947 996147200 134512640 134550932 4294956016 18446744073709551615 4109286496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16866] ppid=16861 vsize=813064 CPUtime=0.34
/proc/16863/task/16866/stat : 16866 (java) S 16861 16863 14786 0 -1 64 4376 0 0 0 33 1 0 0 16 0 12 0 23238863 832577536 28947 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16867] ppid=16861 vsize=813064 CPUtime=0.36
/proc/16863/task/16867/stat : 16867 (java) S 16861 16863 14786 0 -1 64 4160 0 0 0 34 2 0 0 16 0 12 0 23238863 832577536 28947 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16868] ppid=16861 vsize=813064 CPUtime=0.01
/proc/16863/task/16868/stat : 16868 (java) S 16861 16863 14786 0 -1 64 10 0 0 0 1 0 0 0 16 0 12 0 23238865 832577536 28947 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16869] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16869/stat : 16869 (java) S 16861 16863 14786 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23238866 832577536 28947 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16870] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16870/stat : 16870 (java) S 16861 16863 14786 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23238866 832577536 28947 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16871] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16871/stat : 16871 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23238870 832577536 28947 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16872] ppid=16861 vsize=813064 CPUtime=0.17
/proc/16863/task/16872/stat : 16872 (java) S 16861 16863 14786 0 -1 64 38 0 0 0 17 0 0 0 17 0 12 0 23238870 832577536 28947 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16873] ppid=16861 vsize=813064 CPUtime=4.27
/proc/16863/task/16873/stat : 16873 (java) S 16861 16863 14786 0 -1 64 4793 0 0 0 425 2 0 0 16 0 12 0 23238870 832577536 28947 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16874] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16874/stat : 16874 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23238870 832577536 28947 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16875] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16875/stat : 16875 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23238871 832577536 28947 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 813064

[startup+25.503 s]
/proc/loadavg: 2.44 2.19 2.07 6/95 16875
/proc/meminfo: memFree=1057496/2055920 swapFree=4192812/4192956
[pid=16863] ppid=16861 vsize=813064 CPUtime=25.08
/proc/16863/stat : 16863 (java) S 16861 16863 14786 0 -1 0 33056 0 1 0 2488 20 0 0 18 0 12 0 23238860 832577536 30578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16863/statm: 203266 30578 1451 9 0 200593 0
[pid=16863/tid=16865] ppid=16861 vsize=813064 CPUtime=18.93
/proc/16863/task/16865/stat : 16865 (java) R 16861 16863 14786 0 -1 64 17360 0 1 0 1881 12 0 0 25 0 12 0 23238862 832577536 30578 996147200 134512640 134550932 4294956016 18446744073709551615 4110519061 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16866] ppid=16861 vsize=813064 CPUtime=0.45
/proc/16863/task/16866/stat : 16866 (java) S 16861 16863 14786 0 -1 64 5259 0 0 0 44 1 0 0 16 0 12 0 23238863 832577536 30578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16867] ppid=16861 vsize=813064 CPUtime=0.46
/proc/16863/task/16867/stat : 16867 (java) S 16861 16863 14786 0 -1 64 4843 0 0 0 44 2 0 0 16 0 12 0 23238863 832577536 30578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16868] ppid=16861 vsize=813064 CPUtime=0.02
/proc/16863/task/16868/stat : 16868 (java) S 16861 16863 14786 0 -1 64 10 0 0 0 2 0 0 0 15 0 12 0 23238865 832577536 30578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16869] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16869/stat : 16869 (java) S 16861 16863 14786 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23238866 832577536 30578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16870] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16870/stat : 16870 (java) S 16861 16863 14786 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23238866 832577536 30578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16871] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16871/stat : 16871 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23238870 832577536 30578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16872] ppid=16861 vsize=813064 CPUtime=0.17

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

[pid=16863/tid=16874] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16874/stat : 16874 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23238870 832577536 33101 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16875] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16875/stat : 16875 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23238871 832577536 33101 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1560.34
Current children cumulated vsize (KiB) 813064

[startup+1662.3 s]
/proc/loadavg: 2.02 2.10 2.14 3/94 17447
/proc/meminfo: memFree=1441320/2055920 swapFree=4192812/4192956
[pid=16863] ppid=16861 vsize=813064 CPUtime=1620.31
/proc/16863/stat : 16863 (java) S 16861 16863 14786 0 -1 0 52965 0 1 0 161945 86 0 0 18 0 12 0 23238860 832577536 33169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16863/statm: 203266 33169 1451 9 0 200593 0
[pid=16863/tid=16865] ppid=16861 vsize=813064 CPUtime=1599.51
/proc/16863/task/16865/stat : 16865 (java) R 16861 16863 14786 0 -1 64 20028 0 1 0 159915 36 0 0 25 0 12 0 23238862 832577536 33169 996147200 134512640 134550932 4294956016 18446744073709551615 4110398194 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16866] ppid=16861 vsize=813064 CPUtime=3.73
/proc/16863/task/16866/stat : 16866 (java) S 16861 16863 14786 0 -1 64 6227 0 0 0 367 6 0 0 15 0 12 0 23238863 832577536 33169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16867] ppid=16861 vsize=813064 CPUtime=3.72
/proc/16863/task/16867/stat : 16867 (java) S 16861 16863 14786 0 -1 64 5807 0 0 0 366 6 0 0 16 0 12 0 23238863 832577536 33169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16868] ppid=16861 vsize=813064 CPUtime=0.81
/proc/16863/task/16868/stat : 16868 (java) S 16861 16863 14786 0 -1 64 11 0 0 0 58 23 0 0 15 0 12 0 23238865 832577536 33169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16869] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16869/stat : 16869 (java) S 16861 16863 14786 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23238866 832577536 33169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16870] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16870/stat : 16870 (java) S 16861 16863 14786 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23238866 832577536 33169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16871] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16871/stat : 16871 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23238870 832577536 33169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16872] ppid=16861 vsize=813064 CPUtime=0.17
/proc/16863/task/16872/stat : 16872 (java) S 16861 16863 14786 0 -1 64 52 0 0 0 17 0 0 0 16 0 12 0 23238870 832577536 33169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16873] ppid=16861 vsize=813064 CPUtime=12.28
/proc/16863/task/16873/stat : 16873 (java) S 16861 16863 14786 0 -1 64 20099 0 0 0 1218 10 0 0 16 0 12 0 23238870 832577536 33169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16874] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16874/stat : 16874 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23238870 832577536 33169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16875] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16875/stat : 16875 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23238871 832577536 33169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1620.31
Current children cumulated vsize (KiB) 813064

[startup+1722.3 s]
/proc/loadavg: 2.00 2.08 2.13 3/94 17449
/proc/meminfo: memFree=1421416/2055920 swapFree=4192812/4192956
[pid=16863] ppid=16861 vsize=813064 CPUtime=1680.28
/proc/16863/stat : 16863 (java) S 16861 16863 14786 0 -1 0 53138 0 1 0 167940 88 0 0 18 0 12 0 23238860 832577536 33245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16863/statm: 203266 33245 1451 9 0 200593 0
[pid=16863/tid=16865] ppid=16861 vsize=813064 CPUtime=1659.24
/proc/16863/task/16865/stat : 16865 (java) R 16861 16863 14786 0 -1 64 20125 0 1 0 165887 37 0 0 25 0 12 0 23238862 832577536 33245 996147200 134512640 134550932 4294956016 18446744073709551615 4110056364 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16866] ppid=16861 vsize=813064 CPUtime=3.84
/proc/16863/task/16866/stat : 16866 (java) S 16861 16863 14786 0 -1 64 6263 0 0 0 378 6 0 0 15 0 12 0 23238863 832577536 33245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16867] ppid=16861 vsize=813064 CPUtime=3.84
/proc/16863/task/16867/stat : 16867 (java) S 16861 16863 14786 0 -1 64 5847 0 0 0 377 7 0 0 16 0 12 0 23238863 832577536 33245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16868] ppid=16861 vsize=813064 CPUtime=0.84
/proc/16863/task/16868/stat : 16868 (java) S 16861 16863 14786 0 -1 64 11 0 0 0 60 24 0 0 15 0 12 0 23238865 832577536 33245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16869] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16869/stat : 16869 (java) S 16861 16863 14786 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23238866 832577536 33245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16870] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16870/stat : 16870 (java) S 16861 16863 14786 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23238866 832577536 33245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16871] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16871/stat : 16871 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23238870 832577536 33245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16872] ppid=16861 vsize=813064 CPUtime=0.17
/proc/16863/task/16872/stat : 16872 (java) S 16861 16863 14786 0 -1 64 52 0 0 0 17 0 0 0 16 0 12 0 23238870 832577536 33245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16873] ppid=16861 vsize=813064 CPUtime=12.28
/proc/16863/task/16873/stat : 16873 (java) S 16861 16863 14786 0 -1 64 20099 0 0 0 1218 10 0 0 16 0 12 0 23238870 832577536 33245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16874] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16874/stat : 16874 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23238870 832577536 33245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16875] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16875/stat : 16875 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23238871 832577536 33245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1680.28
Current children cumulated vsize (KiB) 813064

[startup+1782.3 s]
/proc/loadavg: 2.06 2.09 2.13 3/94 17449
/proc/meminfo: memFree=1412008/2055920 swapFree=4192812/4192956
[pid=16863] ppid=16861 vsize=813064 CPUtime=1740.24
/proc/16863/stat : 16863 (java) S 16861 16863 14786 0 -1 0 53305 0 1 0 173935 89 0 0 18 0 12 0 23238860 832577536 33315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16863/statm: 203266 33315 1451 9 0 200593 0
[pid=16863/tid=16865] ppid=16861 vsize=813064 CPUtime=1718.96
/proc/16863/task/16865/stat : 16865 (java) R 16861 16863 14786 0 -1 64 20222 0 1 0 171859 37 0 0 25 0 12 0 23238862 832577536 33315 996147200 134512640 134550932 4294956016 18446744073709551615 4110663980 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16866] ppid=16861 vsize=813064 CPUtime=3.96
/proc/16863/task/16866/stat : 16866 (java) S 16861 16863 14786 0 -1 64 6303 0 0 0 389 7 0 0 15 0 12 0 23238863 832577536 33315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16867] ppid=16861 vsize=813064 CPUtime=3.95
/proc/16863/task/16867/stat : 16867 (java) S 16861 16863 14786 0 -1 64 5877 0 0 0 388 7 0 0 16 0 12 0 23238863 832577536 33315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16868] ppid=16861 vsize=813064 CPUtime=0.86
/proc/16863/task/16868/stat : 16868 (java) S 16861 16863 14786 0 -1 64 11 0 0 0 61 25 0 0 15 0 12 0 23238865 832577536 33315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16869] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16869/stat : 16869 (java) S 16861 16863 14786 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23238866 832577536 33315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16870] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16870/stat : 16870 (java) S 16861 16863 14786 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23238866 832577536 33315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16871] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16871/stat : 16871 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23238870 832577536 33315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16872] ppid=16861 vsize=813064 CPUtime=0.17
/proc/16863/task/16872/stat : 16872 (java) S 16861 16863 14786 0 -1 64 52 0 0 0 17 0 0 0 16 0 12 0 23238870 832577536 33315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16873] ppid=16861 vsize=813064 CPUtime=12.28
/proc/16863/task/16873/stat : 16873 (java) S 16861 16863 14786 0 -1 64 20099 0 0 0 1218 10 0 0 16 0 12 0 23238870 832577536 33315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16874] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16874/stat : 16874 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23238870 832577536 33315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16875] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16875/stat : 16875 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23238871 832577536 33315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1740.24
Current children cumulated vsize (KiB) 813064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1842.1 s]
/proc/loadavg: 2.02 2.07 2.11 3/94 17449
/proc/meminfo: memFree=1396520/2055920 swapFree=4192812/4192956
[pid=16863] ppid=16861 vsize=813064 CPUtime=1800.02
/proc/16863/stat : 16863 (java) S 16861 16863 14786 0 -1 0 53473 0 1 0 179910 92 0 0 18 0 12 0 23238860 832577536 33387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16863/statm: 203266 33387 1451 9 0 200593 0
[pid=16863/tid=16865] ppid=16861 vsize=813064 CPUtime=1778.49
/proc/16863/task/16865/stat : 16865 (java) R 16861 16863 14786 0 -1 64 20318 0 1 0 177811 38 0 0 25 0 12 0 23238862 832577536 33387 996147200 134512640 134550932 4294956016 18446744073709551615 4110531143 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16866] ppid=16861 vsize=813064 CPUtime=4.06
/proc/16863/task/16866/stat : 16866 (java) S 16861 16863 14786 0 -1 64 6337 0 0 0 399 7 0 0 15 0 12 0 23238863 832577536 33387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16867] ppid=16861 vsize=813064 CPUtime=4.06
/proc/16863/task/16867/stat : 16867 (java) S 16861 16863 14786 0 -1 64 5915 0 0 0 399 7 0 0 16 0 12 0 23238863 832577536 33387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16868] ppid=16861 vsize=813064 CPUtime=0.88
/proc/16863/task/16868/stat : 16868 (java) S 16861 16863 14786 0 -1 64 11 0 0 0 62 26 0 0 15 0 12 0 23238865 832577536 33387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16869] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16869/stat : 16869 (java) S 16861 16863 14786 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23238866 832577536 33387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16870] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16870/stat : 16870 (java) S 16861 16863 14786 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23238866 832577536 33387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16871] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16871/stat : 16871 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23238870 832577536 33387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16872] ppid=16861 vsize=813064 CPUtime=0.17
/proc/16863/task/16872/stat : 16872 (java) S 16861 16863 14786 0 -1 64 52 0 0 0 17 0 0 0 16 0 12 0 23238870 832577536 33387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16873] ppid=16861 vsize=813064 CPUtime=12.28
/proc/16863/task/16873/stat : 16873 (java) S 16861 16863 14786 0 -1 64 20099 0 0 0 1218 10 0 0 16 0 12 0 23238870 832577536 33387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16874] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16874/stat : 16874 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23238870 832577536 33387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16875] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16875/stat : 16875 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23238871 832577536 33387 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) 813064

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

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

[startup+1842.1 s]
/proc/loadavg: 2.02 2.07 2.11 3/94 17449
/proc/meminfo: memFree=1396520/2055920 swapFree=4192812/4192956
[pid=16863] ppid=16861 vsize=813064 CPUtime=1800.02
/proc/16863/stat : 16863 (java) S 16861 16863 14786 0 -1 0 53473 0 1 0 179910 92 0 0 18 0 12 0 23238860 832577536 33387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16863/statm: 203266 33387 1451 9 0 200593 0
[pid=16863/tid=16865] ppid=16861 vsize=813064 CPUtime=1778.49
/proc/16863/task/16865/stat : 16865 (java) R 16861 16863 14786 0 -1 64 20318 0 1 0 177811 38 0 0 25 0 12 0 23238862 832577536 33387 996147200 134512640 134550932 4294956016 18446744073709551615 4110531143 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16866] ppid=16861 vsize=813064 CPUtime=4.06
/proc/16863/task/16866/stat : 16866 (java) S 16861 16863 14786 0 -1 64 6337 0 0 0 399 7 0 0 15 0 12 0 23238863 832577536 33387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16867] ppid=16861 vsize=813064 CPUtime=4.06
/proc/16863/task/16867/stat : 16867 (java) S 16861 16863 14786 0 -1 64 5915 0 0 0 399 7 0 0 16 0 12 0 23238863 832577536 33387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16868] ppid=16861 vsize=813064 CPUtime=0.88
/proc/16863/task/16868/stat : 16868 (java) S 16861 16863 14786 0 -1 64 11 0 0 0 62 26 0 0 15 0 12 0 23238865 832577536 33387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16869] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16869/stat : 16869 (java) S 16861 16863 14786 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23238866 832577536 33387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16870] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16870/stat : 16870 (java) S 16861 16863 14786 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23238866 832577536 33387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16871] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16871/stat : 16871 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23238870 832577536 33387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16872] ppid=16861 vsize=813064 CPUtime=0.17
/proc/16863/task/16872/stat : 16872 (java) S 16861 16863 14786 0 -1 64 52 0 0 0 17 0 0 0 16 0 12 0 23238870 832577536 33387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16863/tid=16873] ppid=16861 vsize=813064 CPUtime=12.28
/proc/16863/task/16873/stat : 16873 (java) S 16861 16863 14786 0 -1 64 20099 0 0 0 1218 10 0 0 16 0 12 0 23238870 832577536 33387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16874] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16874/stat : 16874 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23238870 832577536 33387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16863/tid=16875] ppid=16861 vsize=813064 CPUtime=0
/proc/16863/task/16875/stat : 16875 (java) S 16861 16863 14786 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23238871 832577536 33387 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) 813064

Child status: 143
Real time (s): 1842.17
CPU time (s): 1800.09
CPU user time (s): 1799.15
CPU system time (s): 0.942856
CPU usage (%): 97.7159
Max. virtual memory (cumulated for all children) (KiB): 819864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 0.942856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53498
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= 83760
involuntary context switches= 71890

runsolver used 2.44863 second user time and 6.01408 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 03:21:52
IDJOB=2075574
IDBENCH=56323
IDSOLVER=731
FILE ID=node2/2075574-1247361711
PBS_JOBID= 9506852
Free space on /tmp= 66308 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/bmc/normalized-bmc-ibm-05-04.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2075574-1247361711/watcher-2075574-1247361711 -o /tmp/evaluation-result-2075574-1247361711/solver-2075574-1247361711 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075574-1247361711.xml

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

MD5SUM BENCH= 788b701046cc86a830fe24448fd604e0
RANDOM SEED=555639388

node2.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.265
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.265
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:       1267024 kB
Buffers:         19996 kB
Cached:         104036 kB
SwapCached:          0 kB
Active:         697792 kB
Inactive:        42572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1267024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8316 kB
Writeback:           0 kB
Mapped:         631936 kB
Slab:            32612 kB
Committed_AS:   865632 kB
PageTables:       3060 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= 66240 MiB
End job on node2 at 2009-07-12 03:52:36