Trace number 349528

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.23 1753.67

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-danoint.opb
MD5SUM72b327feddced7495a083616b5e4ecd7
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13898
Total number of constraints672
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 constraints656
Minimum length of a constraint7
Maximum length of a constraint1500
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 13421772800
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 53690300878
Number of bits of the biggest sum of numbers36
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.09/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.09/0.20	--- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.20	c No reason simplification
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving /tmp/evaluation/349528-1176706184/instance-349528-1176706184.opb
0.09/0.20	c reading problem ... 
2.95/1.80	c ... done. Wall clock time 1.605s.
2.95/1.80	c CPU time (experimental) 1.16s.
2.95/1.80	c #vars     13898
2.95/1.80	c #constraints  816
1800.06/1753.51	c starts		: 2
1800.06/1753.51	c conflicts		: 16938
1800.06/1753.51	c decisions		: 18620
1800.06/1753.51	c propagations		: 90948
1800.06/1753.51	c inspects		: 49058717
1800.06/1753.51	c learnt literals	: 0
1800.06/1753.51	c learnt binary clauses	: 0
1800.06/1753.51	c learnt ternary clauses	: 0
1800.06/1753.51	c learnt clauses	: 16937
1800.06/1753.51	c root simplifications	: 0
1800.06/1753.51	c removed literals (reason simplification)	: 0
1800.06/1753.51	c reason swapping (by a shorter reason)	: 0
1800.06/1753.51	c Calls to reduceDB	: 0
1800.06/1753.51	c speed (decisions/second)	: 10.629752918186869
1800.06/1753.51	c non guided choices	743
1800.06/1753.51	s UNKNOWN
1800.06/1753.51	c Total wall clock time (ms): 1753.318

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/node74/watcher-349528-1176706184 -o ROOT/results/node74/solver-349528-1176706184 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349528-1176706184/sat4jPseudoCP.jar /tmp/evaluation/349528-1176706184/instance-349528-1176706184.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.97 1.00 1.00 3/66 2899
/proc/meminfo: memFree=1959120/2055920 swapFree=4183016/4192956
[pid=2899] ppid=2897 vsize=1800 CPUtime=0
/proc/2899/stat : 2899 (java) D 2897 2899 2525 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 118533145 1843200 148 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099863542 0 0 17 1 0 0
/proc/2899/statm: 450 148 111 9 0 92 0

[startup+0.0953919 s]
/proc/loadavg: 0.97 1.00 1.00 3/66 2899
/proc/meminfo: memFree=1959120/2055920 swapFree=4183016/4192956
[pid=2899] ppid=2897 vsize=1780108 CPUtime=0.08
/proc/2899/stat : 2899 (java) S 2897 2899 2525 0 -1 0 3957 0 1 0 5 3 0 0 18 0 12 0 118533145 1822830592 3698 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2899/statm: 445027 3698 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.102393 s]
/proc/loadavg: 0.97 1.00 1.00 3/66 2899
/proc/meminfo: memFree=1959120/2055920 swapFree=4183016/4192956
[pid=2899] ppid=2897 vsize=1780256 CPUtime=0.09
/proc/2899/stat : 2899 (java) S 2897 2899 2525 0 -1 0 4004 0 1 0 6 3 0 0 18 0 12 0 118533145 1822982144 3745 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2899/statm: 445064 3745 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780256

[startup+0.302417 s]
/proc/loadavg: 0.97 1.00 1.00 3/66 2899
/proc/meminfo: memFree=1959120/2055920 swapFree=4183016/4192956
[pid=2899] ppid=2897 vsize=1782444 CPUtime=0.33
/proc/2899/stat : 2899 (java) S 2897 2899 2525 0 -1 0 5283 0 1 0 29 4 0 0 18 0 12 0 118533145 1825222656 5021 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2899/statm: 445611 5021 1269 9 0 443223 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782444

[startup+0.702463 s]
/proc/loadavg: 0.97 1.00 1.00 3/66 2899
/proc/meminfo: memFree=1959120/2055920 swapFree=4183016/4192956
[pid=2899] ppid=2897 vsize=1794452 CPUtime=1.09
/proc/2899/stat : 2899 (java) S 2897 2899 2525 0 -1 0 10187 0 1 0 103 6 0 0 18 0 12 0 118533145 1837518848 8849 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2899/statm: 448613 8849 1304 9 0 446225 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1794452

[startup+1.50156 s]
/proc/loadavg: 0.97 1.00 1.00 4/78 2911
/proc/meminfo: memFree=1919280/2055920 swapFree=4183016/4192956
[pid=2899] ppid=2897 vsize=1794280 CPUtime=2.65
/proc/2899/stat : 2899 (java) S 2897 2899 2525 0 -1 0 22977 0 1 0 246 19 0 0 18 0 12 0 118533145 1837342720 17945 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2899/statm: 448570 17945 1308 9 0 446182 0
[pid=2899/tid=2901] ppid=2897 vsize=1794280 CPUtime=0.87
/proc/2899/task/2901/stat : 2901 (java) R 2897 2899 2525 0 -1 64 13859 0 1 0 79 8 0 0 18 0 12 0 118533146 1837342720 17945 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109678432 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2902] ppid=2897 vsize=1794280 CPUtime=0
/proc/2899/task/2902/stat : 2902 (java) S 2897 2899 2525 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 118533147 1837342720 17945 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2903] ppid=2897 vsize=1794280 CPUtime=0
/proc/2899/task/2903/stat : 2903 (java) S 2897 2899 2525 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 118533147 1837342720 17945 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2904] ppid=2897 vsize=1794280 CPUtime=0.09
/proc/2899/task/2904/stat : 2904 (java) S 2897 2899 2525 0 -1 64 2 0 0 0 3 6 0 0 16 0 12 0 118533149 1837342720 17945 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2905] ppid=2897 vsize=1794280 CPUtime=0
/proc/2899/task/2905/stat : 2905 (java) S 2897 2899 2525 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 118533150 1837342720 17945 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2906] ppid=2897 vsize=1794280 CPUtime=0
/proc/2899/task/2906/stat : 2906 (java) S 2897 2899 2525 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 118533150 1837342720 17945 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2907] ppid=2897 vsize=1794280 CPUtime=0
/proc/2899/task/2907/stat : 2907 (java) S 2897 2899 2525 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 118533154 1837342720 17945 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2908] ppid=2897 vsize=1794280 CPUtime=1.08
/proc/2899/task/2908/stat : 2908 (java) S 2897 2899 2525 0 -1 64 6176 0 0 0 106 2 0 0 21 0 12 0 118533154 1837342720 17945 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2909] ppid=2897 vsize=1794280 CPUtime=0.57
/proc/2899/task/2909/stat : 2909 (java) S 2897 2899 2525 0 -1 64 2221 0 0 0 56 1 0 0 16 0 12 0 118533154 1837342720 17945 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2910] ppid=2897 vsize=1794280 CPUtime=0
/proc/2899/task/2910/stat : 2910 (java) S 2897 2899 2525 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 118533154 1837342720 17945 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2911] ppid=2897 vsize=1794280 CPUtime=0
/proc/2899/task/2911/stat : 2911 (java) S 2897 2899 2525 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 118533154 1837342720 17945 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 1794280

[startup+3.10173 s]
/proc/loadavg: 0.97 1.00 1.00 2/79 2912
/proc/meminfo: memFree=1854056/2055920 swapFree=4183016/4192956
[pid=2899] ppid=2897 vsize=1794604 CPUtime=4.82
/proc/2899/stat : 2899 (java) S 2897 2899 2525 0 -1 0 50552 0 1 0 451 31 0 0 18 0 13 0 118533145 1837674496 44853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2899/statm: 448651 44853 1322 9 0 446263 0
[pid=2899/tid=2901] ppid=2897 vsize=1794604 CPUtime=2.29
/proc/2899/task/2901/stat : 2901 (java) R 2897 2899 2525 0 -1 64 37734 0 1 0 212 17 0 0 22 0 13 0 118533146 1837674496 44853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109819874 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2902] ppid=2897 vsize=1794604 CPUtime=0.05
/proc/2899/task/2902/stat : 2902 (java) S 2897 2899 2525 0 -1 64 1628 0 0 0 5 0 0 0 16 0 13 0 118533147 1837674496 44853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2903] ppid=2897 vsize=1794604 CPUtime=0.05
/proc/2899/task/2903/stat : 2903 (java) S 2897 2899 2525 0 -1 64 1375 0 0 0 5 0 0 0 16 0 13 0 118533147 1837674496 44853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2904] ppid=2897 vsize=1794604 CPUtime=0.09
/proc/2899/task/2904/stat : 2904 (java) S 2897 2899 2525 0 -1 64 8 0 0 0 3 6 0 0 15 0 13 0 118533149 1837674496 44853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2905] ppid=2897 vsize=1794604 CPUtime=0
/proc/2899/task/2905/stat : 2905 (java) S 2897 2899 2525 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118533150 1837674496 44853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2906] ppid=2897 vsize=1794604 CPUtime=0
/proc/2899/task/2906/stat : 2906 (java) S 2897 2899 2525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118533150 1837674496 44853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2907] ppid=2897 vsize=1794604 CPUtime=0
/proc/2899/task/2907/stat : 2907 (java) S 2897 2899 2525 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 118533154 1837674496 44853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2908] ppid=2897 vsize=1794604 CPUtime=1.36
/proc/2899/task/2908/stat : 2908 (java) S 2897 2899 2525 0 -1 64 6209 0 0 0 134 2 0 0 16 0 13 0 118533154 1837674496 44853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2909] ppid=2897 vsize=1794604 CPUtime=0.9
/proc/2899/task/2909/stat : 2909 (java) S 2897 2899 2525 0 -1 64 2876 0 0 0 89 1 0 0 16 0 13 0 118533154 1837674496 44853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2910] ppid=2897 vsize=1794604 CPUtime=0
/proc/2899/task/2910/stat : 2910 (java) S 2897 2899 2525 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 118533154 1837674496 44853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2911] ppid=2897 vsize=1794604 CPUtime=0
/proc/2899/task/2911/stat : 2911 (java) S 2897 2899 2525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118533154 1837674496 44853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2912] ppid=2897 vsize=1794604 CPUtime=0
/proc/2899/task/2912/stat : 2912 (java) S 2897 2899 2525 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118533336 1837674496 44853 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 1794604

[startup+6.3021 s]
/proc/loadavg: 0.97 1.00 1.00 2/79 2912
/proc/meminfo: memFree=1771368/2055920 swapFree=4183016/4192956
[pid=2899] ppid=2897 vsize=1794992 CPUtime=8.89
/proc/2899/stat : 2899 (java) S 2897 2899 2525 0 -1 0 61986 0 1 0 853 36 0 0 18 0 13 0 118533145 1838071808 50827 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2899/statm: 448748 50827 1326 9 0 446360 0
[pid=2899/tid=2901] ppid=2897 vsize=1794992 CPUtime=5.03
/proc/2899/task/2901/stat : 2901 (java) R 2897 2899 2525 0 -1 64 37744 0 1 0 485 18 0 0 20 0 13 0 118533146 1838071808 50827 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109854257 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2902] ppid=2897 vsize=1794992 CPUtime=0.35
/proc/2899/task/2902/stat : 2902 (java) S 2897 2899 2525 0 -1 64 6603 0 0 0 33 2 0 0 16 0 13 0 118533147 1838071808 50827 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2903] ppid=2897 vsize=1794992 CPUtime=0.35
/proc/2899/task/2903/stat : 2903 (java) S 2897 2899 2525 0 -1 64 5616 0 0 0 33 2 0 0 16 0 13 0 118533147 1838071808 50827 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2904] ppid=2897 vsize=1794992 CPUtime=0.11
/proc/2899/task/2904/stat : 2904 (java) S 2897 2899 2525 0 -1 64 24 0 0 0 4 7 0 0 15 0 13 0 118533149 1838071808 50827 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2905] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2905/stat : 2905 (java) S 2897 2899 2525 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118533150 1838071808 50827 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2906] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2906/stat : 2906 (java) S 2897 2899 2525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118533150 1838071808 50827 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2907] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2907/stat : 2907 (java) S 2897 2899 2525 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 118533154 1838071808 50827 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2908] ppid=2897 vsize=1794992 CPUtime=1.7
/proc/2899/task/2908/stat : 2908 (java) S 2897 2899 2525 0 -1 64 6531 0 0 0 168 2 0 0 17 0 13 0 118533154 1838071808 50827 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2909] ppid=2897 vsize=1794992 CPUtime=1.3
/proc/2899/task/2909/stat : 2909 (java) S 2897 2899 2525 0 -1 64 4746 0 0 0 128 2 0 0 16 0 13 0 118533154 1838071808 50827 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2910] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2910/stat : 2910 (java) S 2897 2899 2525 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 118533154 1838071808 50827 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2911] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2911/stat : 2911 (java) S 2897 2899 2525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118533154 1838071808 50827 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2912] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2912/stat : 2912 (java) S 2897 2899 2525 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118533336 1838071808 50827 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.89
Current children cumulated vsize (KiB) 1794992

[startup+12.7018 s]
/proc/loadavg: 0.97 1.00 1.00 2/79 2912
/proc/meminfo: memFree=1756528/2055920 swapFree=4183016/4192956
[pid=2899] ppid=2897 vsize=1794992 CPUtime=15.47
/proc/2899/stat : 2899 (java) S 2897 2899 2525 0 -1 0 62952 0 1 0 1511 36 0 0 18 0 13 0 118533145 1838071808 51180 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2899/statm: 448748 51180 1326 9 0 446360 0
[pid=2899/tid=2901] ppid=2897 vsize=1794992 CPUtime=11.33
/proc/2899/task/2901/stat : 2901 (java) R 2897 2899 2525 0 -1 64 37778 0 1 0 1115 18 0 0 21 0 13 0 118533146 1838071808 51180 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109520045 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2902] ppid=2897 vsize=1794992 CPUtime=0.37
/proc/2899/task/2902/stat : 2902 (java) S 2897 2899 2525 0 -1 64 7131 0 0 0 35 2 0 0 16 0 13 0 118533147 1838071808 51180 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2903] ppid=2897 vsize=1794992 CPUtime=0.37
/proc/2899/task/2903/stat : 2903 (java) S 2897 2899 2525 0 -1 64 6010 0 0 0 35 2 0 0 16 0 13 0 118533147 1838071808 51180 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2904] ppid=2897 vsize=1794992 CPUtime=0.11
/proc/2899/task/2904/stat : 2904 (java) S 2897 2899 2525 0 -1 64 24 0 0 0 4 7 0 0 16 0 13 0 118533149 1838071808 51180 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2905] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2905/stat : 2905 (java) S 2897 2899 2525 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118533150 1838071808 51180 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2906] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2906/stat : 2906 (java) S 2897 2899 2525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118533150 1838071808 51180 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2907] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2907/stat : 2907 (java) S 2897 2899 2525 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 118533154 1838071808 51180 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2908] ppid=2897 vsize=1794992 CPUtime=1.82
/proc/2899/task/2908/stat : 2908 (java) S 2897 2899 2525 0 -1 64 6540 0 0 0 180 2 0 0 16 0 13 0 118533154 1838071808 51180 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2909] ppid=2897 vsize=1794992 CPUtime=1.41
/proc/2899/task/2909/stat : 2909 (java) S 2897 2899 2525 0 -1 64 4747 0 0 0 139 2 0 0 16 0 13 0 118533154 1838071808 51180 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2910] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2910/stat : 2910 (java) S 2897 2899 2525 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 118533154 1838071808 51180 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2911] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2911/stat : 2911 (java) S 2897 2899 2525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118533154 1838071808 51180 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2912] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2912/stat : 2912 (java) S 2897 2899 2525 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118533336 1838071808 51180 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.47
Current children cumulated vsize (KiB) 1794992

[startup+25.5023 s]
/proc/loadavg: 0.98 1.00 1.00 2/79 2912
/proc/meminfo: memFree=1839280/2055920 swapFree=4183016/4192956
[pid=2899] ppid=2897 vsize=1794992 CPUtime=28.33
/proc/2899/stat : 2899 (java) S 2897 2899 2525 0 -1 0 64288 0 1 0 2794 39 0 0 18 0 13 0 118533145 1838071808 30838 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2899/statm: 448748 30838 1326 9 0 446360 0
[pid=2899/tid=2901] ppid=2897 vsize=1794992 CPUtime=24.02
/proc/2899/task/2901/stat : 2901 (java) R 2897 2899 2525 0 -1 64 37822 0 1 0 2384 18 0 0 25 0 13 0 118533146 1838071808 30838 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109520777 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2902] ppid=2897 vsize=1794992 CPUtime=0.43
/proc/2899/task/2902/stat : 2902 (java) S 2897 2899 2525 0 -1 64 7651 0 0 0 40 3 0 0 16 0 13 0 118533147 1838071808 30838 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2903] ppid=2897 vsize=1794992 CPUtime=0.44
/proc/2899/task/2903/stat : 2903 (java) S 2897 2899 2525 0 -1 64 6782 0 0 0 42 2 0 0 16 0 13 0 118533147 1838071808 30838 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2904] ppid=2897 vsize=1794992 CPUtime=0.13
/proc/2899/task/2904/stat : 2904 (java) S 2897 2899 2525 0 -1 64 24 0 0 0 4 9 0 0 16 0 13 0 118533149 1838071808 30838 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=2899/tid=2904] ppid=2897 vsize=1794992 CPUtime=0.52
/proc/2899/task/2904/stat : 2904 (java) S 2897 2899 2525 0 -1 64 177 0 0 0 29 23 0 0 16 0 13 0 118533149 1838071808 185658 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2905] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2905/stat : 2905 (java) S 2897 2899 2525 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118533150 1838071808 185658 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2906] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2906/stat : 2906 (java) S 2897 2899 2525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118533150 1838071808 185658 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2907] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2907/stat : 2907 (java) S 2897 2899 2525 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 118533154 1838071808 185658 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2908] ppid=2897 vsize=1794992 CPUtime=1.88
/proc/2899/task/2908/stat : 2908 (java) S 2897 2899 2525 0 -1 64 6544 0 0 0 186 2 0 0 17 0 13 0 118533154 1838071808 185658 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2909] ppid=2897 vsize=1794992 CPUtime=1.53
/proc/2899/task/2909/stat : 2909 (java) S 2897 2899 2525 0 -1 64 4758 0 0 0 151 2 0 0 16 0 13 0 118533154 1838071808 185658 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2910] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2910/stat : 2910 (java) S 2897 2899 2525 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 118533154 1838071808 185658 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2911] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2911/stat : 2911 (java) S 2897 2899 2525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118533154 1838071808 185658 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2912] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2912/stat : 2912 (java) S 2897 2899 2525 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118533336 1838071808 185658 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1581.42
Current children cumulated vsize (KiB) 1794992

[startup+1602.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/79 3110
/proc/meminfo: memFree=1205936/2055920 swapFree=4183016/4192956
[pid=2899] ppid=2897 vsize=1794992 CPUtime=1643.49
/proc/2899/stat : 2899 (java) S 2897 2899 2525 0 -1 0 253736 0 1 0 164191 158 0 0 18 0 13 0 118533145 1838071808 188913 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2899/statm: 448748 188913 1327 9 0 446360 0
[pid=2899/tid=2901] ppid=2897 vsize=1794992 CPUtime=1560.64
/proc/2899/task/2901/stat : 2901 (java) R 2897 2899 2525 0 -1 64 74860 0 1 0 156010 54 0 0 24 0 13 0 118533146 1838071808 188913 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109768286 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2902] ppid=2897 vsize=1794992 CPUtime=39.44
/proc/2899/task/2902/stat : 2902 (java) S 2897 2899 2525 0 -1 64 81720 0 0 0 3908 36 0 0 17 0 13 0 118533147 1838071808 188913 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2903] ppid=2897 vsize=1794992 CPUtime=39.41
/proc/2899/task/2903/stat : 2903 (java) S 2897 2899 2525 0 -1 64 84955 0 0 0 3904 37 0 0 16 0 13 0 118533147 1838071808 188913 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2904] ppid=2897 vsize=1794992 CPUtime=0.54
/proc/2899/task/2904/stat : 2904 (java) S 2897 2899 2525 0 -1 64 177 0 0 0 30 24 0 0 16 0 13 0 118533149 1838071808 188913 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2905] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2905/stat : 2905 (java) S 2897 2899 2525 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118533150 1838071808 188913 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2906] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2906/stat : 2906 (java) S 2897 2899 2525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118533150 1838071808 188913 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2907] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2907/stat : 2907 (java) S 2897 2899 2525 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 118533154 1838071808 188913 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2908] ppid=2897 vsize=1794992 CPUtime=1.88
/proc/2899/task/2908/stat : 2908 (java) S 2897 2899 2525 0 -1 64 6544 0 0 0 186 2 0 0 17 0 13 0 118533154 1838071808 188913 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2909] ppid=2897 vsize=1794992 CPUtime=1.53
/proc/2899/task/2909/stat : 2909 (java) S 2897 2899 2525 0 -1 64 4758 0 0 0 151 2 0 0 16 0 13 0 118533154 1838071808 188913 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2910] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2910/stat : 2910 (java) S 2897 2899 2525 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 118533154 1838071808 188913 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2911] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2911/stat : 2911 (java) S 2897 2899 2525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118533154 1838071808 188913 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2912] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2912/stat : 2912 (java) S 2897 2899 2525 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118533336 1838071808 188913 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1643.49
Current children cumulated vsize (KiB) 1794992

[startup+1662.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/79 3110
/proc/meminfo: memFree=1193072/2055920 swapFree=4183016/4192956
[pid=2899] ppid=2897 vsize=1794992 CPUtime=1705.63
/proc/2899/stat : 2899 (java) S 2897 2899 2525 0 -1 0 257459 0 1 0 170402 161 0 0 18 0 13 0 118533145 1838071808 192201 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2899/statm: 448748 192201 1327 9 0 446360 0
[pid=2899/tid=2901] ppid=2897 vsize=1794992 CPUtime=1618.45
/proc/2899/task/2901/stat : 2901 (java) R 2897 2899 2525 0 -1 64 74902 0 1 0 161791 54 0 0 17 0 13 0 118533146 1838071808 192201 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109520149 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2902] ppid=2897 vsize=1794992 CPUtime=41.6
/proc/2899/task/2902/stat : 2902 (java) S 2897 2899 2525 0 -1 64 82771 0 0 0 4123 37 0 0 16 0 13 0 118533147 1838071808 192201 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2903] ppid=2897 vsize=1794992 CPUtime=41.56
/proc/2899/task/2903/stat : 2903 (java) S 2897 2899 2525 0 -1 64 87585 0 0 0 4118 38 0 0 16 0 13 0 118533147 1838071808 192201 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2904] ppid=2897 vsize=1794992 CPUtime=0.54
/proc/2899/task/2904/stat : 2904 (java) S 2897 2899 2525 0 -1 64 177 0 0 0 30 24 0 0 15 0 13 0 118533149 1838071808 192201 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2905] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2905/stat : 2905 (java) S 2897 2899 2525 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118533150 1838071808 192201 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2906] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2906/stat : 2906 (java) S 2897 2899 2525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118533150 1838071808 192201 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2907] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2907/stat : 2907 (java) S 2897 2899 2525 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 118533154 1838071808 192201 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2908] ppid=2897 vsize=1794992 CPUtime=1.88
/proc/2899/task/2908/stat : 2908 (java) S 2897 2899 2525 0 -1 64 6544 0 0 0 186 2 0 0 17 0 13 0 118533154 1838071808 192201 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2909] ppid=2897 vsize=1794992 CPUtime=1.53
/proc/2899/task/2909/stat : 2909 (java) S 2897 2899 2525 0 -1 64 4758 0 0 0 151 2 0 0 16 0 13 0 118533154 1838071808 192201 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2910] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2910/stat : 2910 (java) S 2897 2899 2525 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 118533154 1838071808 192201 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2911] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2911/stat : 2911 (java) S 2897 2899 2525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118533154 1838071808 192201 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2912] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2912/stat : 2912 (java) S 2897 2899 2525 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118533336 1838071808 192201 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1705.63
Current children cumulated vsize (KiB) 1794992

[startup+1722.3 s]
/proc/loadavg: 1.10 1.04 1.01 2/79 3110
/proc/meminfo: memFree=1178608/2055920 swapFree=4183016/4192956
[pid=2899] ppid=2897 vsize=1794992 CPUtime=1767.75
/proc/2899/stat : 2899 (java) S 2897 2899 2525 0 -1 0 261470 0 1 0 176611 164 0 0 18 0 13 0 118533145 1838071808 195778 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2899/statm: 448748 195778 1327 9 0 446360 0
[pid=2899/tid=2901] ppid=2897 vsize=1794992 CPUtime=1676.27
/proc/2899/task/2901/stat : 2901 (java) R 2897 2899 2525 0 -1 64 74943 0 1 0 167572 55 0 0 18 0 13 0 118533146 1838071808 195778 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109816994 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2902] ppid=2897 vsize=1794992 CPUtime=43.75
/proc/2899/task/2902/stat : 2902 (java) S 2897 2899 2525 0 -1 64 84898 0 0 0 4337 38 0 0 16 0 13 0 118533147 1838071808 195778 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2903] ppid=2897 vsize=1794992 CPUtime=43.71
/proc/2899/task/2903/stat : 2903 (java) S 2897 2899 2525 0 -1 64 89428 0 0 0 4331 40 0 0 17 0 13 0 118533147 1838071808 195778 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2904] ppid=2897 vsize=1794992 CPUtime=0.55
/proc/2899/task/2904/stat : 2904 (java) S 2897 2899 2525 0 -1 64 177 0 0 0 31 24 0 0 15 0 13 0 118533149 1838071808 195778 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2905] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2905/stat : 2905 (java) S 2897 2899 2525 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118533150 1838071808 195778 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2906] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2906/stat : 2906 (java) S 2897 2899 2525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118533150 1838071808 195778 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2907] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2907/stat : 2907 (java) S 2897 2899 2525 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 118533154 1838071808 195778 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2908] ppid=2897 vsize=1794992 CPUtime=1.88
/proc/2899/task/2908/stat : 2908 (java) S 2897 2899 2525 0 -1 64 6544 0 0 0 186 2 0 0 17 0 13 0 118533154 1838071808 195778 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2909] ppid=2897 vsize=1794992 CPUtime=1.53
/proc/2899/task/2909/stat : 2909 (java) S 2897 2899 2525 0 -1 64 4758 0 0 0 151 2 0 0 16 0 13 0 118533154 1838071808 195778 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2910] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2910/stat : 2910 (java) S 2897 2899 2525 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 118533154 1838071808 195778 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2911] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2911/stat : 2911 (java) S 2897 2899 2525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118533154 1838071808 195778 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2912] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2912/stat : 2912 (java) S 2897 2899 2525 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118533336 1838071808 195778 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.75
Current children cumulated vsize (KiB) 1794992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1753.5 s]
/proc/loadavg: 1.05 1.04 1.00 2/79 3110
/proc/meminfo: memFree=1171760/2055920 swapFree=4183016/4192956
[pid=2899] ppid=2897 vsize=1794992 CPUtime=1800.06
/proc/2899/stat : 2899 (java) S 2897 2899 2525 0 -1 0 263288 0 1 0 179840 166 0 0 18 0 13 0 118533145 1838071808 197418 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2899/statm: 448748 197418 1327 9 0 446360 0
[pid=2899/tid=2901] ppid=2897 vsize=1794992 CPUtime=1706.34
/proc/2899/task/2901/stat : 2901 (java) R 2897 2899 2525 0 -1 64 74964 0 1 0 170579 55 0 0 25 0 13 0 118533146 1838071808 197418 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109786574 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2902] ppid=2897 vsize=1794992 CPUtime=44.86
/proc/2899/task/2902/stat : 2902 (java) S 2897 2899 2525 0 -1 64 85325 0 0 0 4448 38 0 0 17 0 13 0 118533147 1838071808 197418 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2903] ppid=2897 vsize=1794992 CPUtime=44.83
/proc/2899/task/2903/stat : 2903 (java) S 2897 2899 2525 0 -1 64 90798 0 0 0 4443 40 0 0 16 0 13 0 118533147 1838071808 197418 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2904] ppid=2897 vsize=1794992 CPUtime=0.56
/proc/2899/task/2904/stat : 2904 (java) S 2897 2899 2525 0 -1 64 177 0 0 0 31 25 0 0 16 0 13 0 118533149 1838071808 197418 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2905] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2905/stat : 2905 (java) S 2897 2899 2525 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118533150 1838071808 197418 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2906] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2906/stat : 2906 (java) S 2897 2899 2525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118533150 1838071808 197418 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2907] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2907/stat : 2907 (java) S 2897 2899 2525 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 118533154 1838071808 197418 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2908] ppid=2897 vsize=1794992 CPUtime=1.88
/proc/2899/task/2908/stat : 2908 (java) S 2897 2899 2525 0 -1 64 6544 0 0 0 186 2 0 0 17 0 13 0 118533154 1838071808 197418 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2909] ppid=2897 vsize=1794992 CPUtime=1.53
/proc/2899/task/2909/stat : 2909 (java) S 2897 2899 2525 0 -1 64 4758 0 0 0 151 2 0 0 16 0 13 0 118533154 1838071808 197418 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2910] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2910/stat : 2910 (java) S 2897 2899 2525 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 118533154 1838071808 197418 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2899/tid=2911] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2911/stat : 2911 (java) S 2897 2899 2525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118533154 1838071808 197418 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2899/tid=2912] ppid=2897 vsize=1794992 CPUtime=0
/proc/2899/task/2912/stat : 2912 (java) S 2897 2899 2525 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118533336 1838071808 197418 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1794992

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

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

[startup+1753.61 s]
/proc/loadavg: 1.05 1.04 1.00 2/79 3110
/proc/meminfo: memFree=1171760/2055920 swapFree=4183016/4192956
[pid=2899] ppid=2897 vsize=0 CPUtime=1800.16
/proc/2899/stat : 2899 (java) Z 2897 2899 2525 0 -1 1036 263308 0 1 0 179845 171 0 0 16 0 2 0 118533145 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2899/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1753.67
CPU time (s): 1800.23
CPU user time (s): 1798.46
CPU system time (s): 1.77573
CPU usage (%): 102.655
Max. virtual memory (cumulated for all children) (KiB): 1797676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.46
system time used= 1.77573
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263308
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= 52858
involuntary context switches= 26911

runsolver used 1.9927 second user time and 5.43317 second system time

The end

Launcher Data (download as text)

Begin job on node74 on Mon Apr 16 06:49:44 UTC 2007

IDJOB= 349528
IDBENCH= 2498
IDSOLVER= 160
FILE ID= node74/349528-1176706184

PBS_JOBID= 4560046

Free space on /tmp= 103223 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-danoint.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349528-1176706184/sat4jPseudoCP.jar /tmp/evaluation/349528-1176706184/instance-349528-1176706184.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node74/watcher-349528-1176706184 -o ROOT/results/node74/solver-349528-1176706184 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349528-1176706184/sat4jPseudoCP.jar /tmp/evaluation/349528-1176706184/instance-349528-1176706184.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  72b327feddced7495a083616b5e4ecd7

RANDOM SEED= 191201514

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node74.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.213
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.213
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:       1959528 kB
Buffers:          4088 kB
Cached:          45940 kB
SwapCached:       3352 kB
Active:          32144 kB
Inactive:        29224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1959528 kB
SwapTotal:     4192956 kB
SwapFree:      4183016 kB
Dirty:            4580 kB
Writeback:           0 kB
Mapped:          16696 kB
Slab:            20880 kB
Committed_AS:  1923232 kB
PageTables:       1484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103223 MiB

End job on node74 on Mon Apr 16 07:19:00 UTC 2007