Trace number 360862

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.33 1745.62

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga45_45_sat_pb.cnf.cr.opb
MD5SUMa63a973ffa65f76728fc6c6327196255
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.083986
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables3038
Total number of constraints2160
Number of constraints which are clauses2070
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint22
Maximum length of a constraint45
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
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.13/0.35	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.13/0.35	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.13/0.35	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.13/0.36	c no version file found!!!
0.13/0.36	c sun.arch.data.model	32
0.13/0.36	c java.version	1.6.0
0.13/0.36	c os.name	Linux
0.13/0.36	c os.version	2.6.9-22.EL.rootsmp
0.13/0.36	c os.arch	i386
0.13/0.36	c Free memory 1651659224
0.13/0.36	c Max memory 1654456320
0.13/0.36	c Total memory 1654456320
0.13/0.36	c Number of processors 2
0.23/0.42	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.23/0.42	--- Begin Solver configuration ---
0.23/0.42	c Stops conflict analysis at the first Unique Implication Point
0.23/0.42	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.23/0.42	c Learn all clauses as in MiniSAT
0.23/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.23/0.42	c VSIDS like heuristics from MiniSAT using a heap
0.23/0.42	c No reason simplification
0.23/0.42	c --- End Solver configuration ---
0.23/0.42	c Simplify asserted PB constraints to clauses
0.23/0.42	c solving /tmp/evaluation/360862-1176975452/instance-360862-1176975452.opb
0.23/0.42	c reading problem ... 
1.61/1.37	c ... done. Wall clock time 0.948s.
1.61/1.37	c CPU time (experimental) 0.81s.
1.61/1.37	c #vars     3038
1.61/1.37	c #constraints  2160
1800.11/1745.41	c starts		: 2
1800.11/1745.41	c conflicts		: 16557
1800.11/1745.41	c decisions		: 84837
1800.11/1745.41	c propagations		: 2776256
1800.11/1745.41	c inspects		: 57787105
1800.11/1745.41	c learnt literals	: 0
1800.11/1745.41	c learnt binary clauses	: 0
1800.11/1745.41	c learnt ternary clauses	: 0
1800.11/1745.41	c learnt clauses	: 16556
1800.11/1745.41	c root simplifications	: 0
1800.11/1745.41	c removed literals (reason simplification)	: 0
1800.11/1745.41	c reason swapping (by a shorter reason)	: 0
1800.11/1745.41	c Calls to reduceDB	: 0
1800.11/1745.41	c speed (decisions/second)	: 48.64412047012845
1800.11/1745.41	c non guided choices	970
1800.11/1745.41	s UNKNOWN
1800.11/1745.41	c Total wall clock time (ms): 1744.991

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node23/watcher-360862-1176975452 -o ROOT/results/node23/solver-360862-1176975452 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360862-1176975452/sat4jPseudoCPClause.jar /tmp/evaluation/360862-1176975452/instance-360862-1176975452.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.12 0.04 0.03 2/77 11685
/proc/meminfo: memFree=1878600/2055920 swapFree=4169120/4192956
[pid=11685] ppid=11683 vsize=200 CPUtime=0
/proc/11685/stat : 11685 (java) D 11683 11685 11526 0 -1 0 47 0 1 0 0 0 0 0 18 0 1 0 145462353 204800 33 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2495396 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/11685/statm: 50 33 26 9 0 4 0

[startup+0.0299631 s]
/proc/loadavg: 0.12 0.04 0.03 2/77 11685
/proc/meminfo: memFree=1878600/2055920 swapFree=4169120/4192956
[pid=11685] ppid=11683 vsize=308 CPUtime=0
/proc/11685/stat : 11685 (java) D 11683 11685 11526 0 -1 0 55 0 2 0 0 0 0 0 18 0 1 0 145462353 315392 41 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2495396 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/11685/statm: 77 41 31 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 308

[startup+0.101978 s]
/proc/loadavg: 0.12 0.04 0.03 2/77 11685
/proc/meminfo: memFree=1878600/2055920 swapFree=4169120/4192956
[pid=11685] ppid=11683 vsize=12496 CPUtime=0.02
/proc/11685/stat : 11685 (java) S 11683 11685 11526 0 -1 0 750 0 28 0 0 2 0 0 18 0 2 0 145462353 12795904 561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/11685/statm: 3124 561 250 9 0 1241 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12496

[startup+0.302024 s]
/proc/loadavg: 0.12 0.04 0.03 2/77 11685
/proc/meminfo: memFree=1878600/2055920 swapFree=4169120/4192956
[pid=11685] ppid=11683 vsize=1780260 CPUtime=0.13
/proc/11685/stat : 11685 (java) S 11683 11685 11526 0 -1 0 3994 0 37 0 8 5 0 0 18 0 12 0 145462353 1822986240 3772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11685/statm: 445065 3772 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 1780260

[startup+0.702117 s]
/proc/loadavg: 0.12 0.04 0.03 2/77 11685
/proc/meminfo: memFree=1878600/2055920 swapFree=4169120/4192956
[pid=11685] ppid=11683 vsize=1783200 CPUtime=0.64
/proc/11685/stat : 11685 (java) S 11683 11685 11526 0 -1 0 5992 0 37 0 56 8 0 0 18 0 12 0 145462353 1825996800 5595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11685/statm: 445800 5595 1285 9 0 443411 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 1783200

[startup+1.50129 s]
/proc/loadavg: 0.12 0.04 0.03 4/89 11697
/proc/meminfo: memFree=1846120/2055920 swapFree=4169120/4192956
[pid=11685] ppid=11683 vsize=1785384 CPUtime=1.91
/proc/11685/stat : 11685 (java) S 11683 11685 11526 0 -1 0 15831 0 37 0 178 13 0 0 18 0 13 0 145462353 1828233216 13335 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11685/statm: 446346 13335 1314 9 0 443957 0
[pid=11685/tid=11687] ppid=11683 vsize=1785384 CPUtime=0.9
/proc/11685/task/11687/stat : 11687 (java) R 11683 11685 11526 0 -1 64 11593 0 10 0 83 7 0 0 19 0 13 0 145462363 1828233216 13335 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11688] ppid=11683 vsize=1785384 CPUtime=0
/proc/11685/task/11688/stat : 11688 (java) S 11683 11685 11526 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 145462368 1828233216 13335 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11689] ppid=11683 vsize=1785384 CPUtime=0
/proc/11685/task/11689/stat : 11689 (java) S 11683 11685 11526 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 145462368 1828233216 13335 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11690] ppid=11683 vsize=1785384 CPUtime=0
/proc/11685/task/11690/stat : 11690 (java) S 11683 11685 11526 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 145462372 1828233216 13335 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11691] ppid=11683 vsize=1785384 CPUtime=0
/proc/11685/task/11691/stat : 11691 (java) S 11683 11685 11526 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 145462372 1828233216 13335 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11692] ppid=11683 vsize=1785384 CPUtime=0
/proc/11685/task/11692/stat : 11692 (java) S 11683 11685 11526 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 145462372 1828233216 13335 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11693] ppid=11683 vsize=1785384 CPUtime=0
/proc/11685/task/11693/stat : 11693 (java) S 11683 11685 11526 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 145462380 1828233216 13335 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11694] ppid=11683 vsize=1785384 CPUtime=0.51
/proc/11685/task/11694/stat : 11694 (java) R 11683 11685 11526 0 -1 64 2595 0 0 0 50 1 0 0 16 0 13 0 145462380 1828233216 13335 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102282774 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11695] ppid=11683 vsize=1785384 CPUtime=0.44
/proc/11685/task/11695/stat : 11695 (java) R 11683 11685 11526 0 -1 64 945 0 0 0 44 0 0 0 16 0 13 0 145462380 1828233216 13335 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103320284 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11696] ppid=11683 vsize=1785384 CPUtime=0
/proc/11685/task/11696/stat : 11696 (java) S 11683 11685 11526 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 145462380 1828233216 13335 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11697] ppid=11683 vsize=1785384 CPUtime=0
/proc/11685/task/11697/stat : 11697 (java) S 11683 11685 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145462380 1828233216 13335 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 1785384

[startup+3.10265 s]
/proc/loadavg: 0.19 0.06 0.03 2/90 11698
/proc/meminfo: memFree=1731680/2055920 swapFree=4169120/4192956
[pid=11685] ppid=11683 vsize=1796148 CPUtime=4.4
/proc/11685/stat : 11685 (java) S 11683 11685 11526 0 -1 0 48989 0 37 0 412 28 0 0 18 0 13 0 145462353 1839255552 42910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11685/statm: 449037 42910 1326 9 0 446648 0
[pid=11685/tid=11687] ppid=11683 vsize=1796148 CPUtime=2.21
/proc/11685/task/11687/stat : 11687 (java) R 11683 11685 11526 0 -1 64 37719 0 10 0 201 20 0 0 23 0 13 0 145462363 1839255552 42910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109529432 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11688] ppid=11683 vsize=1796148 CPUtime=0.01
/proc/11685/task/11688/stat : 11688 (java) S 11683 11685 11526 0 -1 64 463 0 0 0 1 0 0 0 16 0 13 0 145462368 1839255552 42910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11689] ppid=11683 vsize=1796148 CPUtime=0.01
/proc/11685/task/11689/stat : 11689 (java) S 11683 11685 11526 0 -1 64 351 0 0 0 1 0 0 0 16 0 13 0 145462368 1839255552 42910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11690] ppid=11683 vsize=1796148 CPUtime=0
/proc/11685/task/11690/stat : 11690 (java) S 11683 11685 11526 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 145462372 1839255552 42910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11691] ppid=11683 vsize=1796148 CPUtime=0
/proc/11685/task/11691/stat : 11691 (java) S 11683 11685 11526 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145462372 1839255552 42910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11692] ppid=11683 vsize=1796148 CPUtime=0
/proc/11685/task/11692/stat : 11692 (java) S 11683 11685 11526 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145462372 1839255552 42910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11693] ppid=11683 vsize=1796148 CPUtime=0
/proc/11685/task/11693/stat : 11693 (java) S 11683 11685 11526 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 145462380 1839255552 42910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11694] ppid=11683 vsize=1796148 CPUtime=1.31
/proc/11685/task/11694/stat : 11694 (java) S 11683 11685 11526 0 -1 64 7347 0 0 0 128 3 0 0 18 0 13 0 145462380 1839255552 42910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11695] ppid=11683 vsize=1796148 CPUtime=0.8
/proc/11685/task/11695/stat : 11695 (java) S 11683 11685 11526 0 -1 64 2403 0 0 0 79 1 0 0 17 0 13 0 145462380 1839255552 42910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11696] ppid=11683 vsize=1796148 CPUtime=0
/proc/11685/task/11696/stat : 11696 (java) S 11683 11685 11526 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 145462380 1839255552 42910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11697] ppid=11683 vsize=1796148 CPUtime=0
/proc/11685/task/11697/stat : 11697 (java) S 11683 11685 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145462380 1839255552 42910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11698] ppid=11683 vsize=1796148 CPUtime=0
/proc/11685/task/11698/stat : 11698 (java) S 11683 11685 11526 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 145462492 1839255552 42910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 1796148

[startup+6.30216 s]
/proc/loadavg: 0.19 0.06 0.03 2/90 11698
/proc/meminfo: memFree=1702752/2055920 swapFree=4169120/4192956
[pid=11685] ppid=11683 vsize=1796148 CPUtime=7.86
/proc/11685/stat : 11685 (java) S 11683 11685 11526 0 -1 0 50224 0 37 0 757 29 0 0 18 0 13 0 145462353 1839255552 43294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11685/statm: 449037 43294 1329 9 0 446648 0
[pid=11685/tid=11687] ppid=11683 vsize=1796148 CPUtime=5.25
/proc/11685/task/11687/stat : 11687 (java) R 11683 11685 11526 0 -1 64 37726 0 10 0 505 20 0 0 25 0 13 0 145462363 1839255552 43294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109747487 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11688] ppid=11683 vsize=1796148 CPUtime=0.04
/proc/11685/task/11688/stat : 11688 (java) S 11683 11685 11526 0 -1 64 916 0 0 0 4 0 0 0 16 0 13 0 145462368 1839255552 43294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11689] ppid=11683 vsize=1796148 CPUtime=0.03
/proc/11685/task/11689/stat : 11689 (java) S 11683 11685 11526 0 -1 64 724 0 0 0 3 0 0 0 15 0 13 0 145462368 1839255552 43294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11690] ppid=11683 vsize=1796148 CPUtime=0
/proc/11685/task/11690/stat : 11690 (java) S 11683 11685 11526 0 -1 64 32 0 0 0 0 0 0 0 17 0 13 0 145462372 1839255552 43294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11691] ppid=11683 vsize=1796148 CPUtime=0
/proc/11685/task/11691/stat : 11691 (java) S 11683 11685 11526 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145462372 1839255552 43294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11692] ppid=11683 vsize=1796148 CPUtime=0
/proc/11685/task/11692/stat : 11692 (java) S 11683 11685 11526 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145462372 1839255552 43294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11693] ppid=11683 vsize=1796148 CPUtime=0
/proc/11685/task/11693/stat : 11693 (java) S 11683 11685 11526 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 145462380 1839255552 43294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11694] ppid=11683 vsize=1796148 CPUtime=1.53
/proc/11685/task/11694/stat : 11694 (java) S 11683 11685 11526 0 -1 64 7719 0 0 0 150 3 0 0 16 0 13 0 145462380 1839255552 43294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11695] ppid=11683 vsize=1796148 CPUtime=0.94
/proc/11685/task/11695/stat : 11695 (java) S 11683 11685 11526 0 -1 64 2412 0 0 0 93 1 0 0 16 0 13 0 145462380 1839255552 43294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11696] ppid=11683 vsize=1796148 CPUtime=0
/proc/11685/task/11696/stat : 11696 (java) S 11683 11685 11526 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 145462380 1839255552 43294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11697] ppid=11683 vsize=1796148 CPUtime=0
/proc/11685/task/11697/stat : 11697 (java) S 11683 11685 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145462380 1839255552 43294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11698] ppid=11683 vsize=1796148 CPUtime=0
/proc/11685/task/11698/stat : 11698 (java) S 11683 11685 11526 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 145462492 1839255552 43294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.86
Current children cumulated vsize (KiB) 1796148

[startup+12.7016 s]
/proc/loadavg: 0.26 0.07 0.04 2/90 11698
/proc/meminfo: memFree=1666656/2055920 swapFree=4169120/4192956
[pid=11685] ppid=11683 vsize=1795252 CPUtime=14.63
/proc/11685/stat : 11685 (java) S 11683 11685 11526 0 -1 0 60781 0 37 0 1429 34 0 0 18 0 13 0 145462353 1838338048 51693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11685/statm: 448813 51693 1329 9 0 446424 0
[pid=11685/tid=11687] ppid=11683 vsize=1795252 CPUtime=11.53
/proc/11685/task/11687/stat : 11687 (java) R 11683 11685 11526 0 -1 64 46379 0 10 0 1129 24 0 0 25 0 13 0 145462363 1838338048 51693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109758493 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11688] ppid=11683 vsize=1795252 CPUtime=0.08
/proc/11685/task/11688/stat : 11688 (java) S 11683 11685 11526 0 -1 64 1882 0 0 0 8 0 0 0 16 0 13 0 145462368 1838338048 51693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11689] ppid=11683 vsize=1795252 CPUtime=0.07
/proc/11685/task/11689/stat : 11689 (java) S 11683 11685 11526 0 -1 64 1641 0 0 0 7 0 0 0 16 0 13 0 145462368 1838338048 51693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11690] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11690/stat : 11690 (java) S 11683 11685 11526 0 -1 64 32 0 0 0 0 0 0 0 15 0 13 0 145462372 1838338048 51693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11691] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11691/stat : 11691 (java) S 11683 11685 11526 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145462372 1838338048 51693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11692] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11692/stat : 11692 (java) S 11683 11685 11526 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145462372 1838338048 51693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11693] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11693/stat : 11693 (java) S 11683 11685 11526 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 145462380 1838338048 51693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11694] ppid=11683 vsize=1795252 CPUtime=1.85
/proc/11685/task/11694/stat : 11694 (java) S 11683 11685 11526 0 -1 64 7739 0 0 0 182 3 0 0 16 0 13 0 145462380 1838338048 51693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11695] ppid=11683 vsize=1795252 CPUtime=1.02
/proc/11685/task/11695/stat : 11695 (java) S 11683 11685 11526 0 -1 64 2413 0 0 0 101 1 0 0 16 0 13 0 145462380 1838338048 51693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11696] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11696/stat : 11696 (java) S 11683 11685 11526 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 145462380 1838338048 51693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11697] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11697/stat : 11697 (java) S 11683 11685 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145462380 1838338048 51693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11698] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11698/stat : 11698 (java) S 11683 11685 11526 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 145462492 1838338048 51693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.63
Current children cumulated vsize (KiB) 1795252

[startup+25.5024 s]
/proc/loadavg: 0.42 0.12 0.05 2/90 11698
/proc/meminfo: memFree=1684704/2055920 swapFree=4169120/4192956
[pid=11685] ppid=11683 vsize=1795252 CPUtime=27.53
/proc/11685/stat : 11685 (java) S 11683 11685 11526 0 -1 0 61862 0 37 0 2717 36 0 0 18 0 13 0 145462353 1838338048 47119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11685/statm: 448813 47119 1330 9 0 446424 0
[pid=11685/tid=11687] ppid=11683 vsize=1795252 CPUtime=24.24
/proc/11685/task/11687/stat : 11687 (java) R 11683 11685 11526 0 -1 64 46402 0 10 0 2400 24 0 0 20 0 13 0 145462363 1838338048 47119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109747696 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11688] ppid=11683 vsize=1795252 CPUtime=0.15
/proc/11685/task/11688/stat : 11688 (java) S 11683 11685 11526 0 -1 64 2497 0 0 0 14 1 0 0 15 0 13 0 145462368 1838338048 47119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11689] ppid=11683 vsize=1795252 CPUtime=0.13
/proc/11685/task/11689/stat : 11689 (java) S 11683 11685 11526 0 -1 64 2083 0 0 0 13 0 0 0 16 0 13 0 145462368 1838338048 47119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11690] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11690/stat : 11690 (java) S 11683 11685 11526 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 145462372 1838338048 47119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=11685/tid=11690] ppid=11683 vsize=1795252 CPUtime=0.39
/proc/11685/task/11690/stat : 11690 (java) S 11683 11685 11526 0 -1 64 93 0 0 0 24 15 0 0 15 0 13 0 145462372 1838338048 249912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11691] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11691/stat : 11691 (java) S 11683 11685 11526 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145462372 1838338048 249912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11692] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11692/stat : 11692 (java) S 11683 11685 11526 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145462372 1838338048 249912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11693] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11693/stat : 11693 (java) S 11683 11685 11526 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 145462380 1838338048 249912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11694] ppid=11683 vsize=1795252 CPUtime=1.96
/proc/11685/task/11694/stat : 11694 (java) S 11683 11685 11526 0 -1 64 7740 0 0 0 193 3 0 0 16 0 13 0 145462380 1838338048 249912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11695] ppid=11683 vsize=1795252 CPUtime=1.13
/proc/11685/task/11695/stat : 11695 (java) S 11683 11685 11526 0 -1 64 2420 0 0 0 112 1 0 0 16 0 13 0 145462380 1838338048 249912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11696] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11696/stat : 11696 (java) S 11683 11685 11526 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 145462380 1838338048 249912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11697] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11697/stat : 11697 (java) S 11683 11685 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145462380 1838338048 249912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11698] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11698/stat : 11698 (java) S 11683 11685 11526 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 145462492 1838338048 249912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.1
Current children cumulated vsize (KiB) 1795252

[startup+1602.3 s]
/proc/loadavg: 1.05 1.04 0.83 2/90 11898
/proc/meminfo: memFree=841376/2055920 swapFree=4169120/4192956
[pid=11685] ppid=11683 vsize=1795252 CPUtime=1650.01
/proc/11685/stat : 11685 (java) S 11683 11685 11526 0 -1 0 309809 0 37 0 164825 176 0 0 18 0 13 0 145462353 1838338048 257277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11685/statm: 448813 257277 1330 9 0 446424 0
[pid=11685/tid=11687] ppid=11683 vsize=1795252 CPUtime=1552.52
/proc/11685/task/11687/stat : 11687 (java) R 11683 11685 11526 0 -1 64 66212 0 10 0 155203 49 0 0 25 0 13 0 145462363 1838338048 257277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109778581 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11688] ppid=11683 vsize=1795252 CPUtime=46.98
/proc/11685/task/11688/stat : 11688 (java) S 11683 11685 11526 0 -1 64 117204 0 0 0 4647 51 0 0 16 0 13 0 145462368 1838338048 257277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11689] ppid=11683 vsize=1795252 CPUtime=46.91
/proc/11685/task/11689/stat : 11689 (java) S 11683 11685 11526 0 -1 64 115445 0 0 0 4641 50 0 0 16 0 13 0 145462368 1838338048 257277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11690] ppid=11683 vsize=1795252 CPUtime=0.41
/proc/11685/task/11690/stat : 11690 (java) S 11683 11685 11526 0 -1 64 93 0 0 0 26 15 0 0 16 0 13 0 145462372 1838338048 257277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11691] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11691/stat : 11691 (java) S 11683 11685 11526 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145462372 1838338048 257277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11692] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11692/stat : 11692 (java) S 11683 11685 11526 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145462372 1838338048 257277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11693] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11693/stat : 11693 (java) S 11683 11685 11526 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 145462380 1838338048 257277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11694] ppid=11683 vsize=1795252 CPUtime=1.96
/proc/11685/task/11694/stat : 11694 (java) S 11683 11685 11526 0 -1 64 7740 0 0 0 193 3 0 0 16 0 13 0 145462380 1838338048 257277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11695] ppid=11683 vsize=1795252 CPUtime=1.13
/proc/11685/task/11695/stat : 11695 (java) S 11683 11685 11526 0 -1 64 2420 0 0 0 112 1 0 0 16 0 13 0 145462380 1838338048 257277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11696] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11696/stat : 11696 (java) S 11683 11685 11526 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 145462380 1838338048 257277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11697] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11697/stat : 11697 (java) S 11683 11685 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145462380 1838338048 257277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11698] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11698/stat : 11698 (java) S 11683 11685 11526 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 145462492 1838338048 257277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1650.01
Current children cumulated vsize (KiB) 1795252

[startup+1662.3 s]
/proc/loadavg: 1.17 1.07 0.85 2/90 11898
/proc/meminfo: memFree=812704/2055920 swapFree=4169120/4192956
[pid=11685] ppid=11683 vsize=1795252 CPUtime=1712.88
/proc/11685/stat : 11685 (java) S 11683 11685 11526 0 -1 0 317608 0 37 0 171107 181 0 0 18 0 13 0 145462353 1838338048 264242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11685/statm: 448813 264242 1330 9 0 446424 0
[pid=11685/tid=11687] ppid=11683 vsize=1795252 CPUtime=1609.51
/proc/11685/task/11687/stat : 11687 (java) R 11683 11685 11526 0 -1 64 66262 0 10 0 160901 50 0 0 22 0 13 0 145462363 1838338048 264242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109793146 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11688] ppid=11683 vsize=1795252 CPUtime=49.91
/proc/11685/task/11688/stat : 11688 (java) S 11683 11685 11526 0 -1 64 121312 0 0 0 4938 53 0 0 16 0 13 0 145462368 1838338048 264242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11689] ppid=11683 vsize=1795252 CPUtime=49.85
/proc/11685/task/11689/stat : 11689 (java) S 11683 11685 11526 0 -1 64 119086 0 0 0 4933 52 0 0 16 0 13 0 145462368 1838338048 264242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11690] ppid=11683 vsize=1795252 CPUtime=0.42
/proc/11685/task/11690/stat : 11690 (java) S 11683 11685 11526 0 -1 64 93 0 0 0 26 16 0 0 15 0 13 0 145462372 1838338048 264242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11691] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11691/stat : 11691 (java) S 11683 11685 11526 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145462372 1838338048 264242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11692] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11692/stat : 11692 (java) S 11683 11685 11526 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145462372 1838338048 264242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11693] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11693/stat : 11693 (java) S 11683 11685 11526 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 145462380 1838338048 264242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11694] ppid=11683 vsize=1795252 CPUtime=1.96
/proc/11685/task/11694/stat : 11694 (java) S 11683 11685 11526 0 -1 64 7740 0 0 0 193 3 0 0 16 0 13 0 145462380 1838338048 264242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11695] ppid=11683 vsize=1795252 CPUtime=1.13
/proc/11685/task/11695/stat : 11695 (java) S 11683 11685 11526 0 -1 64 2420 0 0 0 112 1 0 0 16 0 13 0 145462380 1838338048 264242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11696] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11696/stat : 11696 (java) S 11683 11685 11526 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 145462380 1838338048 264242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11697] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11697/stat : 11697 (java) S 11683 11685 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145462380 1838338048 264242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11698] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11698/stat : 11698 (java) S 11683 11685 11526 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 145462492 1838338048 264242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.88
Current children cumulated vsize (KiB) 1795252

[startup+1722.3 s]
/proc/loadavg: 1.10 1.07 0.86 2/90 11898
/proc/meminfo: memFree=785696/2055920 swapFree=4169120/4192956
[pid=11685] ppid=11683 vsize=1795252 CPUtime=1775.77
/proc/11685/stat : 11685 (java) S 11683 11685 11526 0 -1 0 325128 0 37 0 177392 185 0 0 18 0 13 0 145462353 1838338048 271073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11685/statm: 448813 271073 1330 9 0 446424 0
[pid=11685/tid=11687] ppid=11683 vsize=1795252 CPUtime=1666.54
/proc/11685/task/11687/stat : 11687 (java) R 11683 11685 11526 0 -1 64 66311 0 10 0 166603 51 0 0 16 0 13 0 145462363 1838338048 271073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109529363 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11688] ppid=11683 vsize=1795252 CPUtime=52.84
/proc/11685/task/11688/stat : 11688 (java) S 11683 11685 11526 0 -1 64 123880 0 0 0 5230 54 0 0 16 0 13 0 145462368 1838338048 271073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11689] ppid=11683 vsize=1795252 CPUtime=52.78
/proc/11685/task/11689/stat : 11689 (java) S 11683 11685 11526 0 -1 64 123989 0 0 0 5224 54 0 0 16 0 13 0 145462368 1838338048 271073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11690] ppid=11683 vsize=1795252 CPUtime=0.43
/proc/11685/task/11690/stat : 11690 (java) S 11683 11685 11526 0 -1 64 93 0 0 0 27 16 0 0 15 0 13 0 145462372 1838338048 271073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11691] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11691/stat : 11691 (java) S 11683 11685 11526 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145462372 1838338048 271073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11692] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11692/stat : 11692 (java) S 11683 11685 11526 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145462372 1838338048 271073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11693] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11693/stat : 11693 (java) S 11683 11685 11526 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 145462380 1838338048 271073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11694] ppid=11683 vsize=1795252 CPUtime=1.96
/proc/11685/task/11694/stat : 11694 (java) S 11683 11685 11526 0 -1 64 7740 0 0 0 193 3 0 0 16 0 13 0 145462380 1838338048 271073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11695] ppid=11683 vsize=1795252 CPUtime=1.13
/proc/11685/task/11695/stat : 11695 (java) S 11683 11685 11526 0 -1 64 2420 0 0 0 112 1 0 0 16 0 13 0 145462380 1838338048 271073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11696] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11696/stat : 11696 (java) S 11683 11685 11526 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 145462380 1838338048 271073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11697] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11697/stat : 11697 (java) S 11683 11685 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145462380 1838338048 271073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11698] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11698/stat : 11698 (java) S 11683 11685 11526 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 145462492 1838338048 271073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.77
Current children cumulated vsize (KiB) 1795252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1745.4 s]
/proc/loadavg: 1.06 1.06 0.86 2/90 11898
/proc/meminfo: memFree=773664/2055920 swapFree=4169120/4192956
[pid=11685] ppid=11683 vsize=1795252 CPUtime=1800.11
/proc/11685/stat : 11685 (java) S 11683 11685 11526 0 -1 0 328188 0 37 0 179824 187 0 0 18 0 13 0 145462353 1838338048 273968 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11685/statm: 448813 273968 1330 9 0 446424 0
[pid=11685/tid=11687] ppid=11683 vsize=1795252 CPUtime=1688.38
/proc/11685/task/11687/stat : 11687 (java) R 11683 11685 11526 0 -1 64 66330 0 10 0 168787 51 0 0 17 0 13 0 145462363 1838338048 273968 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109757826 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11688] ppid=11683 vsize=1795252 CPUtime=54.09
/proc/11685/task/11688/stat : 11688 (java) S 11683 11685 11526 0 -1 64 125456 0 0 0 5354 55 0 0 17 0 13 0 145462368 1838338048 273968 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11689] ppid=11683 vsize=1795252 CPUtime=54.03
/proc/11685/task/11689/stat : 11689 (java) S 11683 11685 11526 0 -1 64 125454 0 0 0 5348 55 0 0 16 0 13 0 145462368 1838338048 273968 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11690] ppid=11683 vsize=1795252 CPUtime=0.44
/proc/11685/task/11690/stat : 11690 (java) S 11683 11685 11526 0 -1 64 93 0 0 0 28 16 0 0 16 0 13 0 145462372 1838338048 273968 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11691] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11691/stat : 11691 (java) S 11683 11685 11526 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145462372 1838338048 273968 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11692] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11692/stat : 11692 (java) S 11683 11685 11526 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145462372 1838338048 273968 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11693] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11693/stat : 11693 (java) S 11683 11685 11526 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 145462380 1838338048 273968 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11694] ppid=11683 vsize=1795252 CPUtime=1.96
/proc/11685/task/11694/stat : 11694 (java) S 11683 11685 11526 0 -1 64 7740 0 0 0 193 3 0 0 16 0 13 0 145462380 1838338048 273968 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11695] ppid=11683 vsize=1795252 CPUtime=1.13
/proc/11685/task/11695/stat : 11695 (java) S 11683 11685 11526 0 -1 64 2420 0 0 0 112 1 0 0 16 0 13 0 145462380 1838338048 273968 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11696] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11696/stat : 11696 (java) S 11683 11685 11526 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 145462380 1838338048 273968 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11685/tid=11697] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11697/stat : 11697 (java) S 11683 11685 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145462380 1838338048 273968 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11685/tid=11698] ppid=11683 vsize=1795252 CPUtime=0
/proc/11685/task/11698/stat : 11698 (java) S 11683 11685 11526 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 145462492 1838338048 273968 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1795252

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

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

[startup+1745.6 s]
/proc/loadavg: 1.06 1.06 0.86 2/80 11901
/proc/meminfo: memFree=1818384/2055920 swapFree=4169120/4192956
[pid=11685] ppid=11683 vsize=0 CPUtime=1800.31
/proc/11685/stat : 11685 (java) Z 11683 11685 11526 0 -1 1036 328209 0 37 0 179829 202 0 0 16 0 2 0 145462353 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11685/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1745.62
CPU time (s): 1800.33
CPU user time (s): 1798.3
CPU system time (s): 2.03469
CPU usage (%): 103.134
Max. virtual memory (cumulated for all children) (KiB): 1798172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.3
system time used= 2.03469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 328209
page faults= 37
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52287
involuntary context switches= 69388

runsolver used 1.71074 second user time and 4.78027 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Thu Apr 19 09:37:32 UTC 2007

IDJOB= 360862
IDBENCH= 1401
IDSOLVER= 164
FILE ID= node23/360862-1176975452

PBS_JOBID= 4630400

Free space on /tmp= 66452 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga45_45_sat_pb.cnf.cr.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360862-1176975452/sat4jPseudoCPClause.jar /tmp/evaluation/360862-1176975452/instance-360862-1176975452.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-360862-1176975452 -o ROOT/results/node23/solver-360862-1176975452 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360862-1176975452/sat4jPseudoCPClause.jar /tmp/evaluation/360862-1176975452/instance-360862-1176975452.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  a63a973ffa65f76728fc6c6327196255

RANDOM SEED= 116810223

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.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.276
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.276
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:       1879008 kB
Buffers:          7828 kB
Cached:          81056 kB
SwapCached:       2236 kB
Active:          46004 kB
Inactive:        65604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1879008 kB
SwapTotal:     4192956 kB
SwapFree:      4169120 kB
Dirty:            4068 kB
Writeback:           0 kB
Mapped:          30180 kB
Slab:            50804 kB
Committed_AS:  2456928 kB
PageTables:       1796 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= 66452 MiB

End job on node23 on Thu Apr 19 10:06:40 UTC 2007