Trace number 357698

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, and are wall clock time (not CPU 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
sat4jPseudoCPClause 2007-03-23? (TO) 1800.19 1774.42

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21bt.opb
MD5SUMcc11de80c07cf0d445d50327479f6689
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark11.7662
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints942
Number of constraints which are clauses645
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints295
Minimum length of a constraint1
Maximum length of a constraint144
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 189
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.16	c no version file found!!!
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version	1.6.0
0.07/0.16	c os.name	Linux
0.07/0.16	c os.version	2.6.9-22.EL.rootsmp
0.07/0.16	c os.arch	i386
0.07/0.16	c Free memory 1651659224
0.07/0.16	c Max memory 1654456320
0.07/0.16	c Total memory 1654456320
0.07/0.16	c Number of processors 2
0.18/0.22	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.18/0.22	--- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.22	c No reason simplification
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c Simplify asserted PB constraints to clauses
0.18/0.22	c solving /tmp/evaluation/357698-1176831831/instance-357698-1176831831.opb
0.18/0.22	c reading problem ... 
0.72/0.64	c ... done. Wall clock time 0.421s.
0.72/0.64	c CPU time (experimental) 0.46s.
0.72/0.64	c #vars     428
0.72/0.64	c #constraints  941
1800.07/1774.31	c starts		: 2
1800.07/1774.31	c conflicts		: 24178
1800.07/1774.31	c decisions		: 27825
1800.07/1774.31	c propagations		: 835917
1800.07/1774.31	c inspects		: 517929520
1800.07/1774.31	c learnt literals	: 0
1800.07/1774.31	c learnt binary clauses	: 0
1800.07/1774.31	c learnt ternary clauses	: 0
1800.07/1774.31	c learnt clauses	: 24177
1800.07/1774.32	c root simplifications	: 0
1800.07/1774.32	c removed literals (reason simplification)	: 0
1800.07/1774.32	c reason swapping (by a shorter reason)	: 0
1800.07/1774.32	c Calls to reduceDB	: 0
1800.07/1774.32	c speed (decisions/second)	: 15.687766924605691
1800.07/1774.32	c non guided choices	25
1800.07/1774.32	s UNKNOWN
1800.07/1774.32	c Total wall clock time (ms): 1774.1

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node63/watcher-357698-1176831831 -o ROOT/results/node63/solver-357698-1176831831 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357698-1176831831/sat4jPseudoCPClause.jar /tmp/evaluation/357698-1176831831/instance-357698-1176831831.opb 

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): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 20331
/proc/meminfo: memFree=1737604/2055920 swapFree=4168472/4192956
[pid=20331] ppid=20329 vsize=152 CPUtime=0
/proc/20331/stat : 20331 (java) D 20329 20331 19629 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 159173007 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 2970404 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/20331/statm: 38 26 19 9 0 4 0

[startup+0.0727061 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 20331
/proc/meminfo: memFree=1737604/2055920 swapFree=4168472/4192956
[pid=20331] ppid=20329 vsize=1777708 CPUtime=0.05
/proc/20331/stat : 20331 (java) S 20329 20331 19629 0 -1 0 3704 0 1 0 4 1 0 0 18 0 7 0 159173007 1820372992 3447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/20331/statm: 444427 3447 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101683 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 20331
/proc/meminfo: memFree=1737604/2055920 swapFree=4168472/4192956
[pid=20331] ppid=20329 vsize=1777844 CPUtime=0.07
/proc/20331/stat : 20331 (java) S 20329 20331 19629 0 -1 0 3830 0 1 0 5 2 0 0 18 0 7 0 159173007 1820512256 3573 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/20331/statm: 444461 3573 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301703 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 20331
/proc/meminfo: memFree=1737604/2055920 swapFree=4168472/4192956
[pid=20331] ppid=20329 vsize=1781412 CPUtime=0.29
/proc/20331/stat : 20331 (java) S 20329 20331 19629 0 -1 0 5087 0 1 0 26 3 0 0 18 0 12 0 159173007 1824165888 4826 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20331/statm: 445353 4826 1263 9 0 442964 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1781412

[startup+0.701748 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 20331
/proc/meminfo: memFree=1737604/2055920 swapFree=4168472/4192956
[pid=20331] ppid=20329 vsize=1784348 CPUtime=0.89
/proc/20331/stat : 20331 (java) S 20329 20331 19629 0 -1 0 7050 0 1 0 85 4 0 0 18 0 13 0 159173007 1827172352 6456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20331/statm: 446087 6456 1307 9 0 443698 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1784348

[startup+1.50284 s]
/proc/loadavg: 0.92 0.98 0.99 5/77 20344
/proc/meminfo: memFree=1707740/2055920 swapFree=4168472/4192956
[pid=20331] ppid=20329 vsize=1790628 CPUtime=2.43
/proc/20331/stat : 20331 (java) S 20329 20331 19629 0 -1 0 20244 0 1 0 234 9 0 0 18 0 13 0 159173007 1833603072 17084 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20331/statm: 447657 17086 1315 9 0 445268 0
[pid=20331/tid=20333] ppid=20329 vsize=1790628 CPUtime=0.92
/proc/20331/task/20333/stat : 20333 (java) R 20329 20331 19629 0 -1 64 13916 0 1 0 85 7 0 0 19 0 13 0 159173008 1833603072 17088 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109559692 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20334] ppid=20329 vsize=1790628 CPUtime=0
/proc/20331/task/20334/stat : 20334 (java) S 20329 20331 19629 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 159173010 1833603072 17090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20335] ppid=20329 vsize=1790628 CPUtime=0
/proc/20331/task/20335/stat : 20335 (java) S 20329 20331 19629 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 159173010 1833603072 17092 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20336] ppid=20329 vsize=1790628 CPUtime=0
/proc/20331/task/20336/stat : 20336 (java) S 20329 20331 19629 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 159173012 1833603072 17093 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20337] ppid=20329 vsize=1790628 CPUtime=0
/proc/20331/task/20337/stat : 20337 (java) S 20329 20331 19629 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 159173012 1833603072 17095 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20338] ppid=20329 vsize=1790628 CPUtime=0
/proc/20331/task/20338/stat : 20338 (java) S 20329 20331 19629 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 159173012 1833603072 17097 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20339] ppid=20329 vsize=1790628 CPUtime=0
/proc/20331/task/20339/stat : 20339 (java) S 20329 20331 19629 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159173018 1833603072 17098 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20340] ppid=20329 vsize=1790628 CPUtime=0.74
/proc/20331/task/20340/stat : 20340 (java) R 20329 20331 19629 0 -1 64 3716 0 0 0 73 1 0 0 19 0 13 0 159173018 1833603072 17100 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 104918696 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20341] ppid=20329 vsize=1790628 CPUtime=0.76
/proc/20331/task/20341/stat : 20341 (java) R 20329 20331 19629 0 -1 64 1893 0 0 0 76 0 0 0 19 0 13 0 159173018 1833603072 17101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20342] ppid=20329 vsize=1790628 CPUtime=0
/proc/20331/task/20342/stat : 20342 (java) S 20329 20331 19629 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 159173018 1833603072 17102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20343] ppid=20329 vsize=1790628 CPUtime=0
/proc/20331/task/20343/stat : 20343 (java) S 20329 20331 19629 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159173018 1833603072 17102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20344] ppid=20329 vsize=1790628 CPUtime=0
/proc/20331/task/20344/stat : 20344 (java) S 20329 20331 19629 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 159173071 1833603072 17102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 1790628

[startup+3.103 s]
/proc/loadavg: 0.92 0.98 0.99 4/77 20344
/proc/meminfo: memFree=1626012/2055920 swapFree=4168472/4192956
[pid=20331] ppid=20329 vsize=1801080 CPUtime=5.05
/proc/20331/stat : 20331 (java) S 20329 20331 19629 0 -1 0 51761 0 1 0 482 23 0 0 18 0 13 0 159173007 1844305920 43874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20331/statm: 450270 43874 1324 9 0 447881 0
[pid=20331/tid=20333] ppid=20329 vsize=1801080 CPUtime=2.15
/proc/20331/task/20333/stat : 20333 (java) R 20329 20331 19629 0 -1 64 37720 0 1 0 198 17 0 0 20 0 13 0 159173008 1844305920 43874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109588265 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20334] ppid=20329 vsize=1801080 CPUtime=0
/proc/20331/task/20334/stat : 20334 (java) S 20329 20331 19629 0 -1 64 207 0 0 0 0 0 0 0 16 0 13 0 159173010 1844305920 43874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20335] ppid=20329 vsize=1801080 CPUtime=0
/proc/20331/task/20335/stat : 20335 (java) S 20329 20331 19629 0 -1 64 217 0 0 0 0 0 0 0 16 0 13 0 159173010 1844305920 43874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20336] ppid=20329 vsize=1801080 CPUtime=0
/proc/20331/task/20336/stat : 20336 (java) S 20329 20331 19629 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159173012 1844305920 43874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20337] ppid=20329 vsize=1801080 CPUtime=0
/proc/20331/task/20337/stat : 20337 (java) S 20329 20331 19629 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159173012 1844305920 43874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20338] ppid=20329 vsize=1801080 CPUtime=0
/proc/20331/task/20338/stat : 20338 (java) S 20329 20331 19629 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 159173012 1844305920 43874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20339] ppid=20329 vsize=1801080 CPUtime=0
/proc/20331/task/20339/stat : 20339 (java) S 20329 20331 19629 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159173018 1844305920 43874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20340] ppid=20329 vsize=1801080 CPUtime=1.45
/proc/20331/task/20340/stat : 20340 (java) S 20329 20331 19629 0 -1 64 7714 0 0 0 142 3 0 0 16 0 13 0 159173018 1844305920 43874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20341] ppid=20329 vsize=1801080 CPUtime=1.41
/proc/20331/task/20341/stat : 20341 (java) S 20329 20331 19629 0 -1 64 5175 0 0 0 140 1 0 0 16 0 13 0 159173018 1844305920 43874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20342] ppid=20329 vsize=1801080 CPUtime=0
/proc/20331/task/20342/stat : 20342 (java) S 20329 20331 19629 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 159173018 1844305920 43874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20343] ppid=20329 vsize=1801080 CPUtime=0
/proc/20331/task/20343/stat : 20343 (java) S 20329 20331 19629 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159173018 1844305920 43874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20344] ppid=20329 vsize=1801080 CPUtime=0
/proc/20331/task/20344/stat : 20344 (java) S 20329 20331 19629 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 159173071 1844305920 43874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 1801080

[startup+6.30233 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 20344
/proc/meminfo: memFree=1562588/2055920 swapFree=4168472/4192956
[pid=20331] ppid=20329 vsize=1800088 CPUtime=8.4
/proc/20331/stat : 20331 (java) S 20329 20331 19629 0 -1 0 55664 0 1 0 815 25 0 0 18 0 13 0 159173007 1843290112 46367 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20331/statm: 450022 46367 1324 9 0 447633 0
[pid=20331/tid=20333] ppid=20329 vsize=1800088 CPUtime=5.23
/proc/20331/task/20333/stat : 20333 (java) R 20329 20331 19629 0 -1 64 37726 0 1 0 506 17 0 0 25 0 13 0 159173008 1843290112 46367 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109588240 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20334] ppid=20329 vsize=1800088 CPUtime=0.09
/proc/20331/task/20334/stat : 20334 (java) S 20329 20331 19629 0 -1 64 2221 0 0 0 9 0 0 0 16 0 13 0 159173010 1843290112 46367 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20335] ppid=20329 vsize=1800088 CPUtime=0.09
/proc/20331/task/20335/stat : 20335 (java) S 20329 20331 19629 0 -1 64 2075 0 0 0 9 0 0 0 16 0 13 0 159173010 1843290112 46367 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20336] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20336/stat : 20336 (java) S 20329 20331 19629 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 159173012 1843290112 46367 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20337] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20337/stat : 20337 (java) S 20329 20331 19629 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159173012 1843290112 46367 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20338] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20338/stat : 20338 (java) S 20329 20331 19629 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 159173012 1843290112 46367 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20339] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20339/stat : 20339 (java) S 20329 20331 19629 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159173018 1843290112 46367 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20340] ppid=20329 vsize=1800088 CPUtime=1.47
/proc/20331/task/20340/stat : 20340 (java) S 20329 20331 19629 0 -1 64 7714 0 0 0 144 3 0 0 16 0 13 0 159173018 1843290112 46367 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20341] ppid=20329 vsize=1800088 CPUtime=1.46
/proc/20331/task/20341/stat : 20341 (java) S 20329 20331 19629 0 -1 64 5179 0 0 0 145 1 0 0 16 0 13 0 159173018 1843290112 46367 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20342] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20342/stat : 20342 (java) S 20329 20331 19629 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 159173018 1843290112 46367 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20343] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20343/stat : 20343 (java) S 20329 20331 19629 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159173018 1843290112 46367 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20344] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20344/stat : 20344 (java) S 20329 20331 19629 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 159173071 1843290112 46367 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.4
Current children cumulated vsize (KiB) 1800088

[startup+12.703 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 20344
/proc/meminfo: memFree=1518500/2055920 swapFree=4168472/4192956
[pid=20331] ppid=20329 vsize=1800088 CPUtime=14.96
/proc/20331/stat : 20331 (java) S 20329 20331 19629 0 -1 0 65894 0 1 0 1467 29 0 0 18 0 13 0 159173007 1843290112 56061 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20331/statm: 450022 56061 1325 9 0 447633 0
[pid=20331/tid=20333] ppid=20329 vsize=1800088 CPUtime=11.47
/proc/20331/task/20333/stat : 20333 (java) R 20329 20331 19629 0 -1 64 40722 0 1 0 1128 19 0 0 25 0 13 0 159173008 1843290112 56061 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109674028 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20334] ppid=20329 vsize=1800088 CPUtime=0.24
/proc/20331/task/20334/stat : 20334 (java) S 20329 20331 19629 0 -1 64 6221 0 0 0 22 2 0 0 16 0 13 0 159173010 1843290112 56061 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20335] ppid=20329 vsize=1800088 CPUtime=0.24
/proc/20331/task/20335/stat : 20335 (java) S 20329 20331 19629 0 -1 64 5306 0 0 0 22 2 0 0 16 0 13 0 159173010 1843290112 56061 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20336] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20336/stat : 20336 (java) S 20329 20331 19629 0 -1 64 28 0 0 0 0 0 0 0 17 0 13 0 159173012 1843290112 56061 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20337] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20337/stat : 20337 (java) S 20329 20331 19629 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159173012 1843290112 56061 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20338] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20338/stat : 20338 (java) S 20329 20331 19629 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 159173012 1843290112 56061 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20339] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20339/stat : 20339 (java) S 20329 20331 19629 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159173018 1843290112 56061 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20340] ppid=20329 vsize=1800088 CPUtime=1.49
/proc/20331/task/20340/stat : 20340 (java) S 20329 20331 19629 0 -1 64 7715 0 0 0 146 3 0 0 17 0 13 0 159173018 1843290112 56061 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20341] ppid=20329 vsize=1800088 CPUtime=1.48
/proc/20331/task/20341/stat : 20341 (java) S 20329 20331 19629 0 -1 64 5181 0 0 0 147 1 0 0 16 0 13 0 159173018 1843290112 56061 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20342] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20342/stat : 20342 (java) S 20329 20331 19629 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 159173018 1843290112 56061 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20343] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20343/stat : 20343 (java) S 20329 20331 19629 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159173018 1843290112 56061 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20344] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20344/stat : 20344 (java) S 20329 20331 19629 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 159173071 1843290112 56061 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.96
Current children cumulated vsize (KiB) 1800088

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 20344
/proc/meminfo: memFree=1502180/2055920 swapFree=4168472/4192956
[pid=20331] ppid=20329 vsize=1800088 CPUtime=27.92
/proc/20331/stat : 20331 (java) S 20329 20331 19629 0 -1 0 70291 0 1 0 2760 32 0 0 18 0 13 0 159173007 1843290112 59891 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20331/statm: 450022 59891 1331 9 0 447633 0
[pid=20331/tid=20333] ppid=20329 vsize=1800088 CPUtime=24.09
/proc/20331/task/20333/stat : 20333 (java) R 20329 20331 19629 0 -1 64 40734 0 1 0 2390 19 0 0 25 0 13 0 159173008 1843290112 59891 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109631979 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20334] ppid=20329 vsize=1800088 CPUtime=0.4
/proc/20331/task/20334/stat : 20334 (java) S 20329 20331 19629 0 -1 64 8557 0 0 0 37 3 0 0 16 0 13 0 159173010 1843290112 59891 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20335] ppid=20329 vsize=1800088 CPUtime=0.39
/proc/20331/task/20335/stat : 20335 (java) S 20329 20331 19629 0 -1 64 7349 0 0 0 36 3 0 0 16 0 13 0 159173010 1843290112 59891 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=20331/tid=20336] ppid=20329 vsize=1800088 CPUtime=0.17
/proc/20331/task/20336/stat : 20336 (java) S 20329 20331 19629 0 -1 64 46 0 0 0 10 7 0 0 15 0 13 0 159173012 1843290112 136560 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20337] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20337/stat : 20337 (java) S 20329 20331 19629 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159173012 1843290112 136560 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20338] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20338/stat : 20338 (java) S 20329 20331 19629 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 159173012 1843290112 136560 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20339] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20339/stat : 20339 (java) S 20329 20331 19629 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159173018 1843290112 136560 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20340] ppid=20329 vsize=1800088 CPUtime=1.81
/proc/20331/task/20340/stat : 20340 (java) S 20329 20331 19629 0 -1 64 7741 0 0 0 178 3 0 0 16 0 13 0 159173018 1843290112 136560 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20341] ppid=20329 vsize=1800088 CPUtime=1.6
/proc/20331/task/20341/stat : 20341 (java) S 20329 20331 19629 0 -1 64 5213 0 0 0 159 1 0 0 17 0 13 0 159173018 1843290112 136560 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20342] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20342/stat : 20342 (java) S 20329 20331 19629 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 159173018 1843290112 136560 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20343] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20343/stat : 20343 (java) S 20329 20331 19629 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159173018 1843290112 136560 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20344] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20344/stat : 20344 (java) S 20329 20331 19629 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 159173071 1843290112 136560 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1564.21
Current children cumulated vsize (KiB) 1800088

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20542
/proc/meminfo: memFree=1188644/2055920 swapFree=4168472/4192956
[pid=20331] ppid=20329 vsize=1800088 CPUtime=1625.17
/proc/20331/stat : 20331 (java) S 20329 20331 19629 0 -1 0 167024 0 1 0 162429 88 0 0 18 0 13 0 159173007 1843290112 137952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20331/statm: 450022 137952 1332 9 0 447633 0
[pid=20331/tid=20333] ppid=20329 vsize=1800088 CPUtime=1579.05
/proc/20331/task/20333/stat : 20333 (java) R 20329 20331 19629 0 -1 64 42102 0 1 0 157879 26 0 0 25 0 13 0 159173008 1843290112 137952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109597641 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20334] ppid=20329 vsize=1800088 CPUtime=21.26
/proc/20331/task/20334/stat : 20334 (java) S 20329 20331 19629 0 -1 64 55448 0 0 0 2103 23 0 0 16 0 13 0 159173010 1843290112 137952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20335] ppid=20329 vsize=1800088 CPUtime=21.2
/proc/20331/task/20335/stat : 20335 (java) S 20329 20331 19629 0 -1 64 55753 0 0 0 2096 24 0 0 17 0 13 0 159173010 1843290112 137952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20336] ppid=20329 vsize=1800088 CPUtime=0.18
/proc/20331/task/20336/stat : 20336 (java) S 20329 20331 19629 0 -1 64 46 0 0 0 11 7 0 0 16 0 13 0 159173012 1843290112 137952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20337] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20337/stat : 20337 (java) S 20329 20331 19629 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159173012 1843290112 137952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20338] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20338/stat : 20338 (java) S 20329 20331 19629 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 159173012 1843290112 137952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20339] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20339/stat : 20339 (java) S 20329 20331 19629 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159173018 1843290112 137952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20340] ppid=20329 vsize=1800088 CPUtime=1.81
/proc/20331/task/20340/stat : 20340 (java) S 20329 20331 19629 0 -1 64 7741 0 0 0 178 3 0 0 16 0 13 0 159173018 1843290112 137952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20341] ppid=20329 vsize=1800088 CPUtime=1.6
/proc/20331/task/20341/stat : 20341 (java) S 20329 20331 19629 0 -1 64 5213 0 0 0 159 1 0 0 17 0 13 0 159173018 1843290112 137952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20342] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20342/stat : 20342 (java) S 20329 20331 19629 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 159173018 1843290112 137952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20343] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20343/stat : 20343 (java) S 20329 20331 19629 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159173018 1843290112 137952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20344] ppid=20329 vsize=1800088 CPUtime=0
/proc/20331/task/20344/stat : 20344 (java) S 20329 20331 19629 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 159173071 1843290112 137952 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1625.17
Current children cumulated vsize (KiB) 1800088

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20542
/proc/meminfo: memFree=1184740/2055920 swapFree=4168472/4192956
[pid=20331] ppid=20329 vsize=1799248 CPUtime=1686.16
/proc/20331/stat : 20331 (java) S 20329 20331 19629 0 -1 0 168303 0 1 0 168527 89 0 0 18 0 13 0 159173007 1842429952 138918 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20331/statm: 449812 138918 1332 9 0 447423 0
[pid=20331/tid=20333] ppid=20329 vsize=1799248 CPUtime=1638.03
/proc/20331/task/20333/stat : 20333 (java) R 20329 20331 19629 0 -1 64 42122 0 1 0 163776 27 0 0 25 0 13 0 159173008 1842429952 138918 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109674063 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20334] ppid=20329 vsize=1799248 CPUtime=22.25
/proc/20331/task/20334/stat : 20334 (java) S 20329 20331 19629 0 -1 64 56280 0 0 0 2202 23 0 0 16 0 13 0 159173010 1842429952 138918 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20335] ppid=20329 vsize=1799248 CPUtime=22.2
/proc/20331/task/20335/stat : 20335 (java) S 20329 20331 19629 0 -1 64 56180 0 0 0 2196 24 0 0 16 0 13 0 159173010 1842429952 138918 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20336] ppid=20329 vsize=1799248 CPUtime=0.19
/proc/20331/task/20336/stat : 20336 (java) S 20329 20331 19629 0 -1 64 46 0 0 0 11 8 0 0 16 0 13 0 159173012 1842429952 138918 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20337] ppid=20329 vsize=1799248 CPUtime=0
/proc/20331/task/20337/stat : 20337 (java) S 20329 20331 19629 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159173012 1842429952 138918 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20338] ppid=20329 vsize=1799248 CPUtime=0
/proc/20331/task/20338/stat : 20338 (java) S 20329 20331 19629 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 159173012 1842429952 138918 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20339] ppid=20329 vsize=1799248 CPUtime=0
/proc/20331/task/20339/stat : 20339 (java) S 20329 20331 19629 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159173018 1842429952 138918 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20340] ppid=20329 vsize=1799248 CPUtime=1.83
/proc/20331/task/20340/stat : 20340 (java) S 20329 20331 19629 0 -1 64 7741 0 0 0 180 3 0 0 16 0 13 0 159173018 1842429952 138918 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20341] ppid=20329 vsize=1799248 CPUtime=1.61
/proc/20331/task/20341/stat : 20341 (java) S 20329 20331 19629 0 -1 64 5213 0 0 0 160 1 0 0 17 0 13 0 159173018 1842429952 138918 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20342] ppid=20329 vsize=1799248 CPUtime=0
/proc/20331/task/20342/stat : 20342 (java) S 20329 20331 19629 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 159173018 1842429952 138918 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20343] ppid=20329 vsize=1799248 CPUtime=0
/proc/20331/task/20343/stat : 20343 (java) S 20329 20331 19629 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159173018 1842429952 138918 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20344] ppid=20329 vsize=1799248 CPUtime=0
/proc/20331/task/20344/stat : 20344 (java) S 20329 20331 19629 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 159173071 1842429952 138918 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1686.16
Current children cumulated vsize (KiB) 1799248

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20542
/proc/meminfo: memFree=1180132/2055920 swapFree=4168472/4192956
[pid=20331] ppid=20329 vsize=1799248 CPUtime=1747.16
/proc/20331/stat : 20331 (java) S 20329 20331 19629 0 -1 0 169593 0 1 0 174626 90 0 0 18 0 13 0 159173007 1842429952 140050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20331/statm: 449812 140050 1332 9 0 447423 0
[pid=20331/tid=20333] ppid=20329 vsize=1799248 CPUtime=1696.99
/proc/20331/task/20333/stat : 20333 (java) R 20329 20331 19629 0 -1 64 42142 0 1 0 169672 27 0 0 25 0 13 0 159173008 1842429952 140050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109644692 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20334] ppid=20329 vsize=1799248 CPUtime=23.27
/proc/20331/task/20334/stat : 20334 (java) S 20329 20331 19629 0 -1 64 57178 0 0 0 2303 24 0 0 16 0 13 0 159173010 1842429952 140050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20335] ppid=20329 vsize=1799248 CPUtime=23.21
/proc/20331/task/20335/stat : 20335 (java) S 20329 20331 19629 0 -1 64 56552 0 0 0 2297 24 0 0 16 0 13 0 159173010 1842429952 140050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20336] ppid=20329 vsize=1799248 CPUtime=0.2
/proc/20331/task/20336/stat : 20336 (java) S 20329 20331 19629 0 -1 64 46 0 0 0 12 8 0 0 16 0 13 0 159173012 1842429952 140050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20337] ppid=20329 vsize=1799248 CPUtime=0
/proc/20331/task/20337/stat : 20337 (java) S 20329 20331 19629 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159173012 1842429952 140050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20338] ppid=20329 vsize=1799248 CPUtime=0
/proc/20331/task/20338/stat : 20338 (java) S 20329 20331 19629 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 159173012 1842429952 140050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20339] ppid=20329 vsize=1799248 CPUtime=0
/proc/20331/task/20339/stat : 20339 (java) S 20329 20331 19629 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159173018 1842429952 140050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20340] ppid=20329 vsize=1799248 CPUtime=1.83
/proc/20331/task/20340/stat : 20340 (java) S 20329 20331 19629 0 -1 64 7741 0 0 0 180 3 0 0 16 0 13 0 159173018 1842429952 140050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20341] ppid=20329 vsize=1799248 CPUtime=1.61
/proc/20331/task/20341/stat : 20341 (java) S 20329 20331 19629 0 -1 64 5213 0 0 0 160 1 0 0 17 0 13 0 159173018 1842429952 140050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20342] ppid=20329 vsize=1799248 CPUtime=0
/proc/20331/task/20342/stat : 20342 (java) S 20329 20331 19629 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 159173018 1842429952 140050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20343] ppid=20329 vsize=1799248 CPUtime=0
/proc/20331/task/20343/stat : 20343 (java) S 20329 20331 19629 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159173018 1842429952 140050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20344] ppid=20329 vsize=1799248 CPUtime=0
/proc/20331/task/20344/stat : 20344 (java) S 20329 20331 19629 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 159173071 1842429952 140050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1747.16
Current children cumulated vsize (KiB) 1799248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1774.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20542
/proc/meminfo: memFree=1175652/2055920 swapFree=4168472/4192956
[pid=20331] ppid=20329 vsize=1799248 CPUtime=1800.07
/proc/20331/stat : 20331 (java) S 20329 20331 19629 0 -1 0 170835 0 1 0 179916 91 0 0 18 0 13 0 159173007 1842429952 141164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20331/statm: 449812 141164 1332 9 0 447423 0
[pid=20331/tid=20333] ppid=20329 vsize=1799248 CPUtime=1748.04
/proc/20331/task/20333/stat : 20333 (java) R 20329 20331 19629 0 -1 64 42160 0 1 0 174777 27 0 0 19 0 13 0 159173008 1842429952 141164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109645250 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20334] ppid=20329 vsize=1799248 CPUtime=24.19
/proc/20331/task/20334/stat : 20334 (java) S 20329 20331 19629 0 -1 64 57959 0 0 0 2395 24 0 0 16 0 13 0 159173010 1842429952 141164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20335] ppid=20329 vsize=1799248 CPUtime=24.14
/proc/20331/task/20335/stat : 20335 (java) S 20329 20331 19629 0 -1 64 56995 0 0 0 2389 25 0 0 16 0 13 0 159173010 1842429952 141164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20336] ppid=20329 vsize=1799248 CPUtime=0.2
/proc/20331/task/20336/stat : 20336 (java) S 20329 20331 19629 0 -1 64 46 0 0 0 12 8 0 0 15 0 13 0 159173012 1842429952 141164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20337] ppid=20329 vsize=1799248 CPUtime=0
/proc/20331/task/20337/stat : 20337 (java) S 20329 20331 19629 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159173012 1842429952 141164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20338] ppid=20329 vsize=1799248 CPUtime=0
/proc/20331/task/20338/stat : 20338 (java) S 20329 20331 19629 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 159173012 1842429952 141164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20339] ppid=20329 vsize=1799248 CPUtime=0
/proc/20331/task/20339/stat : 20339 (java) S 20329 20331 19629 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159173018 1842429952 141164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20340] ppid=20329 vsize=1799248 CPUtime=1.83
/proc/20331/task/20340/stat : 20340 (java) S 20329 20331 19629 0 -1 64 7741 0 0 0 180 3 0 0 16 0 13 0 159173018 1842429952 141164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20341] ppid=20329 vsize=1799248 CPUtime=1.61
/proc/20331/task/20341/stat : 20341 (java) S 20329 20331 19629 0 -1 64 5213 0 0 0 160 1 0 0 17 0 13 0 159173018 1842429952 141164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20342] ppid=20329 vsize=1799248 CPUtime=0
/proc/20331/task/20342/stat : 20342 (java) S 20329 20331 19629 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 159173018 1842429952 141164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20331/tid=20343] ppid=20329 vsize=1799248 CPUtime=0
/proc/20331/task/20343/stat : 20343 (java) S 20329 20331 19629 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159173018 1842429952 141164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20331/tid=20344] ppid=20329 vsize=1799248 CPUtime=0
/proc/20331/task/20344/stat : 20344 (java) S 20329 20331 19629 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 159173071 1842429952 141164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1799248

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

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

[startup+1774.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20542
/proc/meminfo: memFree=1175652/2055920 swapFree=4168472/4192956
[pid=20331] ppid=20329 vsize=0 CPUtime=1800.18
/proc/20331/stat : 20331 (java) Z 20329 20331 19629 0 -1 1036 170855 0 1 0 179919 99 0 0 16 0 2 0 159173007 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20331/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1774.42
CPU time (s): 1800.19
CPU user time (s): 1799.19
CPU system time (s): 0.997848
CPU usage (%): 101.452
Max. virtual memory (cumulated for all children) (KiB): 1803836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 0.997848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170855
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= 42322
involuntary context switches= 39522

runsolver used 1.66475 second user time and 4.86126 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Tue Apr 17 17:43:51 UTC 2007

IDJOB= 357698
IDBENCH= 1161
IDSOLVER= 164
FILE ID= node63/357698-1176831831

PBS_JOBID= 4586389

Free space on /tmp= 66504 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army12.21bt.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357698-1176831831/sat4jPseudoCPClause.jar /tmp/evaluation/357698-1176831831/instance-357698-1176831831.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-357698-1176831831 -o ROOT/results/node63/solver-357698-1176831831 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357698-1176831831/sat4jPseudoCPClause.jar /tmp/evaluation/357698-1176831831/instance-357698-1176831831.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  cc11de80c07cf0d445d50327479f6689

RANDOM SEED= 632285935

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

/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.232
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.232
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:       1738012 kB
Buffers:         24944 kB
Cached:         230044 kB
SwapCached:      18916 kB
Active:         172376 kB
Inactive:       107496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738012 kB
SwapTotal:     4192956 kB
SwapFree:      4168472 kB
Dirty:            3628 kB
Writeback:           0 kB
Mapped:          15684 kB
Slab:            24088 kB
Committed_AS:  1937932 kB
PageTables:       1460 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= 66504 MiB

End job on node63 on Tue Apr 17 18:13:27 UTC 2007