Trace number 348745

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
sat4jPseudoCP 2007-03-23? (TO) 1800.25 1772.66

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-stocfor2.opb
MD5SUMcbc7f776eebadde6a6228c5e168c70a1
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 variables60930
Total number of constraints2157
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 constraints2157
Minimum length of a constraint30
Maximum length of a constraint450
Number of terms in the objective function 31770
Biggest coefficient in the objective function 2474
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 550404
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 550404
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.04/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.04/0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.04/0.19	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14/0.20	c no version file found!!!
0.14/0.20	c sun.arch.data.model	32
0.14/0.20	c java.version	1.6.0
0.14/0.20	c os.name	Linux
0.14/0.20	c os.version	2.6.9-22.EL.rootsmp
0.14/0.20	c os.arch	i386
0.14/0.20	c Free memory 1651659224
0.14/0.20	c Max memory 1654456320
0.14/0.20	c Total memory 1654456320
0.14/0.20	c Number of processors 2
0.14/0.26	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.14/0.26	--- Begin Solver configuration ---
0.14/0.26	c Stops conflict analysis at the first Unique Implication Point
0.14/0.26	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.14/0.26	c Learn all clauses as in MiniSAT
0.14/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.14/0.26	c VSIDS like heuristics from MiniSAT using a heap
0.14/0.26	c No reason simplification
0.14/0.26	c --- End Solver configuration ---
0.14/0.26	c solving /tmp/evaluation/348745-1176596135/instance-348745-1176596135.opb
0.14/0.26	c reading problem ... 
4.53/3.28	c ... done. Wall clock time 3.022s.
4.53/3.28	c CPU time (experimental) 2.36s.
4.53/3.28	c #vars     60930
4.53/3.28	c #constraints  3300
1800.09/1772.51	c starts		: 2
1800.09/1772.51	c conflicts		: 12040
1800.09/1772.51	c decisions		: 180368
1800.09/1772.51	c propagations		: 4925750
1800.09/1772.51	c inspects		: 66967654
1800.09/1772.51	c learnt literals	: 0
1800.09/1772.51	c learnt binary clauses	: 0
1800.09/1772.51	c learnt ternary clauses	: 0
1800.09/1772.51	c learnt clauses	: 12039
1800.09/1772.51	c root simplifications	: 0
1800.09/1772.51	c removed literals (reason simplification)	: 0
1800.09/1772.51	c reason swapping (by a shorter reason)	: 0
1800.09/1772.51	c Calls to reduceDB	: 0
1800.09/1772.51	c speed (decisions/second)	: 101.96665483251662
1800.09/1772.51	c non guided choices	804
1800.09/1772.51	s UNKNOWN
1800.09/1772.51	c Total wall clock time (ms): 1772.256

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/node37/watcher-348745-1176596135 -o ROOT/results/node37/solver-348745-1176596135 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348745-1176596135/sat4jPseudoCP.jar /tmp/evaluation/348745-1176596135/instance-348745-1176596135.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.98 0.99 2/78 24958
/proc/meminfo: memFree=1873096/2055920 swapFree=4015092/4192956
[pid=24958] ppid=24956 vsize=308 CPUtime=0
/proc/24958/stat : 24958 (java) D 24956 24958 24562 0 -1 0 58 0 0 0 0 0 0 0 18 0 1 0 107525937 315392 41 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 3167140 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/24958/statm: 77 41 31 9 0 6 0

[startup+0.0204971 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 24958
/proc/meminfo: memFree=1873096/2055920 swapFree=4015092/4192956
[pid=24958] ppid=24956 vsize=12056 CPUtime=0
/proc/24958/stat : 24958 (java) R 24956 24958 24562 0 -1 0 510 0 0 0 0 0 0 0 18 0 1 0 107525937 12345344 318 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 3138346 0 0 4096 0 0 0 0 17 0 0 0
/proc/24958/statm: 3014 327 137 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.101505 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 24958
/proc/meminfo: memFree=1873096/2055920 swapFree=4015092/4192956
[pid=24958] ppid=24956 vsize=1777712 CPUtime=0.04
/proc/24958/stat : 24958 (java) S 24956 24958 24562 0 -1 0 3569 0 2 0 2 2 0 0 18 0 7 0 107525937 1820377088 3313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/24958/statm: 444428 3313 1061 9 0 442064 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777712

[startup+0.301542 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 24958
/proc/meminfo: memFree=1873096/2055920 swapFree=4015092/4192956
[pid=24958] ppid=24956 vsize=1782500 CPUtime=0.26
/proc/24958/stat : 24958 (java) S 24956 24958 24562 0 -1 0 5506 0 2 0 22 4 0 0 18 0 12 0 107525937 1825280000 5245 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24958/statm: 445625 5245 1246 9 0 443237 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 1782500

[startup+0.701619 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 24958
/proc/meminfo: memFree=1873096/2055920 swapFree=4015092/4192956
[pid=24958] ppid=24956 vsize=1783332 CPUtime=0.84
/proc/24958/stat : 24958 (java) S 24956 24958 24562 0 -1 0 8979 0 2 0 78 6 0 0 18 0 12 0 107525937 1826131968 8410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24958/statm: 445833 8412 1296 9 0 443445 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 1783332

[startup+1.50278 s]
/proc/loadavg: 0.92 0.98 0.99 3/90 24970
/proc/meminfo: memFree=1830760/2055920 swapFree=4015092/4192956
[pid=24958] ppid=24956 vsize=1797592 CPUtime=2.32
/proc/24958/stat : 24958 (java) S 24956 24958 24562 0 -1 0 21336 0 4 0 220 12 0 0 18 0 12 0 107525937 1840734208 16639 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24958/statm: 449398 16639 1310 9 0 447010 0
[pid=24958/tid=24960] ppid=24956 vsize=1797592 CPUtime=0.81
/proc/24958/task/24960/stat : 24960 (java) R 24956 24958 24562 0 -1 64 12175 0 2 0 73 8 0 0 18 0 12 0 107525940 1840734208 16639 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109187719 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24961] ppid=24956 vsize=1797592 CPUtime=0
/proc/24958/task/24961/stat : 24961 (java) S 24956 24958 24562 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 107525944 1840734208 16639 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24962] ppid=24956 vsize=1797592 CPUtime=0
/proc/24958/task/24962/stat : 24962 (java) S 24956 24958 24562 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 107525944 1840734208 16639 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24963] ppid=24956 vsize=1797592 CPUtime=0
/proc/24958/task/24963/stat : 24963 (java) S 24956 24958 24562 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 107525946 1840734208 16639 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24964] ppid=24956 vsize=1797592 CPUtime=0
/proc/24958/task/24964/stat : 24964 (java) S 24956 24958 24562 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 107525946 1840734208 16639 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24965] ppid=24956 vsize=1797592 CPUtime=0
/proc/24958/task/24965/stat : 24965 (java) S 24956 24958 24562 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 107525946 1840734208 16639 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24966] ppid=24956 vsize=1797592 CPUtime=0
/proc/24958/task/24966/stat : 24966 (java) S 24956 24958 24562 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 107525951 1840734208 16639 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24967] ppid=24956 vsize=1797592 CPUtime=0.62
/proc/24958/task/24967/stat : 24967 (java) R 24956 24958 24562 0 -1 64 3147 0 2 0 61 1 0 0 19 0 12 0 107525951 1840734208 16639 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 3603534 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24968] ppid=24956 vsize=1797592 CPUtime=0.86
/proc/24958/task/24968/stat : 24968 (java) R 24956 24958 24562 0 -1 64 5291 0 0 0 85 1 0 0 18 0 12 0 107525951 1840734208 16639 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 102395173 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24969] ppid=24956 vsize=1797592 CPUtime=0
/proc/24958/task/24969/stat : 24969 (java) S 24956 24958 24562 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 107525951 1840734208 16639 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24970] ppid=24956 vsize=1797592 CPUtime=0
/proc/24958/task/24970/stat : 24970 (java) S 24956 24958 24562 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 107525951 1840734208 16639 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 1797592

[startup+3.10207 s]
/proc/loadavg: 1.09 1.02 1.01 2/90 24970
/proc/meminfo: memFree=1744488/2055920 swapFree=4015092/4192956
[pid=24958] ppid=24956 vsize=1795616 CPUtime=4.43
/proc/24958/stat : 24958 (java) S 24956 24958 24562 0 -1 0 54730 0 4 0 415 28 0 0 18 0 12 0 107525937 1838710784 48624 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24958/statm: 448904 48624 1324 9 0 446516 0
[pid=24958/tid=24960] ppid=24956 vsize=1795616 CPUtime=2.19
/proc/24958/task/24960/stat : 24960 (java) R 24956 24958 24562 0 -1 64 37690 0 2 0 199 20 0 0 20 0 12 0 107525940 1838710784 48624 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109492153 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24961] ppid=24956 vsize=1795616 CPUtime=0.17
/proc/24958/task/24961/stat : 24961 (java) S 24956 24958 24562 0 -1 64 3499 0 0 0 16 1 0 0 16 0 12 0 107525944 1838710784 48624 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24962] ppid=24956 vsize=1795616 CPUtime=0.16
/proc/24958/task/24962/stat : 24962 (java) S 24956 24958 24562 0 -1 64 3258 0 0 0 15 1 0 0 18 0 12 0 107525944 1838710784 48624 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24963] ppid=24956 vsize=1795616 CPUtime=0
/proc/24958/task/24963/stat : 24963 (java) S 24956 24958 24562 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 107525946 1838710784 48624 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24964] ppid=24956 vsize=1795616 CPUtime=0
/proc/24958/task/24964/stat : 24964 (java) S 24956 24958 24562 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 107525946 1838710784 48624 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24965] ppid=24956 vsize=1795616 CPUtime=0
/proc/24958/task/24965/stat : 24965 (java) S 24956 24958 24562 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 107525946 1838710784 48624 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24966] ppid=24956 vsize=1795616 CPUtime=0
/proc/24958/task/24966/stat : 24966 (java) S 24956 24958 24562 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 107525951 1838710784 48624 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24967] ppid=24956 vsize=1795616 CPUtime=0.78
/proc/24958/task/24967/stat : 24967 (java) S 24956 24958 24562 0 -1 64 3490 0 2 0 77 1 0 0 16 0 12 0 107525951 1838710784 48624 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24968] ppid=24956 vsize=1795616 CPUtime=1.08
/proc/24958/task/24968/stat : 24968 (java) S 24956 24958 24562 0 -1 64 6066 0 0 0 106 2 0 0 16 0 12 0 107525951 1838710784 48624 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24969] ppid=24956 vsize=1795616 CPUtime=0
/proc/24958/task/24969/stat : 24969 (java) S 24956 24958 24562 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 107525951 1838710784 48624 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24970] ppid=24956 vsize=1795616 CPUtime=0
/proc/24958/task/24970/stat : 24970 (java) S 24956 24958 24562 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 107525951 1838710784 48624 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 1795616

[startup+6.30268 s]
/proc/loadavg: 1.09 1.02 1.01 2/91 24971
/proc/meminfo: memFree=1642848/2055920 swapFree=4015092/4192956
[pid=24958] ppid=24956 vsize=1796896 CPUtime=9.45
/proc/24958/stat : 24958 (java) S 24956 24958 24562 0 -1 0 70118 0 4 0 910 35 0 0 18 0 13 0 107525937 1840021504 58761 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24958/statm: 449224 58761 1333 9 0 446836 0
[pid=24958/tid=24960] ppid=24956 vsize=1796896 CPUtime=4.29
/proc/24958/task/24960/stat : 24960 (java) R 24956 24958 24562 0 -1 64 37738 0 2 0 408 21 0 0 21 0 13 0 107525940 1840021504 58761 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109898160 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24961] ppid=24956 vsize=1796896 CPUtime=0.61
/proc/24958/task/24961/stat : 24961 (java) S 24956 24958 24562 0 -1 64 9132 0 0 0 58 3 0 0 16 0 13 0 107525944 1840021504 58761 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24962] ppid=24956 vsize=1796896 CPUtime=0.61
/proc/24958/task/24962/stat : 24962 (java) S 24956 24958 24562 0 -1 64 8748 0 0 0 58 3 0 0 18 0 13 0 107525944 1840021504 58761 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24963] ppid=24956 vsize=1796896 CPUtime=0
/proc/24958/task/24963/stat : 24963 (java) S 24956 24958 24562 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 107525946 1840021504 58761 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24964] ppid=24956 vsize=1796896 CPUtime=0
/proc/24958/task/24964/stat : 24964 (java) S 24956 24958 24562 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107525946 1840021504 58761 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24965] ppid=24956 vsize=1796896 CPUtime=0
/proc/24958/task/24965/stat : 24965 (java) S 24956 24958 24562 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107525946 1840021504 58761 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24966] ppid=24956 vsize=1796896 CPUtime=0
/proc/24958/task/24966/stat : 24966 (java) S 24956 24958 24562 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 107525951 1840021504 58761 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24967] ppid=24956 vsize=1796896 CPUtime=1.8
/proc/24958/task/24967/stat : 24967 (java) S 24956 24958 24562 0 -1 64 5992 0 2 0 178 2 0 0 17 0 13 0 107525951 1840021504 58761 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24968] ppid=24956 vsize=1796896 CPUtime=2.08
/proc/24958/task/24968/stat : 24968 (java) S 24956 24958 24562 0 -1 64 7777 0 0 0 205 3 0 0 16 0 13 0 107525951 1840021504 58761 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24969] ppid=24956 vsize=1796896 CPUtime=0
/proc/24958/task/24969/stat : 24969 (java) S 24956 24958 24562 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 107525951 1840021504 58761 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24970] ppid=24956 vsize=1796896 CPUtime=0
/proc/24958/task/24970/stat : 24970 (java) S 24956 24958 24562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107525951 1840021504 58761 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24971] ppid=24956 vsize=1796896 CPUtime=0
/proc/24958/task/24971/stat : 24971 (java) S 24956 24958 24562 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107526312 1840021504 58761 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.45
Current children cumulated vsize (KiB) 1796896

[startup+12.703 s]
/proc/loadavg: 1.07 1.02 1.00 2/91 24971
/proc/meminfo: memFree=1618656/2055920 swapFree=4015092/4192956
[pid=24958] ppid=24956 vsize=1796732 CPUtime=16.91
/proc/24958/stat : 24958 (java) S 24956 24958 24562 0 -1 0 79275 0 4 0 1650 41 0 0 18 0 13 0 107525937 1839853568 64099 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24958/statm: 449183 64099 1333 9 0 446795 0
[pid=24958/tid=24960] ppid=24956 vsize=1796732 CPUtime=9.83
/proc/24958/task/24960/stat : 24960 (java) R 24956 24958 24562 0 -1 64 37754 0 2 0 962 21 0 0 25 0 13 0 107525940 1839853568 64099 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103840279 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24961] ppid=24956 vsize=1796732 CPUtime=1.45
/proc/24958/task/24961/stat : 24961 (java) S 24956 24958 24562 0 -1 64 14571 0 0 0 138 7 0 0 16 0 13 0 107525944 1839853568 64099 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24962] ppid=24956 vsize=1796732 CPUtime=1.44
/proc/24958/task/24962/stat : 24962 (java) S 24956 24958 24562 0 -1 64 12411 0 0 0 139 5 0 0 16 0 13 0 107525944 1839853568 64099 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24963] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24963/stat : 24963 (java) S 24956 24958 24562 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 107525946 1839853568 64099 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24964] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24964/stat : 24964 (java) S 24956 24958 24562 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107525946 1839853568 64099 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24965] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24965/stat : 24965 (java) S 24956 24958 24562 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107525946 1839853568 64099 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24966] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24966/stat : 24966 (java) S 24956 24958 24562 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 107525951 1839853568 64099 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24967] ppid=24956 vsize=1796732 CPUtime=1.91
/proc/24958/task/24967/stat : 24967 (java) S 24956 24958 24562 0 -1 64 6006 0 2 0 189 2 0 0 17 0 13 0 107525951 1839853568 64099 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24968] ppid=24956 vsize=1796732 CPUtime=2.22
/proc/24958/task/24968/stat : 24968 (java) S 24956 24958 24562 0 -1 64 7800 0 0 0 219 3 0 0 17 0 13 0 107525951 1839853568 64099 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24969] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24969/stat : 24969 (java) S 24956 24958 24562 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 107525951 1839853568 64099 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24970] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24970/stat : 24970 (java) S 24956 24958 24562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107525951 1839853568 64099 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24971] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24971/stat : 24971 (java) S 24956 24958 24562 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107526312 1839853568 64099 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.91
Current children cumulated vsize (KiB) 1796732

[startup+25.5011 s]
/proc/loadavg: 1.06 1.01 1.00 2/91 24971
/proc/meminfo: memFree=1698848/2055920 swapFree=4015156/4192956
[pid=24958] ppid=24956 vsize=1796732 CPUtime=29.79
/proc/24958/stat : 24958 (java) S 24956 24958 24562 0 -1 0 80387 0 4 0 2935 44 0 0 18 0 13 0 107525937 1839853568 44348 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24958/statm: 449183 44348 1333 9 0 446795 0
[pid=24958/tid=24960] ppid=24956 vsize=1796732 CPUtime=22.48
/proc/24958/task/24960/stat : 24960 (java) R 24956 24958 24562 0 -1 64 37799 0 2 0 2227 21 0 0 17 0 13 0 107525940 1839853568 44348 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 102154365 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24961] ppid=24956 vsize=1796732 CPUtime=1.54
/proc/24958/task/24961/stat : 24961 (java) S 24956 24958 24562 0 -1 64 14972 0 0 0 147 7 0 0 15 0 13 0 107525944 1839853568 44348 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24962] ppid=24956 vsize=1796732 CPUtime=1.55
/proc/24958/task/24962/stat : 24962 (java) S 24956 24958 24562 0 -1 64 13051 0 0 0 149 6 0 0 16 0 13 0 107525944 1839853568 44348 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24963] ppid=24956 vsize=1796732 CPUtime=0.02
/proc/24958/task/24963/stat : 24963 (java) S 24956 24958 24562 0 -1 64 35 0 0 0 1 1 0 0 15 0 13 0 107525946 1839853568 44348 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24964] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24964/stat : 24964 (java) S 24956 24958 24562 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107525946 1839853568 44348 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=24958/tid=24963] ppid=24956 vsize=1796732 CPUtime=0.43
/proc/24958/task/24963/stat : 24963 (java) S 24956 24958 24562 0 -1 64 109 0 0 0 25 18 0 0 16 0 13 0 107525946 1839853568 171992 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24964] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24964/stat : 24964 (java) S 24956 24958 24562 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107525946 1839853568 171992 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24965] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24965/stat : 24965 (java) S 24956 24958 24562 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107525946 1839853568 171992 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24966] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24966/stat : 24966 (java) S 24956 24958 24562 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 107525951 1839853568 171992 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24967] ppid=24956 vsize=1796732 CPUtime=2.13
/proc/24958/task/24967/stat : 24967 (java) S 24956 24958 24562 0 -1 64 6008 0 2 0 211 2 0 0 17 0 13 0 107525951 1839853568 171992 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24968] ppid=24956 vsize=1796732 CPUtime=2.5
/proc/24958/task/24968/stat : 24968 (java) S 24956 24958 24562 0 -1 64 8036 0 0 0 247 3 0 0 17 0 13 0 107525951 1839853568 171992 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24969] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24969/stat : 24969 (java) S 24956 24958 24562 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 107525951 1839853568 171992 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24970] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24970/stat : 24970 (java) S 24956 24958 24562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107525951 1839853568 171992 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24971] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24971/stat : 24971 (java) S 24956 24958 24562 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107526312 1839853568 171992 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1565.33
Current children cumulated vsize (KiB) 1796732

[startup+1602.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/91 24973
/proc/meminfo: memFree=1168864/2055920 swapFree=4015860/4192956
[pid=24958] ppid=24956 vsize=1796732 CPUtime=1626.48
/proc/24958/stat : 24958 (java) S 24956 24958 24562 0 -1 0 246226 0 4 0 162507 141 0 0 18 0 13 0 107525937 1839853568 175969 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24958/statm: 449183 175969 1333 9 0 446795 0
[pid=24958/tid=24960] ppid=24956 vsize=1796732 CPUtime=1576.71
/proc/24958/task/24960/stat : 24960 (java) R 24956 24958 24562 0 -1 64 68283 0 2 0 157631 40 0 0 25 0 13 0 107525940 1839853568 175969 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109950315 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24961] ppid=24956 vsize=1796732 CPUtime=22.32
/proc/24958/task/24961/stat : 24961 (java) S 24956 24958 24562 0 -1 64 84119 0 0 0 2191 41 0 0 16 0 13 0 107525944 1839853568 175969 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24962] ppid=24956 vsize=1796732 CPUtime=22.32
/proc/24958/task/24962/stat : 24962 (java) S 24956 24958 24562 0 -1 64 78947 0 0 0 2198 34 0 0 17 0 13 0 107525944 1839853568 175969 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24963] ppid=24956 vsize=1796732 CPUtime=0.44
/proc/24958/task/24963/stat : 24963 (java) S 24956 24958 24562 0 -1 64 109 0 0 0 26 18 0 0 15 0 13 0 107525946 1839853568 175969 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24964] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24964/stat : 24964 (java) S 24956 24958 24562 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107525946 1839853568 175969 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24965] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24965/stat : 24965 (java) S 24956 24958 24562 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107525946 1839853568 175969 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24966] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24966/stat : 24966 (java) S 24956 24958 24562 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 107525951 1839853568 175969 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24967] ppid=24956 vsize=1796732 CPUtime=2.13
/proc/24958/task/24967/stat : 24967 (java) S 24956 24958 24562 0 -1 64 6008 0 2 0 211 2 0 0 17 0 13 0 107525951 1839853568 175969 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24968] ppid=24956 vsize=1796732 CPUtime=2.5
/proc/24958/task/24968/stat : 24968 (java) S 24956 24958 24562 0 -1 64 8036 0 0 0 247 3 0 0 17 0 13 0 107525951 1839853568 175969 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24969] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24969/stat : 24969 (java) S 24956 24958 24562 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 107525951 1839853568 175969 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24970] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24970/stat : 24970 (java) S 24956 24958 24562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107525951 1839853568 175969 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24971] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24971/stat : 24971 (java) S 24956 24958 24562 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107526312 1839853568 175969 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1626.48
Current children cumulated vsize (KiB) 1796732

[startup+1662.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/91 24973
/proc/meminfo: memFree=1152928/2055920 swapFree=4015860/4192956
[pid=24958] ppid=24956 vsize=1796732 CPUtime=1687.65
/proc/24958/stat : 24958 (java) S 24956 24958 24562 0 -1 0 250332 0 4 0 168622 143 0 0 18 0 13 0 107525937 1839853568 179806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24958/statm: 449183 179806 1333 9 0 446795 0
[pid=24958/tid=24960] ppid=24956 vsize=1796732 CPUtime=1635.46
/proc/24958/task/24960/stat : 24960 (java) R 24956 24958 24562 0 -1 64 68326 0 2 0 163506 40 0 0 25 0 13 0 107525940 1839853568 179806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109896611 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24961] ppid=24956 vsize=1796732 CPUtime=23.54
/proc/24958/task/24961/stat : 24961 (java) S 24956 24958 24562 0 -1 64 86814 0 0 0 2312 42 0 0 17 0 13 0 107525944 1839853568 179806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24962] ppid=24956 vsize=1796732 CPUtime=23.52
/proc/24958/task/24962/stat : 24962 (java) S 24956 24958 24562 0 -1 64 80314 0 0 0 2317 35 0 0 16 0 13 0 107525944 1839853568 179806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24963] ppid=24956 vsize=1796732 CPUtime=0.44
/proc/24958/task/24963/stat : 24963 (java) S 24956 24958 24562 0 -1 64 110 0 0 0 26 18 0 0 16 0 13 0 107525946 1839853568 179806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24964] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24964/stat : 24964 (java) S 24956 24958 24562 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107525946 1839853568 179806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24965] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24965/stat : 24965 (java) S 24956 24958 24562 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107525946 1839853568 179806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24966] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24966/stat : 24966 (java) S 24956 24958 24562 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 107525951 1839853568 179806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24967] ppid=24956 vsize=1796732 CPUtime=2.13
/proc/24958/task/24967/stat : 24967 (java) S 24956 24958 24562 0 -1 64 6008 0 2 0 211 2 0 0 17 0 13 0 107525951 1839853568 179806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24968] ppid=24956 vsize=1796732 CPUtime=2.5
/proc/24958/task/24968/stat : 24968 (java) S 24956 24958 24562 0 -1 64 8036 0 0 0 247 3 0 0 17 0 13 0 107525951 1839853568 179806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24969] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24969/stat : 24969 (java) S 24956 24958 24562 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 107525951 1839853568 179806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24970] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24970/stat : 24970 (java) S 24956 24958 24562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107525951 1839853568 179806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24971] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24971/stat : 24971 (java) S 24956 24958 24562 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107526312 1839853568 179806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1687.65
Current children cumulated vsize (KiB) 1796732

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 24973
/proc/meminfo: memFree=1137312/2055920 swapFree=4015924/4192956
[pid=24958] ppid=24956 vsize=1796732 CPUtime=1748.88
/proc/24958/stat : 24958 (java) S 24956 24958 24562 0 -1 0 254787 0 4 0 174742 146 0 0 18 0 13 0 107525937 1839853568 183806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24958/statm: 449183 183806 1333 9 0 446795 0
[pid=24958/tid=24960] ppid=24956 vsize=1796732 CPUtime=1694.15
/proc/24958/task/24960/stat : 24960 (java) R 24956 24958 24562 0 -1 64 68369 0 2 0 169375 40 0 0 25 0 13 0 107525940 1839853568 183806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109596027 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24961] ppid=24956 vsize=1796732 CPUtime=24.79
/proc/24958/task/24961/stat : 24961 (java) S 24956 24958 24562 0 -1 64 88368 0 0 0 2436 43 0 0 16 0 13 0 107525944 1839853568 183806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24962] ppid=24956 vsize=1796732 CPUtime=24.78
/proc/24958/task/24962/stat : 24962 (java) S 24956 24958 24562 0 -1 64 83172 0 0 0 2442 36 0 0 16 0 13 0 107525944 1839853568 183806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24963] ppid=24956 vsize=1796732 CPUtime=0.45
/proc/24958/task/24963/stat : 24963 (java) S 24956 24958 24562 0 -1 64 110 0 0 0 27 18 0 0 16 0 13 0 107525946 1839853568 183806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24964] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24964/stat : 24964 (java) S 24956 24958 24562 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107525946 1839853568 183806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24965] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24965/stat : 24965 (java) S 24956 24958 24562 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107525946 1839853568 183806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24966] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24966/stat : 24966 (java) S 24956 24958 24562 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 107525951 1839853568 183806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24967] ppid=24956 vsize=1796732 CPUtime=2.13
/proc/24958/task/24967/stat : 24967 (java) S 24956 24958 24562 0 -1 64 6008 0 2 0 211 2 0 0 17 0 13 0 107525951 1839853568 183806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24968] ppid=24956 vsize=1796732 CPUtime=2.5
/proc/24958/task/24968/stat : 24968 (java) S 24956 24958 24562 0 -1 64 8036 0 0 0 247 3 0 0 17 0 13 0 107525951 1839853568 183806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24969] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24969/stat : 24969 (java) S 24956 24958 24562 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 107525951 1839853568 183806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24970] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24970/stat : 24970 (java) S 24956 24958 24562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107525951 1839853568 183806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24971] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24971/stat : 24971 (java) S 24956 24958 24562 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107526312 1839853568 183806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1748.88
Current children cumulated vsize (KiB) 1796732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.5 s]
/proc/loadavg: 1.10 1.03 1.01 2/91 24973
/proc/meminfo: memFree=1124512/2055920 swapFree=4015924/4192956
[pid=24958] ppid=24956 vsize=1796732 CPUtime=1800.09
/proc/24958/stat : 24958 (java) S 24956 24958 24562 0 -1 0 258301 0 4 0 179860 149 0 0 18 0 13 0 107525937 1839853568 186869 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24958/statm: 449183 186869 1333 9 0 446795 0
[pid=24958/tid=24960] ppid=24956 vsize=1796732 CPUtime=1743.29
/proc/24958/task/24960/stat : 24960 (java) R 24956 24958 24562 0 -1 64 68404 0 2 0 174288 41 0 0 25 0 13 0 107525940 1839853568 186869 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109596263 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24961] ppid=24956 vsize=1796732 CPUtime=25.83
/proc/24958/task/24961/stat : 24961 (java) S 24956 24958 24562 0 -1 64 90159 0 0 0 2539 44 0 0 16 0 13 0 107525944 1839853568 186869 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24962] ppid=24956 vsize=1796732 CPUtime=25.82
/proc/24958/task/24962/stat : 24962 (java) S 24956 24958 24562 0 -1 64 84860 0 0 0 2545 37 0 0 16 0 13 0 107525944 1839853568 186869 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24963] ppid=24956 vsize=1796732 CPUtime=0.47
/proc/24958/task/24963/stat : 24963 (java) S 24956 24958 24562 0 -1 64 110 0 0 0 28 19 0 0 16 0 13 0 107525946 1839853568 186869 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24964] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24964/stat : 24964 (java) S 24956 24958 24562 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107525946 1839853568 186869 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24965] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24965/stat : 24965 (java) S 24956 24958 24562 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107525946 1839853568 186869 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24958/tid=24966] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24966/stat : 24966 (java) S 24956 24958 24562 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 107525951 1839853568 186869 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24967] ppid=24956 vsize=1796732 CPUtime=2.13
/proc/24958/task/24967/stat : 24967 (java) S 24956 24958 24562 0 -1 64 6008 0 2 0 211 2 0 0 17 0 13 0 107525951 1839853568 186869 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24968] ppid=24956 vsize=1796732 CPUtime=2.5
/proc/24958/task/24968/stat : 24968 (java) S 24956 24958 24562 0 -1 64 8036 0 0 0 247 3 0 0 17 0 13 0 107525951 1839853568 186869 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24969] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24969/stat : 24969 (java) S 24956 24958 24562 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 107525951 1839853568 186869 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24970] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24970/stat : 24970 (java) S 24956 24958 24562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107525951 1839853568 186869 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24958/tid=24971] ppid=24956 vsize=1796732 CPUtime=0
/proc/24958/task/24971/stat : 24971 (java) S 24956 24958 24562 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107526312 1839853568 186869 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1796732

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

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

[startup+1772.61 s]
/proc/loadavg: 1.10 1.03 1.01 2/91 24973
/proc/meminfo: memFree=1124512/2055920 swapFree=4015924/4192956
[pid=24958] ppid=24956 vsize=0 CPUtime=1800.21
/proc/24958/stat : 24958 (java) Z 24956 24958 24562 0 -1 1036 258321 0 4 0 179863 158 0 0 16 0 2 0 107525937 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24958/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1772.66
CPU time (s): 1800.25
CPU user time (s): 1798.63
CPU system time (s): 1.62175
CPU usage (%): 101.557
Max. virtual memory (cumulated for all children) (KiB): 1799056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.63
system time used= 1.62175
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258321
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55013
involuntary context switches= 52644

runsolver used 1.9767 second user time and 5.9061 second system time

The end

Launcher Data (download as text)

Begin job on node37 on Sun Apr 15 00:15:35 UTC 2007

IDJOB= 348745
IDBENCH= 1724
IDSOLVER= 160
FILE ID= node37/348745-1176596135

PBS_JOBID= 4556985

Free space on /tmp= 66558 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  cbc7f776eebadde6a6228c5e168c70a1

RANDOM SEED= 336175928

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node37.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.281
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.281
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:       1873504 kB
Buffers:         29032 kB
Cached:          58820 kB
SwapCached:       1364 kB
Active:          17940 kB
Inactive:        94384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1873504 kB
SwapTotal:     4192956 kB
SwapFree:      4015092 kB
Dirty:            6568 kB
Writeback:           0 kB
Mapped:          32728 kB
Slab:            55396 kB
Committed_AS:  1122088 kB
PageTables:       2000 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= 66558 MiB

End job on node37 on Sun Apr 15 00:45:09 UTC 2007