Trace number 354253

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.57 1782

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-cycle.opb
MD5SUMa4f456875ede4549ae03268180cd603c
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables84737
Total number of constraints1802
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 constraints1802
Minimum length of a constraint11
Maximum length of a constraint1470
Number of terms in the objective function 9240
Biggest coefficient in the objective function 53687091200000
Number of bits for the biggest coefficient in the objective function 46
Sum of the numbers in the objective function 1737924154969464
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 48888431614361600
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 779202693141814557
Number of bits of the biggest sum of numbers60
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.19	--- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c No reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c solving /tmp/evaluation/354253-1176701833/instance-354253-1176701833.opb
0.08/0.19	c reading problem ... 
7.27/5.66	c ... done. Wall clock time 5.471s.
7.27/5.66	c CPU time (experimental) 4.44s.
7.27/5.66	c #vars     84737
7.27/5.66	c #constraints  2997
1800.29/1781.75	c starts		: 24
1800.29/1781.75	c conflicts		: 3043395
1800.29/1781.75	c decisions		: 3056114
1800.29/1781.75	c propagations		: 17988336
1800.29/1781.75	c inspects		: 1651485477
1800.29/1781.75	c learnt literals	: 47
1800.29/1781.75	c learnt binary clauses	: 52
1800.29/1781.75	c learnt ternary clauses	: 41
1800.29/1781.75	c learnt clauses	: 3043348
1800.29/1781.75	c root simplifications	: 0
1800.29/1781.75	c removed literals (reason simplification)	: 0
1800.29/1781.75	c reason swapping (by a shorter reason)	: 0
1800.29/1781.75	c Calls to reduceDB	: 0
1800.29/1781.75	c speed (decisions/second)	: 1720.9535168423033
1800.29/1781.75	c non guided choices	269
1800.29/1781.75	s UNKNOWN
1800.29/1781.75	c Total wall clock time (ms): 1781.558

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/node10/watcher-354253-1176701833 -o ROOT/results/node10/solver-354253-1176701833 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354253-1176701833/sat4jPseudoResolution.jar /tmp/evaluation/354253-1176701833/instance-354253-1176701833.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: 1.00 1.00 1.00 2/77 3889
/proc/meminfo: memFree=1662160/2055920 swapFree=4158512/4192956
[pid=3889] ppid=3887 vsize=152 CPUtime=0
/proc/3889/stat : 3889 (java) R 3887 3889 2802 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 146220804 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 8905508 0 0 4096 0 0 0 0 17 1 0 0
/proc/3889/statm: 38 26 19 9 0 4 0

[startup+0.062564 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3889
/proc/meminfo: memFree=1662160/2055920 swapFree=4158512/4192956
[pid=3889] ppid=3887 vsize=1777708 CPUtime=0.05
/proc/3889/stat : 3889 (java) S 3887 3889 2802 0 -1 0 3621 0 1 0 3 2 0 0 18 0 7 0 146220804 1820372992 3364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/3889/statm: 444427 3364 1070 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101573 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3889
/proc/meminfo: memFree=1662160/2055920 swapFree=4158512/4192956
[pid=3889] ppid=3887 vsize=1780108 CPUtime=0.08
/proc/3889/stat : 3889 (java) S 3887 3889 2802 0 -1 0 3968 0 1 0 6 2 0 0 18 0 12 0 146220804 1822830592 3710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3889/statm: 445027 3710 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301615 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3889
/proc/meminfo: memFree=1662160/2055920 swapFree=4158512/4192956
[pid=3889] ppid=3887 vsize=1782252 CPUtime=0.37
/proc/3889/stat : 3889 (java) S 3887 3889 2802 0 -1 0 5857 0 1 0 33 4 0 0 18 0 12 0 146220804 1825026048 5596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3889/statm: 445563 5596 1270 9 0 443175 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1782252

[startup+0.701702 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3889
/proc/meminfo: memFree=1662160/2055920 swapFree=4158512/4192956
[pid=3889] ppid=3887 vsize=1784212 CPUtime=0.98
/proc/3889/stat : 3889 (java) S 3887 3889 2802 0 -1 0 8515 0 1 0 93 5 0 0 18 0 12 0 146220804 1827033088 7865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3889/statm: 446053 7866 1302 9 0 443665 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1784212

[startup+1.50287 s]
/proc/loadavg: 1.00 1.00 1.00 3/89 3901
/proc/meminfo: memFree=1621744/2055920 swapFree=4158512/4192956
[pid=3889] ppid=3887 vsize=1792508 CPUtime=2.39
/proc/3889/stat : 3889 (java) S 3887 3889 2802 0 -1 0 25583 0 1 0 227 12 0 0 18 0 12 0 146220804 1835528192 22411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3889/statm: 448127 22411 1312 9 0 445739 0
[pid=3889/tid=3891] ppid=3887 vsize=1792508 CPUtime=1.08
/proc/3889/task/3891/stat : 3891 (java) R 3887 3889 2802 0 -1 64 18924 0 1 0 98 10 0 0 19 0 12 0 146220806 1835528192 22411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109501571 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3892] ppid=3887 vsize=1792508 CPUtime=0
/proc/3889/task/3892/stat : 3892 (java) S 3887 3889 2802 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 146220807 1835528192 22411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3893] ppid=3887 vsize=1792508 CPUtime=0
/proc/3889/task/3893/stat : 3893 (java) S 3887 3889 2802 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 146220807 1835528192 22411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3889/tid=3894] ppid=3887 vsize=1792508 CPUtime=0
/proc/3889/task/3894/stat : 3894 (java) S 3887 3889 2802 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 146220810 1835528192 22411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3895] ppid=3887 vsize=1792508 CPUtime=0
/proc/3889/task/3895/stat : 3895 (java) S 3887 3889 2802 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 146220810 1835528192 22411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3896] ppid=3887 vsize=1792508 CPUtime=0
/proc/3889/task/3896/stat : 3896 (java) S 3887 3889 2802 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 146220810 1835528192 22411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3897] ppid=3887 vsize=1792508 CPUtime=0
/proc/3889/task/3897/stat : 3897 (java) S 3887 3889 2802 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 146220814 1835528192 22411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3898] ppid=3887 vsize=1792508 CPUtime=0.55
/proc/3889/task/3898/stat : 3898 (java) S 3887 3889 2802 0 -1 64 1978 0 0 0 55 0 0 0 16 0 12 0 146220814 1835528192 22411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3899] ppid=3887 vsize=1792508 CPUtime=0.74
/proc/3889/task/3899/stat : 3899 (java) S 3887 3889 2802 0 -1 64 3963 0 0 0 73 1 0 0 16 0 12 0 146220814 1835528192 22411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3889/tid=3900] ppid=3887 vsize=1792508 CPUtime=0
/proc/3889/task/3900/stat : 3900 (java) S 3887 3889 2802 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 146220814 1835528192 22411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3901] ppid=3887 vsize=1792508 CPUtime=0
/proc/3889/task/3901/stat : 3901 (java) S 3887 3889 2802 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 146220814 1835528192 22411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 1792508

[startup+3.10121 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 3901
/proc/meminfo: memFree=1510320/2055920 swapFree=4158512/4192956
[pid=3889] ppid=3887 vsize=1793152 CPUtime=4.13
/proc/3889/stat : 3889 (java) S 3887 3889 2802 0 -1 0 51481 0 1 0 389 24 0 0 18 0 12 0 146220804 1836187648 47996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3889/statm: 448288 47996 1321 9 0 445900 0
[pid=3889/tid=3891] ppid=3887 vsize=1793152 CPUtime=2.53
/proc/3889/task/3891/stat : 3891 (java) R 3887 3889 2802 0 -1 64 37708 0 1 0 235 18 0 0 23 0 12 0 146220806 1836187648 47996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109475648 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3889/tid=3892] ppid=3887 vsize=1793152 CPUtime=0.13
/proc/3889/task/3892/stat : 3892 (java) S 3887 3889 2802 0 -1 64 3972 0 0 0 11 2 0 0 17 0 12 0 146220807 1836187648 47996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3893] ppid=3887 vsize=1793152 CPUtime=0.13
/proc/3889/task/3893/stat : 3893 (java) S 3887 3889 2802 0 -1 64 3134 0 0 0 12 1 0 0 18 0 12 0 146220807 1836187648 47996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3894] ppid=3887 vsize=1793152 CPUtime=0
/proc/3889/task/3894/stat : 3894 (java) S 3887 3889 2802 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 146220810 1836187648 47996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3895] ppid=3887 vsize=1793152 CPUtime=0
/proc/3889/task/3895/stat : 3895 (java) S 3887 3889 2802 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 146220810 1836187648 47996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3896] ppid=3887 vsize=1793152 CPUtime=0
/proc/3889/task/3896/stat : 3896 (java) S 3887 3889 2802 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 146220810 1836187648 47996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3897] ppid=3887 vsize=1793152 CPUtime=0
/proc/3889/task/3897/stat : 3897 (java) S 3887 3889 2802 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 146220814 1836187648 47996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3898] ppid=3887 vsize=1793152 CPUtime=0.55
/proc/3889/task/3898/stat : 3898 (java) S 3887 3889 2802 0 -1 64 1978 0 0 0 55 0 0 0 15 0 12 0 146220814 1836187648 47996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3899] ppid=3887 vsize=1793152 CPUtime=0.74
/proc/3889/task/3899/stat : 3899 (java) S 3887 3889 2802 0 -1 64 3964 0 0 0 73 1 0 0 16 0 12 0 146220814 1836187648 47996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3889/tid=3900] ppid=3887 vsize=1793152 CPUtime=0
/proc/3889/task/3900/stat : 3900 (java) S 3887 3889 2802 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 146220814 1836187648 47996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3901] ppid=3887 vsize=1793152 CPUtime=0
/proc/3889/task/3901/stat : 3901 (java) S 3887 3889 2802 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 146220814 1836187648 47996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 1793152

[startup+6.30291 s]
/proc/loadavg: 1.08 1.02 1.01 2/89 3901
/proc/meminfo: memFree=1411632/2055920 swapFree=4158512/4192956
[pid=3889] ppid=3887 vsize=1794252 CPUtime=8.23
/proc/3889/stat : 3889 (java) S 3887 3889 2802 0 -1 0 69891 0 1 0 789 34 0 0 18 0 12 0 146220804 1837314048 63693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3889/statm: 448563 63693 1334 9 0 446175 0
[pid=3889/tid=3891] ppid=3887 vsize=1794252 CPUtime=4.97
/proc/3889/task/3891/stat : 3891 (java) R 3887 3889 2802 0 -1 64 37739 0 1 0 478 19 0 0 25 0 12 0 146220806 1837314048 63693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109809486 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3892] ppid=3887 vsize=1794252 CPUtime=0.76
/proc/3889/task/3892/stat : 3892 (java) S 3887 3889 2802 0 -1 64 14207 0 0 0 70 6 0 0 20 0 12 0 146220807 1837314048 63693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3893] ppid=3887 vsize=1794252 CPUtime=0.76
/proc/3889/task/3893/stat : 3893 (java) S 3887 3889 2802 0 -1 64 11246 0 0 0 71 5 0 0 19 0 12 0 146220807 1837314048 63693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3894] ppid=3887 vsize=1794252 CPUtime=0
/proc/3889/task/3894/stat : 3894 (java) S 3887 3889 2802 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 146220810 1837314048 63693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3895] ppid=3887 vsize=1794252 CPUtime=0
/proc/3889/task/3895/stat : 3895 (java) S 3887 3889 2802 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 146220810 1837314048 63693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3896] ppid=3887 vsize=1794252 CPUtime=0
/proc/3889/task/3896/stat : 3896 (java) S 3887 3889 2802 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 146220810 1837314048 63693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3897] ppid=3887 vsize=1794252 CPUtime=0
/proc/3889/task/3897/stat : 3897 (java) S 3887 3889 2802 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 146220814 1837314048 63693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3898] ppid=3887 vsize=1794252 CPUtime=0.75
/proc/3889/task/3898/stat : 3898 (java) S 3887 3889 2802 0 -1 64 1993 0 0 0 75 0 0 0 16 0 12 0 146220814 1837314048 63693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3889/tid=3899] ppid=3887 vsize=1794252 CPUtime=0.93
/proc/3889/task/3899/stat : 3899 (java) S 3887 3889 2802 0 -1 64 3981 0 0 0 92 1 0 0 16 0 12 0 146220814 1837314048 63693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3900] ppid=3887 vsize=1794252 CPUtime=0
/proc/3889/task/3900/stat : 3900 (java) S 3887 3889 2802 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 146220814 1837314048 63693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3901] ppid=3887 vsize=1794252 CPUtime=0
/proc/3889/task/3901/stat : 3901 (java) S 3887 3889 2802 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 146220814 1837314048 63693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.23
Current children cumulated vsize (KiB) 1794252

[startup+12.7013 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 3902
/proc/meminfo: memFree=1403632/2055920 swapFree=4158512/4192956
[pid=3889] ppid=3887 vsize=1794576 CPUtime=15.16
/proc/3889/stat : 3889 (java) S 3887 3889 2802 0 -1 0 72149 0 1 0 1481 35 0 0 18 0 13 0 146220804 1837645824 65667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3889/statm: 448644 65667 1335 9 0 446256 0
[pid=3889/tid=3891] ppid=3887 vsize=1794576 CPUtime=11.05
/proc/3889/task/3891/stat : 3891 (java) R 3887 3889 2802 0 -1 64 37756 0 1 0 1086 19 0 0 25 0 13 0 146220806 1837645824 65667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109670769 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3889/tid=3892] ppid=3887 vsize=1794576 CPUtime=1
/proc/3889/task/3892/stat : 3892 (java) S 3887 3889 2802 0 -1 64 15432 0 0 0 93 7 0 0 18 0 13 0 146220807 1837645824 65667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3893] ppid=3887 vsize=1794576 CPUtime=1
/proc/3889/task/3893/stat : 3893 (java) S 3887 3889 2802 0 -1 64 12232 0 0 0 94 6 0 0 19 0 13 0 146220807 1837645824 65667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3894] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3894/stat : 3894 (java) S 3887 3889 2802 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 146220810 1837645824 65667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3895] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3895/stat : 3895 (java) S 3887 3889 2802 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146220810 1837645824 65667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3896] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3896/stat : 3896 (java) S 3887 3889 2802 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146220810 1837645824 65667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3897] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3897/stat : 3897 (java) S 3887 3889 2802 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146220814 1837645824 65667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3898] ppid=3887 vsize=1794576 CPUtime=0.89
/proc/3889/task/3898/stat : 3898 (java) S 3887 3889 2802 0 -1 64 2001 0 0 0 89 0 0 0 17 0 13 0 146220814 1837645824 65667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3889/tid=3899] ppid=3887 vsize=1794576 CPUtime=1.16
/proc/3889/task/3899/stat : 3899 (java) S 3887 3889 2802 0 -1 64 3997 0 0 0 115 1 0 0 16 0 13 0 146220814 1837645824 65667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3900] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3900/stat : 3900 (java) S 3887 3889 2802 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 146220814 1837645824 65667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3901] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3901/stat : 3901 (java) R 3887 3889 2802 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 146220814 1837645824 65667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3902] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3902/stat : 3902 (java) S 3887 3889 2802 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 146221435 1837645824 65667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.16
Current children cumulated vsize (KiB) 1794576

[startup+25.502 s]
/proc/loadavg: 1.06 1.01 1.00 2/90 3902
/proc/meminfo: memFree=1396720/2055920 swapFree=4158512/4192956
[pid=3889] ppid=3887 vsize=1794576 CPUtime=28.4
/proc/3889/stat : 3889 (java) S 3887 3889 2802 0 -1 0 74235 0 1 0 2804 36 0 0 18 0 13 0 146220804 1837645824 67445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3889/statm: 448644 67445 1335 9 0 446256 0
[pid=3889/tid=3891] ppid=3887 vsize=1794576 CPUtime=23.42
/proc/3889/task/3891/stat : 3891 (java) R 3887 3889 2802 0 -1 64 37759 0 1 0 2323 19 0 0 25 0 13 0 146220806 1837645824 67445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109893155 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3889/tid=3892] ppid=3887 vsize=1794576 CPUtime=1.41
/proc/3889/task/3892/stat : 3892 (java) S 3887 3889 2802 0 -1 64 16557 0 0 0 134 7 0 0 16 0 13 0 146220807 1837645824 67445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3893] ppid=3887 vsize=1794576 CPUtime=1.4
/proc/3889/task/3893/stat : 3893 (java) S 3887 3889 2802 0 -1 64 13184 0 0 0 134 6 0 0 18 0 13 0 146220807 1837645824 67445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3889/tid=3894] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3894/stat : 3894 (java) S 3887 3889 2802 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 146220810 1837645824 67445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3895] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3895/stat : 3895 (java) S 3887 3889 2802 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146220810 1837645824 67445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3896] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3896/stat : 3896 (java) S 3887 3889 2802 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146220810 1837645824 67445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/3889/task/3898/stat : 3898 (java) S 3887 3889 2802 0 -1 64 2005 0 0 0 93 0 0 0 16 0 13 0 146220814 1837645824 294026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3899] ppid=3887 vsize=1794576 CPUtime=1.2
/proc/3889/task/3899/stat : 3899 (java) S 3887 3889 2802 0 -1 64 3999 0 0 0 119 1 0 0 16 0 13 0 146220814 1837645824 294026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3900] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3900/stat : 3900 (java) S 3887 3889 2802 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 146220814 1837645824 294026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3901] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3901/stat : 3901 (java) S 3887 3889 2802 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 146220814 1837645824 294026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3889/tid=3902] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3902/stat : 3902 (java) S 3887 3889 2802 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 146221435 1837645824 294026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1558.41
Current children cumulated vsize (KiB) 1794576

[startup+1602.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 4100
/proc/meminfo: memFree=460016/2055920 swapFree=4158512/4192956
[pid=3889] ppid=3887 vsize=1794576 CPUtime=1619.02
/proc/3889/stat : 3889 (java) S 3887 3889 2802 0 -1 0 389710 0 1 0 161696 206 0 0 18 0 13 0 146220804 1837645824 300894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3889/statm: 448644 300894 1335 9 0 446256 0
[pid=3889/tid=3891] ppid=3887 vsize=1794576 CPUtime=1584.5
/proc/3889/task/3891/stat : 3891 (java) R 3887 3889 2802 0 -1 64 57526 0 1 0 158406 44 0 0 25 0 13 0 146220806 1837645824 300894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109809569 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3889/tid=3892] ppid=3887 vsize=1794576 CPUtime=16.1
/proc/3889/task/3892/stat : 3892 (java) S 3887 3889 2802 0 -1 64 164034 0 0 0 1532 78 0 0 17 0 13 0 146220807 1837645824 300894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3893] ppid=3887 vsize=1794576 CPUtime=16.14
/proc/3889/task/3893/stat : 3893 (java) S 3887 3889 2802 0 -1 64 161274 0 0 0 1540 74 0 0 17 0 13 0 146220807 1837645824 300894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3894] ppid=3887 vsize=1794576 CPUtime=0.08
/proc/3889/task/3894/stat : 3894 (java) S 3887 3889 2802 0 -1 64 149 0 0 0 3 5 0 0 16 0 13 0 146220810 1837645824 300894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3895] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3895/stat : 3895 (java) S 3887 3889 2802 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146220810 1837645824 300894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3896] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3896/stat : 3896 (java) S 3887 3889 2802 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146220810 1837645824 300894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3897] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3897/stat : 3897 (java) S 3887 3889 2802 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146220814 1837645824 300894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3898] ppid=3887 vsize=1794576 CPUtime=0.93
/proc/3889/task/3898/stat : 3898 (java) S 3887 3889 2802 0 -1 64 2005 0 0 0 93 0 0 0 16 0 13 0 146220814 1837645824 300894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3899] ppid=3887 vsize=1794576 CPUtime=1.2
/proc/3889/task/3899/stat : 3899 (java) S 3887 3889 2802 0 -1 64 3999 0 0 0 119 1 0 0 16 0 13 0 146220814 1837645824 300894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3900] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3900/stat : 3900 (java) S 3887 3889 2802 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 146220814 1837645824 300894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3901] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3901/stat : 3901 (java) S 3887 3889 2802 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 146220814 1837645824 300894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3889/tid=3902] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3902/stat : 3902 (java) S 3887 3889 2802 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 146221435 1837645824 300894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1619.02
Current children cumulated vsize (KiB) 1794576

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 4100
/proc/meminfo: memFree=425584/2055920 swapFree=4158512/4192956
[pid=3889] ppid=3887 vsize=1794576 CPUtime=1679.64
/proc/3889/stat : 3889 (java) S 3887 3889 2802 0 -1 0 399372 0 1 0 167753 211 0 0 18 0 13 0 146220804 1837645824 309468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3889/statm: 448644 309468 1335 9 0 446256 0
[pid=3889/tid=3891] ppid=3887 vsize=1794576 CPUtime=1643.83
/proc/3889/task/3891/stat : 3891 (java) R 3887 3889 2802 0 -1 64 57531 0 1 0 164338 45 0 0 25 0 13 0 146220806 1837645824 309468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109808088 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3889/tid=3892] ppid=3887 vsize=1794576 CPUtime=16.75
/proc/3889/task/3892/stat : 3892 (java) S 3887 3889 2802 0 -1 64 167951 0 0 0 1595 80 0 0 16 0 13 0 146220807 1837645824 309468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3889/tid=3893] ppid=3887 vsize=1794576 CPUtime=16.79
/proc/3889/task/3893/stat : 3893 (java) S 3887 3889 2802 0 -1 64 167014 0 0 0 1603 76 0 0 16 0 13 0 146220807 1837645824 309468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3894] ppid=3887 vsize=1794576 CPUtime=0.08
/proc/3889/task/3894/stat : 3894 (java) S 3887 3889 2802 0 -1 64 149 0 0 0 3 5 0 0 16 0 13 0 146220810 1837645824 309468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3895] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3895/stat : 3895 (java) S 3887 3889 2802 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146220810 1837645824 309468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3896] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3896/stat : 3896 (java) S 3887 3889 2802 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146220810 1837645824 309468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3897] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3897/stat : 3897 (java) S 3887 3889 2802 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146220814 1837645824 309468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3898] ppid=3887 vsize=1794576 CPUtime=0.93
/proc/3889/task/3898/stat : 3898 (java) S 3887 3889 2802 0 -1 64 2005 0 0 0 93 0 0 0 16 0 13 0 146220814 1837645824 309468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3899] ppid=3887 vsize=1794576 CPUtime=1.2
/proc/3889/task/3899/stat : 3899 (java) S 3887 3889 2802 0 -1 64 3999 0 0 0 119 1 0 0 16 0 13 0 146220814 1837645824 309468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3900] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3900/stat : 3900 (java) S 3887 3889 2802 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 146220814 1837645824 309468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3901] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3901/stat : 3901 (java) S 3887 3889 2802 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 146220814 1837645824 309468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3889/tid=3902] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3902/stat : 3902 (java) S 3887 3889 2802 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 146221435 1837645824 309468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1679.64
Current children cumulated vsize (KiB) 1794576

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 4100
/proc/meminfo: memFree=399024/2055920 swapFree=4158512/4192956
[pid=3889] ppid=3887 vsize=1794576 CPUtime=1740.27
/proc/3889/stat : 3889 (java) S 3887 3889 2802 0 -1 0 406536 0 1 0 173812 215 0 0 18 0 13 0 146220804 1837645824 316088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3889/statm: 448644 316088 1335 9 0 446256 0
[pid=3889/tid=3891] ppid=3887 vsize=1794576 CPUtime=1703.14
/proc/3889/task/3891/stat : 3891 (java) R 3887 3889 2802 0 -1 64 57536 0 1 0 170269 45 0 0 25 0 13 0 146220806 1837645824 316088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109868897 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3889/tid=3892] ppid=3887 vsize=1794576 CPUtime=17.4
/proc/3889/task/3892/stat : 3892 (java) S 3887 3889 2802 0 -1 64 169977 0 0 0 1660 80 0 0 16 0 13 0 146220807 1837645824 316088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3889/tid=3893] ppid=3887 vsize=1794576 CPUtime=17.44
/proc/3889/task/3893/stat : 3893 (java) S 3887 3889 2802 0 -1 64 172147 0 0 0 1665 79 0 0 16 0 13 0 146220807 1837645824 316088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3894] ppid=3887 vsize=1794576 CPUtime=0.08
/proc/3889/task/3894/stat : 3894 (java) S 3887 3889 2802 0 -1 64 149 0 0 0 3 5 0 0 16 0 13 0 146220810 1837645824 316088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3895] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3895/stat : 3895 (java) S 3887 3889 2802 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146220810 1837645824 316088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3896] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3896/stat : 3896 (java) S 3887 3889 2802 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146220810 1837645824 316088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3897] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3897/stat : 3897 (java) S 3887 3889 2802 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146220814 1837645824 316088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3898] ppid=3887 vsize=1794576 CPUtime=0.93
/proc/3889/task/3898/stat : 3898 (java) S 3887 3889 2802 0 -1 64 2005 0 0 0 93 0 0 0 16 0 13 0 146220814 1837645824 316088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3899] ppid=3887 vsize=1794576 CPUtime=1.2
/proc/3889/task/3899/stat : 3899 (java) S 3887 3889 2802 0 -1 64 3999 0 0 0 119 1 0 0 16 0 13 0 146220814 1837645824 316088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3900] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3900/stat : 3900 (java) S 3887 3889 2802 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 146220814 1837645824 316088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3901] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3901/stat : 3901 (java) S 3887 3889 2802 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 146220814 1837645824 316088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3889/tid=3902] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3902/stat : 3902 (java) S 3887 3889 2802 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 146221435 1837645824 316088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1740.27
Current children cumulated vsize (KiB) 1794576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.6 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 4100
/proc/meminfo: memFree=372976/2055920 swapFree=4158512/4192956
[pid=3889] ppid=3887 vsize=1794576 CPUtime=1800.08
/proc/3889/stat : 3889 (java) S 3887 3889 2802 0 -1 0 413639 0 1 0 179789 219 0 0 18 0 13 0 146220804 1837645824 322566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3889/statm: 448644 322566 1335 9 0 446256 0
[pid=3889/tid=3891] ppid=3887 vsize=1794576 CPUtime=1761.88
/proc/3889/task/3891/stat : 3891 (java) R 3887 3889 2802 0 -1 64 57540 0 1 0 176142 46 0 0 25 0 13 0 146220806 1837645824 322566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109809588 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3889/tid=3892] ppid=3887 vsize=1794576 CPUtime=17.94
/proc/3889/task/3892/stat : 3892 (java) S 3887 3889 2802 0 -1 64 172249 0 0 0 1713 81 0 0 16 0 13 0 146220807 1837645824 322566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3889/tid=3893] ppid=3887 vsize=1794576 CPUtime=17.97
/proc/3889/task/3893/stat : 3893 (java) S 3887 3889 2802 0 -1 64 176974 0 0 0 1715 82 0 0 16 0 13 0 146220807 1837645824 322566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3894] ppid=3887 vsize=1794576 CPUtime=0.09
/proc/3889/task/3894/stat : 3894 (java) S 3887 3889 2802 0 -1 64 149 0 0 0 3 6 0 0 16 0 13 0 146220810 1837645824 322566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3895] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3895/stat : 3895 (java) S 3887 3889 2802 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146220810 1837645824 322566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3896] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3896/stat : 3896 (java) S 3887 3889 2802 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146220810 1837645824 322566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3897] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3897/stat : 3897 (java) S 3887 3889 2802 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146220814 1837645824 322566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3898] ppid=3887 vsize=1794576 CPUtime=0.93
/proc/3889/task/3898/stat : 3898 (java) S 3887 3889 2802 0 -1 64 2005 0 0 0 93 0 0 0 16 0 13 0 146220814 1837645824 322566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3899] ppid=3887 vsize=1794576 CPUtime=1.2
/proc/3889/task/3899/stat : 3899 (java) S 3887 3889 2802 0 -1 64 3999 0 0 0 119 1 0 0 16 0 13 0 146220814 1837645824 322566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3900] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3900/stat : 3900 (java) S 3887 3889 2802 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 146220814 1837645824 322566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3901] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3901/stat : 3901 (java) S 3887 3889 2802 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 146220814 1837645824 322566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3889/tid=3902] ppid=3887 vsize=1794576 CPUtime=0
/proc/3889/task/3902/stat : 3902 (java) S 3887 3889 2802 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 146221435 1837645824 322566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1794576

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

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

[startup+1781.8 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 4100
/proc/meminfo: memFree=372976/2055920 swapFree=4158512/4192956
[pid=3889] ppid=3887 vsize=0 CPUtime=1800.42
/proc/3889/stat : 3889 (java) Z 3887 3889 2802 0 -1 1036 415550 0 1 0 179818 224 0 0 15 0 2 0 146220804 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3889/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 0

[startup+1781.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 4103
/proc/meminfo: memFree=1349088/2055920 swapFree=4158512/4192956
[pid=3889] ppid=3887 vsize=0 CPUtime=1800.52
/proc/3889/stat : 3889 (java) Z 3887 3889 2802 0 -1 1036 415550 0 1 0 179818 234 0 0 15 0 2 0 146220804 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3889/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1782
CPU time (s): 1800.57
CPU user time (s): 1798.18
CPU system time (s): 2.39264
CPU usage (%): 101.042
Max. virtual memory (cumulated for all children) (KiB): 1795076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.18
system time used= 2.39264
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 415550
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= 39286
involuntary context switches= 22381

runsolver used 1.89371 second user time and 4.68329 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Mon Apr 16 05:37:13 UTC 2007

IDJOB= 354253
IDBENCH= 2433
IDSOLVER= 159
FILE ID= node10/354253-1176701833

PBS_JOBID= 4559418

Free space on /tmp= 66510 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  a4f456875ede4549ae03268180cd603c

RANDOM SEED= 254848899

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.259
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.259
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:       1662568 kB
Buffers:         27744 kB
Cached:         278672 kB
SwapCached:       3052 kB
Active:         206640 kB
Inactive:       136324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1662568 kB
SwapTotal:     4192956 kB
SwapFree:      4158512 kB
Dirty:           11956 kB
Writeback:           0 kB
Mapped:          43572 kB
Slab:            35960 kB
Committed_AS:  3499260 kB
PageTables:       1748 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= 66510 MiB

End job on node10 on Mon Apr 16 06:06:57 UTC 2007