Trace number 420119

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.14 1779.47

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
palacios/medium/blocks-4-ipc5-h22-unknown.opb
MD5SUM5bd44671a7ff32579fe6d8803c2b90d6
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 benchmark720.646
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables146874
Total number of constraints937242
Number of constraints which are clauses937242
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 constraint417
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 415
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 832
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.21	c solving /tmp/evaluation/420119-1177419292/instance-420119-1177419292.opb
0.20/0.21	c reading problem ... 
19.09/16.64	c ... done. Wall clock time 16.429s.
19.09/16.64	c CPU time (experimental) 14.37s.
19.09/16.64	c #vars     146874
19.09/16.64	c #constraints  936867
1800.06/1779.41	c starts		: 2
1800.06/1779.41	c conflicts		: 8555
1800.06/1779.41	c decisions		: 19658
1800.06/1779.41	c propagations		: 136175045
1800.06/1779.41	c inspects		: 295604917
1800.06/1779.41	c learnt literals	: 0
1800.06/1779.41	c learnt binary clauses	: 44
1800.06/1779.41	c learnt ternary clauses	: 140
1800.06/1779.41	c learnt clauses	: 8554
1800.06/1779.41	c root simplifications	: 0
1800.06/1779.41	c removed literals (reason simplification)	: 0
1800.06/1779.41	c reason swapping (by a shorter reason)	: 0
1800.06/1779.41	c Calls to reduceDB	: 0
1800.06/1779.41	c speed (decisions/second)	: 11.152076817601879
1800.06/1779.41	c non guided choices	2803
1800.06/1779.41	s UNKNOWN
1800.06/1779.41	c Total wall clock time (ms): 1779.206

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.97 0.97 2/77 16585
/proc/meminfo: memFree=1877272/2055920 swapFree=4141060/4192956
[pid=16585] ppid=16583 vsize=18528 CPUtime=0
/proc/16585/stat : 16585 (runsolver) R 16583 16585 16096 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 217967165 18972672 284 18446744073709551615 4194304 4255128 548682068880 18446744073709551615 259913215271 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/16585/statm: 4632 284 249 14 0 2626 0

[startup+0.0740221 s]
/proc/loadavg: 0.92 0.97 0.97 2/77 16585
/proc/meminfo: memFree=1877272/2055920 swapFree=4141060/4192956
[pid=16585] ppid=16583 vsize=1777708 CPUtime=0.06
/proc/16585/stat : 16585 (java) S 16583 16585 16096 0 -1 0 3709 0 1 0 4 2 0 0 18 0 7 0 217967165 1820372992 3453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/16585/statm: 444427 3453 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.101004 s]
/proc/loadavg: 0.92 0.97 0.97 2/77 16585
/proc/meminfo: memFree=1877272/2055920 swapFree=4141060/4192956
[pid=16585] ppid=16583 vsize=1780112 CPUtime=0.08
/proc/16585/stat : 16585 (java) S 16583 16585 16096 0 -1 0 3955 0 1 0 6 2 0 0 18 0 12 0 217967165 1822834688 3698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16585/statm: 445028 3698 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.302022 s]
/proc/loadavg: 0.92 0.97 0.97 2/77 16585
/proc/meminfo: memFree=1877272/2055920 swapFree=4141060/4192956
[pid=16585] ppid=16583 vsize=1781412 CPUtime=0.3
/proc/16585/stat : 16585 (java) S 16583 16585 16096 0 -1 0 6371 0 1 0 27 3 0 0 18 0 12 0 217967165 1824165888 6111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16585/statm: 445353 6111 1263 9 0 442964 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781412

[startup+0.701059 s]
/proc/loadavg: 0.92 0.97 0.97 2/77 16585
/proc/meminfo: memFree=1877272/2055920 swapFree=4141060/4192956
[pid=16585] ppid=16583 vsize=1782660 CPUtime=0.88
/proc/16585/stat : 16585 (java) S 16583 16585 16096 0 -1 0 7974 0 1 0 83 5 0 0 18 0 12 0 217967165 1825443840 7538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16585/statm: 445665 7538 1301 9 0 443276 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1782660

[startup+1.50214 s]
/proc/loadavg: 0.92 0.97 0.97 2/89 16597
/proc/meminfo: memFree=1844536/2055920 swapFree=4141060/4192956
[pid=16585] ppid=16583 vsize=1787952 CPUtime=2.17
/proc/16585/stat : 16585 (java) S 16583 16585 16096 0 -1 0 20317 0 1 0 207 10 0 0 18 0 12 0 217967165 1830862848 17393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16585/statm: 446988 17395 1303 9 0 444599 0
[pid=16585/tid=16587] ppid=16583 vsize=1787952 CPUtime=1
/proc/16585/task/16587/stat : 16587 (java) R 16583 16585 16096 0 -1 64 14934 0 1 0 93 7 0 0 18 0 12 0 217967166 1830862848 17395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109665767 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16588] ppid=16583 vsize=1787952 CPUtime=0
/proc/16585/task/16588/stat : 16588 (java) S 16583 16585 16096 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 217967168 1830862848 17397 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16589] ppid=16583 vsize=1787952 CPUtime=0
/proc/16585/task/16589/stat : 16589 (java) S 16583 16585 16096 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 217967168 1830862848 17398 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16590] ppid=16583 vsize=1787952 CPUtime=0
/proc/16585/task/16590/stat : 16590 (java) S 16583 16585 16096 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 217967170 1830862848 17399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16591] ppid=16583 vsize=1787952 CPUtime=0
/proc/16585/task/16591/stat : 16591 (java) S 16583 16585 16096 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 217967171 1830862848 17400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16592] ppid=16583 vsize=1787952 CPUtime=0
/proc/16585/task/16592/stat : 16592 (java) S 16583 16585 16096 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 217967171 1830862848 17401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16593] ppid=16583 vsize=1787952 CPUtime=0
/proc/16585/task/16593/stat : 16593 (java) S 16583 16585 16096 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 217967175 1830862848 17402 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16594] ppid=16583 vsize=1787952 CPUtime=0.61
/proc/16585/task/16594/stat : 16594 (java) S 16583 16585 16096 0 -1 64 2600 0 0 0 60 1 0 0 16 0 12 0 217967175 1830862848 17403 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16595] ppid=16583 vsize=1787952 CPUtime=0.54
/proc/16585/task/16595/stat : 16595 (java) S 16583 16585 16096 0 -1 64 2069 0 0 0 54 0 0 0 16 0 12 0 217967175 1830862848 17404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16596] ppid=16583 vsize=1787952 CPUtime=0
/proc/16585/task/16596/stat : 16596 (java) S 16583 16585 16096 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 217967175 1830862848 17406 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16597] ppid=16583 vsize=1787952 CPUtime=0
/proc/16585/task/16597/stat : 16597 (java) S 16583 16585 16096 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 217967175 1830862848 17407 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 1787952

[startup+3.10228 s]
/proc/loadavg: 1.01 0.99 0.98 2/89 16597
/proc/meminfo: memFree=1746552/2055920 swapFree=4141060/4192956
[pid=16585] ppid=16583 vsize=1788276 CPUtime=3.83
/proc/16585/stat : 16585 (java) S 16583 16585 16096 0 -1 0 45862 0 1 0 358 25 0 0 18 0 12 0 217967165 1831194624 42927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16585/statm: 447069 42927 1312 9 0 444680 0
[pid=16585/tid=16587] ppid=16583 vsize=1788276 CPUtime=2.54
/proc/16585/task/16587/stat : 16587 (java) R 16583 16585 16096 0 -1 64 37674 0 1 0 234 20 0 0 23 0 12 0 217967166 1831194624 42927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109589573 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16588] ppid=16583 vsize=1788276 CPUtime=0.04
/proc/16585/task/16588/stat : 16588 (java) S 16583 16585 16096 0 -1 64 1464 0 0 0 4 0 0 0 16 0 12 0 217967168 1831194624 42927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16589] ppid=16583 vsize=1788276 CPUtime=0.04
/proc/16585/task/16589/stat : 16589 (java) S 16583 16585 16096 0 -1 64 1332 0 0 0 4 0 0 0 16 0 12 0 217967168 1831194624 42927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16590] ppid=16583 vsize=1788276 CPUtime=0
/proc/16585/task/16590/stat : 16590 (java) S 16583 16585 16096 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 217967170 1831194624 42927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16591] ppid=16583 vsize=1788276 CPUtime=0
/proc/16585/task/16591/stat : 16591 (java) S 16583 16585 16096 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 217967171 1831194624 42927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16592] ppid=16583 vsize=1788276 CPUtime=0
/proc/16585/task/16592/stat : 16592 (java) S 16583 16585 16096 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 217967171 1831194624 42927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16593] ppid=16583 vsize=1788276 CPUtime=0
/proc/16585/task/16593/stat : 16593 (java) S 16583 16585 16096 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 217967175 1831194624 42927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16594] ppid=16583 vsize=1788276 CPUtime=0.61
/proc/16585/task/16594/stat : 16594 (java) S 16583 16585 16096 0 -1 64 2600 0 0 0 60 1 0 0 16 0 12 0 217967175 1831194624 42927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16595] ppid=16583 vsize=1788276 CPUtime=0.54
/proc/16585/task/16595/stat : 16595 (java) S 16583 16585 16096 0 -1 64 2069 0 0 0 54 0 0 0 16 0 12 0 217967175 1831194624 42927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16596] ppid=16583 vsize=1788276 CPUtime=0
/proc/16585/task/16596/stat : 16596 (java) S 16583 16585 16096 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 217967175 1831194624 42927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16597] ppid=16583 vsize=1788276 CPUtime=0
/proc/16585/task/16597/stat : 16597 (java) S 16583 16585 16096 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 217967175 1831194624 42927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 1788276

[startup+6.30259 s]
/proc/loadavg: 1.01 0.99 0.98 2/89 16597
/proc/meminfo: memFree=1681656/2055920 swapFree=4141060/4192956
[pid=16585] ppid=16583 vsize=1788152 CPUtime=7.4
/proc/16585/stat : 16585 (java) S 16583 16585 16096 0 -1 0 56431 0 1 0 710 30 0 0 18 0 12 0 217967165 1831067648 52867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16585/statm: 447038 52867 1313 9 0 444649 0
[pid=16585/tid=16587] ppid=16583 vsize=1788152 CPUtime=5.36
/proc/16585/task/16587/stat : 16587 (java) R 16583 16585 16096 0 -1 64 37678 0 1 0 515 21 0 0 21 0 12 0 217967166 1831067648 52867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109519796 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16588] ppid=16583 vsize=1788152 CPUtime=0.42
/proc/16585/task/16588/stat : 16588 (java) S 16583 16585 16096 0 -1 64 6974 0 0 0 39 3 0 0 18 0 12 0 217967168 1831067648 52867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16589] ppid=16583 vsize=1788152 CPUtime=0.42
/proc/16585/task/16589/stat : 16589 (java) S 16583 16585 16096 0 -1 64 6379 0 0 0 39 3 0 0 16 0 12 0 217967168 1831067648 52867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16590] ppid=16583 vsize=1788152 CPUtime=0
/proc/16585/task/16590/stat : 16590 (java) S 16583 16585 16096 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 217967170 1831067648 52867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16591] ppid=16583 vsize=1788152 CPUtime=0
/proc/16585/task/16591/stat : 16591 (java) S 16583 16585 16096 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 217967171 1831067648 52867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16592] ppid=16583 vsize=1788152 CPUtime=0
/proc/16585/task/16592/stat : 16592 (java) S 16583 16585 16096 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 217967171 1831067648 52867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16593] ppid=16583 vsize=1788152 CPUtime=0
/proc/16585/task/16593/stat : 16593 (java) S 16583 16585 16096 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 217967175 1831067648 52867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16594] ppid=16583 vsize=1788152 CPUtime=0.61
/proc/16585/task/16594/stat : 16594 (java) S 16583 16585 16096 0 -1 64 2601 0 0 0 60 1 0 0 17 0 12 0 217967175 1831067648 52867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16595] ppid=16583 vsize=1788152 CPUtime=0.54
/proc/16585/task/16595/stat : 16595 (java) S 16583 16585 16096 0 -1 64 2069 0 0 0 54 0 0 0 17 0 12 0 217967175 1831067648 52867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16596] ppid=16583 vsize=1788152 CPUtime=0
/proc/16585/task/16596/stat : 16596 (java) S 16583 16585 16096 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 217967175 1831067648 52867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16597] ppid=16583 vsize=1788152 CPUtime=0
/proc/16585/task/16597/stat : 16597 (java) S 16583 16585 16096 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 217967175 1831067648 52867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 1788152

[startup+12.7022 s]
/proc/loadavg: 1.01 0.99 0.98 2/89 16597
/proc/meminfo: memFree=1618872/2055920 swapFree=4141060/4192956
[pid=16585] ppid=16583 vsize=1790716 CPUtime=14.76
/proc/16585/stat : 16585 (java) S 16583 16585 16096 0 -1 0 73543 0 1 0 1437 39 0 0 18 0 12 0 217967165 1833693184 66859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16585/statm: 447679 66859 1320 9 0 445290 0
[pid=16585/tid=16587] ppid=16583 vsize=1790716 CPUtime=10.8
/proc/16585/task/16587/stat : 16587 (java) R 16583 16585 16096 0 -1 64 37687 0 1 0 1058 22 0 0 19 0 12 0 217967166 1833693184 66859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109519796 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16588] ppid=16583 vsize=1790716 CPUtime=1.37
/proc/16585/task/16588/stat : 16588 (java) S 16583 16585 16096 0 -1 64 14749 0 0 0 131 6 0 0 16 0 12 0 217967168 1833693184 66859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16589] ppid=16583 vsize=1790716 CPUtime=1.38
/proc/16585/task/16589/stat : 16589 (java) S 16583 16585 16096 0 -1 64 15698 0 0 0 131 7 0 0 17 0 12 0 217967168 1833693184 66859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16590] ppid=16583 vsize=1790716 CPUtime=0
/proc/16585/task/16590/stat : 16590 (java) S 16583 16585 16096 0 -1 64 17 0 0 0 0 0 0 0 15 0 12 0 217967170 1833693184 66859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16591] ppid=16583 vsize=1790716 CPUtime=0
/proc/16585/task/16591/stat : 16591 (java) S 16583 16585 16096 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 217967171 1833693184 66859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16592] ppid=16583 vsize=1790716 CPUtime=0
/proc/16585/task/16592/stat : 16592 (java) S 16583 16585 16096 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 217967171 1833693184 66859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16593] ppid=16583 vsize=1790716 CPUtime=0
/proc/16585/task/16593/stat : 16593 (java) S 16583 16585 16096 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 217967175 1833693184 66859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16594] ppid=16583 vsize=1790716 CPUtime=0.61
/proc/16585/task/16594/stat : 16594 (java) S 16583 16585 16096 0 -1 64 2601 0 0 0 60 1 0 0 16 0 12 0 217967175 1833693184 66859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16595] ppid=16583 vsize=1790716 CPUtime=0.55
/proc/16585/task/16595/stat : 16595 (java) S 16583 16585 16096 0 -1 64 2076 0 0 0 55 0 0 0 16 0 12 0 217967175 1833693184 66859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16596] ppid=16583 vsize=1790716 CPUtime=0
/proc/16585/task/16596/stat : 16596 (java) S 16583 16585 16096 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 217967175 1833693184 66859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16597] ppid=16583 vsize=1790716 CPUtime=0
/proc/16585/task/16597/stat : 16597 (java) S 16583 16585 16096 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 217967175 1833693184 66859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.76
Current children cumulated vsize (KiB) 1790716

[startup+25.5014 s]
/proc/loadavg: 1.00 0.99 0.98 2/90 16598
/proc/meminfo: memFree=1576240/2055920 swapFree=4141060/4192956
[pid=16585] ppid=16583 vsize=1790496 CPUtime=28.92
/proc/16585/stat : 16585 (java) S 16583 16585 16096 0 -1 0 84843 0 1 0 2845 47 0 0 18 0 13 0 217967165 1833467904 76419 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16585/statm: 447624 76419 1333 9 0 445235 0
[pid=16585/tid=16587] ppid=16583 vsize=1790496 CPUtime=22.78
/proc/16585/task/16587/stat : 16587 (java) R 16583 16585 16096 0 -1 64 37743 0 1 0 2254 24 0 0 25 0 13 0 217967166 1833467904 76419 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109996611 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16588] ppid=16583 vsize=1790496 CPUtime=1.95
/proc/16585/task/16588/stat : 16588 (java) S 16583 16585 16096 0 -1 64 19404 0 0 0 186 9 0 0 16 0 13 0 217967168 1833467904 76419 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16589] ppid=16583 vsize=1790496 CPUtime=1.96
/proc/16585/task/16589/stat : 16589 (java) S 16583 16585 16096 0 -1 64 21307 0 0 0 186 10 0 0 16 0 13 0 217967168 1833467904 76419 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16590] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16590/stat : 16590 (java) S 16583 16585 16096 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 217967170 1833467904 76419 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16591] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16591/stat : 16591 (java) S 16583 16585 16096 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217967171 1833467904 76419 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16592] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16592/stat : 16592 (java) S 16583 16585 16096 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217967171 1833467904 76419 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16593] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16593/stat : 16593 (java) S 16583 16585 16096 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217967175 1833467904 76419 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=16585] ppid=16583 vsize=1790496 CPUtime=1560.76
/proc/16585/stat : 16585 (java) S 16583 16585 16096 0 -1 0 96114 0 1 0 155927 149 0 0 18 0 13 0 217967165 1833467904 84418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16585/statm: 447624 84418 1334 9 0 445235 0
[pid=16585/tid=16587] ppid=16583 vsize=1790496 CPUtime=1519.74
/proc/16585/task/16587/stat : 16587 (java) R 16583 16585 16096 0 -1 64 40384 0 1 0 151934 40 0 0 23 0 13 0 217967166 1833467904 84418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109963203 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16588] ppid=16583 vsize=1790496 CPUtime=19.33
/proc/16585/task/16588/stat : 16588 (java) S 16583 16585 16096 0 -1 64 22775 0 0 0 1896 37 0 0 16 0 13 0 217967168 1833467904 84418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16589] ppid=16583 vsize=1790496 CPUtime=19.09
/proc/16585/task/16589/stat : 16589 (java) S 16583 16585 16096 0 -1 64 26556 0 0 0 1847 62 0 0 16 0 13 0 217967168 1833467904 84418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16590] ppid=16583 vsize=1790496 CPUtime=0.21
/proc/16585/task/16590/stat : 16590 (java) S 16583 16585 16096 0 -1 64 27 0 0 0 15 6 0 0 15 0 13 0 217967170 1833467904 84418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16591] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16591/stat : 16591 (java) S 16583 16585 16096 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217967171 1833467904 84418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16592] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16592/stat : 16592 (java) S 16583 16585 16096 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217967171 1833467904 84418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16593] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16593/stat : 16593 (java) S 16583 16585 16096 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217967175 1833467904 84418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16594] ppid=16583 vsize=1790496 CPUtime=1.15
/proc/16585/task/16594/stat : 16594 (java) S 16583 16585 16096 0 -1 64 2651 0 0 0 114 1 0 0 17 0 13 0 217967175 1833467904 84418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16595] ppid=16583 vsize=1790496 CPUtime=1.18
/proc/16585/task/16595/stat : 16595 (java) S 16583 16585 16096 0 -1 64 3002 0 0 0 118 0 0 0 17 0 13 0 217967175 1833467904 84418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16596] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16596/stat : 16596 (java) S 16583 16585 16096 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217967175 1833467904 84418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16597] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16597/stat : 16597 (java) S 16583 16585 16096 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 217967175 1833467904 84418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16598] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16598/stat : 16598 (java) S 16583 16585 16096 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 217968835 1833467904 84418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1560.76
Current children cumulated vsize (KiB) 1790496

[startup+1602.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 16796
/proc/meminfo: memFree=1540656/2055920 swapFree=4141060/4192956
[pid=16585] ppid=16583 vsize=1790496 CPUtime=1621.29
/proc/16585/stat : 16585 (java) S 16583 16585 16096 0 -1 0 96496 0 1 0 161976 153 0 0 18 0 13 0 217967165 1833467904 84729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16585/statm: 447624 84729 1334 9 0 445235 0
[pid=16585/tid=16587] ppid=16583 vsize=1790496 CPUtime=1579.02
/proc/16585/task/16587/stat : 16587 (java) R 16583 16585 16096 0 -1 64 40437 0 1 0 157862 40 0 0 25 0 13 0 217967166 1833467904 84729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109972806 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16588] ppid=16583 vsize=1790496 CPUtime=19.97
/proc/16585/task/16588/stat : 16588 (java) S 16583 16585 16096 0 -1 64 22847 0 0 0 1960 37 0 0 17 0 13 0 217967168 1833467904 84729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16589] ppid=16583 vsize=1790496 CPUtime=19.69
/proc/16585/task/16589/stat : 16589 (java) S 16583 16585 16096 0 -1 64 26813 0 0 0 1904 65 0 0 16 0 13 0 217967168 1833467904 84729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16590] ppid=16583 vsize=1790496 CPUtime=0.21
/proc/16585/task/16590/stat : 16590 (java) S 16583 16585 16096 0 -1 64 27 0 0 0 15 6 0 0 16 0 13 0 217967170 1833467904 84729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16591] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16591/stat : 16591 (java) S 16583 16585 16096 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217967171 1833467904 84729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16592] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16592/stat : 16592 (java) S 16583 16585 16096 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217967171 1833467904 84729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16593] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16593/stat : 16593 (java) S 16583 16585 16096 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217967175 1833467904 84729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16594] ppid=16583 vsize=1790496 CPUtime=1.15
/proc/16585/task/16594/stat : 16594 (java) S 16583 16585 16096 0 -1 64 2651 0 0 0 114 1 0 0 17 0 13 0 217967175 1833467904 84729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16595] ppid=16583 vsize=1790496 CPUtime=1.18
/proc/16585/task/16595/stat : 16595 (java) S 16583 16585 16096 0 -1 64 3002 0 0 0 118 0 0 0 17 0 13 0 217967175 1833467904 84729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16596] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16596/stat : 16596 (java) S 16583 16585 16096 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217967175 1833467904 84729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16597] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16597/stat : 16597 (java) S 16583 16585 16096 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 217967175 1833467904 84729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16598] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16598/stat : 16598 (java) S 16583 16585 16096 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 217968835 1833467904 84729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1621.29
Current children cumulated vsize (KiB) 1790496

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 16796
/proc/meminfo: memFree=1539696/2055920 swapFree=4141060/4192956
[pid=16585] ppid=16583 vsize=1790496 CPUtime=1681.83
/proc/16585/stat : 16585 (java) S 16583 16585 16096 0 -1 0 96790 0 1 0 168026 157 0 0 18 0 13 0 217967165 1833467904 84967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16585/statm: 447624 84967 1334 9 0 445235 0
[pid=16585/tid=16587] ppid=16583 vsize=1790496 CPUtime=1638.3
/proc/16585/task/16587/stat : 16587 (java) R 16583 16585 16096 0 -1 64 40493 0 1 0 163790 40 0 0 25 0 13 0 217967166 1833467904 84967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109914447 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16588] ppid=16583 vsize=1790496 CPUtime=20.6
/proc/16585/task/16588/stat : 16588 (java) S 16583 16585 16096 0 -1 64 22849 0 0 0 2023 37 0 0 16 0 13 0 217967168 1833467904 84967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16589] ppid=16583 vsize=1790496 CPUtime=20.3
/proc/16585/task/16589/stat : 16589 (java) S 16583 16585 16096 0 -1 64 27049 0 0 0 1962 68 0 0 16 0 13 0 217967168 1833467904 84967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16590] ppid=16583 vsize=1790496 CPUtime=0.21
/proc/16585/task/16590/stat : 16590 (java) S 16583 16585 16096 0 -1 64 27 0 0 0 15 6 0 0 16 0 13 0 217967170 1833467904 84967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16591] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16591/stat : 16591 (java) S 16583 16585 16096 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217967171 1833467904 84967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16592] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16592/stat : 16592 (java) S 16583 16585 16096 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217967171 1833467904 84967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16593] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16593/stat : 16593 (java) S 16583 16585 16096 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217967175 1833467904 84967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16594] ppid=16583 vsize=1790496 CPUtime=1.15
/proc/16585/task/16594/stat : 16594 (java) S 16583 16585 16096 0 -1 64 2651 0 0 0 114 1 0 0 17 0 13 0 217967175 1833467904 84967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16595] ppid=16583 vsize=1790496 CPUtime=1.18
/proc/16585/task/16595/stat : 16595 (java) S 16583 16585 16096 0 -1 64 3002 0 0 0 118 0 0 0 17 0 13 0 217967175 1833467904 84967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16596] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16596/stat : 16596 (java) S 16583 16585 16096 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217967175 1833467904 84967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16597] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16597/stat : 16597 (java) S 16583 16585 16096 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 217967175 1833467904 84967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16598] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16598/stat : 16598 (java) S 16583 16585 16096 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 217968835 1833467904 84967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1681.83
Current children cumulated vsize (KiB) 1790496

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 16796
/proc/meminfo: memFree=1538480/2055920 swapFree=4141060/4192956
[pid=16585] ppid=16583 vsize=1790496 CPUtime=1742.39
/proc/16585/stat : 16585 (java) S 16583 16585 16096 0 -1 0 97156 0 1 0 174078 161 0 0 18 0 13 0 217967165 1833467904 85256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16585/statm: 447624 85256 1334 9 0 445235 0
[pid=16585/tid=16587] ppid=16583 vsize=1790496 CPUtime=1697.58
/proc/16585/task/16587/stat : 16587 (java) R 16583 16585 16096 0 -1 64 40546 0 1 0 169717 41 0 0 25 0 13 0 217967166 1833467904 85256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109996401 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16588] ppid=16583 vsize=1790496 CPUtime=21.26
/proc/16585/task/16588/stat : 16588 (java) S 16583 16585 16096 0 -1 64 22864 0 0 0 2089 37 0 0 17 0 13 0 217967168 1833467904 85256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16589] ppid=16583 vsize=1790496 CPUtime=20.92
/proc/16585/task/16589/stat : 16589 (java) S 16583 16585 16096 0 -1 64 27347 0 0 0 2021 71 0 0 16 0 13 0 217967168 1833467904 85256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16590] ppid=16583 vsize=1790496 CPUtime=0.23
/proc/16585/task/16590/stat : 16590 (java) S 16583 16585 16096 0 -1 64 27 0 0 0 16 7 0 0 16 0 13 0 217967170 1833467904 85256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16591] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16591/stat : 16591 (java) S 16583 16585 16096 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217967171 1833467904 85256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16592] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16592/stat : 16592 (java) S 16583 16585 16096 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217967171 1833467904 85256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16593] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16593/stat : 16593 (java) S 16583 16585 16096 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217967175 1833467904 85256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16594] ppid=16583 vsize=1790496 CPUtime=1.15
/proc/16585/task/16594/stat : 16594 (java) S 16583 16585 16096 0 -1 64 2651 0 0 0 114 1 0 0 17 0 13 0 217967175 1833467904 85256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16595] ppid=16583 vsize=1790496 CPUtime=1.18
/proc/16585/task/16595/stat : 16595 (java) S 16583 16585 16096 0 -1 64 3002 0 0 0 118 0 0 0 17 0 13 0 217967175 1833467904 85256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16596] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16596/stat : 16596 (java) S 16583 16585 16096 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217967175 1833467904 85256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16597] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16597/stat : 16597 (java) S 16583 16585 16096 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 217967175 1833467904 85256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16598] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16598/stat : 16598 (java) S 16583 16585 16096 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 217968835 1833467904 85256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1742.39
Current children cumulated vsize (KiB) 1790496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 16796
/proc/meminfo: memFree=1537456/2055920 swapFree=4141060/4192956
[pid=16585] ppid=16583 vsize=1790496 CPUtime=1800.06
/proc/16585/stat : 16585 (java) S 16583 16585 16096 0 -1 0 97404 0 1 0 179841 165 0 0 18 0 13 0 217967165 1833467904 85451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16585/statm: 447624 85451 1334 9 0 445235 0
[pid=16585/tid=16587] ppid=16583 vsize=1790496 CPUtime=1753.95
/proc/16585/task/16587/stat : 16587 (java) R 16583 16585 16096 0 -1 64 40599 0 1 0 175353 42 0 0 25 0 13 0 217967166 1833467904 85451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109972290 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16588] ppid=16583 vsize=1790496 CPUtime=21.92
/proc/16585/task/16588/stat : 16588 (java) S 16583 16585 16096 0 -1 64 22867 0 0 0 2155 37 0 0 16 0 13 0 217967168 1833467904 85451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16589] ppid=16583 vsize=1790496 CPUtime=21.55
/proc/16585/task/16589/stat : 16589 (java) S 16583 16585 16096 0 -1 64 27539 0 0 0 2081 74 0 0 16 0 13 0 217967168 1833467904 85451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16590] ppid=16583 vsize=1790496 CPUtime=0.23
/proc/16585/task/16590/stat : 16590 (java) S 16583 16585 16096 0 -1 64 27 0 0 0 16 7 0 0 16 0 13 0 217967170 1833467904 85451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16591] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16591/stat : 16591 (java) S 16583 16585 16096 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217967171 1833467904 85451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16592] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16592/stat : 16592 (java) S 16583 16585 16096 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217967171 1833467904 85451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16593] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16593/stat : 16593 (java) S 16583 16585 16096 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217967175 1833467904 85451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16594] ppid=16583 vsize=1790496 CPUtime=1.15
/proc/16585/task/16594/stat : 16594 (java) S 16583 16585 16096 0 -1 64 2651 0 0 0 114 1 0 0 17 0 13 0 217967175 1833467904 85451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16595] ppid=16583 vsize=1790496 CPUtime=1.18
/proc/16585/task/16595/stat : 16595 (java) S 16583 16585 16096 0 -1 64 3002 0 0 0 118 0 0 0 17 0 13 0 217967175 1833467904 85451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16585/tid=16596] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16596/stat : 16596 (java) S 16583 16585 16096 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217967175 1833467904 85451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16597] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16597/stat : 16597 (java) S 16583 16585 16096 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 217967175 1833467904 85451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16585/tid=16598] ppid=16583 vsize=1790496 CPUtime=0
/proc/16585/task/16598/stat : 16598 (java) S 16583 16585 16096 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 217968835 1833467904 85451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1790496

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): 1779.47
CPU time (s): 1800.14
CPU user time (s): 1798.43
CPU system time (s): 1.70874
CPU usage (%): 101.161
Max. virtual memory (cumulated for all children) (KiB): 1790972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.43
system time used= 1.70874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97424
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= 50347
involuntary context switches= 60759

runsolver used 1.56676 second user time and 4.97524 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Tue Apr 24 12:54:54 UTC 2007

IDJOB= 420119
IDBENCH= 47822
IDSOLVER= 164
FILE ID= node4/420119-1177419292

PBS_JOBID= 4675696

Free space on /tmp= 66445 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/palacios/medium/blocks-4-ipc5-h22-unknown.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420119-1177419292/sat4jPseudoCPClause.jar /tmp/evaluation/420119-1177419292/instance-420119-1177419292.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-420119-1177419292 -o ROOT/results/node4/solver-420119-1177419292 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420119-1177419292/sat4jPseudoCPClause.jar /tmp/evaluation/420119-1177419292/instance-420119-1177419292.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  5bd44671a7ff32579fe6d8803c2b90d6

RANDOM SEED= 134117505

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1877680 kB
Buffers:         15328 kB
Cached:         105316 kB
SwapCached:      15424 kB
Active:          92392 kB
Inactive:        51940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1877680 kB
SwapTotal:     4192956 kB
SwapFree:      4141060 kB
Dirty:           33684 kB
Writeback:           0 kB
Mapped:          29752 kB
Slab:            19356 kB
Committed_AS:  6265676 kB
PageTables:       1820 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= 66445 MiB

End job on node4 on Tue Apr 24 13:24:36 UTC 2007