Trace number 354394

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.26 1770.87

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-mod011.opb
MD5SUM7946286f4c1a7ac44cf771db2f48f590
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables309773
Total number of constraints5980
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints5964
Minimum length of a constraint6
Maximum length of a constraint24690
Number of terms in the objective function 212680
Biggest coefficient in the objective function 38252041742581760
Number of bits for the biggest coefficient in the objective function 56
Sum of the numbers in the objective function 82366741301042726133
Number of bits of the sum of numbers in the objective function 67
Biggest number in a constraint 38252041742581760
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 82366741301042726133
Number of bits of the biggest sum of numbers67
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.06/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.16	c no version file found!!!
0.06/0.16	c sun.arch.data.model	32
0.06/0.16	c java.version	1.6.0
0.06/0.16	c os.name	Linux
0.06/0.17	c os.version	2.6.9-22.EL.rootsmp
0.06/0.17	c os.arch	i386
0.06/0.17	c Free memory 1651659224
0.06/0.17	c Max memory 1654456320
0.06/0.17	c Total memory 1654456320
0.06/0.17	c Number of processors 2
0.18/0.22	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.18/0.22	--- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.22	c No reason simplification
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c solving /tmp/evaluation/354394-1176707483/instance-354394-1176707483.opb
0.18/0.22	c reading problem ... 
12.92/9.53	c ... done. Wall clock time 9.306s.
12.92/9.53	c CPU time (experimental) 6.8s.
12.92/9.53	c #vars     309773
12.92/9.53	c #constraints  10347
1800.09/1770.71	c starts		: 2
1800.09/1770.71	c conflicts		: 15481
1800.09/1770.71	c decisions		: 123896
1800.09/1770.71	c propagations		: 11017078
1800.09/1770.71	c inspects		: 78979797
1800.09/1770.71	c learnt literals	: 0
1800.09/1770.71	c learnt binary clauses	: 0
1800.09/1770.71	c learnt ternary clauses	: 0
1800.09/1770.71	c learnt clauses	: 15481
1800.09/1770.71	c root simplifications	: 0
1800.09/1770.71	c removed literals (reason simplification)	: 0
1800.09/1770.71	c reason swapping (by a shorter reason)	: 0
1800.09/1770.71	c Calls to reduceDB	: 0
1800.09/1770.71	c speed (decisions/second)	: 70.38617636766062
1800.09/1770.71	c non guided choices	0
1800.09/1770.71	s UNKNOWN
1800.09/1770.71	c Total wall clock time (ms): 1770.493

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/node13/watcher-354394-1176707483 -o ROOT/results/node13/solver-354394-1176707483 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354394-1176707483/sat4jPseudoCP.jar /tmp/evaluation/354394-1176707483/instance-354394-1176707483.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.01 1.00 1.00 3/77 14716
/proc/meminfo: memFree=1712832/2055920 swapFree=4175300/4192956
[pid=14716] ppid=14714 vsize=0 CPUtime=0
/proc/14716/stat : 14716 (runsolver) R 14714 14716 13949 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 118666123 0 0 18446744073709551615 0 0 0 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14716/statm: 0 0 0 0 0 0 0

[startup+0.0165551 s]
/proc/loadavg: 1.01 1.00 1.00 3/77 14716
/proc/meminfo: memFree=1712832/2055920 swapFree=4175300/4192956
[pid=14716] ppid=14714 vsize=1800 CPUtime=0
/proc/14716/stat : 14716 (java) D 14714 14716 13949 0 -1 0 171 0 0 0 0 0 0 0 18 0 1 0 118666123 1843200 143 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/14716/statm: 450 143 106 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.101581 s]
/proc/loadavg: 1.01 1.00 1.00 3/77 14716
/proc/meminfo: memFree=1712832/2055920 swapFree=4175300/4192956
[pid=14716] ppid=14714 vsize=1777844 CPUtime=0.06
/proc/14716/stat : 14716 (java) S 14714 14716 13949 0 -1 0 3791 0 1 0 5 1 0 0 18 0 7 0 118666123 1820512256 3533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/14716/statm: 444461 3533 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.301622 s]
/proc/loadavg: 1.01 1.00 1.00 3/77 14716
/proc/meminfo: memFree=1712832/2055920 swapFree=4175300/4192956
[pid=14716] ppid=14714 vsize=1782368 CPUtime=0.3
/proc/14716/stat : 14716 (java) S 14714 14716 13949 0 -1 0 7723 0 1 0 26 4 0 0 18 0 12 0 118666123 1825144832 7461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14716/statm: 445592 7461 1262 9 0 443204 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782368

[startup+0.701705 s]
/proc/loadavg: 1.01 1.00 1.00 3/77 14716
/proc/meminfo: memFree=1712832/2055920 swapFree=4175300/4192956
[pid=14716] ppid=14714 vsize=1783704 CPUtime=0.85
/proc/14716/stat : 14716 (java) S 14714 14716 13949 0 -1 0 11072 0 1 0 79 6 0 0 18 0 12 0 118666123 1826512896 10563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14716/statm: 445926 10564 1297 9 0 443538 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 1783704

[startup+1.50187 s]
/proc/loadavg: 1.01 1.00 1.00 2/89 14728
/proc/meminfo: memFree=1656416/2055920 swapFree=4175300/4192956
[pid=14716] ppid=14714 vsize=1783704 CPUtime=1.65
/proc/14716/stat : 14716 (java) S 14714 14716 13949 0 -1 0 23709 0 1 0 154 11 0 0 18 0 12 0 118666123 1826512896 23200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14716/statm: 445926 23201 1297 9 0 443538 0
[pid=14716/tid=14718] ppid=14714 vsize=1783704 CPUtime=1.32
/proc/14716/task/14718/stat : 14718 (java) R 14714 14716 13949 0 -1 64 21928 0 1 0 123 9 0 0 25 0 12 0 118666126 1826512896 23201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109505931 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14716/tid=14719] ppid=14714 vsize=1783704 CPUtime=0
/proc/14716/task/14719/stat : 14719 (java) S 14714 14716 13949 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 118666128 1826512896 23202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14720] ppid=14714 vsize=1783704 CPUtime=0
/proc/14716/task/14720/stat : 14720 (java) S 14714 14716 13949 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 118666128 1826512896 23202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14721] ppid=14714 vsize=1783704 CPUtime=0
/proc/14716/task/14721/stat : 14721 (java) S 14714 14716 13949 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 118666130 1826512896 23203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14722] ppid=14714 vsize=1783704 CPUtime=0
/proc/14716/task/14722/stat : 14722 (java) S 14714 14716 13949 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 118666130 1826512896 23203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14723] ppid=14714 vsize=1783704 CPUtime=0
/proc/14716/task/14723/stat : 14723 (java) S 14714 14716 13949 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 118666130 1826512896 23204 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14724] ppid=14714 vsize=1783704 CPUtime=0
/proc/14716/task/14724/stat : 14724 (java) S 14714 14716 13949 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 118666134 1826512896 23204 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14725] ppid=14714 vsize=1783704 CPUtime=0.12
/proc/14716/task/14725/stat : 14725 (java) S 14714 14716 13949 0 -1 64 596 0 0 0 12 0 0 0 16 0 12 0 118666134 1826512896 23205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14716/tid=14726] ppid=14714 vsize=1783704 CPUtime=0.17
/proc/14716/task/14726/stat : 14726 (java) S 14714 14716 13949 0 -1 64 465 0 0 0 17 0 0 0 16 0 12 0 118666134 1826512896 23206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14727] ppid=14714 vsize=1783704 CPUtime=0
/proc/14716/task/14727/stat : 14727 (java) S 14714 14716 13949 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118666134 1826512896 23206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14728] ppid=14714 vsize=1783704 CPUtime=0
/proc/14716/task/14728/stat : 14728 (java) S 14714 14716 13949 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118666134 1826512896 23207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 1783704

[startup+3.10222 s]
/proc/loadavg: 1.01 1.00 1.00 2/89 14728
/proc/meminfo: memFree=1586016/2055920 swapFree=4175300/4192956
[pid=14716] ppid=14714 vsize=1795488 CPUtime=4
/proc/14716/stat : 14716 (java) S 14714 14716 13949 0 -1 0 53926 0 1 0 376 24 0 0 18 0 12 0 118666123 1838579712 49353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14716/statm: 448872 49354 1315 9 0 446484 0
[pid=14716/tid=14718] ppid=14714 vsize=1795488 CPUtime=2.29
/proc/14716/task/14718/stat : 14718 (java) S 14714 14716 13949 0 -1 64 37677 0 1 0 213 16 0 0 24 0 12 0 118666126 1838579712 49354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14719] ppid=14714 vsize=1795488 CPUtime=0.18
/proc/14716/task/14719/stat : 14719 (java) R 14714 14716 13949 0 -1 64 3886 0 0 0 17 1 0 0 18 0 12 0 118666128 1838579712 49355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14720] ppid=14714 vsize=1795488 CPUtime=0.18
/proc/14716/task/14720/stat : 14720 (java) R 14714 14716 13949 0 -1 64 4568 0 0 0 16 2 0 0 18 0 12 0 118666128 1838579712 49356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14716/tid=14721] ppid=14714 vsize=1795488 CPUtime=0
/proc/14716/task/14721/stat : 14721 (java) S 14714 14716 13949 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 118666130 1838579712 49356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14722] ppid=14714 vsize=1795488 CPUtime=0
/proc/14716/task/14722/stat : 14722 (java) S 14714 14716 13949 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 118666130 1838579712 49357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14723] ppid=14714 vsize=1795488 CPUtime=0
/proc/14716/task/14723/stat : 14723 (java) S 14714 14716 13949 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 118666130 1838579712 49358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14724] ppid=14714 vsize=1795488 CPUtime=0
/proc/14716/task/14724/stat : 14724 (java) S 14714 14716 13949 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 118666134 1838579712 49358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14725] ppid=14714 vsize=1795488 CPUtime=0.68
/proc/14716/task/14725/stat : 14725 (java) R 14714 14716 13949 0 -1 64 4044 0 0 0 66 2 0 0 19 0 12 0 118666134 1838579712 49359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103335981 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14726] ppid=14714 vsize=1795488 CPUtime=0.61
/proc/14716/task/14726/stat : 14726 (java) S 14714 14716 13949 0 -1 64 3036 0 0 0 60 1 0 0 17 0 12 0 118666134 1838579712 49359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14727] ppid=14714 vsize=1795488 CPUtime=0
/proc/14716/task/14727/stat : 14727 (java) S 14714 14716 13949 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118666134 1838579712 49360 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14728] ppid=14714 vsize=1795488 CPUtime=0
/proc/14716/task/14728/stat : 14728 (java) S 14714 14716 13949 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118666134 1838579712 49360 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 1795488

[startup+6.3019 s]
/proc/loadavg: 1.17 1.04 1.01 2/89 14728
/proc/meminfo: memFree=1468384/2055920 swapFree=4175300/4192956
[pid=14716] ppid=14714 vsize=1794012 CPUtime=8.41
/proc/14716/stat : 14716 (java) S 14714 14716 13949 0 -1 0 78482 0 1 0 804 37 0 0 18 0 12 0 118666123 1837068288 68462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14716/statm: 448503 68462 1320 9 0 446115 0
[pid=14716/tid=14718] ppid=14714 vsize=1794012 CPUtime=4.77
/proc/14716/task/14718/stat : 14718 (java) R 14714 14716 13949 0 -1 64 37686 0 1 0 461 16 0 0 21 0 12 0 118666126 1837068288 68462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474750 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14716/tid=14719] ppid=14714 vsize=1794012 CPUtime=0.81
/proc/14716/task/14719/stat : 14719 (java) S 14714 14716 13949 0 -1 64 15757 0 0 0 74 7 0 0 16 0 12 0 118666128 1837068288 68462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14720] ppid=14714 vsize=1794012 CPUtime=0.79
/proc/14716/task/14720/stat : 14720 (java) S 14714 14716 13949 0 -1 64 14224 0 0 0 73 6 0 0 16 0 12 0 118666128 1837068288 68462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14716/tid=14721] ppid=14714 vsize=1794012 CPUtime=0
/proc/14716/task/14721/stat : 14721 (java) S 14714 14716 13949 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 118666130 1837068288 68462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14722] ppid=14714 vsize=1794012 CPUtime=0
/proc/14716/task/14722/stat : 14722 (java) S 14714 14716 13949 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 118666130 1837068288 68462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14723] ppid=14714 vsize=1794012 CPUtime=0
/proc/14716/task/14723/stat : 14723 (java) S 14714 14716 13949 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118666130 1837068288 68462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14724] ppid=14714 vsize=1794012 CPUtime=0
/proc/14716/task/14724/stat : 14724 (java) S 14714 14716 13949 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 118666134 1837068288 68462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14725] ppid=14714 vsize=1794012 CPUtime=1.28
/proc/14716/task/14725/stat : 14725 (java) S 14714 14716 13949 0 -1 64 7045 0 0 0 125 3 0 0 16 0 12 0 118666134 1837068288 68462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14716/tid=14726] ppid=14714 vsize=1794012 CPUtime=0.7
/proc/14716/task/14726/stat : 14726 (java) S 14714 14716 13949 0 -1 64 3044 0 0 0 69 1 0 0 16 0 12 0 118666134 1837068288 68462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14727] ppid=14714 vsize=1794012 CPUtime=0
/proc/14716/task/14727/stat : 14727 (java) S 14714 14716 13949 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118666134 1837068288 68462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14728] ppid=14714 vsize=1794012 CPUtime=0
/proc/14716/task/14728/stat : 14728 (java) S 14714 14716 13949 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118666134 1837068288 68462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.41
Current children cumulated vsize (KiB) 1794012

[startup+12.7023 s]
/proc/loadavg: 1.15 1.04 1.01 2/90 14729
/proc/meminfo: memFree=1369376/2055920 swapFree=4175300/4192956
[pid=14716] ppid=14714 vsize=1794336 CPUtime=17.45
/proc/14716/stat : 14716 (java) S 14714 14716 13949 0 -1 0 107141 0 1 0 1694 51 0 0 18 0 13 0 118666123 1837400064 91315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14716/statm: 448584 91315 1334 9 0 446196 0
[pid=14716/tid=14718] ppid=14714 vsize=1794336 CPUtime=9.09
/proc/14716/task/14718/stat : 14718 (java) R 14714 14716 13949 0 -1 64 37738 0 1 0 892 17 0 0 25 0 13 0 118666126 1837400064 91315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110078257 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14716/tid=14719] ppid=14714 vsize=1794336 CPUtime=2.57
/proc/14716/task/14719/stat : 14719 (java) S 14714 14716 13949 0 -1 64 31020 0 0 0 242 15 0 0 16 0 13 0 118666128 1837400064 91315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14720] ppid=14714 vsize=1794336 CPUtime=2.57
/proc/14716/task/14720/stat : 14720 (java) S 14714 14716 13949 0 -1 64 27371 0 0 0 246 11 0 0 16 0 13 0 118666128 1837400064 91315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14716/tid=14721] ppid=14714 vsize=1794336 CPUtime=0
/proc/14716/task/14721/stat : 14721 (java) S 14714 14716 13949 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 118666130 1837400064 91315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14716/tid=14722] ppid=14714 vsize=1794336 CPUtime=0
/proc/14716/task/14722/stat : 14722 (java) S 14714 14716 13949 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118666130 1837400064 91315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14723] ppid=14714 vsize=1794336 CPUtime=0
/proc/14716/task/14723/stat : 14723 (java) S 14714 14716 13949 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118666130 1837400064 91315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14724] ppid=14714 vsize=1794336 CPUtime=0
/proc/14716/task/14724/stat : 14724 (java) S 14714 14716 13949 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118666134 1837400064 91315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14725] ppid=14714 vsize=1794336 CPUtime=1.82
/proc/14716/task/14725/stat : 14725 (java) S 14714 14716 13949 0 -1 64 7088 0 0 0 179 3 0 0 16 0 13 0 118666134 1837400064 91315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14716/tid=14726] ppid=14714 vsize=1794336 CPUtime=1.33
/proc/14716/task/14726/stat : 14726 (java) S 14714 14716 13949 0 -1 64 3193 0 0 0 132 1 0 0 16 0 13 0 118666134 1837400064 91315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14727] ppid=14714 vsize=1794336 CPUtime=0
/proc/14716/task/14727/stat : 14727 (java) S 14714 14716 13949 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118666134 1837400064 91315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14728] ppid=14714 vsize=1794336 CPUtime=0
/proc/14716/task/14728/stat : 14728 (java) S 14714 14716 13949 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118666134 1837400064 91315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14716/tid=14729] ppid=14714 vsize=1794336 CPUtime=0
/proc/14716/task/14729/stat : 14729 (java) S 14714 14716 13949 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 118667219 1837400064 91315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.45
Current children cumulated vsize (KiB) 1794336

[startup+25.5012 s]
/proc/loadavg: 1.12 1.03 1.01 2/90 14729
/proc/meminfo: memFree=1345696/2055920 swapFree=4175300/4192956
[pid=14716] ppid=14714 vsize=1796136 CPUtime=30.88
/proc/14716/stat : 14716 (java) S 14714 14716 13949 0 -1 0 111712 0 1 0 3033 55 0 0 18 0 13 0 118666123 1839243264 92905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14716/statm: 449034 92905 1334 9 0 446646 0
[pid=14716/tid=14718] ppid=14714 vsize=1796136 CPUtime=21.45
/proc/14716/task/14718/stat : 14718 (java) R 14714 14716 13949 0 -1 64 37768 0 1 0 2128 17 0 0 25 0 13 0 118666126 1839243264 92905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109597801 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14719] ppid=14714 vsize=1796136 CPUtime=2.84
/proc/14716/task/14719/stat : 14719 (java) S 14714 14716 13949 0 -1 64 32421 0 0 0 267 17 0 0 16 0 13 0 118666128 1839243264 92905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14716/tid=14720] ppid=14714 vsize=1796136 CPUtime=2.85
/proc/14716/task/14720/stat : 14720 (java) S 14714 14716 13949 0 -1 64 29271 0 0 0 273 12 0 0 16 0 13 0 118666128 1839243264 92905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14721] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14721/stat : 14721 (java) S 14714 14716 13949 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 118666130 1839243264 92905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14722] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14722/stat : 14722 (java) S 14714 14716 13949 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118666130 1839243264 92905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14723] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14723/stat : 14723 (java) S 14714 14716 13949 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118666130 1839243264 92905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=14716/tid=14721] ppid=14714 vsize=1796136 CPUtime=0.3
/proc/14716/task/14721/stat : 14721 (java) S 14714 14716 13949 0 -1 64 17 0 0 0 19 11 0 0 15 0 13 0 118666130 1839243264 173392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14722] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14722/stat : 14722 (java) S 14714 14716 13949 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118666130 1839243264 173392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14723] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14723/stat : 14723 (java) S 14714 14716 13949 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118666130 1839243264 173392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14724] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14724/stat : 14724 (java) S 14714 14716 13949 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118666134 1839243264 173392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14725] ppid=14714 vsize=1796136 CPUtime=2.78
/proc/14716/task/14725/stat : 14725 (java) S 14714 14716 13949 0 -1 64 8345 0 0 0 274 4 0 0 16 0 13 0 118666134 1839243264 173392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14716/tid=14726] ppid=14714 vsize=1796136 CPUtime=2.04
/proc/14716/task/14726/stat : 14726 (java) S 14714 14716 13949 0 -1 64 3280 0 0 0 202 2 0 0 16 0 13 0 118666134 1839243264 173392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14727] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14727/stat : 14727 (java) S 14714 14716 13949 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118666134 1839243264 173392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14728] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14728/stat : 14728 (java) S 14714 14716 13949 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118666134 1839243264 173392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14729] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14729/stat : 14729 (java) S 14714 14716 13949 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 118667219 1839243264 173392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1566.88
Current children cumulated vsize (KiB) 1796136

[startup+1602.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/90 14731
/proc/meminfo: memFree=999512/2055920 swapFree=4175300/4192956
[pid=14716] ppid=14714 vsize=1796136 CPUtime=1628.13
/proc/14716/stat : 14716 (java) S 14714 14716 13949 0 -1 0 210436 0 1 0 162639 174 0 0 18 0 13 0 118666123 1839243264 179184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14716/statm: 449034 179184 1334 9 0 446646 0
[pid=14716/tid=14718] ppid=14714 vsize=1796136 CPUtime=1572.09
/proc/14716/task/14718/stat : 14718 (java) R 14714 14716 13949 0 -1 64 40368 0 1 0 157184 25 0 0 25 0 13 0 118666126 1839243264 179184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109597698 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14719] ppid=14714 vsize=1796136 CPUtime=25.71
/proc/14716/task/14719/stat : 14719 (java) S 14714 14716 13949 0 -1 64 81314 0 0 0 2514 57 0 0 17 0 13 0 118666128 1839243264 179184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14720] ppid=14714 vsize=1796136 CPUtime=25.14
/proc/14716/task/14720/stat : 14720 (java) S 14714 14716 13949 0 -1 64 76388 0 0 0 2442 72 0 0 16 0 13 0 118666128 1839243264 179184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14716/tid=14721] ppid=14714 vsize=1796136 CPUtime=0.31
/proc/14716/task/14721/stat : 14721 (java) S 14714 14716 13949 0 -1 64 17 0 0 0 20 11 0 0 15 0 13 0 118666130 1839243264 179184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14722] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14722/stat : 14722 (java) S 14714 14716 13949 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118666130 1839243264 179184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14723] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14723/stat : 14723 (java) S 14714 14716 13949 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118666130 1839243264 179184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14724] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14724/stat : 14724 (java) S 14714 14716 13949 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118666134 1839243264 179184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14725] ppid=14714 vsize=1796136 CPUtime=2.78
/proc/14716/task/14725/stat : 14725 (java) S 14714 14716 13949 0 -1 64 8345 0 0 0 274 4 0 0 16 0 13 0 118666134 1839243264 179184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14716/tid=14726] ppid=14714 vsize=1796136 CPUtime=2.04
/proc/14716/task/14726/stat : 14726 (java) S 14714 14716 13949 0 -1 64 3280 0 0 0 202 2 0 0 16 0 13 0 118666134 1839243264 179184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14727] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14727/stat : 14727 (java) S 14714 14716 13949 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118666134 1839243264 179184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14728] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14728/stat : 14728 (java) S 14714 14716 13949 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118666134 1839243264 179184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14729] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14729/stat : 14729 (java) S 14714 14716 13949 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 118667219 1839243264 179184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1628.13
Current children cumulated vsize (KiB) 1796136

[startup+1662.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 14731
/proc/meminfo: memFree=979936/2055920 swapFree=4175300/4192956
[pid=14716] ppid=14714 vsize=1796136 CPUtime=1689.36
/proc/14716/stat : 14716 (java) S 14714 14716 13949 0 -1 0 215622 0 1 0 168759 177 0 0 18 0 13 0 118666123 1839243264 183955 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14716/statm: 449034 183955 1334 9 0 446646 0
[pid=14716/tid=14718] ppid=14714 vsize=1796136 CPUtime=1630.78
/proc/14716/task/14718/stat : 14718 (java) R 14714 14716 13949 0 -1 64 40403 0 1 0 163053 25 0 0 25 0 13 0 118666126 1839243264 183955 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109649827 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14719] ppid=14714 vsize=1796136 CPUtime=26.98
/proc/14716/task/14719/stat : 14719 (java) S 14714 14716 13949 0 -1 64 83279 0 0 0 2640 58 0 0 16 0 13 0 118666128 1839243264 183955 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14716/tid=14720] ppid=14714 vsize=1796136 CPUtime=26.4
/proc/14716/task/14720/stat : 14720 (java) S 14714 14716 13949 0 -1 64 79574 0 0 0 2567 73 0 0 16 0 13 0 118666128 1839243264 183955 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14721] ppid=14714 vsize=1796136 CPUtime=0.32
/proc/14716/task/14721/stat : 14721 (java) S 14714 14716 13949 0 -1 64 17 0 0 0 20 12 0 0 16 0 13 0 118666130 1839243264 183955 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14722] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14722/stat : 14722 (java) S 14714 14716 13949 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118666130 1839243264 183955 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14723] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14723/stat : 14723 (java) S 14714 14716 13949 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118666130 1839243264 183955 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14724] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14724/stat : 14724 (java) S 14714 14716 13949 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118666134 1839243264 183955 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14725] ppid=14714 vsize=1796136 CPUtime=2.78
/proc/14716/task/14725/stat : 14725 (java) S 14714 14716 13949 0 -1 64 8345 0 0 0 274 4 0 0 16 0 13 0 118666134 1839243264 183955 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14716/tid=14726] ppid=14714 vsize=1796136 CPUtime=2.04
/proc/14716/task/14726/stat : 14726 (java) S 14714 14716 13949 0 -1 64 3280 0 0 0 202 2 0 0 16 0 13 0 118666134 1839243264 183955 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14727] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14727/stat : 14727 (java) S 14714 14716 13949 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118666134 1839243264 183955 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14728] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14728/stat : 14728 (java) S 14714 14716 13949 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118666134 1839243264 183955 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14729] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14729/stat : 14729 (java) S 14714 14716 13949 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 118667219 1839243264 183955 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1689.36
Current children cumulated vsize (KiB) 1796136

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 14731
/proc/meminfo: memFree=960928/2055920 swapFree=4175300/4192956
[pid=14716] ppid=14714 vsize=1796136 CPUtime=1750.66
/proc/14716/stat : 14716 (java) S 14714 14716 13949 0 -1 0 220649 0 1 0 174886 180 0 0 18 0 13 0 118666123 1839243264 188701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14716/statm: 449034 188701 1334 9 0 446646 0
[pid=14716/tid=14718] ppid=14714 vsize=1796136 CPUtime=1689.42
/proc/14716/task/14718/stat : 14718 (java) R 14714 14716 13949 0 -1 64 40438 0 1 0 168917 25 0 0 25 0 13 0 118666126 1839243264 188701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110077163 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14719] ppid=14714 vsize=1796136 CPUtime=28.3
/proc/14716/task/14719/stat : 14719 (java) S 14714 14716 13949 0 -1 64 84374 0 0 0 2771 59 0 0 16 0 13 0 118666128 1839243264 188701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14716/tid=14720] ppid=14714 vsize=1796136 CPUtime=27.73
/proc/14716/task/14720/stat : 14720 (java) S 14714 14716 13949 0 -1 64 83471 0 0 0 2698 75 0 0 16 0 13 0 118666128 1839243264 188701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14721] ppid=14714 vsize=1796136 CPUtime=0.33
/proc/14716/task/14721/stat : 14721 (java) S 14714 14716 13949 0 -1 64 17 0 0 0 20 13 0 0 16 0 13 0 118666130 1839243264 188701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14722] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14722/stat : 14722 (java) S 14714 14716 13949 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118666130 1839243264 188701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14723] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14723/stat : 14723 (java) S 14714 14716 13949 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118666130 1839243264 188701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14724] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14724/stat : 14724 (java) S 14714 14716 13949 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118666134 1839243264 188701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14725] ppid=14714 vsize=1796136 CPUtime=2.78
/proc/14716/task/14725/stat : 14725 (java) S 14714 14716 13949 0 -1 64 8345 0 0 0 274 4 0 0 16 0 13 0 118666134 1839243264 188701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14716/tid=14726] ppid=14714 vsize=1796136 CPUtime=2.04
/proc/14716/task/14726/stat : 14726 (java) S 14714 14716 13949 0 -1 64 3280 0 0 0 202 2 0 0 16 0 13 0 118666134 1839243264 188701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14727] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14727/stat : 14727 (java) S 14714 14716 13949 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118666134 1839243264 188701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14728] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14728/stat : 14728 (java) S 14714 14716 13949 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118666134 1839243264 188701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14729] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14729/stat : 14729 (java) S 14714 14716 13949 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 118667219 1839243264 188701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1750.66
Current children cumulated vsize (KiB) 1796136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.7 s]
/proc/loadavg: 1.04 1.02 1.00 2/90 14731
/proc/meminfo: memFree=947808/2055920 swapFree=4175300/4192956
[pid=14716] ppid=14714 vsize=1796136 CPUtime=1800.09
/proc/14716/stat : 14716 (java) S 14714 14716 13949 0 -1 0 224226 0 1 0 179827 182 0 0 18 0 13 0 118666123 1839243264 191977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14716/statm: 449034 191977 1334 9 0 446646 0
[pid=14716/tid=14718] ppid=14714 vsize=1796136 CPUtime=1736.73
/proc/14716/task/14718/stat : 14718 (java) R 14714 14716 13949 0 -1 64 40465 0 1 0 173648 25 0 0 24 0 13 0 118666126 1839243264 191977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110019704 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14719] ppid=14714 vsize=1796136 CPUtime=29.36
/proc/14716/task/14719/stat : 14719 (java) S 14714 14716 13949 0 -1 64 86200 0 0 0 2876 60 0 0 16 0 13 0 118666128 1839243264 191977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14720] ppid=14714 vsize=1796136 CPUtime=28.78
/proc/14716/task/14720/stat : 14720 (java) S 14714 14716 13949 0 -1 64 85194 0 0 0 2803 75 0 0 16 0 13 0 118666128 1839243264 191977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14716/tid=14721] ppid=14714 vsize=1796136 CPUtime=0.34
/proc/14716/task/14721/stat : 14721 (java) S 14714 14716 13949 0 -1 64 18 0 0 0 21 13 0 0 15 0 13 0 118666130 1839243264 191977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14722] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14722/stat : 14722 (java) S 14714 14716 13949 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118666130 1839243264 191977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14723] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14723/stat : 14723 (java) S 14714 14716 13949 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118666130 1839243264 191977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14724] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14724/stat : 14724 (java) S 14714 14716 13949 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118666134 1839243264 191977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14725] ppid=14714 vsize=1796136 CPUtime=2.78
/proc/14716/task/14725/stat : 14725 (java) S 14714 14716 13949 0 -1 64 8345 0 0 0 274 4 0 0 16 0 13 0 118666134 1839243264 191977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14716/tid=14726] ppid=14714 vsize=1796136 CPUtime=2.04
/proc/14716/task/14726/stat : 14726 (java) S 14714 14716 13949 0 -1 64 3280 0 0 0 202 2 0 0 16 0 13 0 118666134 1839243264 191977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14727] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14727/stat : 14727 (java) S 14714 14716 13949 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118666134 1839243264 191977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14728] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14728/stat : 14728 (java) S 14714 14716 13949 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118666134 1839243264 191977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14716/tid=14729] ppid=14714 vsize=1796136 CPUtime=0
/proc/14716/task/14729/stat : 14729 (java) S 14714 14716 13949 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 118667219 1839243264 191977 18446744073709551615 134512640 134550740 4294956448 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) 1796136

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

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

[startup+1770.81 s]
/proc/loadavg: 1.04 1.02 1.00 2/90 14731
/proc/meminfo: memFree=947808/2055920 swapFree=4175300/4192956
[pid=14716] ppid=14714 vsize=0 CPUtime=1800.2
/proc/14716/stat : 14716 (java) Z 14714 14716 13949 0 -1 1036 224247 0 1 0 179830 190 0 0 16 0 2 0 118666123 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14716/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1770.87
CPU time (s): 1800.26
CPU user time (s): 1798.31
CPU system time (s): 1.9477
CPU usage (%): 101.659
Max. virtual memory (cumulated for all children) (KiB): 1797104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.31
system time used= 1.9477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224247
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= 54858
involuntary context switches= 54301

runsolver used 2.10168 second user time and 5.65814 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Mon Apr 16 07:11:23 UTC 2007

IDJOB= 354394
IDBENCH= 2509
IDSOLVER= 160
FILE ID= node13/354394-1176707483

PBS_JOBID= 4559427

Free space on /tmp= 66461 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-mod011.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354394-1176707483/sat4jPseudoCP.jar /tmp/evaluation/354394-1176707483/instance-354394-1176707483.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-354394-1176707483 -o ROOT/results/node13/solver-354394-1176707483 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354394-1176707483/sat4jPseudoCP.jar /tmp/evaluation/354394-1176707483/instance-354394-1176707483.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  7946286f4c1a7ac44cf771db2f48f590

RANDOM SEED= 563419714

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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:       1713432 kB
Buffers:         55252 kB
Cached:         197212 kB
SwapCached:       2672 kB
Active:         163844 kB
Inactive:       118364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713432 kB
SwapTotal:     4192956 kB
SwapFree:      4175300 kB
Dirty:           17964 kB
Writeback:           0 kB
Mapped:          40532 kB
Slab:            45664 kB
Committed_AS:  6485268 kB
PageTables:       1872 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= 66461 MiB

End job on node13 on Mon Apr 16 07:40:56 UTC 2007