Trace number 348978

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.24 1795.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-stp3d.opb
MD5SUMf0369b32b392b309903886944ef44b64
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 variables204880
Total number of constraints159488
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 7
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 529536
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 7
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 529536
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.10/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.21	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.21	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.10/0.22	c no version file found!!!
0.10/0.22	c sun.arch.data.model	32
0.10/0.22	c java.version	1.6.0
0.10/0.22	c os.name	Linux
0.10/0.22	c os.version	2.6.9-22.EL.rootsmp
0.10/0.22	c os.arch	i386
0.10/0.22	c Free memory 1651659224
0.10/0.22	c Max memory 1654456320
0.10/0.22	c Total memory 1654456320
0.10/0.22	c Number of processors 2
0.10/0.27	--- Begin Solver configuration ---
0.10/0.27	c Stops conflict analysis at the first Unique Implication Point
0.10/0.27	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.10/0.27	c Learn all clauses as in MiniSAT
0.10/0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.27	c VSIDS like heuristics from MiniSAT using a heap
0.10/0.27	c No reason simplification
0.10/0.27	c --- End Solver configuration ---
0.10/0.27	c solving /tmp/evaluation/348978-1176612764/instance-348978-1176612764.opb
0.10/0.27	c reading problem ... 
8.69/6.92	c ... done. Wall clock time 6.646s.
8.69/6.92	c CPU time (experimental) 5.08s.
8.69/6.92	c #vars     204880
8.69/6.92	c #constraints  169180
1800.07/1795.01	c starts		: 20
1800.07/1795.01	c conflicts		: 584112
1800.07/1795.01	c decisions		: 1682852
1800.07/1795.01	c propagations		: 1364044634
1800.07/1795.01	c inspects		: 2659987984
1800.07/1795.01	c learnt literals	: 84
1800.07/1795.01	c learnt binary clauses	: 1636
1800.07/1795.01	c learnt ternary clauses	: 10558
1800.07/1795.01	c learnt clauses	: 584028
1800.07/1795.01	c root simplifications	: 0
1800.07/1795.01	c removed literals (reason simplification)	: 0
1800.07/1795.01	c reason swapping (by a shorter reason)	: 0
1800.07/1795.01	c Calls to reduceDB	: 0
1800.07/1795.01	c speed (decisions/second)	: 941.3566573138041
1800.07/1795.01	c non guided choices	33485
1800.07/1795.01	s UNKNOWN
1800.07/1795.01	c Total wall clock time (ms): 1794.739

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/node17/watcher-348978-1176612764 -o ROOT/results/node17/solver-348978-1176612764 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348978-1176612764/sat4jPseudoResolution.jar /tmp/evaluation/348978-1176612764/instance-348978-1176612764.opb 

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


[startup+0 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 26955
/proc/meminfo: memFree=1549568/2055920 swapFree=4153028/4192956
[pid=26955] ppid=26953 vsize=18568 CPUtime=0
/proc/26955/stat : 26955 (runsolver) D 26953 26955 26245 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 109193927 19013632 292 18446744073709551615 4194304 4296420 548682068864 18446744073709551615 245482712359 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/26955/statm: 4642 292 257 24 0 2626 0

[startup+0.0928751 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 26955
/proc/meminfo: memFree=1549568/2055920 swapFree=4153028/4192956
[pid=26955] ppid=26953 vsize=12948 CPUtime=0
/proc/26955/stat : 26955 (java) S 26953 26955 26245 0 -1 0 906 0 1 0 0 0 0 0 18 0 2 0 109193927 13258752 663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/26955/statm: 3237 663 332 9 0 1251 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12948

[startup+0.101877 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 26955
/proc/meminfo: memFree=1549568/2055920 swapFree=4153028/4192956
[pid=26955] ppid=26953 vsize=1774248 CPUtime=0.01
/proc/26955/stat : 26955 (java) S 26953 26955 26245 0 -1 0 2549 0 1 0 0 1 0 0 18 0 4 0 109193927 1816829952 2298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/26955/statm: 443562 2298 393 9 0 441576 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1774248

[startup+0.301898 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 26955
/proc/meminfo: memFree=1549568/2055920 swapFree=4153028/4192956
[pid=26955] ppid=26953 vsize=1782264 CPUtime=0.22
/proc/26955/stat : 26955 (java) S 26953 26955 26245 0 -1 0 6698 0 1 0 19 3 0 0 18 0 12 0 109193927 1825038336 6437 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26955/statm: 445566 6437 1246 9 0 443178 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1782264

[startup+0.701943 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 26955
/proc/meminfo: memFree=1549568/2055920 swapFree=4153028/4192956
[pid=26955] ppid=26953 vsize=1784552 CPUtime=0.8
/proc/26955/stat : 26955 (java) S 26953 26955 26245 0 -1 0 9627 0 1 0 76 4 0 0 18 0 12 0 109193927 1827381248 8742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26955/statm: 446138 8743 1296 9 0 443750 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 1784552

[startup+1.50202 s]
/proc/loadavg: 0.92 0.97 0.99 3/89 26967
/proc/meminfo: memFree=1493920/2055920 swapFree=4153028/4192956
[pid=26955] ppid=26953 vsize=1788268 CPUtime=1.9
/proc/26955/stat : 26955 (java) S 26953 26955 26245 0 -1 0 21192 0 1 0 182 8 0 0 18 0 12 0 109193927 1831186432 18491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26955/statm: 447067 18492 1304 9 0 444679 0
[pid=26955/tid=26957] ppid=26953 vsize=1788268 CPUtime=1.03
/proc/26955/task/26957/stat : 26957 (java) R 26953 26955 26245 0 -1 64 15958 0 1 0 98 5 0 0 25 0 12 0 109193935 1831186432 18492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474506 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26955/tid=26958] ppid=26953 vsize=1788268 CPUtime=0
/proc/26955/task/26958/stat : 26958 (java) S 26953 26955 26245 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 109193937 1831186432 18493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26959] ppid=26953 vsize=1788268 CPUtime=0
/proc/26955/task/26959/stat : 26959 (java) S 26953 26955 26245 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 109193937 1831186432 18493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26955/tid=26960] ppid=26953 vsize=1788268 CPUtime=0
/proc/26955/task/26960/stat : 26960 (java) S 26953 26955 26245 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 109193939 1831186432 18494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26961] ppid=26953 vsize=1788268 CPUtime=0
/proc/26955/task/26961/stat : 26961 (java) S 26953 26955 26245 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 109193940 1831186432 18494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26962] ppid=26953 vsize=1788268 CPUtime=0
/proc/26955/task/26962/stat : 26962 (java) S 26953 26955 26245 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 109193940 1831186432 18495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26963] ppid=26953 vsize=1788268 CPUtime=0
/proc/26955/task/26963/stat : 26963 (java) S 26953 26955 26245 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 109193943 1831186432 18495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26964] ppid=26953 vsize=1788268 CPUtime=0.42
/proc/26955/task/26964/stat : 26964 (java) S 26953 26955 26245 0 -1 64 2340 0 0 0 42 0 0 0 17 0 12 0 109193943 1831186432 18496 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26965] ppid=26953 vsize=1788268 CPUtime=0.42
/proc/26955/task/26965/stat : 26965 (java) S 26953 26955 26245 0 -1 64 2175 0 0 0 41 1 0 0 17 0 12 0 109193943 1831186432 18497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26955/tid=26966] ppid=26953 vsize=1788268 CPUtime=0
/proc/26955/task/26966/stat : 26966 (java) S 26953 26955 26245 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 109193943 1831186432 18497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26967] ppid=26953 vsize=1788268 CPUtime=0
/proc/26955/task/26967/stat : 26967 (java) S 26953 26955 26245 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 109193943 1831186432 18498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 1788268

[startup+3.10119 s]
/proc/loadavg: 1.01 0.99 0.99 2/89 26967
/proc/meminfo: memFree=1439008/2055920 swapFree=4153028/4192956
[pid=26955] ppid=26953 vsize=1789552 CPUtime=3.95
/proc/26955/stat : 26955 (java) S 26953 26955 26245 0 -1 0 50469 0 1 0 373 22 0 0 18 0 12 0 109193927 1832501248 47341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26955/statm: 447388 47341 1313 9 0 445000 0
[pid=26955/tid=26957] ppid=26953 vsize=1789552 CPUtime=2.21
/proc/26955/task/26957/stat : 26957 (java) R 26953 26955 26245 0 -1 64 37675 0 1 0 205 16 0 0 18 0 12 0 109193935 1832501248 47341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109491875 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26955/tid=26958] ppid=26953 vsize=1789552 CPUtime=0.24
/proc/26955/task/26958/stat : 26958 (java) S 26953 26955 26245 0 -1 64 3199 0 0 0 23 1 0 0 16 0 12 0 109193937 1832501248 47341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26959] ppid=26953 vsize=1789552 CPUtime=0.24
/proc/26955/task/26959/stat : 26959 (java) S 26953 26955 26245 0 -1 64 4061 0 0 0 22 2 0 0 18 0 12 0 109193937 1832501248 47341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26955/tid=26960] ppid=26953 vsize=1789552 CPUtime=0
/proc/26955/task/26960/stat : 26960 (java) S 26953 26955 26245 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 109193939 1832501248 47341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26961] ppid=26953 vsize=1789552 CPUtime=0
/proc/26955/task/26961/stat : 26961 (java) S 26953 26955 26245 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 109193940 1832501248 47341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26962] ppid=26953 vsize=1789552 CPUtime=0
/proc/26955/task/26962/stat : 26962 (java) S 26953 26955 26245 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 109193940 1832501248 47341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26963] ppid=26953 vsize=1789552 CPUtime=0
/proc/26955/task/26963/stat : 26963 (java) S 26953 26955 26245 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 109193943 1832501248 47341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26964] ppid=26953 vsize=1789552 CPUtime=0.63
/proc/26955/task/26964/stat : 26964 (java) S 26953 26955 26245 0 -1 64 2375 0 0 0 63 0 0 0 17 0 12 0 109193943 1832501248 47341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26965] ppid=26953 vsize=1789552 CPUtime=0.58
/proc/26955/task/26965/stat : 26965 (java) S 26953 26955 26245 0 -1 64 2434 0 0 0 57 1 0 0 16 0 12 0 109193943 1832501248 47341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26955/tid=26966] ppid=26953 vsize=1789552 CPUtime=0
/proc/26955/task/26966/stat : 26966 (java) S 26953 26955 26245 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 109193943 1832501248 47341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26967] ppid=26953 vsize=1789552 CPUtime=0
/proc/26955/task/26967/stat : 26967 (java) S 26953 26955 26245 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 109193943 1832501248 47341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 1789552

[startup+6.30153 s]
/proc/loadavg: 1.01 0.99 0.99 2/89 26967
/proc/meminfo: memFree=1318752/2055920 swapFree=4153028/4192956
[pid=26955] ppid=26953 vsize=1792084 CPUtime=7.97
/proc/26955/stat : 26955 (java) S 26953 26955 26245 0 -1 0 62496 0 1 0 767 30 0 0 18 0 12 0 109193927 1835094016 58786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26955/statm: 448021 58786 1317 9 0 445633 0
[pid=26955/tid=26957] ppid=26953 vsize=1792084 CPUtime=4.58
/proc/26955/task/26957/stat : 26957 (java) S 26953 26955 26245 0 -1 64 37684 0 1 0 442 16 0 0 24 0 12 0 109193935 1835094016 58786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26955/tid=26958] ppid=26953 vsize=1792084 CPUtime=1
/proc/26955/task/26958/stat : 26958 (java) R 26953 26955 26245 0 -1 64 9361 0 0 0 96 4 0 0 17 0 12 0 109193937 1835094016 58786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070737 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26959] ppid=26953 vsize=1792084 CPUtime=0.99
/proc/26955/task/26959/stat : 26959 (java) R 26953 26955 26245 0 -1 64 9829 0 0 0 94 5 0 0 17 0 12 0 109193937 1835094016 58786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105366897 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26955/tid=26960] ppid=26953 vsize=1792084 CPUtime=0
/proc/26955/task/26960/stat : 26960 (java) S 26953 26955 26245 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 109193939 1835094016 58786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26961] ppid=26953 vsize=1792084 CPUtime=0
/proc/26955/task/26961/stat : 26961 (java) S 26953 26955 26245 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 109193940 1835094016 58786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26962] ppid=26953 vsize=1792084 CPUtime=0
/proc/26955/task/26962/stat : 26962 (java) S 26953 26955 26245 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 109193940 1835094016 58786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26963] ppid=26953 vsize=1792084 CPUtime=0
/proc/26955/task/26963/stat : 26963 (java) S 26953 26955 26245 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 109193943 1835094016 58786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26964] ppid=26953 vsize=1792084 CPUtime=0.7
/proc/26955/task/26964/stat : 26964 (java) S 26953 26955 26245 0 -1 64 2382 0 0 0 70 0 0 0 16 0 12 0 109193943 1835094016 58786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26965] ppid=26953 vsize=1792084 CPUtime=0.65
/proc/26955/task/26965/stat : 26965 (java) S 26953 26955 26245 0 -1 64 2515 0 0 0 64 1 0 0 17 0 12 0 109193943 1835094016 58786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26955/tid=26966] ppid=26953 vsize=1792084 CPUtime=0
/proc/26955/task/26966/stat : 26966 (java) S 26953 26955 26245 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 109193943 1835094016 58786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26967] ppid=26953 vsize=1792084 CPUtime=0
/proc/26955/task/26967/stat : 26967 (java) S 26953 26955 26245 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 109193943 1835094016 58786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 1792084

[startup+12.7012 s]
/proc/loadavg: 1.00 0.99 0.99 2/90 26968
/proc/meminfo: memFree=1313560/2055920 swapFree=4153028/4192956
[pid=26955] ppid=26953 vsize=1792408 CPUtime=14.94
/proc/26955/stat : 26955 (java) S 26953 26955 26245 0 -1 0 63857 0 1 0 1463 31 0 0 18 0 13 0 109193927 1835425792 60035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26955/statm: 448102 60035 1328 9 0 445714 0
[pid=26955/tid=26957] ppid=26953 vsize=1792408 CPUtime=10.6
/proc/26955/task/26957/stat : 26957 (java) R 26953 26955 26245 0 -1 64 37719 0 1 0 1044 16 0 0 25 0 13 0 109193935 1835425792 60035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110016328 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26955/tid=26958] ppid=26953 vsize=1792408 CPUtime=1.11
/proc/26955/task/26958/stat : 26958 (java) S 26953 26955 26245 0 -1 64 9481 0 0 0 107 4 0 0 19 0 13 0 109193937 1835425792 60035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26959] ppid=26953 vsize=1792408 CPUtime=1.11
/proc/26955/task/26959/stat : 26959 (java) S 26953 26955 26245 0 -1 64 10940 0 0 0 105 6 0 0 18 0 13 0 109193937 1835425792 60035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26960] ppid=26953 vsize=1792408 CPUtime=0
/proc/26955/task/26960/stat : 26960 (java) S 26953 26955 26245 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 109193939 1835425792 60035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26955/tid=26961] ppid=26953 vsize=1792408 CPUtime=0
/proc/26955/task/26961/stat : 26961 (java) S 26953 26955 26245 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 109193940 1835425792 60035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26962] ppid=26953 vsize=1792408 CPUtime=0
/proc/26955/task/26962/stat : 26962 (java) S 26953 26955 26245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109193940 1835425792 60035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26963] ppid=26953 vsize=1792408 CPUtime=0
/proc/26955/task/26963/stat : 26963 (java) S 26953 26955 26245 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 109193943 1835425792 60035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26964] ppid=26953 vsize=1792408 CPUtime=1.05
/proc/26955/task/26964/stat : 26964 (java) S 26953 26955 26245 0 -1 64 2425 0 0 0 104 1 0 0 16 0 13 0 109193943 1835425792 60035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26965] ppid=26953 vsize=1792408 CPUtime=1.02
/proc/26955/task/26965/stat : 26965 (java) S 26953 26955 26245 0 -1 64 2562 0 0 0 101 1 0 0 16 0 13 0 109193943 1835425792 60035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26966] ppid=26953 vsize=1792408 CPUtime=0
/proc/26955/task/26966/stat : 26966 (java) S 26953 26955 26245 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109193943 1835425792 60035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26967] ppid=26953 vsize=1792408 CPUtime=0
/proc/26955/task/26967/stat : 26967 (java) S 26953 26955 26245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109193943 1835425792 60035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26968] ppid=26953 vsize=1792408 CPUtime=0
/proc/26955/task/26968/stat : 26968 (java) S 26953 26955 26245 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 109194666 1835425792 60035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.94
Current children cumulated vsize (KiB) 1792408

[startup+25.5025 s]
/proc/loadavg: 1.00 0.99 0.99 2/90 26968
/proc/meminfo: memFree=1313688/2055920 swapFree=4153028/4192956
[pid=26955] ppid=26953 vsize=1792408 CPUtime=27.78
/proc/26955/stat : 26955 (java) S 26953 26955 26245 0 -1 0 63863 0 1 0 2747 31 0 0 18 0 13 0 109193927 1835425792 60041 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26955/statm: 448102 60041 1328 9 0 445714 0
[pid=26955/tid=26957] ppid=26953 vsize=1792408 CPUtime=23.39
/proc/26955/task/26957/stat : 26957 (java) R 26953 26955 26245 0 -1 64 37719 0 1 0 2322 17 0 0 25 0 13 0 109193935 1835425792 60041 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110031254 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26955/tid=26958] ppid=26953 vsize=1792408 CPUtime=1.11
/proc/26955/task/26958/stat : 26958 (java) S 26953 26955 26245 0 -1 64 9481 0 0 0 107 4 0 0 19 0 13 0 109193937 1835425792 60041 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26959] ppid=26953 vsize=1792408 CPUtime=1.11
/proc/26955/task/26959/stat : 26959 (java) S 26953 26955 26245 0 -1 64 10940 0 0 0 105 6 0 0 18 0 13 0 109193937 1835425792 60041 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26960] ppid=26953 vsize=1792408 CPUtime=0
/proc/26955/task/26960/stat : 26960 (java) S 26953 26955 26245 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 109193939 1835425792 60041 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26955/tid=26961] ppid=26953 vsize=1792408 CPUtime=0
/proc/26955/task/26961/stat : 26961 (java) S 26953 26955 26245 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 109193940 1835425792 60041 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26962] ppid=26953 vsize=1792408 CPUtime=0
/proc/26955/task/26962/stat : 26962 (java) S 26953 26955 26245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109193940 1835425792 60041 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=26955/tid=26960] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26960/stat : 26960 (java) S 26953 26955 26245 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 109193939 1836736512 190869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26961] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26961/stat : 26961 (java) S 26953 26955 26245 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 109193940 1836736512 190869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26962] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26962/stat : 26962 (java) S 26953 26955 26245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109193940 1836736512 190869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26963] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26963/stat : 26963 (java) S 26953 26955 26245 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 109193943 1836736512 190869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26964] ppid=26953 vsize=1793688 CPUtime=1.09
/proc/26955/task/26964/stat : 26964 (java) S 26953 26955 26245 0 -1 64 2428 0 0 0 108 1 0 0 17 0 13 0 109193943 1836736512 190869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26955/tid=26965] ppid=26953 vsize=1793688 CPUtime=1.06
/proc/26955/task/26965/stat : 26965 (java) S 26953 26955 26245 0 -1 64 2565 0 0 0 105 1 0 0 16 0 13 0 109193943 1836736512 190869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26966] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26966/stat : 26966 (java) S 26953 26955 26245 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109193943 1836736512 190869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26967] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26967/stat : 26967 (java) S 26953 26955 26245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109193943 1836736512 190869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26968] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26968/stat : 26968 (java) S 26953 26955 26245 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 109194666 1836736512 190869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1607.01
Current children cumulated vsize (KiB) 1793688

[startup+1662.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/90 27166
/proc/meminfo: memFree=789144/2055920 swapFree=4153028/4192956
[pid=26955] ppid=26953 vsize=1793688 CPUtime=1667
/proc/26955/stat : 26955 (java) S 26953 26955 26245 0 -1 0 236852 0 1 0 166568 132 0 0 18 0 13 0 109193927 1836736512 190869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26955/statm: 448422 190869 1328 9 0 446034 0
[pid=26955/tid=26957] ppid=26953 vsize=1793688 CPUtime=1656.65
/proc/26955/task/26957/stat : 26957 (java) R 26953 26955 26245 0 -1 64 37727 0 1 0 165632 33 0 0 25 0 13 0 109193935 1836736512 190869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109970528 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26955/tid=26958] ppid=26953 vsize=1793688 CPUtime=4.08
/proc/26955/task/26958/stat : 26958 (java) S 26953 26955 26245 0 -1 64 98104 0 0 0 361 47 0 0 18 0 13 0 109193937 1836736512 190869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26959] ppid=26953 vsize=1793688 CPUtime=4.06
/proc/26955/task/26959/stat : 26959 (java) S 26953 26955 26245 0 -1 64 95298 0 0 0 359 47 0 0 19 0 13 0 109193937 1836736512 190869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26960] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26960/stat : 26960 (java) S 26953 26955 26245 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 109193939 1836736512 190869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26961] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26961/stat : 26961 (java) S 26953 26955 26245 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 109193940 1836736512 190869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26962] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26962/stat : 26962 (java) S 26953 26955 26245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109193940 1836736512 190869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26963] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26963/stat : 26963 (java) S 26953 26955 26245 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 109193943 1836736512 190869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26964] ppid=26953 vsize=1793688 CPUtime=1.09
/proc/26955/task/26964/stat : 26964 (java) S 26953 26955 26245 0 -1 64 2428 0 0 0 108 1 0 0 17 0 13 0 109193943 1836736512 190869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26955/tid=26965] ppid=26953 vsize=1793688 CPUtime=1.06
/proc/26955/task/26965/stat : 26965 (java) S 26953 26955 26245 0 -1 64 2565 0 0 0 105 1 0 0 16 0 13 0 109193943 1836736512 190869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26966] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26966/stat : 26966 (java) S 26953 26955 26245 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109193943 1836736512 190869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26967] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26967/stat : 26967 (java) S 26953 26955 26245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109193943 1836736512 190869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26968] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26968/stat : 26968 (java) S 26953 26955 26245 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 109194666 1836736512 190869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1667
Current children cumulated vsize (KiB) 1793688

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 27166
/proc/meminfo: memFree=726040/2055920 swapFree=4153028/4192956
[pid=26955] ppid=26953 vsize=1793688 CPUtime=1727.19
/proc/26955/stat : 26955 (java) S 26953 26955 26245 0 -1 0 257009 0 1 0 172577 142 0 0 18 0 13 0 109193927 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26955/statm: 448422 206633 1328 9 0 446034 0
[pid=26955/tid=26957] ppid=26953 vsize=1793688 CPUtime=1716.43
/proc/26955/task/26957/stat : 26957 (java) R 26953 26955 26245 0 -1 64 37728 0 1 0 171609 34 0 0 25 0 13 0 109193935 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109970528 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26955/tid=26958] ppid=26953 vsize=1793688 CPUtime=4.3
/proc/26955/task/26958/stat : 26958 (java) S 26953 26955 26245 0 -1 64 108113 0 0 0 378 52 0 0 18 0 13 0 109193937 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26959] ppid=26953 vsize=1793688 CPUtime=4.27
/proc/26955/task/26959/stat : 26959 (java) S 26953 26955 26245 0 -1 64 105445 0 0 0 375 52 0 0 16 0 13 0 109193937 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26960] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26960/stat : 26960 (java) S 26953 26955 26245 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 109193939 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26961] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26961/stat : 26961 (java) S 26953 26955 26245 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 109193940 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26962] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26962/stat : 26962 (java) S 26953 26955 26245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109193940 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26963] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26963/stat : 26963 (java) S 26953 26955 26245 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 109193943 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26964] ppid=26953 vsize=1793688 CPUtime=1.09
/proc/26955/task/26964/stat : 26964 (java) S 26953 26955 26245 0 -1 64 2428 0 0 0 108 1 0 0 17 0 13 0 109193943 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26955/tid=26965] ppid=26953 vsize=1793688 CPUtime=1.06
/proc/26955/task/26965/stat : 26965 (java) S 26953 26955 26245 0 -1 64 2565 0 0 0 105 1 0 0 16 0 13 0 109193943 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26966] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26966/stat : 26966 (java) S 26953 26955 26245 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109193943 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26967] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26967/stat : 26967 (java) S 26953 26955 26245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109193943 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26968] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26968/stat : 26968 (java) S 26953 26955 26245 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 109194666 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1727.19
Current children cumulated vsize (KiB) 1793688

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 4/90 27166
/proc/meminfo: memFree=725976/2055920 swapFree=4153028/4192956
[pid=26955] ppid=26953 vsize=1793688 CPUtime=1787.17
/proc/26955/stat : 26955 (java) S 26953 26955 26245 0 -1 0 257009 0 1 0 178575 142 0 0 18 0 13 0 109193927 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26955/statm: 448422 206633 1328 9 0 446034 0
[pid=26955/tid=26957] ppid=26953 vsize=1793688 CPUtime=1776.41
/proc/26955/task/26957/stat : 26957 (java) R 26953 26955 26245 0 -1 64 37728 0 1 0 177607 34 0 0 25 0 13 0 109193935 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110039745 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26955/tid=26958] ppid=26953 vsize=1793688 CPUtime=4.3
/proc/26955/task/26958/stat : 26958 (java) S 26953 26955 26245 0 -1 64 108113 0 0 0 378 52 0 0 18 0 13 0 109193937 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26959] ppid=26953 vsize=1793688 CPUtime=4.27
/proc/26955/task/26959/stat : 26959 (java) S 26953 26955 26245 0 -1 64 105445 0 0 0 375 52 0 0 16 0 13 0 109193937 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26960] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26960/stat : 26960 (java) S 26953 26955 26245 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 109193939 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26961] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26961/stat : 26961 (java) S 26953 26955 26245 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 109193940 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26962] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26962/stat : 26962 (java) S 26953 26955 26245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109193940 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26963] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26963/stat : 26963 (java) S 26953 26955 26245 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 109193943 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26964] ppid=26953 vsize=1793688 CPUtime=1.09
/proc/26955/task/26964/stat : 26964 (java) S 26953 26955 26245 0 -1 64 2428 0 0 0 108 1 0 0 17 0 13 0 109193943 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26955/tid=26965] ppid=26953 vsize=1793688 CPUtime=1.06
/proc/26955/task/26965/stat : 26965 (java) S 26953 26955 26245 0 -1 64 2565 0 0 0 105 1 0 0 16 0 13 0 109193943 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26966] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26966/stat : 26966 (java) S 26953 26955 26245 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109193943 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26967] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26967/stat : 26967 (java) S 26953 26955 26245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109193943 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26968] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26968/stat : 26968 (java) S 26953 26955 26245 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 109194666 1836736512 206633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1787.17
Current children cumulated vsize (KiB) 1793688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 27166
/proc/meminfo: memFree=666072/2055920 swapFree=4153028/4192956
[pid=26955] ppid=26953 vsize=1793688 CPUtime=1800.07
/proc/26955/stat : 26955 (java) S 26953 26955 26245 0 -1 0 275125 0 1 0 179857 150 0 0 18 0 13 0 109193927 1836736512 221577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26955/statm: 448422 221577 1328 9 0 446034 0
[pid=26955/tid=26957] ppid=26953 vsize=1793688 CPUtime=1788.92
/proc/26955/task/26957/stat : 26957 (java) R 26953 26955 26245 0 -1 64 37729 0 1 0 178857 35 0 0 25 0 13 0 109193935 1836736512 221577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109864974 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26955/tid=26958] ppid=26953 vsize=1793688 CPUtime=4.5
/proc/26955/task/26958/stat : 26958 (java) S 26953 26955 26245 0 -1 64 116571 0 0 0 394 56 0 0 16 0 13 0 109193937 1836736512 221577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26955/tid=26959] ppid=26953 vsize=1793688 CPUtime=4.47
/proc/26955/task/26959/stat : 26959 (java) S 26953 26955 26245 0 -1 64 115102 0 0 0 391 56 0 0 16 0 13 0 109193937 1836736512 221577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26960] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26960/stat : 26960 (java) R 26953 26955 26245 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 109193939 1836736512 221577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26961] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26961/stat : 26961 (java) S 26953 26955 26245 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 109193940 1836736512 221577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26962] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26962/stat : 26962 (java) S 26953 26955 26245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109193940 1836736512 221577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26963] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26963/stat : 26963 (java) S 26953 26955 26245 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 109193943 1836736512 221577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26964] ppid=26953 vsize=1793688 CPUtime=1.09
/proc/26955/task/26964/stat : 26964 (java) S 26953 26955 26245 0 -1 64 2428 0 0 0 108 1 0 0 17 0 13 0 109193943 1836736512 221577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26955/tid=26965] ppid=26953 vsize=1793688 CPUtime=1.06
/proc/26955/task/26965/stat : 26965 (java) S 26953 26955 26245 0 -1 64 2565 0 0 0 105 1 0 0 16 0 13 0 109193943 1836736512 221577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26966] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26966/stat : 26966 (java) S 26953 26955 26245 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109193943 1836736512 221577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26967] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26967/stat : 26967 (java) S 26953 26955 26245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109193943 1836736512 221577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26955/tid=26968] ppid=26953 vsize=1793688 CPUtime=0
/proc/26955/task/26968/stat : 26968 (java) S 26953 26955 26245 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 109194666 1836736512 221577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1793688

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

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

[startup+1795.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 27169
/proc/meminfo: memFree=1283280/2055920 swapFree=4153028/4192956
[pid=26955] ppid=26953 vsize=0 CPUtime=1800.18
/proc/26955/stat : 26955 (java) Z 26953 26955 26245 0 -1 1036 275145 0 1 0 179858 160 0 0 16 0 2 0 109193927 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26955/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.16
CPU time (s): 1800.24
CPU user time (s): 1798.59
CPU system time (s): 1.64675
CPU usage (%): 100.283
Max. virtual memory (cumulated for all children) (KiB): 1793688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.59
system time used= 1.64675
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275145
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= 37258
involuntary context switches= 4161

runsolver used 1.74173 second user time and 4.87526 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Sun Apr 15 04:52:44 UTC 2007

IDJOB= 348978
IDBENCH= 1804
IDSOLVER= 159
FILE ID= node17/348978-1176612764

PBS_JOBID= 4556833

Free space on /tmp= 66546 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-stp3d.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348978-1176612764/sat4jPseudoResolution.jar /tmp/evaluation/348978-1176612764/instance-348978-1176612764.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-348978-1176612764 -o ROOT/results/node17/solver-348978-1176612764 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348978-1176612764/sat4jPseudoResolution.jar /tmp/evaluation/348978-1176612764/instance-348978-1176612764.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  f0369b32b392b309903886944ef44b64

RANDOM SEED= 99821560

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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:       1550040 kB
Buffers:         62632 kB
Cached:         363632 kB
SwapCached:       2680 kB
Active:         213224 kB
Inactive:       236916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1550040 kB
SwapTotal:     4192956 kB
SwapFree:      4153028 kB
Dirty:           12256 kB
Writeback:           0 kB
Mapped:          30712 kB
Slab:            41284 kB
Committed_AS:  5179328 kB
PageTables:       1796 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66546 MiB

End job on node17 on Sun Apr 15 05:22:41 UTC 2007