Trace number 419527

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
sat4jPseudoCP 2007-03-23? (TO) 1800.21 1784.01

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
babic/dspam/dspam_dump_vc950.opb
MD5SUM7e2bd053dd82d4aa23f42a2d48accca0
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.18036
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables112784
Total number of constraints360419
Number of constraints which are clauses360419
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.17	c no version file found!!!
0.07/0.17	c sun.arch.data.model	32
0.07/0.17	c java.version	1.6.0
0.07/0.17	c os.name	Linux
0.07/0.17	c os.version	2.6.9-22.EL.rootsmp
0.07/0.17	c os.arch	i386
0.07/0.17	c Free memory 1651659224
0.07/0.17	c Max memory 1654456320
0.07/0.17	c Total memory 1654456320
0.07/0.17	c Number of processors 2
0.17/0.22	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.17/0.22	--- Begin Solver configuration ---
0.17/0.22	c Stops conflict analysis at the first Unique Implication Point
0.17/0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.17/0.22	c Learn all clauses as in MiniSAT
0.17/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.17/0.22	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.22	c No reason simplification
0.17/0.22	c --- End Solver configuration ---
0.17/0.22	c solving /tmp/evaluation/419527-1177408965/instance-419527-1177408965.opb
0.17/0.22	c reading problem ... 
9.13/7.60	c ... done. Wall clock time 7.379s.
9.13/7.60	c CPU time (experimental) 6.28s.
9.13/7.60	c #vars     112784
9.13/7.60	c #constraints  357258
1800.09/1783.91	c starts		: 2
1800.09/1783.91	c conflicts		: 239561
1800.09/1783.91	c decisions		: 400681
1800.09/1783.91	c propagations		: 67375341
1800.09/1783.91	c inspects		: 749630385
1800.09/1783.91	c learnt literals	: 6
1800.09/1783.91	c learnt binary clauses	: 1319
1800.09/1783.91	c learnt ternary clauses	: 3987
1800.09/1783.91	c learnt clauses	: 239554
1800.09/1783.91	c root simplifications	: 0
1800.09/1783.91	c removed literals (reason simplification)	: 0
1800.09/1783.91	c reason swapping (by a shorter reason)	: 0
1800.09/1783.91	c Calls to reduceDB	: 0
1800.09/1783.91	c speed (decisions/second)	: 225.57564770923176
1800.09/1783.91	c non guided choices	8573
1800.09/1783.91	s UNKNOWN
1800.09/1783.91	c Total wall clock time (ms): 1783.691

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node4/watcher-419527-1177408965 -o ROOT/results/node4/solver-419527-1177408965 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419527-1177408965/sat4jPseudoCP.jar /tmp/evaluation/419527-1177408965/instance-419527-1177408965.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: 1.09 1.14 1.16 2/77 15795
/proc/meminfo: memFree=1955928/2055920 swapFree=4130228/4192956
[pid=15795] ppid=15793 vsize=18528 CPUtime=0
/proc/15795/stat : 15795 (runsolver) R 15793 15795 14452 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 216934312 18972672 284 18446744073709551615 4194304 4255128 548682068880 18446744073709551615 259913215271 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/15795/statm: 4632 284 249 14 0 2626 0

[startup+0.046782 s]
/proc/loadavg: 1.09 1.14 1.16 2/77 15795
/proc/meminfo: memFree=1955928/2055920 swapFree=4130228/4192956
[pid=15795] ppid=15793 vsize=1775952 CPUtime=0.02
/proc/15795/stat : 15795 (java) S 15793 15795 14452 0 -1 0 2703 0 1 0 1 1 0 0 18 0 4 0 216934312 1818574848 2452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/15795/statm: 443988 2452 496 9 0 441624 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1775952

[startup+0.101789 s]
/proc/loadavg: 1.09 1.14 1.16 2/77 15795
/proc/meminfo: memFree=1955928/2055920 swapFree=4130228/4192956
[pid=15795] ppid=15793 vsize=1777844 CPUtime=0.07
/proc/15795/stat : 15795 (java) S 15793 15795 14452 0 -1 0 3784 0 1 0 5 2 0 0 18 0 7 0 216934312 1820512256 3528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/15795/statm: 444461 3528 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301804 s]
/proc/loadavg: 1.09 1.14 1.16 2/77 15795
/proc/meminfo: memFree=1955928/2055920 swapFree=4130228/4192956
[pid=15795] ppid=15793 vsize=1781728 CPUtime=0.29
/proc/15795/stat : 15795 (java) S 15793 15795 14452 0 -1 0 5969 0 1 0 26 3 0 0 18 0 12 0 216934312 1824489472 5709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15795/statm: 445432 5709 1263 9 0 443044 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1781728

[startup+0.701843 s]
/proc/loadavg: 1.09 1.14 1.16 2/77 15795
/proc/meminfo: memFree=1955928/2055920 swapFree=4130228/4192956
[pid=15795] ppid=15793 vsize=1783336 CPUtime=0.87
/proc/15795/stat : 15795 (java) S 15793 15795 14452 0 -1 0 7811 0 1 0 82 5 0 0 18 0 12 0 216934312 1826136064 7309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15795/statm: 445834 7309 1298 9 0 443446 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1783336

[startup+1.50192 s]
/proc/loadavg: 1.24 1.17 1.17 3/89 15807
/proc/meminfo: memFree=1924920/2055920 swapFree=4130228/4192956
[pid=15795] ppid=15793 vsize=1786000 CPUtime=2.06
/proc/15795/stat : 15795 (java) S 15793 15795 14452 0 -1 0 19910 0 1 0 195 11 0 0 18 0 12 0 216934312 1828864000 17431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15795/statm: 446500 17432 1305 9 0 444112 0
[pid=15795/tid=15797] ppid=15793 vsize=1786000 CPUtime=1.11
/proc/15795/task/15797/stat : 15797 (java) R 15793 15795 14452 0 -1 64 15490 0 1 0 103 8 0 0 18 0 12 0 216934315 1828864000 17432 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109527216 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15798] ppid=15793 vsize=1786000 CPUtime=0
/proc/15795/task/15798/stat : 15798 (java) S 15793 15795 14452 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 216934317 1828864000 17433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15799] ppid=15793 vsize=1786000 CPUtime=0
/proc/15795/task/15799/stat : 15799 (java) S 15793 15795 14452 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 216934317 1828864000 17433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15800] ppid=15793 vsize=1786000 CPUtime=0
/proc/15795/task/15800/stat : 15800 (java) S 15793 15795 14452 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 216934319 1828864000 17434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15801] ppid=15793 vsize=1786000 CPUtime=0
/proc/15795/task/15801/stat : 15801 (java) S 15793 15795 14452 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 216934319 1828864000 17435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15802] ppid=15793 vsize=1786000 CPUtime=0
/proc/15795/task/15802/stat : 15802 (java) S 15793 15795 14452 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 216934319 1828864000 17435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15803] ppid=15793 vsize=1786000 CPUtime=0
/proc/15795/task/15803/stat : 15803 (java) S 15793 15795 14452 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 216934324 1828864000 17436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15804] ppid=15793 vsize=1786000 CPUtime=0.54
/proc/15795/task/15804/stat : 15804 (java) R 15793 15795 14452 0 -1 64 2802 0 0 0 53 1 0 0 16 0 12 0 216934324 1828864000 17436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103058852 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15805] ppid=15793 vsize=1786000 CPUtime=0.39
/proc/15795/task/15805/stat : 15805 (java) S 15793 15795 14452 0 -1 64 902 0 0 0 39 0 0 0 17 0 12 0 216934324 1828864000 17437 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15806] ppid=15793 vsize=1786000 CPUtime=0
/proc/15795/task/15806/stat : 15806 (java) S 15793 15795 14452 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 216934324 1828864000 17438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15807] ppid=15793 vsize=1786000 CPUtime=0
/proc/15795/task/15807/stat : 15807 (java) S 15793 15795 14452 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 216934324 1828864000 17438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1786000

[startup+3.10107 s]
/proc/loadavg: 1.24 1.17 1.17 2/89 15807
/proc/meminfo: memFree=1831736/2055920 swapFree=4130228/4192956
[pid=15795] ppid=15793 vsize=1787352 CPUtime=3.93
/proc/15795/stat : 15795 (java) S 15793 15795 14452 0 -1 0 46236 0 1 0 369 24 0 0 18 0 12 0 216934312 1830248448 42834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15795/statm: 446838 42834 1315 9 0 444450 0
[pid=15795/tid=15797] ppid=15793 vsize=1787352 CPUtime=2.58
/proc/15795/task/15797/stat : 15797 (java) R 15793 15795 14452 0 -1 64 37694 0 1 0 238 20 0 0 21 0 12 0 216934315 1830248448 42834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109758407 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15798] ppid=15793 vsize=1787352 CPUtime=0.08
/proc/15795/task/15798/stat : 15798 (java) S 15793 15795 14452 0 -1 64 1633 0 0 0 8 0 0 0 17 0 12 0 216934317 1830248448 42834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15799] ppid=15793 vsize=1787352 CPUtime=0.08
/proc/15795/task/15799/stat : 15799 (java) S 15793 15795 14452 0 -1 64 1489 0 0 0 8 0 0 0 17 0 12 0 216934317 1830248448 42834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15800] ppid=15793 vsize=1787352 CPUtime=0
/proc/15795/task/15800/stat : 15800 (java) S 15793 15795 14452 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 216934319 1830248448 42834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15801] ppid=15793 vsize=1787352 CPUtime=0
/proc/15795/task/15801/stat : 15801 (java) S 15793 15795 14452 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 216934319 1830248448 42834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15802] ppid=15793 vsize=1787352 CPUtime=0
/proc/15795/task/15802/stat : 15802 (java) S 15793 15795 14452 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 216934319 1830248448 42834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15803] ppid=15793 vsize=1787352 CPUtime=0
/proc/15795/task/15803/stat : 15803 (java) S 15793 15795 14452 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 216934324 1830248448 42834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15804] ppid=15793 vsize=1787352 CPUtime=0.62
/proc/15795/task/15804/stat : 15804 (java) S 15793 15795 14452 0 -1 64 3116 0 0 0 61 1 0 0 16 0 12 0 216934324 1830248448 42834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15805] ppid=15793 vsize=1787352 CPUtime=0.53
/proc/15795/task/15805/stat : 15805 (java) S 15793 15795 14452 0 -1 64 1582 0 0 0 52 1 0 0 17 0 12 0 216934324 1830248448 42834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15806] ppid=15793 vsize=1787352 CPUtime=0
/proc/15795/task/15806/stat : 15806 (java) S 15793 15795 14452 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 216934324 1830248448 42834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15807] ppid=15793 vsize=1787352 CPUtime=0
/proc/15795/task/15807/stat : 15807 (java) S 15793 15795 14452 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 216934324 1830248448 42834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 1787352

[startup+6.30237 s]
/proc/loadavg: 1.24 1.17 1.17 2/89 15807
/proc/meminfo: memFree=1755320/2055920 swapFree=4130228/4192956
[pid=15795] ppid=15793 vsize=1788312 CPUtime=7.69
/proc/15795/stat : 15795 (java) S 15793 15795 14452 0 -1 0 57929 0 1 0 738 31 0 0 18 0 12 0 216934312 1831231488 53935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15795/statm: 447078 53935 1315 9 0 444690 0
[pid=15795/tid=15797] ppid=15793 vsize=1788312 CPUtime=5.22
/proc/15795/task/15797/stat : 15797 (java) R 15793 15795 14452 0 -1 64 37698 0 1 0 501 21 0 0 18 0 12 0 216934315 1831231488 53935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15798] ppid=15793 vsize=1788312 CPUtime=0.64
/proc/15795/task/15798/stat : 15798 (java) S 15793 15795 14452 0 -1 64 6913 0 0 0 62 2 0 0 19 0 12 0 216934317 1831231488 53935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15799] ppid=15793 vsize=1788312 CPUtime=0.64
/proc/15795/task/15799/stat : 15799 (java) S 15793 15795 14452 0 -1 64 7894 0 0 0 61 3 0 0 18 0 12 0 216934317 1831231488 53935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15800] ppid=15793 vsize=1788312 CPUtime=0
/proc/15795/task/15800/stat : 15800 (java) S 15793 15795 14452 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 216934319 1831231488 53935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15801] ppid=15793 vsize=1788312 CPUtime=0
/proc/15795/task/15801/stat : 15801 (java) S 15793 15795 14452 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 216934319 1831231488 53935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15802] ppid=15793 vsize=1788312 CPUtime=0
/proc/15795/task/15802/stat : 15802 (java) S 15793 15795 14452 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 216934319 1831231488 53935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15803] ppid=15793 vsize=1788312 CPUtime=0
/proc/15795/task/15803/stat : 15803 (java) S 15793 15795 14452 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 216934324 1831231488 53935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15804] ppid=15793 vsize=1788312 CPUtime=0.62
/proc/15795/task/15804/stat : 15804 (java) S 15793 15795 14452 0 -1 64 3116 0 0 0 61 1 0 0 16 0 12 0 216934324 1831231488 53935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15805] ppid=15793 vsize=1788312 CPUtime=0.53
/proc/15795/task/15805/stat : 15805 (java) S 15793 15795 14452 0 -1 64 1582 0 0 0 52 1 0 0 17 0 12 0 216934324 1831231488 53935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15806] ppid=15793 vsize=1788312 CPUtime=0
/proc/15795/task/15806/stat : 15806 (java) S 15793 15795 14452 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 216934324 1831231488 53935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15807] ppid=15793 vsize=1788312 CPUtime=0
/proc/15795/task/15807/stat : 15807 (java) S 15793 15795 14452 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 216934324 1831231488 53935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 1788312

[startup+12.703 s]
/proc/loadavg: 1.35 1.19 1.17 2/90 15808
/proc/meminfo: memFree=1723568/2055920 swapFree=4130228/4192956
[pid=15795] ppid=15793 vsize=1791804 CPUtime=15.5
/proc/15795/stat : 15795 (java) S 15793 15795 14452 0 -1 0 65421 0 1 0 1516 34 0 0 18 0 13 0 216934312 1834807296 59002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15795/statm: 447951 59002 1324 9 0 445563 0
[pid=15795/tid=15797] ppid=15793 vsize=1791804 CPUtime=10.82
/proc/15795/task/15797/stat : 15797 (java) R 15793 15795 14452 0 -1 64 37736 0 1 0 1061 21 0 0 25 0 13 0 216934315 1834807296 59002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109930917 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15798] ppid=15793 vsize=1791804 CPUtime=1.33
/proc/15795/task/15798/stat : 15798 (java) S 15793 15795 14452 0 -1 64 10576 0 0 0 129 4 0 0 18 0 13 0 216934317 1834807296 59002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15799] ppid=15793 vsize=1791804 CPUtime=1.33
/proc/15795/task/15799/stat : 15799 (java) S 15793 15795 14452 0 -1 64 10857 0 0 0 129 4 0 0 18 0 13 0 216934317 1834807296 59002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15800] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15800/stat : 15800 (java) S 15793 15795 14452 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 216934319 1834807296 59002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15801] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15801/stat : 15801 (java) S 15793 15795 14452 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 216934319 1834807296 59002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15802] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15802/stat : 15802 (java) S 15793 15795 14452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216934319 1834807296 59002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15803] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15803/stat : 15803 (java) S 15793 15795 14452 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 216934324 1834807296 59002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15804] ppid=15793 vsize=1791804 CPUtime=1.08
/proc/15795/task/15804/stat : 15804 (java) S 15793 15795 14452 0 -1 64 3155 0 0 0 107 1 0 0 17 0 13 0 216934324 1834807296 59002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15805] ppid=15793 vsize=1791804 CPUtime=0.89
/proc/15795/task/15805/stat : 15805 (java) R 15793 15795 14452 0 -1 64 2366 0 0 0 88 1 0 0 16 0 13 0 216934324 1834807296 59002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102386753 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15806] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15806/stat : 15806 (java) S 15793 15795 14452 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 216934324 1834807296 59002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15807] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15807/stat : 15807 (java) S 15793 15795 14452 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 216934324 1834807296 59002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15808] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15808/stat : 15808 (java) S 15793 15795 14452 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 216935079 1834807296 59002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.5
Current children cumulated vsize (KiB) 1791804

[startup+25.5012 s]
/proc/loadavg: 1.37 1.20 1.18 2/90 15808
/proc/meminfo: memFree=1708336/2055920 swapFree=4130228/4192956
[pid=15795] ppid=15793 vsize=1791804 CPUtime=28.82
/proc/15795/stat : 15795 (java) S 15793 15795 14452 0 -1 0 72168 0 1 0 2846 36 0 0 18 0 13 0 216934312 1834807296 62811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15795/statm: 447951 62811 1325 9 0 445563 0
[pid=15795/tid=15797] ppid=15793 vsize=1791804 CPUtime=23.25
/proc/15795/task/15797/stat : 15797 (java) R 15793 15795 14452 0 -1 64 37751 0 1 0 2304 21 0 0 25 0 13 0 216934315 1834807296 62811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109842027 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15798] ppid=15793 vsize=1791804 CPUtime=1.64
/proc/15795/task/15798/stat : 15798 (java) S 15793 15795 14452 0 -1 64 15009 0 0 0 159 5 0 0 16 0 13 0 216934317 1834807296 62811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15799] ppid=15793 vsize=1791804 CPUtime=1.63
/proc/15795/task/15799/stat : 15799 (java) S 15793 15795 14452 0 -1 64 13151 0 0 0 158 5 0 0 16 0 13 0 216934317 1834807296 62811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15800] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15800/stat : 15800 (java) S 15793 15795 14452 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 216934319 1834807296 62811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15801] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15801/stat : 15801 (java) S 15793 15795 14452 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 216934319 1834807296 62811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15802] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15802/stat : 15802 (java) S 15793 15795 14452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216934319 1834807296 62811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=15795] ppid=15793 vsize=1791804 CPUtime=1677.73
/proc/15795/stat : 15795 (java) S 15793 15795 14452 0 -1 0 166078 0 1 0 167612 161 0 0 18 0 13 0 216934312 1834807296 98897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15795/statm: 447951 98897 1332 9 0 445563 0
[pid=15795/tid=15797] ppid=15793 vsize=1791804 CPUtime=1643.44
/proc/15795/task/15797/stat : 15797 (java) R 15793 15795 14452 0 -1 64 85562 0 1 0 164290 54 0 0 25 0 13 0 216934315 1834807296 98897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109887506 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15798] ppid=15793 vsize=1791804 CPUtime=15.7
/proc/15795/task/15798/stat : 15798 (java) S 15793 15795 14452 0 -1 64 35967 0 0 0 1530 40 0 0 16 0 13 0 216934317 1834807296 98897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15799] ppid=15793 vsize=1791804 CPUtime=15.75
/proc/15795/task/15799/stat : 15799 (java) S 15793 15795 14452 0 -1 64 38065 0 0 0 1532 43 0 0 16 0 13 0 216934317 1834807296 98897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15800] ppid=15793 vsize=1791804 CPUtime=0.47
/proc/15795/task/15800/stat : 15800 (java) S 15793 15795 14452 0 -1 64 230 0 0 0 28 19 0 0 16 0 13 0 216934319 1834807296 98897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15801] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15801/stat : 15801 (java) S 15793 15795 14452 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 216934319 1834807296 98897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15802] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15802/stat : 15802 (java) S 15793 15795 14452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216934319 1834807296 98897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15803] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15803/stat : 15803 (java) S 15793 15795 14452 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 216934324 1834807296 98897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15804] ppid=15793 vsize=1791804 CPUtime=1.23
/proc/15795/task/15804/stat : 15804 (java) S 15793 15795 14452 0 -1 64 3161 0 0 0 122 1 0 0 16 0 13 0 216934324 1834807296 98897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15805] ppid=15793 vsize=1791804 CPUtime=1.08
/proc/15795/task/15805/stat : 15805 (java) S 15793 15795 14452 0 -1 64 2373 0 0 0 107 1 0 0 16 0 13 0 216934324 1834807296 98897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15806] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15806/stat : 15806 (java) S 15793 15795 14452 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 216934324 1834807296 98897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15807] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15807/stat : 15807 (java) S 15793 15795 14452 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 216934324 1834807296 98897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15808] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15808/stat : 15808 (java) S 15793 15795 14452 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 216935079 1834807296 98897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1677.73
Current children cumulated vsize (KiB) 1791804

[startup+1722.3 s]
/proc/loadavg: 1.02 1.02 1.02 2/90 15808
/proc/meminfo: memFree=1558320/2055920 swapFree=4130228/4192956
[pid=15795] ppid=15793 vsize=1791804 CPUtime=1738.13
/proc/15795/stat : 15795 (java) S 15793 15795 14452 0 -1 0 166995 0 1 0 173647 166 0 0 18 0 13 0 216934312 1834807296 99736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15795/statm: 447951 99736 1332 9 0 445563 0
[pid=15795/tid=15797] ppid=15793 vsize=1791804 CPUtime=1702.77
/proc/15795/task/15797/stat : 15797 (java) R 15793 15795 14452 0 -1 64 85620 0 1 0 170223 54 0 0 25 0 13 0 216934315 1834807296 99736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109631111 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15798] ppid=15793 vsize=1791804 CPUtime=16.21
/proc/15795/task/15798/stat : 15798 (java) S 15793 15795 14452 0 -1 64 36805 0 0 0 1576 45 0 0 16 0 13 0 216934317 1834807296 99736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15799] ppid=15793 vsize=1791804 CPUtime=16.31
/proc/15795/task/15799/stat : 15799 (java) S 15793 15795 14452 0 -1 64 38086 0 0 0 1588 43 0 0 17 0 13 0 216934317 1834807296 99736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15800] ppid=15793 vsize=1791804 CPUtime=0.47
/proc/15795/task/15800/stat : 15800 (java) S 15793 15795 14452 0 -1 64 230 0 0 0 28 19 0 0 16 0 13 0 216934319 1834807296 99736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15801] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15801/stat : 15801 (java) S 15793 15795 14452 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 216934319 1834807296 99736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15802] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15802/stat : 15802 (java) S 15793 15795 14452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216934319 1834807296 99736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15803] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15803/stat : 15803 (java) S 15793 15795 14452 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 216934324 1834807296 99736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15804] ppid=15793 vsize=1791804 CPUtime=1.23
/proc/15795/task/15804/stat : 15804 (java) S 15793 15795 14452 0 -1 64 3161 0 0 0 122 1 0 0 16 0 13 0 216934324 1834807296 99736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15805] ppid=15793 vsize=1791804 CPUtime=1.08
/proc/15795/task/15805/stat : 15805 (java) S 15793 15795 14452 0 -1 64 2373 0 0 0 107 1 0 0 16 0 13 0 216934324 1834807296 99736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15806] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15806/stat : 15806 (java) S 15793 15795 14452 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 216934324 1834807296 99736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15807] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15807/stat : 15807 (java) S 15793 15795 14452 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 216934324 1834807296 99736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15808] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15808/stat : 15808 (java) S 15793 15795 14452 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 216935079 1834807296 99736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1738.13
Current children cumulated vsize (KiB) 1791804

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.01 2/90 15810
/proc/meminfo: memFree=1551792/2055920 swapFree=4130284/4192956
[pid=15795] ppid=15793 vsize=1791804 CPUtime=1798.48
/proc/15795/stat : 15795 (java) S 15793 15795 14452 0 -1 0 167800 0 1 0 179678 170 0 0 18 0 13 0 216934312 1834807296 100397 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15795/statm: 447951 100397 1332 9 0 445563 0
[pid=15795/tid=15797] ppid=15793 vsize=1791804 CPUtime=1762.08
/proc/15795/task/15797/stat : 15797 (java) R 15793 15795 14452 0 -1 64 85697 0 1 0 176153 55 0 0 25 0 13 0 216934315 1834807296 100397 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109600593 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15798] ppid=15793 vsize=1791804 CPUtime=16.72
/proc/15795/task/15798/stat : 15798 (java) S 15793 15795 14452 0 -1 64 37242 0 0 0 1626 46 0 0 16 0 13 0 216934317 1834807296 100397 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15799] ppid=15793 vsize=1791804 CPUtime=16.83
/proc/15795/task/15799/stat : 15799 (java) S 15793 15795 14452 0 -1 64 38377 0 0 0 1638 45 0 0 16 0 13 0 216934317 1834807296 100397 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15800] ppid=15793 vsize=1791804 CPUtime=0.48
/proc/15795/task/15800/stat : 15800 (java) S 15793 15795 14452 0 -1 64 230 0 0 0 29 19 0 0 16 0 13 0 216934319 1834807296 100397 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15801] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15801/stat : 15801 (java) S 15793 15795 14452 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 216934319 1834807296 100397 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15802] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15802/stat : 15802 (java) S 15793 15795 14452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216934319 1834807296 100397 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15803] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15803/stat : 15803 (java) S 15793 15795 14452 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 216934324 1834807296 100397 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15804] ppid=15793 vsize=1791804 CPUtime=1.23
/proc/15795/task/15804/stat : 15804 (java) S 15793 15795 14452 0 -1 64 3161 0 0 0 122 1 0 0 16 0 13 0 216934324 1834807296 100397 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15805] ppid=15793 vsize=1791804 CPUtime=1.08
/proc/15795/task/15805/stat : 15805 (java) S 15793 15795 14452 0 -1 64 2373 0 0 0 107 1 0 0 16 0 13 0 216934324 1834807296 100397 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15806] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15806/stat : 15806 (java) S 15793 15795 14452 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 216934324 1834807296 100397 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15807] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15807/stat : 15807 (java) S 15793 15795 14452 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 216934324 1834807296 100397 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15808] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15808/stat : 15808 (java) S 15793 15795 14452 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 216935079 1834807296 100397 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.48
Current children cumulated vsize (KiB) 1791804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.9 s]
/proc/loadavg: 1.00 1.02 1.01 2/90 15810
/proc/meminfo: memFree=1551728/2055920 swapFree=4130284/4192956
[pid=15795] ppid=15793 vsize=1791804 CPUtime=1800.09
/proc/15795/stat : 15795 (java) S 15793 15795 14452 0 -1 0 167824 0 1 0 179839 170 0 0 18 0 13 0 216934312 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15795/statm: 447951 100414 1332 9 0 445563 0
[pid=15795/tid=15797] ppid=15793 vsize=1791804 CPUtime=1763.66
/proc/15795/task/15797/stat : 15797 (java) R 15793 15795 14452 0 -1 64 85699 0 1 0 176311 55 0 0 24 0 13 0 216934315 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109631082 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15798] ppid=15793 vsize=1791804 CPUtime=16.73
/proc/15795/task/15798/stat : 15798 (java) S 15793 15795 14452 0 -1 64 37263 0 0 0 1627 46 0 0 16 0 13 0 216934317 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15799] ppid=15793 vsize=1791804 CPUtime=16.85
/proc/15795/task/15799/stat : 15799 (java) S 15793 15795 14452 0 -1 64 38378 0 0 0 1640 45 0 0 16 0 13 0 216934317 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15800] ppid=15793 vsize=1791804 CPUtime=0.48
/proc/15795/task/15800/stat : 15800 (java) S 15793 15795 14452 0 -1 64 230 0 0 0 29 19 0 0 16 0 13 0 216934319 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15801] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15801/stat : 15801 (java) S 15793 15795 14452 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 216934319 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15802] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15802/stat : 15802 (java) S 15793 15795 14452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216934319 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15803] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15803/stat : 15803 (java) S 15793 15795 14452 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 216934324 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15804] ppid=15793 vsize=1791804 CPUtime=1.23
/proc/15795/task/15804/stat : 15804 (java) S 15793 15795 14452 0 -1 64 3161 0 0 0 122 1 0 0 16 0 13 0 216934324 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15805] ppid=15793 vsize=1791804 CPUtime=1.08
/proc/15795/task/15805/stat : 15805 (java) S 15793 15795 14452 0 -1 64 2373 0 0 0 107 1 0 0 16 0 13 0 216934324 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15806] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15806/stat : 15806 (java) S 15793 15795 14452 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 216934324 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15807] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15807/stat : 15807 (java) S 15793 15795 14452 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 216934324 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15808] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15808/stat : 15808 (java) S 15793 15795 14452 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 216935079 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1791804

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

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

[startup+1783.9 s]
/proc/loadavg: 1.00 1.02 1.01 2/90 15810
/proc/meminfo: memFree=1551728/2055920 swapFree=4130284/4192956
[pid=15795] ppid=15793 vsize=1791804 CPUtime=1800.09
/proc/15795/stat : 15795 (java) S 15793 15795 14452 0 -1 0 167824 0 1 0 179839 170 0 0 18 0 13 0 216934312 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15795/statm: 447951 100414 1332 9 0 445563 0
[pid=15795/tid=15797] ppid=15793 vsize=1791804 CPUtime=1763.66
/proc/15795/task/15797/stat : 15797 (java) R 15793 15795 14452 0 -1 64 85699 0 1 0 176311 55 0 0 24 0 13 0 216934315 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109631082 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15798] ppid=15793 vsize=1791804 CPUtime=16.73
/proc/15795/task/15798/stat : 15798 (java) S 15793 15795 14452 0 -1 64 37263 0 0 0 1627 46 0 0 16 0 13 0 216934317 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15799] ppid=15793 vsize=1791804 CPUtime=16.85
/proc/15795/task/15799/stat : 15799 (java) S 15793 15795 14452 0 -1 64 38378 0 0 0 1640 45 0 0 16 0 13 0 216934317 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15800] ppid=15793 vsize=1791804 CPUtime=0.48
/proc/15795/task/15800/stat : 15800 (java) S 15793 15795 14452 0 -1 64 230 0 0 0 29 19 0 0 16 0 13 0 216934319 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15801] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15801/stat : 15801 (java) S 15793 15795 14452 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 216934319 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15802] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15802/stat : 15802 (java) S 15793 15795 14452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216934319 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15803] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15803/stat : 15803 (java) S 15793 15795 14452 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 216934324 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15804] ppid=15793 vsize=1791804 CPUtime=1.23
/proc/15795/task/15804/stat : 15804 (java) S 15793 15795 14452 0 -1 64 3161 0 0 0 122 1 0 0 16 0 13 0 216934324 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15805] ppid=15793 vsize=1791804 CPUtime=1.08
/proc/15795/task/15805/stat : 15805 (java) S 15793 15795 14452 0 -1 64 2373 0 0 0 107 1 0 0 16 0 13 0 216934324 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15806] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15806/stat : 15806 (java) S 15793 15795 14452 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 216934324 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15795/tid=15807] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15807/stat : 15807 (java) S 15793 15795 14452 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 216934324 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15795/tid=15808] ppid=15793 vsize=1791804 CPUtime=0
/proc/15795/task/15808/stat : 15808 (java) S 15793 15795 14452 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 216935079 1834807296 100414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1791804

Child status: 143
Real time (s): 1784.01
CPU time (s): 1800.21
CPU user time (s): 1798.44
CPU system time (s): 1.77273
CPU usage (%): 100.908
Max. virtual memory (cumulated for all children) (KiB): 1791804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.44
system time used= 1.77273
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167844
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= 57734
involuntary context switches= 60941

runsolver used 1.64575 second user time and 5.13922 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Tue Apr 24 10:02:46 UTC 2007

IDJOB= 419527
IDBENCH= 47780
IDSOLVER= 160
FILE ID= node4/419527-1177408965

PBS_JOBID= 4675641

Free space on /tmp= 66463 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/babic/dspam/dspam_dump_vc950.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419527-1177408965/sat4jPseudoCP.jar /tmp/evaluation/419527-1177408965/instance-419527-1177408965.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-419527-1177408965 -o ROOT/results/node4/solver-419527-1177408965 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419527-1177408965/sat4jPseudoCP.jar /tmp/evaluation/419527-1177408965/instance-419527-1177408965.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  7e2bd053dd82d4aa23f42a2d48accca0

RANDOM SEED= 956657912

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.218
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	: 5931.00
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.218
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:       1956336 kB
Buffers:          3196 kB
Cached:          44512 kB
SwapCached:      16076 kB
Active:          53608 kB
Inactive:        12668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1956336 kB
SwapTotal:     4192956 kB
SwapFree:      4130228 kB
Dirty:           15624 kB
Writeback:           0 kB
Mapped:          24696 kB
Slab:            18796 kB
Committed_AS:  6259740 kB
PageTables:       1832 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= 66463 MiB

End job on node4 on Tue Apr 24 10:32:32 UTC 2007