Trace number 419587

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.18 1787.29

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
babic/dspam/dspam_dump_vc1080.opb
MD5SUM1b06b6fa2618f08b1e22a7d10174e19f
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.16537
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables118226
Total number of constraints375379
Number of constraints which are clauses375379
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/419587-1177409870/instance-419587-1177409870.opb
0.20/0.20	c reading problem ... 
8.94/7.55	c ... done. Wall clock time 7.341s.
8.94/7.55	c CPU time (experimental) 6.5s.
8.94/7.55	c #vars     118226
8.94/7.55	c #constraints  372017
1800.09/1787.21	c starts		: 2
1800.09/1787.21	c conflicts		: 1532
1800.09/1787.21	c decisions		: 4462
1800.09/1787.21	c propagations		: 7986680
1800.09/1787.21	c inspects		: 23158538
1800.09/1787.21	c learnt literals	: 1
1800.09/1787.21	c learnt binary clauses	: 83
1800.09/1787.21	c learnt ternary clauses	: 111
1800.09/1787.21	c learnt clauses	: 1530
1800.09/1787.21	c root simplifications	: 0
1800.09/1787.21	c removed literals (reason simplification)	: 0
1800.09/1787.21	c reason swapping (by a shorter reason)	: 0
1800.09/1787.21	c Calls to reduceDB	: 0
1800.09/1787.21	c speed (decisions/second)	: 2.5072810610372906
1800.09/1787.21	c non guided choices	627
1800.09/1787.21	s UNKNOWN
1800.09/1787.21	c Total wall clock time (ms): 1787.009

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/node43/watcher-419587-1177409870 -o ROOT/results/node43/solver-419587-1177409870 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419587-1177409870/sat4jPseudoCPClause.jar /tmp/evaluation/419587-1177409870/instance-419587-1177409870.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.99 1.00 1.00 2/77 13873
/proc/meminfo: memFree=1770880/2055920 swapFree=4158592/4192956
[pid=13873] ppid=13871 vsize=152 CPUtime=0
/proc/13873/stat : 13873 (java) D 13871 13873 12532 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 188898917 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4731684 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/13873/statm: 38 26 19 9 0 4 0

[startup+0.047324 s]
/proc/loadavg: 0.99 1.00 1.00 2/77 13873
/proc/meminfo: memFree=1770880/2055920 swapFree=4158592/4192956
[pid=13873] ppid=13871 vsize=1776376 CPUtime=0.03
/proc/13873/stat : 13873 (java) S 13871 13873 12532 0 -1 0 3448 0 1 0 1 2 0 0 18 0 4 0 188898917 1819009024 3195 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/13873/statm: 444094 3195 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776376

[startup+0.102323 s]
/proc/loadavg: 0.99 1.00 1.00 2/77 13873
/proc/meminfo: memFree=1770880/2055920 swapFree=4158592/4192956
[pid=13873] ppid=13871 vsize=1780112 CPUtime=0.08
/proc/13873/stat : 13873 (java) S 13871 13873 12532 0 -1 0 3966 0 1 0 6 2 0 0 18 0 12 0 188898917 1822834688 3709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13873/statm: 445028 3709 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.30134 s]
/proc/loadavg: 0.99 1.00 1.00 2/77 13873
/proc/meminfo: memFree=1770880/2055920 swapFree=4158592/4192956
[pid=13873] ppid=13871 vsize=1782436 CPUtime=0.31
/proc/13873/stat : 13873 (java) S 13871 13873 12532 0 -1 0 6154 0 1 0 27 4 0 0 18 0 12 0 188898917 1825214464 5894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13873/statm: 445609 5894 1263 9 0 443220 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782436

[startup+0.702375 s]
/proc/loadavg: 0.99 1.00 1.00 2/77 13873
/proc/meminfo: memFree=1770880/2055920 swapFree=4158592/4192956
[pid=13873] ppid=13871 vsize=1783556 CPUtime=0.87
/proc/13873/stat : 13873 (java) S 13871 13873 12532 0 -1 0 7940 0 1 0 82 5 0 0 18 0 12 0 188898917 1826361344 7434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13873/statm: 445889 7434 1300 9 0 443500 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1783556

[startup+1.50244 s]
/proc/loadavg: 0.99 1.00 1.00 2/89 13885
/proc/meminfo: memFree=1739744/2055920 swapFree=4158592/4192956
[pid=13873] ppid=13871 vsize=1787464 CPUtime=2.1
/proc/13873/stat : 13873 (java) S 13871 13873 12532 0 -1 0 22296 0 1 0 198 12 0 0 18 0 12 0 188898917 1830363136 19769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13873/statm: 446866 19769 1301 9 0 444477 0
[pid=13873/tid=13875] ppid=13871 vsize=1787464 CPUtime=1.14
/proc/13873/task/13875/stat : 13875 (java) R 13871 13873 12532 0 -1 64 17575 0 1 0 105 9 0 0 20 0 12 0 188898919 1830363136 19769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109628468 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13876] ppid=13871 vsize=1787464 CPUtime=0
/proc/13873/task/13876/stat : 13876 (java) S 13871 13873 12532 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 188898920 1830363136 19769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13877] ppid=13871 vsize=1787464 CPUtime=0
/proc/13873/task/13877/stat : 13877 (java) S 13871 13873 12532 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 188898920 1830363136 19769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13878] ppid=13871 vsize=1787464 CPUtime=0
/proc/13873/task/13878/stat : 13878 (java) S 13871 13873 12532 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188898923 1830363136 19769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13879] ppid=13871 vsize=1787464 CPUtime=0
/proc/13873/task/13879/stat : 13879 (java) S 13871 13873 12532 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 188898923 1830363136 19769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13880] ppid=13871 vsize=1787464 CPUtime=0
/proc/13873/task/13880/stat : 13880 (java) S 13871 13873 12532 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 188898923 1830363136 19769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13881] ppid=13871 vsize=1787464 CPUtime=0
/proc/13873/task/13881/stat : 13881 (java) S 13871 13873 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188898927 1830363136 19769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13882] ppid=13871 vsize=1787464 CPUtime=0.51
/proc/13873/task/13882/stat : 13882 (java) S 13871 13873 12532 0 -1 64 2000 0 0 0 50 1 0 0 16 0 12 0 188898927 1830363136 19769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13883] ppid=13871 vsize=1787464 CPUtime=0.42
/proc/13873/task/13883/stat : 13883 (java) S 13871 13873 12532 0 -1 64 2004 0 0 0 42 0 0 0 16 0 12 0 188898927 1830363136 19769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13884] ppid=13871 vsize=1787464 CPUtime=0
/proc/13873/task/13884/stat : 13884 (java) S 13871 13873 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188898927 1830363136 19769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13885] ppid=13871 vsize=1787464 CPUtime=0
/proc/13873/task/13885/stat : 13885 (java) S 13871 13873 12532 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188898927 1830363136 19769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 1787464

[startup+3.10158 s]
/proc/loadavg: 0.99 1.00 1.00 2/89 13885
/proc/meminfo: memFree=1647136/2055920 swapFree=4158592/4192956
[pid=13873] ppid=13871 vsize=1788112 CPUtime=3.99
/proc/13873/stat : 13873 (java) S 13871 13873 12532 0 -1 0 46215 0 1 0 374 25 0 0 18 0 12 0 188898917 1831026688 43094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13873/statm: 447028 43094 1315 9 0 444639 0
[pid=13873/tid=13875] ppid=13871 vsize=1788112 CPUtime=2.61
/proc/13873/task/13875/stat : 13875 (java) R 13871 13873 12532 0 -1 64 37694 0 1 0 241 20 0 0 22 0 12 0 188898919 1831026688 43094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109628639 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13876] ppid=13871 vsize=1788112 CPUtime=0.07
/proc/13873/task/13876/stat : 13876 (java) S 13871 13873 12532 0 -1 64 1644 0 0 0 7 0 0 0 17 0 12 0 188898920 1831026688 43094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13877] ppid=13871 vsize=1788112 CPUtime=0.08
/proc/13873/task/13877/stat : 13877 (java) S 13871 13873 12532 0 -1 64 1541 0 0 0 8 0 0 0 16 0 12 0 188898920 1831026688 43094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13878] ppid=13871 vsize=1788112 CPUtime=0
/proc/13873/task/13878/stat : 13878 (java) S 13871 13873 12532 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188898923 1831026688 43094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13879] ppid=13871 vsize=1788112 CPUtime=0
/proc/13873/task/13879/stat : 13879 (java) S 13871 13873 12532 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 188898923 1831026688 43094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13880] ppid=13871 vsize=1788112 CPUtime=0
/proc/13873/task/13880/stat : 13880 (java) S 13871 13873 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188898923 1831026688 43094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13881] ppid=13871 vsize=1788112 CPUtime=0
/proc/13873/task/13881/stat : 13881 (java) S 13871 13873 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188898927 1831026688 43094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13882] ppid=13871 vsize=1788112 CPUtime=0.7
/proc/13873/task/13882/stat : 13882 (java) S 13871 13873 12532 0 -1 64 2606 0 0 0 69 1 0 0 17 0 12 0 188898927 1831026688 43094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13883] ppid=13871 vsize=1788112 CPUtime=0.47
/proc/13873/task/13883/stat : 13883 (java) S 13871 13873 12532 0 -1 64 2007 0 0 0 47 0 0 0 16 0 12 0 188898927 1831026688 43094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13884] ppid=13871 vsize=1788112 CPUtime=0
/proc/13873/task/13884/stat : 13884 (java) S 13871 13873 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188898927 1831026688 43094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13885] ppid=13871 vsize=1788112 CPUtime=0
/proc/13873/task/13885/stat : 13885 (java) S 13871 13873 12532 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188898927 1831026688 43094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 1788112

[startup+6.30285 s]
/proc/loadavg: 1.07 1.02 1.00 2/89 13885
/proc/meminfo: memFree=1569056/2055920 swapFree=4158592/4192956
[pid=13873] ppid=13871 vsize=1789392 CPUtime=7.6
/proc/13873/stat : 13873 (java) S 13871 13873 12532 0 -1 0 58361 0 1 0 728 32 0 0 18 0 12 0 188898917 1832337408 54313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13873/statm: 447348 54313 1315 9 0 444959 0
[pid=13873/tid=13875] ppid=13871 vsize=1789392 CPUtime=5.39
/proc/13873/task/13875/stat : 13875 (java) R 13871 13873 12532 0 -1 64 37698 0 1 0 518 21 0 0 20 0 12 0 188898919 1832337408 54313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13876] ppid=13871 vsize=1789392 CPUtime=0.49
/proc/13873/task/13876/stat : 13876 (java) S 13871 13873 12532 0 -1 64 6884 0 0 0 45 4 0 0 18 0 12 0 188898920 1832337408 54313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13877] ppid=13871 vsize=1789392 CPUtime=0.49
/proc/13873/task/13877/stat : 13877 (java) S 13871 13873 12532 0 -1 64 8437 0 0 0 46 3 0 0 17 0 12 0 188898920 1832337408 54313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13878] ppid=13871 vsize=1789392 CPUtime=0
/proc/13873/task/13878/stat : 13878 (java) S 13871 13873 12532 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 188898923 1832337408 54313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13879] ppid=13871 vsize=1789392 CPUtime=0
/proc/13873/task/13879/stat : 13879 (java) S 13871 13873 12532 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 188898923 1832337408 54313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13880] ppid=13871 vsize=1789392 CPUtime=0
/proc/13873/task/13880/stat : 13880 (java) S 13871 13873 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188898923 1832337408 54313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13881] ppid=13871 vsize=1789392 CPUtime=0
/proc/13873/task/13881/stat : 13881 (java) S 13871 13873 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188898927 1832337408 54313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13882] ppid=13871 vsize=1789392 CPUtime=0.7
/proc/13873/task/13882/stat : 13882 (java) S 13871 13873 12532 0 -1 64 2606 0 0 0 69 1 0 0 17 0 12 0 188898927 1832337408 54313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13883] ppid=13871 vsize=1789392 CPUtime=0.47
/proc/13873/task/13883/stat : 13883 (java) S 13871 13873 12532 0 -1 64 2007 0 0 0 47 0 0 0 16 0 12 0 188898927 1832337408 54313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13884] ppid=13871 vsize=1789392 CPUtime=0
/proc/13873/task/13884/stat : 13884 (java) S 13871 13873 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188898927 1832337408 54313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13885] ppid=13871 vsize=1789392 CPUtime=0
/proc/13873/task/13885/stat : 13885 (java) S 13871 13873 12532 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188898927 1832337408 54313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 1789392

[startup+12.7014 s]
/proc/loadavg: 1.15 1.03 1.01 2/90 13886
/proc/meminfo: memFree=1533400/2055920 swapFree=4158592/4192956
[pid=13873] ppid=13871 vsize=1790740 CPUtime=15.14
/proc/13873/stat : 13873 (java) S 13871 13873 12532 0 -1 0 66346 0 1 0 1478 36 0 0 18 0 13 0 188898917 1833717760 60432 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13873/statm: 447685 60432 1324 9 0 445296 0
[pid=13873/tid=13875] ppid=13871 vsize=1790740 CPUtime=10.98
/proc/13873/task/13875/stat : 13875 (java) R 13871 13873 12532 0 -1 64 37737 0 1 0 1077 21 0 0 25 0 13 0 188898919 1833717760 60432 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109874286 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13876] ppid=13871 vsize=1790740 CPUtime=0.97
/proc/13873/task/13876/stat : 13876 (java) S 13871 13873 12532 0 -1 64 9677 0 0 0 92 5 0 0 18 0 13 0 188898920 1833717760 60432 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13877] ppid=13871 vsize=1790740 CPUtime=0.98
/proc/13873/task/13877/stat : 13877 (java) S 13871 13873 12532 0 -1 64 12284 0 0 0 93 5 0 0 17 0 13 0 188898920 1833717760 60432 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13878] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13878/stat : 13878 (java) S 13871 13873 12532 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 188898923 1833717760 60432 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13879] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13879/stat : 13879 (java) S 13871 13873 12532 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188898923 1833717760 60432 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13880] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13880/stat : 13880 (java) S 13871 13873 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188898923 1833717760 60432 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13881] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13881/stat : 13881 (java) S 13871 13873 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188898927 1833717760 60432 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13882] ppid=13871 vsize=1790740 CPUtime=1.12
/proc/13873/task/13882/stat : 13882 (java) S 13871 13873 12532 0 -1 64 3838 0 0 0 111 1 0 0 17 0 13 0 188898927 1833717760 60432 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13883] ppid=13871 vsize=1790740 CPUtime=1.03
/proc/13873/task/13883/stat : 13883 (java) S 13871 13873 12532 0 -1 64 2075 0 0 0 103 0 0 0 15 0 13 0 188898927 1833717760 60432 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13884] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13884/stat : 13884 (java) S 13871 13873 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188898927 1833717760 60432 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13885] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13885/stat : 13885 (java) S 13871 13873 12532 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188898927 1833717760 60432 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13886] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13886/stat : 13886 (java) S 13871 13873 12532 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 188899678 1833717760 60432 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.14
Current children cumulated vsize (KiB) 1790740

[startup+25.5025 s]
/proc/loadavg: 1.11 1.03 1.01 2/90 13886
/proc/meminfo: memFree=1522840/2055920 swapFree=4158592/4192956
[pid=13873] ppid=13871 vsize=1790740 CPUtime=28.07
/proc/13873/stat : 13873 (java) S 13871 13873 12532 0 -1 0 70579 0 1 0 2769 38 0 0 18 0 13 0 188898917 1833717760 61457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13873/statm: 447685 61457 1324 9 0 445296 0
[pid=13873/tid=13875] ppid=13871 vsize=1790740 CPUtime=23.66
/proc/13873/task/13875/stat : 13875 (java) R 13871 13873 12532 0 -1 64 37748 0 1 0 2345 21 0 0 17 0 13 0 188898919 1833717760 61457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109912242 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13876] ppid=13871 vsize=1790740 CPUtime=1.09
/proc/13873/task/13876/stat : 13876 (java) S 13871 13873 12532 0 -1 64 11135 0 0 0 103 6 0 0 16 0 13 0 188898920 1833717760 61457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13877] ppid=13871 vsize=1790740 CPUtime=1.09
/proc/13873/task/13877/stat : 13877 (java) S 13871 13873 12532 0 -1 64 15047 0 0 0 103 6 0 0 16 0 13 0 188898920 1833717760 61457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13878] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13878/stat : 13878 (java) S 13871 13873 12532 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 188898923 1833717760 61457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13879] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13879/stat : 13879 (java) S 13871 13873 12532 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188898923 1833717760 61457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13880] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13880/stat : 13880 (java) S 13871 13873 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188898923 1833717760 61457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=13873] ppid=13871 vsize=1790740 CPUtime=1614.04
/proc/13873/stat : 13873 (java) S 13871 13873 12532 0 -1 0 171283 0 1 0 161268 136 0 0 18 0 13 0 188898917 1833717760 72560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13873/statm: 447685 72560 1324 9 0 445296 0
[pid=13873/tid=13875] ppid=13871 vsize=1790740 CPUtime=1588.8
/proc/13873/task/13875/stat : 13875 (java) R 13871 13873 12532 0 -1 64 91256 0 1 0 158825 55 0 0 23 0 13 0 188898919 1833717760 72560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109872240 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13876] ppid=13871 vsize=1790740 CPUtime=11.21
/proc/13873/task/13876/stat : 13876 (java) S 13871 13873 12532 0 -1 64 34931 0 0 0 1097 24 0 0 16 0 13 0 188898920 1833717760 72560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13877] ppid=13871 vsize=1790740 CPUtime=11.24
/proc/13873/task/13877/stat : 13877 (java) S 13871 13873 12532 0 -1 64 38194 0 0 0 1097 27 0 0 15 0 13 0 188898920 1833717760 72560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13878] ppid=13871 vsize=1790740 CPUtime=0.56
/proc/13873/task/13878/stat : 13878 (java) S 13871 13873 12532 0 -1 64 268 0 0 0 32 24 0 0 16 0 13 0 188898923 1833717760 72560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13879] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13879/stat : 13879 (java) S 13871 13873 12532 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188898923 1833717760 72560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13880] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13880/stat : 13880 (java) S 13871 13873 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188898923 1833717760 72560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13881] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13881/stat : 13881 (java) S 13871 13873 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188898927 1833717760 72560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13882] ppid=13871 vsize=1790740 CPUtime=1.12
/proc/13873/task/13882/stat : 13882 (java) S 13871 13873 12532 0 -1 64 3838 0 0 0 111 1 0 0 17 0 13 0 188898927 1833717760 72560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13883] ppid=13871 vsize=1790740 CPUtime=1.04
/proc/13873/task/13883/stat : 13883 (java) S 13871 13873 12532 0 -1 64 2075 0 0 0 104 0 0 0 16 0 13 0 188898927 1833717760 72560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13884] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13884/stat : 13884 (java) S 13871 13873 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188898927 1833717760 72560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13885] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13885/stat : 13885 (java) S 13871 13873 12532 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188898927 1833717760 72560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13886] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13886/stat : 13886 (java) S 13871 13873 12532 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 188899678 1833717760 72560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1614.04
Current children cumulated vsize (KiB) 1790740

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 13888
/proc/meminfo: memFree=1482456/2055920 swapFree=4158592/4192956
[pid=13873] ppid=13871 vsize=1790740 CPUtime=1674.41
/proc/13873/stat : 13873 (java) S 13871 13873 12532 0 -1 0 174004 0 1 0 167303 138 0 0 18 0 13 0 188898917 1833717760 73088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13873/statm: 447685 73088 1324 9 0 445296 0
[pid=13873/tid=13875] ppid=13871 vsize=1790740 CPUtime=1648.32
/proc/13873/task/13875/stat : 13875 (java) R 13871 13873 12532 0 -1 64 92129 0 1 0 164777 55 0 0 25 0 13 0 188898919 1833717760 73088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109872382 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13876] ppid=13871 vsize=1790740 CPUtime=11.64
/proc/13873/task/13876/stat : 13876 (java) S 13871 13873 12532 0 -1 64 35955 0 0 0 1139 25 0 0 16 0 13 0 188898920 1833717760 73088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13877] ppid=13871 vsize=1790740 CPUtime=11.66
/proc/13873/task/13877/stat : 13877 (java) S 13871 13873 12532 0 -1 64 38998 0 0 0 1138 28 0 0 16 0 13 0 188898920 1833717760 73088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13878] ppid=13871 vsize=1790740 CPUtime=0.57
/proc/13873/task/13878/stat : 13878 (java) S 13871 13873 12532 0 -1 64 288 0 0 0 32 25 0 0 16 0 13 0 188898923 1833717760 73088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13879] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13879/stat : 13879 (java) S 13871 13873 12532 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188898923 1833717760 73088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13880] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13880/stat : 13880 (java) S 13871 13873 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188898923 1833717760 73088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13881] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13881/stat : 13881 (java) S 13871 13873 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188898927 1833717760 73088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13882] ppid=13871 vsize=1790740 CPUtime=1.12
/proc/13873/task/13882/stat : 13882 (java) S 13871 13873 12532 0 -1 64 3838 0 0 0 111 1 0 0 17 0 13 0 188898927 1833717760 73088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13883] ppid=13871 vsize=1790740 CPUtime=1.04
/proc/13873/task/13883/stat : 13883 (java) S 13871 13873 12532 0 -1 64 2075 0 0 0 104 0 0 0 16 0 13 0 188898927 1833717760 73088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13884] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13884/stat : 13884 (java) S 13871 13873 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188898927 1833717760 73088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13885] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13885/stat : 13885 (java) S 13871 13873 12532 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188898927 1833717760 73088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13886] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13886/stat : 13886 (java) S 13871 13873 12532 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 188899678 1833717760 73088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1674.41
Current children cumulated vsize (KiB) 1790740

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 13888
/proc/meminfo: memFree=1466584/2055920 swapFree=4158592/4192956
[pid=13873] ppid=13871 vsize=1790740 CPUtime=1734.79
/proc/13873/stat : 13873 (java) S 13871 13873 12532 0 -1 0 180314 0 1 0 173335 144 0 0 18 0 13 0 188898917 1833717760 77029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13873/statm: 447685 77029 1324 9 0 445296 0
[pid=13873/tid=13875] ppid=13871 vsize=1790740 CPUtime=1707.86
/proc/13873/task/13875/stat : 13875 (java) R 13871 13873 12532 0 -1 64 96983 0 1 0 170727 59 0 0 18 0 13 0 188898919 1833717760 77029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109872857 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13876] ppid=13871 vsize=1790740 CPUtime=12.04
/proc/13873/task/13876/stat : 13876 (java) S 13871 13873 12532 0 -1 64 36683 0 0 0 1179 25 0 0 16 0 13 0 188898920 1833717760 77029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13877] ppid=13871 vsize=1790740 CPUtime=12.06
/proc/13873/task/13877/stat : 13877 (java) S 13871 13873 12532 0 -1 64 39703 0 0 0 1178 28 0 0 16 0 13 0 188898920 1833717760 77029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13878] ppid=13871 vsize=1790740 CPUtime=0.6
/proc/13873/task/13878/stat : 13878 (java) S 13871 13873 12532 0 -1 64 311 0 0 0 34 26 0 0 16 0 13 0 188898923 1833717760 77029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13879] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13879/stat : 13879 (java) S 13871 13873 12532 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188898923 1833717760 77029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13880] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13880/stat : 13880 (java) S 13871 13873 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188898923 1833717760 77029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13881] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13881/stat : 13881 (java) S 13871 13873 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188898927 1833717760 77029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13882] ppid=13871 vsize=1790740 CPUtime=1.12
/proc/13873/task/13882/stat : 13882 (java) S 13871 13873 12532 0 -1 64 3838 0 0 0 111 1 0 0 17 0 13 0 188898927 1833717760 77029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13883] ppid=13871 vsize=1790740 CPUtime=1.04
/proc/13873/task/13883/stat : 13883 (java) S 13871 13873 12532 0 -1 64 2075 0 0 0 104 0 0 0 16 0 13 0 188898927 1833717760 77029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13884] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13884/stat : 13884 (java) S 13871 13873 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188898927 1833717760 77029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13885] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13885/stat : 13885 (java) S 13871 13873 12532 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188898927 1833717760 77029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13886] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13886/stat : 13886 (java) S 13871 13873 12532 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 188899678 1833717760 77029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1734.79
Current children cumulated vsize (KiB) 1790740

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 13888
/proc/meminfo: memFree=1453912/2055920 swapFree=4158592/4192956
[pid=13873] ppid=13871 vsize=1790740 CPUtime=1795.14
/proc/13873/stat : 13873 (java) S 13871 13873 12532 0 -1 0 185714 0 1 0 179366 148 0 0 18 0 13 0 188898917 1833717760 80179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13873/statm: 447685 80179 1324 9 0 445296 0
[pid=13873/tid=13875] ppid=13871 vsize=1790740 CPUtime=1767.42
/proc/13873/task/13875/stat : 13875 (java) R 13871 13873 12532 0 -1 64 101048 0 1 0 176681 61 0 0 25 0 13 0 188898919 1833717760 80179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109874154 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13876] ppid=13871 vsize=1790740 CPUtime=12.43
/proc/13873/task/13876/stat : 13876 (java) S 13871 13873 12532 0 -1 64 37382 0 0 0 1217 26 0 0 16 0 13 0 188898920 1833717760 80179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13877] ppid=13871 vsize=1790740 CPUtime=12.45
/proc/13873/task/13877/stat : 13877 (java) S 13871 13873 12532 0 -1 64 40331 0 0 0 1216 29 0 0 16 0 13 0 188898920 1833717760 80179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13878] ppid=13871 vsize=1790740 CPUtime=0.61
/proc/13873/task/13878/stat : 13878 (java) S 13871 13873 12532 0 -1 64 319 0 0 0 35 26 0 0 16 0 13 0 188898923 1833717760 80179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13879] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13879/stat : 13879 (java) S 13871 13873 12532 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188898923 1833717760 80179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13880] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13880/stat : 13880 (java) S 13871 13873 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188898923 1833717760 80179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13881] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13881/stat : 13881 (java) S 13871 13873 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188898927 1833717760 80179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13882] ppid=13871 vsize=1790740 CPUtime=1.12
/proc/13873/task/13882/stat : 13882 (java) S 13871 13873 12532 0 -1 64 3838 0 0 0 111 1 0 0 17 0 13 0 188898927 1833717760 80179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13883] ppid=13871 vsize=1790740 CPUtime=1.04
/proc/13873/task/13883/stat : 13883 (java) S 13871 13873 12532 0 -1 64 2075 0 0 0 104 0 0 0 16 0 13 0 188898927 1833717760 80179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13884] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13884/stat : 13884 (java) S 13871 13873 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188898927 1833717760 80179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13885] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13885/stat : 13885 (java) S 13871 13873 12532 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188898927 1833717760 80179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13886] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13886/stat : 13886 (java) S 13871 13873 12532 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 188899678 1833717760 80179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 1790740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 13888
/proc/meminfo: memFree=1454360/2055920 swapFree=4158592/4192956
[pid=13873] ppid=13871 vsize=1790740 CPUtime=1800.09
/proc/13873/stat : 13873 (java) S 13871 13873 12532 0 -1 0 185837 0 1 0 179861 148 0 0 18 0 13 0 188898917 1833717760 80077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13873/statm: 447685 80077 1324 9 0 445296 0
[pid=13873/tid=13875] ppid=13871 vsize=1790740 CPUtime=1772.29
/proc/13873/task/13875/stat : 13875 (java) R 13871 13873 12532 0 -1 64 101055 0 1 0 177168 61 0 0 25 0 13 0 188898919 1833717760 80077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109872240 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13876] ppid=13871 vsize=1790740 CPUtime=12.47
/proc/13873/task/13876/stat : 13876 (java) S 13871 13873 12532 0 -1 64 37440 0 0 0 1221 26 0 0 16 0 13 0 188898920 1833717760 80077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13877] ppid=13871 vsize=1790740 CPUtime=12.49
/proc/13873/task/13877/stat : 13877 (java) S 13871 13873 12532 0 -1 64 40389 0 0 0 1220 29 0 0 16 0 13 0 188898920 1833717760 80077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13878] ppid=13871 vsize=1790740 CPUtime=0.61
/proc/13873/task/13878/stat : 13878 (java) S 13871 13873 12532 0 -1 64 319 0 0 0 35 26 0 0 15 0 13 0 188898923 1833717760 80077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13879] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13879/stat : 13879 (java) S 13871 13873 12532 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188898923 1833717760 80077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13880] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13880/stat : 13880 (java) S 13871 13873 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188898923 1833717760 80077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13881] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13881/stat : 13881 (java) S 13871 13873 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188898927 1833717760 80077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13882] ppid=13871 vsize=1790740 CPUtime=1.12
/proc/13873/task/13882/stat : 13882 (java) S 13871 13873 12532 0 -1 64 3838 0 0 0 111 1 0 0 17 0 13 0 188898927 1833717760 80077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13873/tid=13883] ppid=13871 vsize=1790740 CPUtime=1.04
/proc/13873/task/13883/stat : 13883 (java) S 13871 13873 12532 0 -1 64 2075 0 0 0 104 0 0 0 16 0 13 0 188898927 1833717760 80077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13884] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13884/stat : 13884 (java) S 13871 13873 12532 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188898927 1833717760 80077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13885] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13885/stat : 13885 (java) S 13871 13873 12532 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188898927 1833717760 80077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13873/tid=13886] ppid=13871 vsize=1790740 CPUtime=0
/proc/13873/task/13886/stat : 13886 (java) S 13871 13873 12532 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 188899678 1833717760 80077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1790740

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

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

Child status: 143
Real time (s): 1787.29
CPU time (s): 1800.18
CPU user time (s): 1798.64
CPU system time (s): 1.53077
CPU usage (%): 100.721
Max. virtual memory (cumulated for all children) (KiB): 1790916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.64
system time used= 1.53077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185857
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= 62354
involuntary context switches= 55522

runsolver used 1.78973 second user time and 5.01924 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Tue Apr 24 10:17:51 UTC 2007

IDJOB= 419587
IDBENCH= 47784
IDSOLVER= 164
FILE ID= node43/419587-1177409870

PBS_JOBID= 4675617

Free space on /tmp= 66419 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  1b06b6fa2618f08b1e22a7d10174e19f

RANDOM SEED= 973867286

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.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	: 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.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:       1771288 kB
Buffers:         41624 kB
Cached:         156296 kB
SwapCached:       2952 kB
Active:         140004 kB
Inactive:        88492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1771288 kB
SwapTotal:     4192956 kB
SwapFree:      4158592 kB
Dirty:           16204 kB
Writeback:           0 kB
Mapped:          38072 kB
Slab:            41488 kB
Committed_AS:  2640904 kB
PageTables:       1912 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= 66419 MiB

End job on node43 on Tue Apr 24 10:47:40 UTC 2007