Trace number 419181

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.1 1786.27

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/
industrial/fuhs/medium/AProVE07-20.opb
MD5SUMefceea334a945d1b35d3183ccd7ff8d7
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 benchmark477.371
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables7847
Total number of constraints73394
Number of constraints which are clauses73394
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 constraint4166
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 4164
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 8330
Number of bits of the biggest sum of numbers14
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.14	c no version file found!!!
0.07/0.14	c sun.arch.data.model	32
0.07/0.14	c java.version	1.6.0
0.07/0.15	c os.name	Linux
0.07/0.15	c os.version	2.6.9-22.EL.rootsmp
0.07/0.15	c os.arch	i386
0.07/0.15	c Free memory 1651659224
0.07/0.15	c Max memory 1654456320
0.07/0.15	c Total memory 1654456320
0.07/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/419181-1177404771/instance-419181-1177404771.opb
0.20/0.20	c reading problem ... 
2.95/2.45	c ... done. Wall clock time 2.246s.
2.95/2.45	c CPU time (experimental) 1.94s.
2.95/2.45	c #vars     7847
2.95/2.45	c #constraints  17217
1800.02/1786.21	c starts		: 2
1800.02/1786.21	c conflicts		: 105009
1800.02/1786.21	c decisions		: 128144
1800.02/1786.21	c propagations		: 56072271
1800.02/1786.21	c inspects		: 740358176
1800.02/1786.21	c learnt literals	: 2
1800.02/1786.21	c learnt binary clauses	: 156
1800.02/1786.21	c learnt ternary clauses	: 352
1800.02/1786.21	c learnt clauses	: 105006
1800.02/1786.21	c root simplifications	: 0
1800.02/1786.21	c removed literals (reason simplification)	: 0
1800.02/1786.21	c reason swapping (by a shorter reason)	: 0
1800.02/1786.21	c Calls to reduceDB	: 0
1800.02/1786.21	c speed (decisions/second)	: 71.83970390452917
1800.02/1786.21	c non guided choices	97
1800.02/1786.21	s UNKNOWN
1800.02/1786.21	c Total wall clock time (ms): 1786.011

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/node61/watcher-419181-1177404771 -o ROOT/results/node61/solver-419181-1177404771 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419181-1177404771/sat4jPseudoCPClause.jar /tmp/evaluation/419181-1177404771/instance-419181-1177404771.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.06 1.02 0.94 3/64 16693
/proc/meminfo: memFree=1571648/2055920 swapFree=4184132/4192956
[pid=16693] ppid=16691 vsize=18528 CPUtime=0
/proc/16693/stat : 16693 (runsolver) R 16691 16693 16230 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 152440707 18972672 284 18446744073709551615 4194304 4255128 548682068864 18446744073709551615 246406507815 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/16693/statm: 4632 284 249 14 0 2626 0

[startup+0.07568 s]
/proc/loadavg: 1.06 1.02 0.94 3/64 16693
/proc/meminfo: memFree=1571648/2055920 swapFree=4184132/4192956
[pid=16693] ppid=16691 vsize=1777708 CPUtime=0.05
/proc/16693/stat : 16693 (java) S 16691 16693 16230 0 -1 0 3747 0 1 0 3 2 0 0 19 0 7 0 152440707 1820372992 3491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/16693/statm: 444427 3491 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.10168 s]
/proc/loadavg: 1.06 1.02 0.94 3/64 16693
/proc/meminfo: memFree=1571648/2055920 swapFree=4184132/4192956
[pid=16693] ppid=16691 vsize=1780112 CPUtime=0.07
/proc/16693/stat : 16693 (java) S 16691 16693 16230 0 -1 0 3970 0 1 0 5 2 0 0 19 0 12 0 152440707 1822834688 3713 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16693/statm: 445028 3713 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1780112

[startup+0.3017 s]
/proc/loadavg: 1.06 1.02 0.94 3/64 16693
/proc/meminfo: memFree=1571648/2055920 swapFree=4184132/4192956
[pid=16693] ppid=16691 vsize=1781464 CPUtime=0.32
/proc/16693/stat : 16693 (java) S 16691 16693 16230 0 -1 0 5163 0 1 0 29 3 0 0 19 0 12 0 152440707 1824219136 4903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16693/statm: 445366 4903 1264 9 0 442977 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781464

[startup+0.701739 s]
/proc/loadavg: 1.06 1.02 0.94 3/64 16693
/proc/meminfo: memFree=1571648/2055920 swapFree=4184132/4192956
[pid=16693] ppid=16691 vsize=1784100 CPUtime=0.9
/proc/16693/stat : 16693 (java) S 16691 16693 16230 0 -1 0 7539 0 1 0 86 4 0 0 19 0 12 0 152440707 1826918400 6946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16693/statm: 446025 6946 1301 9 0 443636 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1784100

[startup+1.50282 s]
/proc/loadavg: 1.05 1.02 0.94 4/76 16705
/proc/meminfo: memFree=1544096/2055920 swapFree=4184132/4192956
[pid=16693] ppid=16691 vsize=1786748 CPUtime=2.01
/proc/16693/stat : 16693 (java) S 16691 16693 16230 0 -1 0 20357 0 1 0 189 12 0 0 19 0 12 0 152440707 1829629952 18093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16693/statm: 446687 18093 1302 9 0 444298 0
[pid=16693/tid=16695] ppid=16691 vsize=1786748 CPUtime=1.02
/proc/16693/task/16695/stat : 16695 (java) R 16691 16693 16230 0 -1 64 15887 0 1 0 93 9 0 0 25 0 12 0 152440709 1829629952 18093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109569283 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16696] ppid=16691 vsize=1786748 CPUtime=0
/proc/16693/task/16696/stat : 16696 (java) S 16691 16693 16230 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 152440710 1829629952 18093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16697] ppid=16691 vsize=1786748 CPUtime=0
/proc/16693/task/16697/stat : 16697 (java) S 16691 16693 16230 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 152440710 1829629952 18093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16698] ppid=16691 vsize=1786748 CPUtime=0
/proc/16693/task/16698/stat : 16698 (java) S 16691 16693 16230 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 152440713 1829629952 18093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16699] ppid=16691 vsize=1786748 CPUtime=0
/proc/16693/task/16699/stat : 16699 (java) S 16691 16693 16230 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 152440713 1829629952 18093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16700] ppid=16691 vsize=1786748 CPUtime=0
/proc/16693/task/16700/stat : 16700 (java) S 16691 16693 16230 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 152440713 1829629952 18093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16701] ppid=16691 vsize=1786748 CPUtime=0
/proc/16693/task/16701/stat : 16701 (java) S 16691 16693 16230 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 152440717 1829629952 18093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16702] ppid=16691 vsize=1786748 CPUtime=0.5
/proc/16693/task/16702/stat : 16702 (java) S 16691 16693 16230 0 -1 64 1694 0 0 0 50 0 0 0 16 0 12 0 152440717 1829629952 18093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16703] ppid=16691 vsize=1786748 CPUtime=0.46
/proc/16693/task/16703/stat : 16703 (java) S 16691 16693 16230 0 -1 64 2056 0 0 0 45 1 0 0 17 0 12 0 152440717 1829629952 18093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16704] ppid=16691 vsize=1786748 CPUtime=0
/proc/16693/task/16704/stat : 16704 (java) S 16691 16693 16230 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 152440717 1829629952 18093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16705] ppid=16691 vsize=1786748 CPUtime=0
/proc/16693/task/16705/stat : 16705 (java) S 16691 16693 16230 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 152440717 1829629952 18093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1786748

[startup+3.10297 s]
/proc/loadavg: 1.05 1.02 0.94 2/76 16705
/proc/meminfo: memFree=1435296/2055920 swapFree=4184132/4192956
[pid=16693] ppid=16691 vsize=1787564 CPUtime=4.16
/proc/16693/stat : 16693 (java) S 16691 16693 16230 0 -1 0 44981 0 1 0 390 26 0 0 19 0 13 0 152440707 1830465536 40628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16693/statm: 446891 40628 1325 9 0 444502 0
[pid=16693/tid=16695] ppid=16691 vsize=1787564 CPUtime=2.32
/proc/16693/task/16695/stat : 16695 (java) R 16691 16693 16230 0 -1 64 37709 0 1 0 211 21 0 0 22 0 13 0 152440709 1830465536 40628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16696] ppid=16691 vsize=1787564 CPUtime=0
/proc/16693/task/16696/stat : 16696 (java) S 16691 16693 16230 0 -1 64 275 0 0 0 0 0 0 0 16 0 13 0 152440710 1830465536 40628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16697] ppid=16691 vsize=1787564 CPUtime=0
/proc/16693/task/16697/stat : 16697 (java) S 16691 16693 16230 0 -1 64 273 0 0 0 0 0 0 0 16 0 13 0 152440710 1830465536 40628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16698] ppid=16691 vsize=1787564 CPUtime=0
/proc/16693/task/16698/stat : 16698 (java) S 16691 16693 16230 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 152440713 1830465536 40628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16699] ppid=16691 vsize=1787564 CPUtime=0
/proc/16693/task/16699/stat : 16699 (java) S 16691 16693 16230 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 152440713 1830465536 40628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16700] ppid=16691 vsize=1787564 CPUtime=0
/proc/16693/task/16700/stat : 16700 (java) S 16691 16693 16230 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 152440713 1830465536 40628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16701] ppid=16691 vsize=1787564 CPUtime=0
/proc/16693/task/16701/stat : 16701 (java) S 16691 16693 16230 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 152440717 1830465536 40628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16702] ppid=16691 vsize=1787564 CPUtime=1
/proc/16693/task/16702/stat : 16702 (java) R 16691 16693 16230 0 -1 64 3922 0 0 0 99 1 0 0 17 0 13 0 152440717 1830465536 40628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336763 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16703] ppid=16691 vsize=1787564 CPUtime=0.78
/proc/16693/task/16703/stat : 16703 (java) R 16691 16693 16230 0 -1 64 2073 0 0 0 77 1 0 0 16 0 13 0 152440717 1830465536 40628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105057964 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16704] ppid=16691 vsize=1787564 CPUtime=0
/proc/16693/task/16704/stat : 16704 (java) S 16691 16693 16230 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 152440717 1830465536 40628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16705] ppid=16691 vsize=1787564 CPUtime=0
/proc/16693/task/16705/stat : 16705 (java) S 16691 16693 16230 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152440717 1830465536 40628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 1787564

[startup+6.30126 s]
/proc/loadavg: 1.05 1.02 0.94 2/77 16706
/proc/meminfo: memFree=1409752/2055920 swapFree=4184132/4192956
[pid=16693] ppid=16691 vsize=1785992 CPUtime=7.53
/proc/16693/stat : 16693 (java) S 16691 16693 16230 0 -1 0 46428 0 1 0 727 26 0 0 19 0 13 0 152440707 1828855808 41602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16693/statm: 446498 41602 1325 9 0 444109 0
[pid=16693/tid=16695] ppid=16691 vsize=1785992 CPUtime=5.41
/proc/16693/task/16695/stat : 16695 (java) R 16691 16693 16230 0 -1 64 37724 0 1 0 519 22 0 0 20 0 13 0 152440709 1828855808 41602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109809089 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16696] ppid=16691 vsize=1785992 CPUtime=0.05
/proc/16693/task/16696/stat : 16696 (java) S 16691 16693 16230 0 -1 64 892 0 0 0 5 0 0 0 16 0 13 0 152440710 1828855808 41602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16697] ppid=16691 vsize=1785992 CPUtime=0.04
/proc/16693/task/16697/stat : 16697 (java) S 16691 16693 16230 0 -1 64 979 0 0 0 4 0 0 0 16 0 13 0 152440710 1828855808 41602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16698] ppid=16691 vsize=1785992 CPUtime=0
/proc/16693/task/16698/stat : 16698 (java) S 16691 16693 16230 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 152440713 1828855808 41602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16699] ppid=16691 vsize=1785992 CPUtime=0
/proc/16693/task/16699/stat : 16699 (java) S 16691 16693 16230 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 152440713 1828855808 41602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16700] ppid=16691 vsize=1785992 CPUtime=0
/proc/16693/task/16700/stat : 16700 (java) S 16691 16693 16230 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 152440713 1828855808 41602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16701] ppid=16691 vsize=1785992 CPUtime=0
/proc/16693/task/16701/stat : 16701 (java) S 16691 16693 16230 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 152440717 1828855808 41602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16702] ppid=16691 vsize=1785992 CPUtime=1.1
/proc/16693/task/16702/stat : 16702 (java) S 16691 16693 16230 0 -1 64 4018 0 0 0 109 1 0 0 16 0 13 0 152440717 1828855808 41602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16703] ppid=16691 vsize=1785992 CPUtime=0.89
/proc/16693/task/16703/stat : 16703 (java) S 16691 16693 16230 0 -1 64 2080 0 0 0 88 1 0 0 16 0 13 0 152440717 1828855808 41602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16704] ppid=16691 vsize=1785992 CPUtime=0
/proc/16693/task/16704/stat : 16704 (java) S 16691 16693 16230 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 152440717 1828855808 41602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16705] ppid=16691 vsize=1785992 CPUtime=0
/proc/16693/task/16705/stat : 16705 (java) S 16691 16693 16230 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152440717 1828855808 41602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16706] ppid=16691 vsize=1785992 CPUtime=0
/proc/16693/task/16706/stat : 16706 (java) S 16691 16693 16230 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 152440955 1828855808 41602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 1785992

[startup+12.7019 s]
/proc/loadavg: 1.04 1.02 0.94 2/77 16706
/proc/meminfo: memFree=1377760/2055920 swapFree=4184132/4192956
[pid=16693] ppid=16691 vsize=1785992 CPUtime=13.98
/proc/16693/stat : 16693 (java) S 16691 16693 16230 0 -1 0 55491 0 1 0 1368 30 0 0 19 0 13 0 152440707 1828855808 49526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16693/statm: 446498 49526 1325 9 0 444109 0
[pid=16693/tid=16695] ppid=16691 vsize=1785992 CPUtime=11.74
/proc/16693/task/16695/stat : 16695 (java) R 16691 16693 16230 0 -1 64 44190 0 1 0 1149 25 0 0 25 0 13 0 152440709 1828855808 49526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109809417 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16696] ppid=16691 vsize=1785992 CPUtime=0.09
/proc/16693/task/16696/stat : 16696 (java) S 16691 16693 16230 0 -1 64 2294 0 0 0 9 0 0 0 16 0 13 0 152440710 1828855808 49526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16697] ppid=16691 vsize=1785992 CPUtime=0.1
/proc/16693/task/16697/stat : 16697 (java) S 16691 16693 16230 0 -1 64 2159 0 0 0 9 1 0 0 16 0 13 0 152440710 1828855808 49526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16698] ppid=16691 vsize=1785992 CPUtime=0
/proc/16693/task/16698/stat : 16698 (java) S 16691 16693 16230 0 -1 64 29 0 0 0 0 0 0 0 17 0 13 0 152440713 1828855808 49526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16699] ppid=16691 vsize=1785992 CPUtime=0
/proc/16693/task/16699/stat : 16699 (java) S 16691 16693 16230 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 152440713 1828855808 49526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16700] ppid=16691 vsize=1785992 CPUtime=0
/proc/16693/task/16700/stat : 16700 (java) S 16691 16693 16230 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 152440713 1828855808 49526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16701] ppid=16691 vsize=1785992 CPUtime=0
/proc/16693/task/16701/stat : 16701 (java) S 16691 16693 16230 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 152440717 1828855808 49526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16702] ppid=16691 vsize=1785992 CPUtime=1.12
/proc/16693/task/16702/stat : 16702 (java) S 16691 16693 16230 0 -1 64 4018 0 0 0 111 1 0 0 17 0 13 0 152440717 1828855808 49526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16703] ppid=16691 vsize=1785992 CPUtime=0.89
/proc/16693/task/16703/stat : 16703 (java) S 16691 16693 16230 0 -1 64 2080 0 0 0 88 1 0 0 16 0 13 0 152440717 1828855808 49526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16704] ppid=16691 vsize=1785992 CPUtime=0
/proc/16693/task/16704/stat : 16704 (java) S 16691 16693 16230 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 152440717 1828855808 49526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16705] ppid=16691 vsize=1785992 CPUtime=0
/proc/16693/task/16705/stat : 16705 (java) S 16691 16693 16230 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152440717 1828855808 49526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16706] ppid=16691 vsize=1785992 CPUtime=0
/proc/16693/task/16706/stat : 16706 (java) S 16691 16693 16230 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 152440955 1828855808 49526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.98
Current children cumulated vsize (KiB) 1785992

[startup+25.5021 s]
/proc/loadavg: 1.03 1.02 0.94 2/77 16706
/proc/meminfo: memFree=1405856/2055920 swapFree=4184132/4192956
[pid=16693] ppid=16691 vsize=1785992 CPUtime=26.8
/proc/16693/stat : 16693 (java) S 16691 16693 16230 0 -1 0 55861 0 1 0 2649 31 0 0 19 0 13 0 152440707 1828855808 42470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16693/statm: 446498 42470 1331 9 0 444109 0
[pid=16693/tid=16695] ppid=16691 vsize=1785992 CPUtime=24.51
/proc/16693/task/16695/stat : 16695 (java) R 16691 16693 16230 0 -1 64 44202 0 1 0 2426 25 0 0 25 0 13 0 152440709 1828855808 42470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109815749 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16696] ppid=16691 vsize=1785992 CPUtime=0.11
/proc/16693/task/16696/stat : 16696 (java) S 16691 16693 16230 0 -1 64 2473 0 0 0 10 1 0 0 16 0 13 0 152440710 1828855808 42470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16697] ppid=16691 vsize=1785992 CPUtime=0.11
/proc/16693/task/16697/stat : 16697 (java) S 16691 16693 16230 0 -1 64 2332 0 0 0 10 1 0 0 16 0 13 0 152440710 1828855808 42470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16698] ppid=16691 vsize=1785992 CPUtime=0
/proc/16693/task/16698/stat : 16698 (java) S 16691 16693 16230 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 152440713 1828855808 42470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16699] ppid=16691 vsize=1785992 CPUtime=0
/proc/16693/task/16699/stat : 16699 (java) S 16691 16693 16230 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 152440713 1828855808 42470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=16693] ppid=16691 vsize=1788488 CPUtime=1614.83
/proc/16693/stat : 16693 (java) S 16691 16693 16230 0 -1 0 112310 0 1 0 161305 178 0 0 19 0 13 0 152440707 1831411712 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16693/statm: 447122 56541 1333 9 0 444733 0
[pid=16693/tid=16695] ppid=16691 vsize=1788488 CPUtime=1586.6
/proc/16693/task/16695/stat : 16695 (java) R 16691 16693 16230 0 -1 64 67935 0 1 0 158602 58 0 0 17 0 13 0 152440709 1831411712 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109745707 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16696] ppid=16691 vsize=1788488 CPUtime=12.55
/proc/16693/task/16696/stat : 16696 (java) S 16691 16693 16230 0 -1 64 16735 0 0 0 1221 34 0 0 16 0 13 0 152440710 1831411712 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16697] ppid=16691 vsize=1788488 CPUtime=12.59
/proc/16693/task/16697/stat : 16697 (java) S 16691 16693 16230 0 -1 64 19276 0 0 0 1218 41 0 0 16 0 13 0 152440710 1831411712 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16698] ppid=16691 vsize=1788488 CPUtime=0.91
/proc/16693/task/16698/stat : 16698 (java) S 16691 16693 16230 0 -1 64 117 0 0 0 52 39 0 0 16 0 13 0 152440713 1831411712 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16699] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16699/stat : 16699 (java) S 16691 16693 16230 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 152440713 1831411712 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16700] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16700/stat : 16700 (java) S 16691 16693 16230 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 152440713 1831411712 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16701] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16701/stat : 16701 (java) S 16691 16693 16230 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 152440717 1831411712 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16702] ppid=16691 vsize=1788488 CPUtime=1.21
/proc/16693/task/16702/stat : 16702 (java) S 16691 16693 16230 0 -1 64 5440 0 0 0 119 2 0 0 16 0 13 0 152440717 1831411712 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16703] ppid=16691 vsize=1788488 CPUtime=0.91
/proc/16693/task/16703/stat : 16703 (java) S 16691 16693 16230 0 -1 64 2086 0 0 0 90 1 0 0 16 0 13 0 152440717 1831411712 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16704] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16704/stat : 16704 (java) S 16691 16693 16230 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 152440717 1831411712 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16705] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16705/stat : 16705 (java) S 16691 16693 16230 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152440717 1831411712 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16706] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16706/stat : 16706 (java) S 16691 16693 16230 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 152440955 1831411712 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1614.83
Current children cumulated vsize (KiB) 1788488

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 16904
/proc/meminfo: memFree=1347936/2055920 swapFree=4184132/4192956
[pid=16693] ppid=16691 vsize=1788488 CPUtime=1675.27
/proc/16693/stat : 16693 (java) S 16691 16693 16230 0 -1 0 113504 0 1 0 167346 181 0 0 19 0 13 0 152440707 1831411712 56839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16693/statm: 447122 56839 1333 9 0 444733 0
[pid=16693/tid=16695] ppid=16691 vsize=1788488 CPUtime=1646.02
/proc/16693/task/16695/stat : 16695 (java) R 16691 16693 16230 0 -1 64 68035 0 1 0 164544 58 0 0 21 0 13 0 152440709 1831411712 56839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109770159 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16696] ppid=16691 vsize=1788488 CPUtime=13.06
/proc/16693/task/16696/stat : 16696 (java) S 16691 16693 16230 0 -1 64 17026 0 0 0 1271 35 0 0 16 0 13 0 152440710 1831411712 56839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16697] ppid=16691 vsize=1788488 CPUtime=13.09
/proc/16693/task/16697/stat : 16697 (java) S 16691 16693 16230 0 -1 64 20079 0 0 0 1267 42 0 0 16 0 13 0 152440710 1831411712 56839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16698] ppid=16691 vsize=1788488 CPUtime=0.92
/proc/16693/task/16698/stat : 16698 (java) S 16691 16693 16230 0 -1 64 117 0 0 0 53 39 0 0 16 0 13 0 152440713 1831411712 56839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16699] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16699/stat : 16699 (java) S 16691 16693 16230 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 152440713 1831411712 56839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16700] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16700/stat : 16700 (java) S 16691 16693 16230 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 152440713 1831411712 56839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16701] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16701/stat : 16701 (java) S 16691 16693 16230 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 152440717 1831411712 56839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16702] ppid=16691 vsize=1788488 CPUtime=1.21
/proc/16693/task/16702/stat : 16702 (java) S 16691 16693 16230 0 -1 64 5440 0 0 0 119 2 0 0 16 0 13 0 152440717 1831411712 56839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16703] ppid=16691 vsize=1788488 CPUtime=0.91
/proc/16693/task/16703/stat : 16703 (java) S 16691 16693 16230 0 -1 64 2086 0 0 0 90 1 0 0 16 0 13 0 152440717 1831411712 56839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16704] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16704/stat : 16704 (java) S 16691 16693 16230 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 152440717 1831411712 56839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16705] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16705/stat : 16705 (java) S 16691 16693 16230 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152440717 1831411712 56839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16706] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16706/stat : 16706 (java) S 16691 16693 16230 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 152440955 1831411712 56839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1675.27
Current children cumulated vsize (KiB) 1788488

[startup+1722.3 s]
/proc/loadavg: 1.06 1.02 0.95 2/77 16904
/proc/meminfo: memFree=1335648/2055920 swapFree=4184132/4192956
[pid=16693] ppid=16691 vsize=1788488 CPUtime=1735.67
/proc/16693/stat : 16693 (java) S 16691 16693 16230 0 -1 0 117357 0 1 0 173381 186 0 0 19 0 13 0 152440707 1831411712 59921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16693/statm: 447122 59921 1333 9 0 444733 0
[pid=16693/tid=16695] ppid=16691 vsize=1788488 CPUtime=1705.42
/proc/16693/task/16695/stat : 16695 (java) R 16691 16693 16230 0 -1 64 70970 0 1 0 170483 59 0 0 25 0 13 0 152440709 1831411712 59921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109745707 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16696] ppid=16691 vsize=1788488 CPUtime=13.54
/proc/16693/task/16696/stat : 16696 (java) S 16691 16693 16230 0 -1 64 17759 0 0 0 1317 37 0 0 16 0 13 0 152440710 1831411712 59921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16697] ppid=16691 vsize=1788488 CPUtime=13.59
/proc/16693/task/16697/stat : 16697 (java) S 16691 16693 16230 0 -1 64 20254 0 0 0 1316 43 0 0 16 0 13 0 152440710 1831411712 59921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16698] ppid=16691 vsize=1788488 CPUtime=0.93
/proc/16693/task/16698/stat : 16698 (java) S 16691 16693 16230 0 -1 64 127 0 0 0 53 40 0 0 16 0 13 0 152440713 1831411712 59921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16699] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16699/stat : 16699 (java) S 16691 16693 16230 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 152440713 1831411712 59921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16700] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16700/stat : 16700 (java) S 16691 16693 16230 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 152440713 1831411712 59921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16701] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16701/stat : 16701 (java) S 16691 16693 16230 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 152440717 1831411712 59921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16702] ppid=16691 vsize=1788488 CPUtime=1.21
/proc/16693/task/16702/stat : 16702 (java) S 16691 16693 16230 0 -1 64 5440 0 0 0 119 2 0 0 16 0 13 0 152440717 1831411712 59921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16703] ppid=16691 vsize=1788488 CPUtime=0.91
/proc/16693/task/16703/stat : 16703 (java) S 16691 16693 16230 0 -1 64 2086 0 0 0 90 1 0 0 16 0 13 0 152440717 1831411712 59921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16704] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16704/stat : 16704 (java) S 16691 16693 16230 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 152440717 1831411712 59921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16705] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16705/stat : 16705 (java) S 16691 16693 16230 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152440717 1831411712 59921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16706] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16706/stat : 16706 (java) S 16691 16693 16230 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 152440955 1831411712 59921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1735.67
Current children cumulated vsize (KiB) 1788488

[startup+1782.3 s]
/proc/loadavg: 1.07 1.03 0.95 2/77 16904
/proc/meminfo: memFree=1320544/2055920 swapFree=4184132/4192956
[pid=16693] ppid=16691 vsize=1788488 CPUtime=1796.09
/proc/16693/stat : 16693 (java) S 16691 16693 16230 0 -1 0 121837 0 1 0 179418 191 0 0 19 0 13 0 152440707 1831411712 63715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16693/statm: 447122 63715 1333 9 0 444733 0
[pid=16693/tid=16695] ppid=16691 vsize=1788488 CPUtime=1764.85
/proc/16693/task/16695/stat : 16695 (java) R 16691 16693 16230 0 -1 64 74541 0 1 0 176424 61 0 0 19 0 13 0 152440709 1831411712 63715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109815749 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16696] ppid=16691 vsize=1788488 CPUtime=14.03
/proc/16693/task/16696/stat : 16696 (java) S 16691 16693 16230 0 -1 64 18153 0 0 0 1365 38 0 0 16 0 13 0 152440710 1831411712 63715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16697] ppid=16691 vsize=1788488 CPUtime=14.08
/proc/16693/task/16697/stat : 16697 (java) S 16691 16693 16230 0 -1 64 20759 0 0 0 1363 45 0 0 16 0 13 0 152440710 1831411712 63715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16698] ppid=16691 vsize=1788488 CPUtime=0.95
/proc/16693/task/16698/stat : 16698 (java) S 16691 16693 16230 0 -1 64 137 0 0 0 54 41 0 0 16 0 13 0 152440713 1831411712 63715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16699] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16699/stat : 16699 (java) S 16691 16693 16230 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 152440713 1831411712 63715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16700] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16700/stat : 16700 (java) S 16691 16693 16230 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 152440713 1831411712 63715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16701] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16701/stat : 16701 (java) S 16691 16693 16230 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 152440717 1831411712 63715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16702] ppid=16691 vsize=1788488 CPUtime=1.21
/proc/16693/task/16702/stat : 16702 (java) S 16691 16693 16230 0 -1 64 5440 0 0 0 119 2 0 0 16 0 13 0 152440717 1831411712 63715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16703] ppid=16691 vsize=1788488 CPUtime=0.91
/proc/16693/task/16703/stat : 16703 (java) S 16691 16693 16230 0 -1 64 2086 0 0 0 90 1 0 0 16 0 13 0 152440717 1831411712 63715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16704] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16704/stat : 16704 (java) S 16691 16693 16230 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 152440717 1831411712 63715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16705] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16705/stat : 16705 (java) S 16691 16693 16230 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152440717 1831411712 63715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16706] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16706/stat : 16706 (java) S 16691 16693 16230 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 152440955 1831411712 63715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.09
Current children cumulated vsize (KiB) 1788488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.2 s]
/proc/loadavg: 1.06 1.03 0.95 2/77 16904
/proc/meminfo: memFree=1320288/2055920 swapFree=4184132/4192956
[pid=16693] ppid=16691 vsize=1788488 CPUtime=1800.02
/proc/16693/stat : 16693 (java) S 16691 16693 16230 0 -1 0 121923 0 1 0 179811 191 0 0 19 0 13 0 152440707 1831411712 63772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16693/statm: 447122 63772 1333 9 0 444733 0
[pid=16693/tid=16695] ppid=16691 vsize=1788488 CPUtime=1768.73
/proc/16693/task/16695/stat : 16695 (java) R 16691 16693 16230 0 -1 64 74545 0 1 0 176812 61 0 0 23 0 13 0 152440709 1831411712 63772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109776336 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16696] ppid=16691 vsize=1788488 CPUtime=14.06
/proc/16693/task/16696/stat : 16696 (java) S 16691 16693 16230 0 -1 64 18181 0 0 0 1368 38 0 0 16 0 13 0 152440710 1831411712 63772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16697] ppid=16691 vsize=1788488 CPUtime=14.1
/proc/16693/task/16697/stat : 16697 (java) S 16691 16693 16230 0 -1 64 20813 0 0 0 1365 45 0 0 16 0 13 0 152440710 1831411712 63772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16698] ppid=16691 vsize=1788488 CPUtime=0.96
/proc/16693/task/16698/stat : 16698 (java) S 16691 16693 16230 0 -1 64 137 0 0 0 55 41 0 0 16 0 13 0 152440713 1831411712 63772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16699] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16699/stat : 16699 (java) S 16691 16693 16230 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 152440713 1831411712 63772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16700] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16700/stat : 16700 (java) S 16691 16693 16230 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 152440713 1831411712 63772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16701] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16701/stat : 16701 (java) S 16691 16693 16230 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 152440717 1831411712 63772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16702] ppid=16691 vsize=1788488 CPUtime=1.21
/proc/16693/task/16702/stat : 16702 (java) S 16691 16693 16230 0 -1 64 5440 0 0 0 119 2 0 0 16 0 13 0 152440717 1831411712 63772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16693/tid=16703] ppid=16691 vsize=1788488 CPUtime=0.91
/proc/16693/task/16703/stat : 16703 (java) S 16691 16693 16230 0 -1 64 2086 0 0 0 90 1 0 0 16 0 13 0 152440717 1831411712 63772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16704] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16704/stat : 16704 (java) S 16691 16693 16230 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 152440717 1831411712 63772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16705] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16705/stat : 16705 (java) S 16691 16693 16230 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152440717 1831411712 63772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16693/tid=16706] ppid=16691 vsize=1788488 CPUtime=0
/proc/16693/task/16706/stat : 16706 (java) S 16691 16693 16230 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 152440955 1831411712 63772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1788488

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): 1786.27
CPU time (s): 1800.1
CPU user time (s): 1798.14
CPU system time (s): 1.9607
CPU usage (%): 100.774
Max. virtual memory (cumulated for all children) (KiB): 1789700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.14
system time used= 1.9607
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121945
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= 83279
involuntary context switches= 40920

runsolver used 1.74373 second user time and 4.88326 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Tue Apr 24 08:52:51 UTC 2007

IDJOB= 419181
IDBENCH= 47755
IDSOLVER= 164
FILE ID= node61/419181-1177404771

PBS_JOBID= 4675553

Free space on /tmp= 66497 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/fuhs/medium/AProVE07-20.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419181-1177404771/sat4jPseudoCPClause.jar /tmp/evaluation/419181-1177404771/instance-419181-1177404771.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-419181-1177404771 -o ROOT/results/node61/solver-419181-1177404771 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419181-1177404771/sat4jPseudoCPClause.jar /tmp/evaluation/419181-1177404771/instance-419181-1177404771.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  efceea334a945d1b35d3183ccd7ff8d7

RANDOM SEED= 597964123

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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.240
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.240
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:       1572056 kB
Buffers:         54368 kB
Cached:         339588 kB
SwapCached:       2960 kB
Active:         207376 kB
Inactive:       205852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1572056 kB
SwapTotal:     4192956 kB
SwapFree:      4184132 kB
Dirty:            5792 kB
Writeback:           0 kB
Mapped:          25088 kB
Slab:            56728 kB
Committed_AS:  1007280 kB
PageTables:       1412 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= 66497 MiB

End job on node61 on Tue Apr 24 09:22:39 UTC 2007