Trace number 349230

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 NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (exit code) 279.481 263.455

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome13.opb
MD5SUMe3f30a3ccce8a834fba8f93335c22413
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2933624
Total number of constraints48672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints48672
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 1496264
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 7062021246795700082208
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 7062021246795700082208
Number of bits of the biggest sum of numbers73
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.11/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.21	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.21	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.22	c no version file found!!!
0.11/0.22	c sun.arch.data.model	32
0.11/0.22	c java.version	1.6.0
0.11/0.22	c os.name	Linux
0.11/0.22	c os.version	2.6.9-22.EL.rootsmp
0.11/0.22	c os.arch	i386
0.11/0.22	c Free memory 1651659224
0.11/0.22	c Max memory 1654456320
0.11/0.22	c Total memory 1654456320
0.11/0.22	c Number of processors 2
0.11/0.27	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.11/0.27	--- Begin Solver configuration ---
0.11/0.27	c Stops conflict analysis at the first Unique Implication Point
0.11/0.27	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.11/0.27	c Learn all clauses as in MiniSAT
0.11/0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.11/0.27	c VSIDS like heuristics from MiniSAT using a heap
0.11/0.27	c No reason simplification
0.11/0.27	c --- End Solver configuration ---
0.11/0.27	c Simplify asserted PB constraints to clauses
0.11/0.27	c solving /tmp/evaluation/349230-1176686646/instance-349230-1176686646.opb
0.11/0.27	c reading problem ... 

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/node24/watcher-349230-1176686646 -o ROOT/results/node24/solver-349230-1176686646 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349230-1176686646/sat4jPseudoCPClause.jar /tmp/evaluation/349230-1176686646/instance-349230-1176686646.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.84 0.94 0.98 2/77 28151
/proc/meminfo: memFree=1219904/2055920 swapFree=4191880/4192956
[pid=28151] ppid=28149 vsize=1800 CPUtime=0
/proc/28151/stat : 28151 (java) D 28149 28151 27169 0 -1 0 170 0 0 0 0 0 0 0 18 0 1 0 116582787 1843200 143 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/28151/statm: 450 143 106 9 0 92 0

[startup+0.074962 s]
/proc/loadavg: 0.84 0.94 0.98 2/77 28151
/proc/meminfo: memFree=1219904/2055920 swapFree=4191880/4192956
[pid=28151] ppid=28149 vsize=1777708 CPUtime=0.05
/proc/28151/stat : 28151 (java) S 28149 28151 27169 0 -1 0 3757 0 1 0 4 1 0 0 18 0 7 0 116582787 1820372992 3500 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/28151/statm: 444427 3500 1084 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101955 s]
/proc/loadavg: 0.84 0.94 0.98 2/77 28151
/proc/meminfo: memFree=1219904/2055920 swapFree=4191880/4192956
[pid=28151] ppid=28149 vsize=1777844 CPUtime=0.07
/proc/28151/stat : 28151 (java) S 28149 28151 27169 0 -1 0 3814 0 1 0 5 2 0 0 18 0 7 0 116582787 1820512256 3557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/28151/statm: 444461 3557 1090 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301988 s]
/proc/loadavg: 0.84 0.94 0.98 2/77 28151
/proc/meminfo: memFree=1219904/2055920 swapFree=4191880/4192956
[pid=28151] ppid=28149 vsize=1782144 CPUtime=0.23
/proc/28151/stat : 28151 (java) S 28149 28151 27169 0 -1 0 8630 0 1 0 19 4 0 0 18 0 12 0 116582787 1824915456 8369 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28151/statm: 445536 8369 1246 9 0 443147 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1782144

[startup+0.702022 s]
/proc/loadavg: 0.84 0.94 0.98 2/77 28151
/proc/meminfo: memFree=1219904/2055920 swapFree=4191880/4192956
[pid=28151] ppid=28149 vsize=1783232 CPUtime=0.74
/proc/28151/stat : 28151 (java) S 28149 28151 27169 0 -1 0 31796 0 1 0 60 14 0 0 18 0 12 0 116582787 1826029568 31425 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28151/statm: 445808 31425 1297 9 0 443419 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 1783232

[startup+1.5021 s]
/proc/loadavg: 0.84 0.94 0.98 2/89 28163
/proc/meminfo: memFree=1082976/2055920 swapFree=4191880/4192956
[pid=28151] ppid=28149 vsize=1783620 CPUtime=1.75
/proc/28151/stat : 28151 (java) S 28149 28151 27169 0 -1 0 63709 0 1 0 145 30 0 0 18 0 12 0 116582787 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28151/statm: 445905 63156 1306 9 0 443516 0
[pid=28151/tid=28153] ppid=28149 vsize=1783620 CPUtime=1.13
/proc/28151/task/28153/stat : 28153 (java) R 28149 28151 27169 0 -1 64 37656 0 1 0 97 16 0 0 17 0 12 0 116582788 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28154] ppid=28149 vsize=1783620 CPUtime=0.14
/proc/28151/task/28154/stat : 28154 (java) S 28149 28151 27169 0 -1 64 9292 0 0 0 10 4 0 0 18 0 12 0 116582790 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28155] ppid=28149 vsize=1783620 CPUtime=0.14
/proc/28151/task/28155/stat : 28155 (java) S 28149 28151 27169 0 -1 64 15063 0 0 0 6 8 0 0 18 0 12 0 116582790 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28156] ppid=28149 vsize=1783620 CPUtime=0
/proc/28151/task/28156/stat : 28156 (java) S 28149 28151 27169 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 116582792 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28157] ppid=28149 vsize=1783620 CPUtime=0
/proc/28151/task/28157/stat : 28157 (java) S 28149 28151 27169 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 116582793 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28158] ppid=28149 vsize=1783620 CPUtime=0
/proc/28151/task/28158/stat : 28158 (java) S 28149 28151 27169 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 116582793 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28159] ppid=28149 vsize=1783620 CPUtime=0
/proc/28151/task/28159/stat : 28159 (java) S 28149 28151 27169 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 116582804 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28160] ppid=28149 vsize=1783620 CPUtime=0.15
/proc/28151/task/28160/stat : 28160 (java) S 28149 28151 27169 0 -1 64 627 0 0 0 15 0 0 0 16 0 12 0 116582804 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28161] ppid=28149 vsize=1783620 CPUtime=0.15
/proc/28151/task/28161/stat : 28161 (java) S 28149 28151 27169 0 -1 64 346 0 0 0 15 0 0 0 16 0 12 0 116582804 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28162] ppid=28149 vsize=1783620 CPUtime=0
/proc/28151/task/28162/stat : 28162 (java) S 28149 28151 27169 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 116582804 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28163] ppid=28149 vsize=1783620 CPUtime=0
/proc/28151/task/28163/stat : 28163 (java) S 28149 28151 27169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 116582804 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 1783620

[startup+3.10228 s]
/proc/loadavg: 0.84 0.94 0.98 2/89 28163
/proc/meminfo: memFree=971680/2055920 swapFree=4191880/4192956
[pid=28151] ppid=28149 vsize=1783620 CPUtime=3.36
/proc/28151/stat : 28151 (java) S 28149 28151 27169 0 -1 0 63709 0 1 0 305 31 0 0 18 0 12 0 116582787 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28151/statm: 445905 63156 1306 9 0 443516 0
[pid=28151/tid=28153] ppid=28149 vsize=1783620 CPUtime=2.73
/proc/28151/task/28153/stat : 28153 (java) R 28149 28151 27169 0 -1 64 37656 0 1 0 256 17 0 0 25 0 12 0 116582788 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28154] ppid=28149 vsize=1783620 CPUtime=0.14
/proc/28151/task/28154/stat : 28154 (java) S 28149 28151 27169 0 -1 64 9292 0 0 0 10 4 0 0 18 0 12 0 116582790 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28155] ppid=28149 vsize=1783620 CPUtime=0.14
/proc/28151/task/28155/stat : 28155 (java) S 28149 28151 27169 0 -1 64 15063 0 0 0 6 8 0 0 18 0 12 0 116582790 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28156] ppid=28149 vsize=1783620 CPUtime=0
/proc/28151/task/28156/stat : 28156 (java) S 28149 28151 27169 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 116582792 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28157] ppid=28149 vsize=1783620 CPUtime=0
/proc/28151/task/28157/stat : 28157 (java) S 28149 28151 27169 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 116582793 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28158] ppid=28149 vsize=1783620 CPUtime=0
/proc/28151/task/28158/stat : 28158 (java) S 28149 28151 27169 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 116582793 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28159] ppid=28149 vsize=1783620 CPUtime=0
/proc/28151/task/28159/stat : 28159 (java) S 28149 28151 27169 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 116582804 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28160] ppid=28149 vsize=1783620 CPUtime=0.15
/proc/28151/task/28160/stat : 28160 (java) S 28149 28151 27169 0 -1 64 627 0 0 0 15 0 0 0 16 0 12 0 116582804 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28161] ppid=28149 vsize=1783620 CPUtime=0.15
/proc/28151/task/28161/stat : 28161 (java) S 28149 28151 27169 0 -1 64 346 0 0 0 15 0 0 0 16 0 12 0 116582804 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28162] ppid=28149 vsize=1783620 CPUtime=0
/proc/28151/task/28162/stat : 28162 (java) S 28149 28151 27169 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 116582804 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28163] ppid=28149 vsize=1783620 CPUtime=0
/proc/28151/task/28163/stat : 28163 (java) S 28149 28151 27169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 116582804 1826426880 63156 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 1783620

[startup+6.30162 s]
/proc/loadavg: 0.85 0.94 0.98 2/89 28163
/proc/meminfo: memFree=924128/2055920 swapFree=4191880/4192956
[pid=28151] ppid=28149 vsize=1785736 CPUtime=7.04
/proc/28151/stat : 28151 (java) S 28149 28151 27169 0 -1 0 81773 0 1 0 660 44 0 0 18 0 12 0 116582787 1828593664 79444 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28151/statm: 446434 79444 1306 9 0 444045 0
[pid=28151/tid=28153] ppid=28149 vsize=1785736 CPUtime=5.36
/proc/28151/task/28153/stat : 28153 (java) R 28149 28151 27169 0 -1 64 37660 0 1 0 515 21 0 0 20 0 12 0 116582788 1828593664 79444 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109488509 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28154] ppid=28149 vsize=1785736 CPUtime=0.7
/proc/28151/task/28154/stat : 28154 (java) S 28149 28151 27169 0 -1 64 17435 0 0 0 62 8 0 0 18 0 12 0 116582790 1828593664 79444 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28155] ppid=28149 vsize=1785736 CPUtime=0.63
/proc/28151/task/28155/stat : 28155 (java) S 28149 28151 27169 0 -1 64 24977 0 0 0 50 13 0 0 16 0 12 0 116582790 1828593664 79444 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28156] ppid=28149 vsize=1785736 CPUtime=0
/proc/28151/task/28156/stat : 28156 (java) S 28149 28151 27169 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 116582792 1828593664 79444 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28157] ppid=28149 vsize=1785736 CPUtime=0
/proc/28151/task/28157/stat : 28157 (java) S 28149 28151 27169 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 116582793 1828593664 79444 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28158] ppid=28149 vsize=1785736 CPUtime=0
/proc/28151/task/28158/stat : 28158 (java) S 28149 28151 27169 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 116582793 1828593664 79444 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28159] ppid=28149 vsize=1785736 CPUtime=0
/proc/28151/task/28159/stat : 28159 (java) S 28149 28151 27169 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 116582804 1828593664 79444 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28160] ppid=28149 vsize=1785736 CPUtime=0.15
/proc/28151/task/28160/stat : 28160 (java) S 28149 28151 27169 0 -1 64 627 0 0 0 15 0 0 0 16 0 12 0 116582804 1828593664 79444 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28161] ppid=28149 vsize=1785736 CPUtime=0.15
/proc/28151/task/28161/stat : 28161 (java) S 28149 28151 27169 0 -1 64 346 0 0 0 15 0 0 0 16 0 12 0 116582804 1828593664 79444 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28162] ppid=28149 vsize=1785736 CPUtime=0
/proc/28151/task/28162/stat : 28162 (java) S 28149 28151 27169 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 116582804 1828593664 79444 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28163] ppid=28149 vsize=1785736 CPUtime=0
/proc/28151/task/28163/stat : 28163 (java) S 28149 28151 27169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 116582804 1828593664 79444 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 1785736

[startup+12.7023 s]
/proc/loadavg: 0.95 0.96 0.98 3/89 28163
/proc/meminfo: memFree=840864/2055920 swapFree=4191880/4192956
[pid=28151] ppid=28149 vsize=1797676 CPUtime=14.86
/proc/28151/stat : 28151 (java) S 28149 28151 27169 0 -1 0 104622 0 1 0 1428 58 0 0 18 0 12 0 116582787 1840820224 99474 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28151/statm: 449419 99474 1320 9 0 447030 0
[pid=28151/tid=28153] ppid=28149 vsize=1797676 CPUtime=10.82
/proc/28151/task/28153/stat : 28153 (java) R 28149 28151 27169 0 -1 64 37676 0 1 0 1057 25 0 0 22 0 12 0 116582788 1840820224 99474 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109476238 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28154] ppid=28149 vsize=1797676 CPUtime=1.5
/proc/28151/task/28154/stat : 28154 (java) S 28149 28151 27169 0 -1 64 25686 0 0 0 139 11 0 0 16 0 12 0 116582790 1840820224 99474 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28155] ppid=28149 vsize=1797676 CPUtime=1.43
/proc/28151/task/28155/stat : 28155 (java) S 28149 28151 27169 0 -1 64 35043 0 0 0 126 17 0 0 18 0 12 0 116582790 1840820224 99474 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28156] ppid=28149 vsize=1797676 CPUtime=0
/proc/28151/task/28156/stat : 28156 (java) S 28149 28151 27169 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 116582792 1840820224 99474 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28157] ppid=28149 vsize=1797676 CPUtime=0
/proc/28151/task/28157/stat : 28157 (java) S 28149 28151 27169 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 116582793 1840820224 99474 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28158] ppid=28149 vsize=1797676 CPUtime=0
/proc/28151/task/28158/stat : 28158 (java) S 28149 28151 27169 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 116582793 1840820224 99474 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28159] ppid=28149 vsize=1797676 CPUtime=0
/proc/28151/task/28159/stat : 28159 (java) S 28149 28151 27169 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 116582804 1840820224 99474 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28160] ppid=28149 vsize=1797676 CPUtime=0.46
/proc/28151/task/28160/stat : 28160 (java) R 28149 28151 27169 0 -1 64 3166 0 0 0 45 1 0 0 18 0 12 0 116582804 1840820224 99474 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103319705 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28161] ppid=28149 vsize=1797676 CPUtime=0.59
/proc/28151/task/28161/stat : 28161 (java) R 28149 28151 27169 0 -1 64 2323 0 0 0 59 0 0 0 19 0 12 0 116582804 1840820224 99474 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103315207 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28162] ppid=28149 vsize=1797676 CPUtime=0
/proc/28151/task/28162/stat : 28162 (java) S 28149 28151 27169 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 116582804 1840820224 99474 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28163] ppid=28149 vsize=1797676 CPUtime=0
/proc/28151/task/28163/stat : 28163 (java) S 28149 28151 27169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 116582804 1840820224 99474 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.86
Current children cumulated vsize (KiB) 1797676

[startup+25.5029 s]
/proc/loadavg: 1.17 1.01 1.00 2/89 28163
/proc/meminfo: memFree=557792/2055920 swapFree=4191880/4192956
[pid=28151] ppid=28149 vsize=1792348 CPUtime=31.53
/proc/28151/stat : 28151 (java) S 28149 28151 27169 0 -1 0 191811 0 1 0 3053 100 0 0 18 0 12 0 116582787 1835364352 171265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28151/statm: 448087 171267 1321 9 0 445698 0
[pid=28151/tid=28153] ppid=28149 vsize=1792348 CPUtime=20.07
/proc/28151/task/28153/stat : 28153 (java) S 28149 28151 27169 0 -1 64 37702 0 1 0 1979 28 0 0 20 0 12 0 116582788 1835364352 171267 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28154] ppid=28149 vsize=1792348 CPUtime=4.8
/proc/28151/task/28154/stat : 28154 (java) R 28149 28151 27169 0 -1 64 73030 0 0 0 449 31 0 0 17 0 12 0 116582790 1835364352 171268 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105367105 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28155] ppid=28149 vsize=1792348 CPUtime=4.71
/proc/28151/task/28155/stat : 28155 (java) R 28149 28151 27169 0 -1 64 72244 0 0 0 436 35 0 0 17 0 12 0 116582790 1835364352 171269 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28156] ppid=28149 vsize=1792348 CPUtime=0
/proc/28151/task/28156/stat : 28156 (java) S 28149 28151 27169 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 116582792 1835364352 171269 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28157] ppid=28149 vsize=1792348 CPUtime=0
/proc/28151/task/28157/stat : 28157 (java) S 28149 28151 27169 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 116582793 1835364352 171270 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28158] ppid=28149 vsize=1792348 CPUtime=0
/proc/28151/task/28158/stat : 28158 (java) S 28149 28151 27169 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 116582793 1835364352 171270 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28159] ppid=28149 vsize=1792348 CPUtime=0
/proc/28151/task/28159/stat : 28159 (java) S 28149 28151 27169 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 116582804 1835364352 171271 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=32416/2055920 swapFree=4159472/4192956
[pid=28151] ppid=28149 vsize=1825632 CPUtime=271.92
/proc/28151/stat : 28151 (java) S 28149 28151 27169 0 -1 0 914311 0 1 0 26750 442 0 0 18 0 12 0 116582787 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28151/statm: 456408 424572 1328 9 0 454019 0
[pid=28151/tid=28153] ppid=28149 vsize=1825632 CPUtime=57.08
/proc/28151/task/28153/stat : 28153 (java) S 28149 28151 27169 0 -1 64 37781 0 1 0 5669 39 0 0 16 0 12 0 116582788 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28154] ppid=28149 vsize=1825632 CPUtime=15.28
/proc/28151/task/28154/stat : 28154 (java) S 28149 28151 27169 0 -1 64 204569 0 0 0 1434 94 0 0 16 0 12 0 116582790 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28155] ppid=28149 vsize=1825632 CPUtime=15.16
/proc/28151/task/28155/stat : 28155 (java) S 28149 28151 27169 0 -1 64 210840 0 0 0 1413 103 0 0 16 0 12 0 116582790 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28156] ppid=28149 vsize=1825632 CPUtime=182.41
/proc/28151/task/28156/stat : 28156 (java) R 28149 28151 27169 0 -1 64 452287 0 0 0 18041 200 0 0 25 0 12 0 116582792 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105882652 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28157] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28157/stat : 28157 (java) S 28149 28151 27169 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 116582793 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28158] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28158/stat : 28158 (java) S 28149 28151 27169 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 116582793 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28159] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28159/stat : 28159 (java) S 28149 28151 27169 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28160] ppid=28149 vsize=1825632 CPUtime=1.03
/proc/28151/task/28160/stat : 28160 (java) S 28149 28151 27169 0 -1 64 5225 0 0 0 101 2 0 0 16 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28161] ppid=28149 vsize=1825632 CPUtime=0.9
/proc/28151/task/28161/stat : 28161 (java) S 28149 28151 27169 0 -1 64 2890 0 0 0 89 1 0 0 16 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28162] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28162/stat : 28162 (java) S 28149 28151 27169 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28163] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28163/stat : 28163 (java) S 28149 28151 27169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 271.92
Current children cumulated vsize (KiB) 1825632

[startup+259.103 s]
/proc/loadavg: 1.02 1.04 1.01 2/89 28163
/proc/meminfo: memFree=32544/2055920 swapFree=4159472/4192956
[pid=28151] ppid=28149 vsize=1825632 CPUtime=275.12
/proc/28151/stat : 28151 (java) S 28149 28151 27169 0 -1 0 929817 0 1 0 27063 449 0 0 18 0 12 0 116582787 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28151/statm: 456408 424572 1328 9 0 454019 0
[pid=28151/tid=28153] ppid=28149 vsize=1825632 CPUtime=57.08
/proc/28151/task/28153/stat : 28153 (java) S 28149 28151 27169 0 -1 64 37782 0 1 0 5669 39 0 0 17 0 12 0 116582788 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28154] ppid=28149 vsize=1825632 CPUtime=15.28
/proc/28151/task/28154/stat : 28154 (java) S 28149 28151 27169 0 -1 64 204569 0 0 0 1434 94 0 0 16 0 12 0 116582790 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28155] ppid=28149 vsize=1825632 CPUtime=15.16
/proc/28151/task/28155/stat : 28155 (java) S 28149 28151 27169 0 -1 64 210840 0 0 0 1413 103 0 0 16 0 12 0 116582790 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28156] ppid=28149 vsize=1825632 CPUtime=185.61
/proc/28151/task/28156/stat : 28156 (java) R 28149 28151 27169 0 -1 64 467792 0 0 0 18355 206 0 0 25 0 12 0 116582792 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 104904115 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28157] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28157/stat : 28157 (java) S 28149 28151 27169 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 116582793 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28158] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28158/stat : 28158 (java) S 28149 28151 27169 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 116582793 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28159] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28159/stat : 28159 (java) S 28149 28151 27169 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28160] ppid=28149 vsize=1825632 CPUtime=1.03
/proc/28151/task/28160/stat : 28160 (java) S 28149 28151 27169 0 -1 64 5225 0 0 0 101 2 0 0 16 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28161] ppid=28149 vsize=1825632 CPUtime=0.9
/proc/28151/task/28161/stat : 28161 (java) S 28149 28151 27169 0 -1 64 2890 0 0 0 89 1 0 0 16 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28162] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28162/stat : 28162 (java) S 28149 28151 27169 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28163] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28163/stat : 28163 (java) S 28149 28151 27169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 275.12
Current children cumulated vsize (KiB) 1825632

[startup+260.706 s]
/proc/loadavg: 1.02 1.04 1.01 2/89 28163
/proc/meminfo: memFree=32544/2055920 swapFree=4159472/4192956
[pid=28151] ppid=28149 vsize=1825632 CPUtime=276.73
/proc/28151/stat : 28151 (java) S 28149 28151 27169 0 -1 0 929817 0 1 0 27224 449 0 0 18 0 12 0 116582787 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28151/statm: 456408 424572 1328 9 0 454019 0
[pid=28151/tid=28153] ppid=28149 vsize=1825632 CPUtime=57.08
/proc/28151/task/28153/stat : 28153 (java) S 28149 28151 27169 0 -1 64 37782 0 1 0 5669 39 0 0 17 0 12 0 116582788 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28154] ppid=28149 vsize=1825632 CPUtime=15.28
/proc/28151/task/28154/stat : 28154 (java) S 28149 28151 27169 0 -1 64 204569 0 0 0 1434 94 0 0 16 0 12 0 116582790 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28155] ppid=28149 vsize=1825632 CPUtime=15.16
/proc/28151/task/28155/stat : 28155 (java) S 28149 28151 27169 0 -1 64 210840 0 0 0 1413 103 0 0 16 0 12 0 116582790 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28156] ppid=28149 vsize=1825632 CPUtime=187.21
/proc/28151/task/28156/stat : 28156 (java) R 28149 28151 27169 0 -1 64 467792 0 0 0 18515 206 0 0 25 0 12 0 116582792 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105333111 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28157] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28157/stat : 28157 (java) S 28149 28151 27169 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 116582793 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28158] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28158/stat : 28158 (java) S 28149 28151 27169 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 116582793 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28159] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28159/stat : 28159 (java) S 28149 28151 27169 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28160] ppid=28149 vsize=1825632 CPUtime=1.03
/proc/28151/task/28160/stat : 28160 (java) S 28149 28151 27169 0 -1 64 5225 0 0 0 101 2 0 0 16 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28161] ppid=28149 vsize=1825632 CPUtime=0.9
/proc/28151/task/28161/stat : 28161 (java) S 28149 28151 27169 0 -1 64 2890 0 0 0 89 1 0 0 16 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28162] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28162/stat : 28162 (java) S 28149 28151 27169 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28163] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28163/stat : 28163 (java) S 28149 28151 27169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 276.73
Current children cumulated vsize (KiB) 1825632

[startup+262.301 s]
/proc/loadavg: 1.02 1.04 1.01 2/89 28163
/proc/meminfo: memFree=32544/2055920 swapFree=4159472/4192956
[pid=28151] ppid=28149 vsize=1825632 CPUtime=278.32
/proc/28151/stat : 28151 (java) S 28149 28151 27169 0 -1 0 929817 0 1 0 27383 449 0 0 18 0 12 0 116582787 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28151/statm: 456408 424572 1328 9 0 454019 0
[pid=28151/tid=28153] ppid=28149 vsize=1825632 CPUtime=57.08
/proc/28151/task/28153/stat : 28153 (java) S 28149 28151 27169 0 -1 64 37782 0 1 0 5669 39 0 0 17 0 12 0 116582788 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28154] ppid=28149 vsize=1825632 CPUtime=15.28
/proc/28151/task/28154/stat : 28154 (java) S 28149 28151 27169 0 -1 64 204569 0 0 0 1434 94 0 0 16 0 12 0 116582790 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28155] ppid=28149 vsize=1825632 CPUtime=15.16
/proc/28151/task/28155/stat : 28155 (java) S 28149 28151 27169 0 -1 64 210840 0 0 0 1413 103 0 0 16 0 12 0 116582790 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28156] ppid=28149 vsize=1825632 CPUtime=188.81
/proc/28151/task/28156/stat : 28156 (java) R 28149 28151 27169 0 -1 64 467792 0 0 0 18675 206 0 0 25 0 12 0 116582792 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105070466 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28157] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28157/stat : 28157 (java) S 28149 28151 27169 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 116582793 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28158] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28158/stat : 28158 (java) S 28149 28151 27169 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 116582793 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28159] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28159/stat : 28159 (java) S 28149 28151 27169 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28160] ppid=28149 vsize=1825632 CPUtime=1.03
/proc/28151/task/28160/stat : 28160 (java) S 28149 28151 27169 0 -1 64 5225 0 0 0 101 2 0 0 16 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28161] ppid=28149 vsize=1825632 CPUtime=0.9
/proc/28151/task/28161/stat : 28161 (java) S 28149 28151 27169 0 -1 64 2890 0 0 0 89 1 0 0 16 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28162] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28162/stat : 28162 (java) S 28149 28151 27169 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28163] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28163/stat : 28163 (java) S 28149 28151 27169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 278.32
Current children cumulated vsize (KiB) 1825632

[startup+263.101 s]
/proc/loadavg: 1.01 1.04 1.00 2/89 28163
/proc/meminfo: memFree=32544/2055920 swapFree=4159472/4192956
[pid=28151] ppid=28149 vsize=1825632 CPUtime=279.12
/proc/28151/stat : 28151 (java) S 28149 28151 27169 0 -1 0 929817 0 1 0 27463 449 0 0 18 0 12 0 116582787 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28151/statm: 456408 424572 1328 9 0 454019 0
[pid=28151/tid=28153] ppid=28149 vsize=1825632 CPUtime=57.08
/proc/28151/task/28153/stat : 28153 (java) S 28149 28151 27169 0 -1 64 37782 0 1 0 5669 39 0 0 17 0 12 0 116582788 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28154] ppid=28149 vsize=1825632 CPUtime=15.28
/proc/28151/task/28154/stat : 28154 (java) S 28149 28151 27169 0 -1 64 204569 0 0 0 1434 94 0 0 16 0 12 0 116582790 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28155] ppid=28149 vsize=1825632 CPUtime=15.16
/proc/28151/task/28155/stat : 28155 (java) S 28149 28151 27169 0 -1 64 210840 0 0 0 1413 103 0 0 16 0 12 0 116582790 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28156] ppid=28149 vsize=1825632 CPUtime=189.62
/proc/28151/task/28156/stat : 28156 (java) R 28149 28151 27169 0 -1 64 467792 0 0 0 18755 207 0 0 25 0 12 0 116582792 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103360747 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28157] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28157/stat : 28157 (java) S 28149 28151 27169 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 116582793 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28158] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28158/stat : 28158 (java) S 28149 28151 27169 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 116582793 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28159] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28159/stat : 28159 (java) S 28149 28151 27169 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28160] ppid=28149 vsize=1825632 CPUtime=1.03
/proc/28151/task/28160/stat : 28160 (java) S 28149 28151 27169 0 -1 64 5225 0 0 0 101 2 0 0 16 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28161] ppid=28149 vsize=1825632 CPUtime=0.9
/proc/28151/task/28161/stat : 28161 (java) S 28149 28151 27169 0 -1 64 2890 0 0 0 89 1 0 0 16 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28151/tid=28162] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28162/stat : 28162 (java) S 28149 28151 27169 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28151/tid=28163] ppid=28149 vsize=1825632 CPUtime=0
/proc/28151/task/28163/stat : 28163 (java) S 28149 28151 27169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 116582804 1869447168 424572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.12
Current children cumulated vsize (KiB) 1825632

[startup+263.301 s]
/proc/loadavg: 1.01 1.04 1.00 2/89 28163
/proc/meminfo: memFree=32544/2055920 swapFree=4159472/4192956
[pid=28151] ppid=28149 vsize=0 CPUtime=279.31
/proc/28151/stat : 28151 (java) Z 28149 28151 27169 0 -1 12 929819 0 1 0 27471 460 0 0 16 0 2 0 116582787 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28151/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 279.31
Current children cumulated vsize (KiB) 0

[startup+263.401 s]
/proc/loadavg: 1.01 1.04 1.00 2/89 28163
/proc/meminfo: memFree=32544/2055920 swapFree=4159472/4192956
[pid=28151] ppid=28149 vsize=0 CPUtime=279.41
/proc/28151/stat : 28151 (java) Z 28149 28151 27169 0 -1 12 929819 0 1 0 27471 470 0 0 16 0 2 0 116582787 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28151/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 279.41
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 263.455
CPU time (s): 279.481
CPU user time (s): 274.719
CPU system time (s): 4.76128
CPU usage (%): 106.083
Max. virtual memory (cumulated for all children) (KiB): 1841636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 274.719
system time used= 4.76128
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 929819
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= 6383
involuntary context switches= 8094

runsolver used 0.275958 second user time and 0.770882 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Mon Apr 16 01:24:08 UTC 2007

IDJOB= 349230
IDBENCH= 2278
IDSOLVER= 164
FILE ID= node24/349230-1176686646

PBS_JOBID= 4559980

Free space on /tmp= 66360 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome13.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349230-1176686646/sat4jPseudoCPClause.jar /tmp/evaluation/349230-1176686646/instance-349230-1176686646.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-349230-1176686646 -o ROOT/results/node24/solver-349230-1176686646 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349230-1176686646/sat4jPseudoCPClause.jar /tmp/evaluation/349230-1176686646/instance-349230-1176686646.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  e3f30a3ccce8a834fba8f93335c22413

RANDOM SEED= 675436075

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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.238
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.238
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:       1220376 kB
Buffers:         54596 kB
Cached:         605216 kB
SwapCached:        264 kB
Active:         593224 kB
Inactive:       159156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1220376 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:          166852 kB
Writeback:           0 kB
Mapped:         109084 kB
Slab:            68604 kB
Committed_AS:  1816612 kB
PageTables:       1880 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= 66360 MiB

End job on node24 on Mon Apr 16 01:28:31 UTC 2007