Trace number 348367

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.22 1783.67

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-capri.opb
MD5SUM045a73dda564043a5f702f829082d89b
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables7817
Total number of constraints402
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 constraints402
Minimum length of a constraint11
Maximum length of a constraint647
Number of terms in the objective function 580
Biggest coefficient in the objective function 32953
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524724
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524837
Number of bits of the biggest sum of numbers20
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.15	c Number of processors 2
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=1.5 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 solving /tmp/evaluation/348367-1176580253/instance-348367-1176580253.opb
0.20/0.20	c reading problem ... 
2.00/1.30	c ... done. Wall clock time 1.095s.
2.20/1.30	c CPU time (experimental) 0.83s.
2.20/1.30	c #vars     7817
2.20/1.30	c #constraints  544
1800.04/1783.51	c starts		: 23
1800.04/1783.51	c conflicts		: 1587799
1800.04/1783.51	c decisions		: 2195348
1800.04/1783.51	c propagations		: 39472234
1800.04/1783.51	c inspects		: 2625141067
1800.04/1783.51	c learnt literals	: 23
1800.04/1783.51	c learnt binary clauses	: 26
1800.04/1783.51	c learnt ternary clauses	: 27
1800.04/1783.51	c learnt clauses	: 1587776
1800.04/1783.51	c root simplifications	: 0
1800.04/1783.51	c removed literals (reason simplification)	: 0
1800.04/1783.51	c reason swapping (by a shorter reason)	: 0
1800.04/1783.51	c Calls to reduceDB	: 0
1800.04/1783.51	c speed (decisions/second)	: 1231.8308501427744
1800.04/1783.51	c non guided choices	11210
1800.04/1783.51	s UNKNOWN
1800.04/1783.51	c Total wall clock time (ms): 1783.31

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/node61/watcher-348367-1176580253 -o ROOT/results/node61/solver-348367-1176580253 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348367-1176580253/sat4jPseudoResolution.jar /tmp/evaluation/348367-1176580253/instance-348367-1176580253.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.95 0.98 2/64 26414
/proc/meminfo: memFree=1318968/2055920 swapFree=4192812/4192956
[pid=26414] ppid=26412 vsize=152 CPUtime=0
/proc/26414/stat : 26414 (java) R 26412 26414 26351 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 69988971 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10384164 0 0 4096 0 0 0 0 17 1 0 0
/proc/26414/statm: 38 26 19 9 0 4 0

[startup+0.017285 s]
/proc/loadavg: 0.84 0.95 0.98 2/64 26414
/proc/meminfo: memFree=1318968/2055920 swapFree=4192812/4192956
[pid=26414] ppid=26412 vsize=12628 CPUtime=0.01
/proc/26414/stat : 26414 (java) S 26412 26414 26351 0 -1 0 827 0 0 0 0 1 0 0 18 0 2 0 69988971 12931072 592 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/26414/statm: 3167 596 279 9 0 1243 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12628

[startup+0.101285 s]
/proc/loadavg: 0.84 0.95 0.98 2/64 26414
/proc/meminfo: memFree=1318968/2055920 swapFree=4192812/4192956
[pid=26414] ppid=26412 vsize=1780108 CPUtime=0.08
/proc/26414/stat : 26414 (java) S 26412 26414 26351 0 -1 0 3978 0 1 0 6 2 0 0 18 0 12 0 69988971 1822830592 3719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26414/statm: 445027 3719 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.30131 s]
/proc/loadavg: 0.84 0.95 0.98 2/64 26414
/proc/meminfo: memFree=1318968/2055920 swapFree=4192812/4192956
[pid=26414] ppid=26412 vsize=1782452 CPUtime=0.33
/proc/26414/stat : 26414 (java) S 26412 26414 26351 0 -1 0 5182 0 1 0 30 3 0 0 18 0 12 0 69988971 1825230848 4920 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26414/statm: 445613 4920 1264 9 0 443225 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782452

[startup+0.701352 s]
/proc/loadavg: 0.84 0.95 0.98 2/64 26414
/proc/meminfo: memFree=1318968/2055920 swapFree=4192812/4192956
[pid=26414] ppid=26412 vsize=1788452 CPUtime=1.01
/proc/26414/stat : 26414 (java) S 26412 26414 26351 0 -1 0 8314 0 1 0 96 5 0 0 18 0 12 0 69988971 1831374848 7488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26414/statm: 447113 7489 1303 9 0 444725 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1788452

[startup+1.50243 s]
/proc/loadavg: 0.85 0.95 0.98 4/76 26426
/proc/meminfo: memFree=1282520/2055920 swapFree=4192812/4192956
[pid=26414] ppid=26412 vsize=1793828 CPUtime=2.6
/proc/26414/stat : 26414 (java) S 26412 26414 26351 0 -1 0 20526 0 1 0 249 11 0 0 18 0 13 0 69988971 1836879872 16088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26414/statm: 448457 16089 1312 9 0 446069 0
[pid=26414/tid=26416] ppid=26412 vsize=1793828 CPUtime=1.03
/proc/26414/task/26416/stat : 26416 (java) R 26412 26414 26351 0 -1 64 12290 0 1 0 97 6 0 0 19 0 13 0 69988973 1836879872 16089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109569344 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26417] ppid=26412 vsize=1793828 CPUtime=0
/proc/26414/task/26417/stat : 26417 (java) S 26412 26414 26351 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 69988974 1836879872 16089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26418] ppid=26412 vsize=1793828 CPUtime=0
/proc/26414/task/26418/stat : 26418 (java) S 26412 26414 26351 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 69988974 1836879872 16089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26419] ppid=26412 vsize=1793828 CPUtime=0
/proc/26414/task/26419/stat : 26419 (java) S 26412 26414 26351 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 69988976 1836879872 16089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26420] ppid=26412 vsize=1793828 CPUtime=0
/proc/26414/task/26420/stat : 26420 (java) S 26412 26414 26351 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 69988977 1836879872 16089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26421] ppid=26412 vsize=1793828 CPUtime=0
/proc/26414/task/26421/stat : 26421 (java) S 26412 26414 26351 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 69988977 1836879872 16089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26422] ppid=26412 vsize=1793828 CPUtime=0
/proc/26414/task/26422/stat : 26422 (java) S 26412 26414 26351 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 69988981 1836879872 16089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26423] ppid=26412 vsize=1793828 CPUtime=0.81
/proc/26414/task/26423/stat : 26423 (java) R 26412 26414 26351 0 -1 64 4321 0 0 0 79 2 0 0 19 0 13 0 69988981 1836879872 16090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103026501 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26424] ppid=26412 vsize=1793828 CPUtime=0.73
/proc/26414/task/26424/stat : 26424 (java) R 26412 26414 26351 0 -1 64 3188 0 0 0 72 1 0 0 18 0 13 0 69988981 1836879872 16090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105305931 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26425] ppid=26412 vsize=1793828 CPUtime=0
/proc/26414/task/26425/stat : 26425 (java) S 26412 26414 26351 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 69988981 1836879872 16090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26426] ppid=26412 vsize=1793828 CPUtime=0
/proc/26414/task/26426/stat : 26426 (java) S 26412 26414 26351 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 69988981 1836879872 16090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 1793828

[startup+3.10258 s]
/proc/loadavg: 0.85 0.95 0.98 2/77 26427
/proc/meminfo: memFree=1243728/2055920 swapFree=4192812/4192956
[pid=26414] ppid=26412 vsize=1794432 CPUtime=4.77
/proc/26414/stat : 26414 (java) S 26412 26414 26351 0 -1 0 44478 0 1 0 456 21 0 0 18 0 13 0 69988971 1837498368 37848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26414/statm: 448608 37848 1316 9 0 446220 0
[pid=26414/tid=26416] ppid=26412 vsize=1794432 CPUtime=2.51
/proc/26414/task/26416/stat : 26416 (java) R 26412 26414 26351 0 -1 64 33859 0 1 0 235 16 0 0 25 0 13 0 69988973 1837498368 37848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109847251 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26417] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26417/stat : 26417 (java) S 26412 26414 26351 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 69988974 1837498368 37848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26418] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26418/stat : 26418 (java) S 26412 26414 26351 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 69988974 1837498368 37848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26419] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26419/stat : 26419 (java) S 26412 26414 26351 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 69988976 1837498368 37848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26420] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26420/stat : 26420 (java) S 26412 26414 26351 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 69988977 1837498368 37848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26421] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26421/stat : 26421 (java) S 26412 26414 26351 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 69988977 1837498368 37848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26422] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26422/stat : 26422 (java) S 26412 26414 26351 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 69988981 1837498368 37848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26423] ppid=26412 vsize=1794432 CPUtime=1.3
/proc/26414/task/26423/stat : 26423 (java) S 26412 26414 26351 0 -1 64 5975 0 0 0 127 3 0 0 16 0 13 0 69988981 1837498368 37848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26424] ppid=26412 vsize=1794432 CPUtime=0.94
/proc/26414/task/26424/stat : 26424 (java) S 26412 26414 26351 0 -1 64 3916 0 0 0 93 1 0 0 16 0 13 0 69988981 1837498368 37848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26425] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26425/stat : 26425 (java) S 26412 26414 26351 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 69988981 1837498368 37848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26426] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26426/stat : 26426 (java) S 26412 26414 26351 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 69988981 1837498368 37848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26427] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26427/stat : 26427 (java) S 26412 26414 26351 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 69989112 1837498368 37848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 1794432

[startup+6.30269 s]
/proc/loadavg: 0.87 0.95 0.98 3/77 26427
/proc/meminfo: memFree=1149968/2055920 swapFree=4192812/4192956
[pid=26414] ppid=26412 vsize=1794432 CPUtime=8.12
/proc/26414/stat : 26414 (java) S 26412 26414 26351 0 -1 0 51945 0 1 0 788 24 0 0 18 0 13 0 69988971 1837498368 45224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26414/statm: 448608 45224 1327 9 0 446220 0
[pid=26414/tid=26416] ppid=26412 vsize=1794432 CPUtime=5.6
/proc/26414/task/26416/stat : 26416 (java) R 26412 26414 26351 0 -1 64 37726 0 1 0 543 17 0 0 20 0 13 0 69988973 1837498368 45224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109950959 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26417] ppid=26412 vsize=1794432 CPUtime=0.05
/proc/26414/task/26417/stat : 26417 (java) S 26412 26414 26351 0 -1 64 2059 0 0 0 5 0 0 0 16 0 13 0 69988974 1837498368 45224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26418] ppid=26412 vsize=1794432 CPUtime=0.05
/proc/26414/task/26418/stat : 26418 (java) S 26412 26414 26351 0 -1 64 1521 0 0 0 5 0 0 0 16 0 13 0 69988974 1837498368 45224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26419] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26419/stat : 26419 (java) S 26412 26414 26351 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 69988976 1837498368 45224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26420] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26420/stat : 26420 (java) S 26412 26414 26351 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 69988977 1837498368 45224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26421] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26421/stat : 26421 (java) S 26412 26414 26351 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 69988977 1837498368 45224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26422] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26422/stat : 26422 (java) S 26412 26414 26351 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 69988981 1837498368 45224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26423] ppid=26412 vsize=1794432 CPUtime=1.36
/proc/26414/task/26423/stat : 26423 (java) S 26412 26414 26351 0 -1 64 5981 0 0 0 133 3 0 0 16 0 13 0 69988981 1837498368 45224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26424] ppid=26412 vsize=1794432 CPUtime=1.01
/proc/26414/task/26424/stat : 26424 (java) S 26412 26414 26351 0 -1 64 3923 0 0 0 100 1 0 0 16 0 13 0 69988981 1837498368 45224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26425] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26425/stat : 26425 (java) S 26412 26414 26351 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 69988981 1837498368 45224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26426] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26426/stat : 26426 (java) S 26412 26414 26351 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 69988981 1837498368 45224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26427] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26427/stat : 26427 (java) S 26412 26414 26351 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 69989112 1837498368 45224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 1794432

[startup+12.7023 s]
/proc/loadavg: 0.88 0.95 0.98 2/77 26427
/proc/meminfo: memFree=1141080/2055920 swapFree=4192812/4192956
[pid=26414] ppid=26412 vsize=1794432 CPUtime=14.6
/proc/26414/stat : 26414 (java) S 26412 26414 26351 0 -1 0 53911 0 1 0 1435 25 0 0 18 0 13 0 69988971 1837498368 45467 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26414/statm: 448608 45467 1327 9 0 446220 0
[pid=26414/tid=26416] ppid=26412 vsize=1794432 CPUtime=11.89
/proc/26414/task/26416/stat : 26416 (java) R 26412 26414 26351 0 -1 64 37730 0 1 0 1172 17 0 0 25 0 13 0 69988973 1837498368 45467 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109847214 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26417] ppid=26412 vsize=1794432 CPUtime=0.14
/proc/26414/task/26417/stat : 26417 (java) S 26412 26414 26351 0 -1 64 3084 0 0 0 13 1 0 0 17 0 13 0 69988974 1837498368 45467 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26418] ppid=26412 vsize=1794432 CPUtime=0.14
/proc/26414/task/26418/stat : 26418 (java) S 26412 26414 26351 0 -1 64 2452 0 0 0 13 1 0 0 17 0 13 0 69988974 1837498368 45467 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26419] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26419/stat : 26419 (java) S 26412 26414 26351 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 69988976 1837498368 45467 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26420] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26420/stat : 26420 (java) S 26412 26414 26351 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 69988977 1837498368 45467 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26421] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26421/stat : 26421 (java) S 26412 26414 26351 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 69988977 1837498368 45467 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26422] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26422/stat : 26422 (java) S 26412 26414 26351 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 69988981 1837498368 45467 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26423] ppid=26412 vsize=1794432 CPUtime=1.37
/proc/26414/task/26423/stat : 26423 (java) S 26412 26414 26351 0 -1 64 5981 0 0 0 134 3 0 0 16 0 13 0 69988981 1837498368 45467 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26424] ppid=26412 vsize=1794432 CPUtime=1.01
/proc/26414/task/26424/stat : 26424 (java) S 26412 26414 26351 0 -1 64 3923 0 0 0 100 1 0 0 17 0 13 0 69988981 1837498368 45467 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26425] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26425/stat : 26425 (java) S 26412 26414 26351 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 69988981 1837498368 45467 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26426] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26426/stat : 26426 (java) S 26412 26414 26351 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 69988981 1837498368 45467 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26427] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26427/stat : 26427 (java) S 26412 26414 26351 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 69989112 1837498368 45467 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.6
Current children cumulated vsize (KiB) 1794432

[startup+25.5025 s]
/proc/loadavg: 0.89 0.95 0.98 2/77 26427
/proc/meminfo: memFree=1108568/2055920 swapFree=4192812/4192956
[pid=26414] ppid=26412 vsize=1794432 CPUtime=27.56
/proc/26414/stat : 26414 (java) S 26412 26414 26351 0 -1 0 62744 0 1 0 2726 30 0 0 18 0 13 0 69988971 1837498368 53647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26414/statm: 448608 53647 1327 9 0 446220 0
[pid=26414/tid=26416] ppid=26412 vsize=1794432 CPUtime=24.54
/proc/26414/task/26416/stat : 26416 (java) R 26412 26414 26351 0 -1 64 38273 0 1 0 2436 18 0 0 20 0 13 0 69988973 1837498368 53647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109839959 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26417] ppid=26412 vsize=1794432 CPUtime=0.28
/proc/26414/task/26417/stat : 26417 (java) S 26412 26414 26351 0 -1 64 7099 0 0 0 26 2 0 0 17 0 13 0 69988974 1837498368 53647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26418] ppid=26412 vsize=1794432 CPUtime=0.29
/proc/26414/task/26418/stat : 26418 (java) S 26412 26414 26351 0 -1 64 6717 0 0 0 26 3 0 0 16 0 13 0 69988974 1837498368 53647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26419] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26419/stat : 26419 (java) S 26412 26414 26351 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 69988976 1837498368 53647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=26414/tid=26419] ppid=26412 vsize=1794432 CPUtime=0.22
/proc/26414/task/26419/stat : 26419 (java) S 26412 26414 26351 0 -1 64 208 0 0 0 10 12 0 0 16 0 13 0 69988976 1837498368 173385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26420] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26420/stat : 26420 (java) S 26412 26414 26351 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 69988977 1837498368 173385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26421] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26421/stat : 26421 (java) S 26412 26414 26351 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 69988977 1837498368 173385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26422] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26422/stat : 26422 (java) S 26412 26414 26351 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 69988981 1837498368 173385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26423] ppid=26412 vsize=1794432 CPUtime=1.39
/proc/26414/task/26423/stat : 26423 (java) S 26412 26414 26351 0 -1 64 5981 0 0 0 136 3 0 0 16 0 13 0 69988981 1837498368 173385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26424] ppid=26412 vsize=1794432 CPUtime=1.07
/proc/26414/task/26424/stat : 26424 (java) S 26412 26414 26351 0 -1 64 3929 0 0 0 106 1 0 0 17 0 13 0 69988981 1837498368 173385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26425] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26425/stat : 26425 (java) S 26412 26414 26351 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 69988981 1837498368 173385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26426] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26426/stat : 26426 (java) S 26412 26414 26351 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 69988981 1837498368 173385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26427] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26427/stat : 26427 (java) S 26412 26414 26351 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 69989112 1837498368 173385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1615.95
Current children cumulated vsize (KiB) 1794432

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 26625
/proc/meminfo: memFree=592280/2055920 swapFree=4192812/4192956
[pid=26414] ppid=26412 vsize=1794432 CPUtime=1676.56
/proc/26414/stat : 26414 (java) S 26412 26414 26351 0 -1 0 289662 0 1 0 167499 157 0 0 18 0 13 0 69988971 1837498368 182347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26414/statm: 448608 182347 1327 9 0 446220 0
[pid=26414/tid=26416] ppid=26412 vsize=1794432 CPUtime=1646.95
/proc/26414/task/26416/stat : 26416 (java) R 26412 26414 26351 0 -1 64 100658 0 1 0 164645 50 0 0 24 0 13 0 69988973 1837498368 182347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109569251 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26417] ppid=26412 vsize=1794432 CPUtime=13.43
/proc/26414/task/26417/stat : 26417 (java) S 26412 26414 26351 0 -1 64 93728 0 0 0 1296 47 0 0 17 0 13 0 69988974 1837498368 182347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26418] ppid=26412 vsize=1794432 CPUtime=13.44
/proc/26414/task/26418/stat : 26418 (java) S 26412 26414 26351 0 -1 64 84408 0 0 0 1304 40 0 0 17 0 13 0 69988974 1837498368 182347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26419] ppid=26412 vsize=1794432 CPUtime=0.22
/proc/26414/task/26419/stat : 26419 (java) S 26412 26414 26351 0 -1 64 234 0 0 0 10 12 0 0 16 0 13 0 69988976 1837498368 182347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26420] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26420/stat : 26420 (java) S 26412 26414 26351 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 69988977 1837498368 182347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26421] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26421/stat : 26421 (java) S 26412 26414 26351 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 69988977 1837498368 182347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26422] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26422/stat : 26422 (java) S 26412 26414 26351 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 69988981 1837498368 182347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26423] ppid=26412 vsize=1794432 CPUtime=1.39
/proc/26414/task/26423/stat : 26423 (java) S 26412 26414 26351 0 -1 64 5981 0 0 0 136 3 0 0 16 0 13 0 69988981 1837498368 182347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26424] ppid=26412 vsize=1794432 CPUtime=1.07
/proc/26414/task/26424/stat : 26424 (java) S 26412 26414 26351 0 -1 64 3929 0 0 0 106 1 0 0 17 0 13 0 69988981 1837498368 182347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26425] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26425/stat : 26425 (java) S 26412 26414 26351 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 69988981 1837498368 182347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26426] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26426/stat : 26426 (java) S 26412 26414 26351 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 69988981 1837498368 182347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26427] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26427/stat : 26427 (java) S 26412 26414 26351 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 69989112 1837498368 182347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1676.56
Current children cumulated vsize (KiB) 1794432

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 26625
/proc/meminfo: memFree=531736/2055920 swapFree=4192812/4192956
[pid=26414] ppid=26412 vsize=1794432 CPUtime=1737.69
/proc/26414/stat : 26414 (java) S 26412 26414 26351 0 -1 0 305839 0 1 0 173604 165 0 0 18 0 13 0 69988971 1837498368 197732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26414/statm: 448608 197732 1327 9 0 446220 0
[pid=26414/tid=26416] ppid=26412 vsize=1794432 CPUtime=1705.74
/proc/26414/task/26416/stat : 26416 (java) R 26412 26414 26351 0 -1 64 107989 0 1 0 170519 55 0 0 25 0 13 0 69988973 1837498368 197732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109840233 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26417] ppid=26412 vsize=1794432 CPUtime=14.6
/proc/26414/task/26417/stat : 26417 (java) S 26412 26414 26351 0 -1 64 98379 0 0 0 1411 49 0 0 16 0 13 0 69988974 1837498368 197732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26418] ppid=26412 vsize=1794432 CPUtime=14.61
/proc/26414/task/26418/stat : 26418 (java) S 26412 26414 26351 0 -1 64 88600 0 0 0 1419 42 0 0 16 0 13 0 69988974 1837498368 197732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26419] ppid=26412 vsize=1794432 CPUtime=0.23
/proc/26414/task/26419/stat : 26419 (java) S 26412 26414 26351 0 -1 64 237 0 0 0 11 12 0 0 15 0 13 0 69988976 1837498368 197732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26420] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26420/stat : 26420 (java) S 26412 26414 26351 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 69988977 1837498368 197732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26421] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26421/stat : 26421 (java) S 26412 26414 26351 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 69988977 1837498368 197732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26422] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26422/stat : 26422 (java) S 26412 26414 26351 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 69988981 1837498368 197732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26423] ppid=26412 vsize=1794432 CPUtime=1.39
/proc/26414/task/26423/stat : 26423 (java) S 26412 26414 26351 0 -1 64 5981 0 0 0 136 3 0 0 16 0 13 0 69988981 1837498368 197732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26424] ppid=26412 vsize=1794432 CPUtime=1.07
/proc/26414/task/26424/stat : 26424 (java) S 26412 26414 26351 0 -1 64 3929 0 0 0 106 1 0 0 17 0 13 0 69988981 1837498368 197732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26425] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26425/stat : 26425 (java) S 26412 26414 26351 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 69988981 1837498368 197732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26426] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26426/stat : 26426 (java) S 26412 26414 26351 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 69988981 1837498368 197732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26427] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26427/stat : 26427 (java) S 26412 26414 26351 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 69989112 1837498368 197732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1737.69
Current children cumulated vsize (KiB) 1794432

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 26625
/proc/meminfo: memFree=495768/2055920 swapFree=4192812/4192956
[pid=26414] ppid=26412 vsize=1794432 CPUtime=1798.79
/proc/26414/stat : 26414 (java) S 26412 26414 26351 0 -1 0 314994 0 1 0 179710 169 0 0 18 0 13 0 69988971 1837498368 206473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26414/statm: 448608 206473 1327 9 0 446220 0
[pid=26414/tid=26416] ppid=26412 vsize=1794432 CPUtime=1764.5
/proc/26414/task/26416/stat : 26416 (java) R 26412 26414 26351 0 -1 64 108014 0 1 0 176395 55 0 0 25 0 13 0 69988973 1837498368 206473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109707568 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26417] ppid=26412 vsize=1794432 CPUtime=15.79
/proc/26414/task/26417/stat : 26417 (java) S 26412 26414 26351 0 -1 64 105418 0 0 0 1528 51 0 0 16 0 13 0 69988974 1837498368 206473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26418] ppid=26412 vsize=1794432 CPUtime=15.76
/proc/26414/task/26418/stat : 26418 (java) S 26412 26414 26351 0 -1 64 90691 0 0 0 1533 43 0 0 17 0 13 0 69988974 1837498368 206473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26419] ppid=26412 vsize=1794432 CPUtime=0.23
/proc/26414/task/26419/stat : 26419 (java) S 26412 26414 26351 0 -1 64 237 0 0 0 11 12 0 0 16 0 13 0 69988976 1837498368 206473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26420] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26420/stat : 26420 (java) S 26412 26414 26351 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 69988977 1837498368 206473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26421] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26421/stat : 26421 (java) S 26412 26414 26351 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 69988977 1837498368 206473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26422] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26422/stat : 26422 (java) S 26412 26414 26351 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 69988981 1837498368 206473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26423] ppid=26412 vsize=1794432 CPUtime=1.39
/proc/26414/task/26423/stat : 26423 (java) S 26412 26414 26351 0 -1 64 5981 0 0 0 136 3 0 0 16 0 13 0 69988981 1837498368 206473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26424] ppid=26412 vsize=1794432 CPUtime=1.07
/proc/26414/task/26424/stat : 26424 (java) S 26412 26414 26351 0 -1 64 3929 0 0 0 106 1 0 0 17 0 13 0 69988981 1837498368 206473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26425] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26425/stat : 26425 (java) S 26412 26414 26351 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 69988981 1837498368 206473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26426] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26426/stat : 26426 (java) S 26412 26414 26351 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 69988981 1837498368 206473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26427] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26427/stat : 26427 (java) S 26412 26414 26351 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 69989112 1837498368 206473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.79
Current children cumulated vsize (KiB) 1794432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.5 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 26625
/proc/meminfo: memFree=495128/2055920 swapFree=4192812/4192956
[pid=26414] ppid=26412 vsize=1794432 CPUtime=1800.04
/proc/26414/stat : 26414 (java) S 26412 26414 26351 0 -1 0 315150 0 1 0 179835 169 0 0 18 0 13 0 69988971 1837498368 206628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26414/statm: 448608 206628 1327 9 0 446220 0
[pid=26414/tid=26416] ppid=26412 vsize=1794432 CPUtime=1765.64
/proc/26414/task/26416/stat : 26416 (java) R 26412 26414 26351 0 -1 64 108015 0 1 0 176509 55 0 0 25 0 13 0 69988973 1837498368 206628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109707568 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26417] ppid=26412 vsize=1794432 CPUtime=15.85
/proc/26414/task/26417/stat : 26417 (java) S 26412 26414 26351 0 -1 64 105418 0 0 0 1534 51 0 0 16 0 13 0 69988974 1837498368 206628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26418] ppid=26412 vsize=1794432 CPUtime=15.8
/proc/26414/task/26418/stat : 26418 (java) S 26412 26414 26351 0 -1 64 90846 0 0 0 1537 43 0 0 16 0 13 0 69988974 1837498368 206628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26419] ppid=26412 vsize=1794432 CPUtime=0.23
/proc/26414/task/26419/stat : 26419 (java) S 26412 26414 26351 0 -1 64 237 0 0 0 11 12 0 0 16 0 13 0 69988976 1837498368 206628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26420] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26420/stat : 26420 (java) S 26412 26414 26351 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 69988977 1837498368 206628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26421] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26421/stat : 26421 (java) S 26412 26414 26351 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 69988977 1837498368 206628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26422] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26422/stat : 26422 (java) S 26412 26414 26351 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 69988981 1837498368 206628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26423] ppid=26412 vsize=1794432 CPUtime=1.39
/proc/26414/task/26423/stat : 26423 (java) S 26412 26414 26351 0 -1 64 5981 0 0 0 136 3 0 0 16 0 13 0 69988981 1837498368 206628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26424] ppid=26412 vsize=1794432 CPUtime=1.07
/proc/26414/task/26424/stat : 26424 (java) S 26412 26414 26351 0 -1 64 3929 0 0 0 106 1 0 0 17 0 13 0 69988981 1837498368 206628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26425] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26425/stat : 26425 (java) S 26412 26414 26351 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 69988981 1837498368 206628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26414/tid=26426] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26426/stat : 26426 (java) S 26412 26414 26351 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 69988981 1837498368 206628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26414/tid=26427] ppid=26412 vsize=1794432 CPUtime=0
/proc/26414/task/26427/stat : 26427 (java) S 26412 26414 26351 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 69989112 1837498368 206628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1794432

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

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

[startup+1783.61 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 26625
/proc/meminfo: memFree=495128/2055920 swapFree=4192812/4192956
[pid=26414] ppid=26412 vsize=0 CPUtime=1800.15
/proc/26414/stat : 26414 (java) Z 26412 26414 26351 0 -1 1036 315170 0 1 0 179840 175 0 0 16 0 2 0 69988971 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26414/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1783.67
CPU time (s): 1800.22
CPU user time (s): 1798.4
CPU system time (s): 1.81472
CPU usage (%): 100.928
Max. virtual memory (cumulated for all children) (KiB): 1797504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.4
system time used= 1.81472
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 315170
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= 42427
involuntary context switches= 40039

runsolver used 1.65275 second user time and 4.91025 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Sat Apr 14 19:50:53 UTC 2007

IDJOB= 348367
IDBENCH= 1662
IDSOLVER= 159
FILE ID= node61/348367-1176580253

PBS_JOBID= 4556943

Free space on /tmp= 66561 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-capri.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348367-1176580253/sat4jPseudoResolution.jar /tmp/evaluation/348367-1176580253/instance-348367-1176580253.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-348367-1176580253 -o ROOT/results/node61/solver-348367-1176580253 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348367-1176580253/sat4jPseudoResolution.jar /tmp/evaluation/348367-1176580253/instance-348367-1176580253.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  045a73dda564043a5f702f829082d89b

RANDOM SEED= 546517425

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1319440 kB
Buffers:         42472 kB
Cached:         556200 kB
SwapCached:          0 kB
Active:         326960 kB
Inactive:       286952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1319440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3976 kB
Writeback:           0 kB
Mapped:          25432 kB
Slab:           108728 kB
Committed_AS:   108696 kB
PageTables:       1388 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= 66561 MiB

End job on node61 on Sat Apr 14 20:20:39 UTC 2007