Trace number 348732

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.16 1760.13

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-greenbeb.opb
MD5SUM7808a83c255339d45cbd36765fa322a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables155020
Total number of constraints2675
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2675
Minimum length of a constraint11
Maximum length of a constraint7172
Number of terms in the objective function 14882
Biggest coefficient in the objective function 22533
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 536862
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 536862
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/348732-1176595505/instance-348732-1176595505.opb
0.20/0.20	c reading problem ... 
10.36/7.84	c ... done. Wall clock time 7.638s.
10.36/7.84	c CPU time (experimental) 5.49s.
10.36/7.84	c #vars     155020
10.36/7.84	c #constraints  4612
1800.03/1760.02	c starts		: 2
1800.03/1760.02	c conflicts		: 3834
1800.03/1760.02	c decisions		: 67923
1800.03/1760.02	c propagations		: 530857
1800.03/1760.02	c inspects		: 6409496
1800.03/1760.02	c learnt literals	: 0
1800.03/1760.02	c learnt binary clauses	: 0
1800.03/1760.02	c learnt ternary clauses	: 0
1800.03/1760.02	c learnt clauses	: 3833
1800.03/1760.02	c root simplifications	: 0
1800.03/1760.02	c removed literals (reason simplification)	: 0
1800.03/1760.02	c reason swapping (by a shorter reason)	: 0
1800.03/1760.02	c Calls to reduceDB	: 0
1800.03/1760.02	c speed (decisions/second)	: 38.77242073753395
1800.03/1760.02	c non guided choices	0
1800.03/1760.02	s UNKNOWN
1800.03/1760.02	c Total wall clock time (ms): 1759.814

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 1779
/proc/meminfo: memFree=1747800/2055920 swapFree=4170480/4192956
[pid=1779] ppid=1777 vsize=18568 CPUtime=0
/proc/1779/stat : 1779 (runsolver) R 1777 1779 28195 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 135588104 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 244671114535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1779/statm: 4642 292 257 24 0 2626 0

[startup+0.083738 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 1779
/proc/meminfo: memFree=1747800/2055920 swapFree=4170480/4192956
[pid=1779] ppid=1777 vsize=1778868 CPUtime=0.06
/proc/1779/stat : 1779 (java) S 1777 1779 28195 0 -1 0 3792 0 1 0 5 1 0 0 18 0 7 0 135588104 1821560832 3534 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/1779/statm: 444717 3534 1086 9 0 442353 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1778868

[startup+0.10174 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 1779
/proc/meminfo: memFree=1747800/2055920 swapFree=4170480/4192956
[pid=1779] ppid=1777 vsize=1781132 CPUtime=0.08
/proc/1779/stat : 1779 (java) S 1777 1779 28195 0 -1 0 3969 0 1 0 6 2 0 0 18 0 12 0 135588104 1823879168 3710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1779/statm: 445283 3710 1122 9 0 442902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781132

[startup+0.301761 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 1779
/proc/meminfo: memFree=1747800/2055920 swapFree=4170480/4192956
[pid=1779] ppid=1777 vsize=1782660 CPUtime=0.32
/proc/1779/stat : 1779 (java) S 1777 1779 28195 0 -1 0 6420 0 1 0 29 3 0 0 18 0 12 0 135588104 1825443840 6158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1779/statm: 445665 6158 1267 9 0 443277 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782660

[startup+0.701803 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 1779
/proc/meminfo: memFree=1747800/2055920 swapFree=4170480/4192956
[pid=1779] ppid=1777 vsize=1784756 CPUtime=0.94
/proc/1779/stat : 1779 (java) S 1777 1779 28195 0 -1 0 9346 0 1 0 89 5 0 0 18 0 12 0 135588104 1827590144 8654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1779/statm: 446189 8654 1297 9 0 443801 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1784756

[startup+1.50189 s]
/proc/loadavg: 0.92 0.98 0.99 4/89 1791
/proc/meminfo: memFree=1707000/2055920 swapFree=4170480/4192956
[pid=1779] ppid=1777 vsize=1794868 CPUtime=2.4
/proc/1779/stat : 1779 (java) S 1777 1779 28195 0 -1 0 22052 0 1 0 229 11 0 0 18 0 12 0 135588104 1837944832 16906 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1779/statm: 448717 16907 1314 9 0 446329 0
[pid=1779/tid=1781] ppid=1777 vsize=1794868 CPUtime=0.81
/proc/1779/task/1781/stat : 1781 (java) R 1777 1779 28195 0 -1 64 12754 0 1 0 75 6 0 0 24 0 12 0 135588105 1837944832 16908 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109508171 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1782] ppid=1777 vsize=1794868 CPUtime=0
/proc/1779/task/1782/stat : 1782 (java) S 1777 1779 28195 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 135588107 1837944832 16908 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1783] ppid=1777 vsize=1794868 CPUtime=0
/proc/1779/task/1783/stat : 1783 (java) S 1777 1779 28195 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 135588107 1837944832 16912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1784] ppid=1777 vsize=1794868 CPUtime=0
/proc/1779/task/1784/stat : 1784 (java) S 1777 1779 28195 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 135588109 1837944832 16915 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1785] ppid=1777 vsize=1794868 CPUtime=0
/proc/1779/task/1785/stat : 1785 (java) S 1777 1779 28195 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 135588110 1837944832 16917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1786] ppid=1777 vsize=1794868 CPUtime=0
/proc/1779/task/1786/stat : 1786 (java) S 1777 1779 28195 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 135588110 1837944832 16917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1787] ppid=1777 vsize=1794868 CPUtime=0
/proc/1779/task/1787/stat : 1787 (java) S 1777 1779 28195 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 135588113 1837944832 16919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1788] ppid=1777 vsize=1794868 CPUtime=0.68
/proc/1779/task/1788/stat : 1788 (java) S 1777 1779 28195 0 -1 64 3560 0 0 0 67 1 0 0 18 0 12 0 135588113 1837944832 16922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1789] ppid=1777 vsize=1794868 CPUtime=0.88
/proc/1779/task/1789/stat : 1789 (java) S 1777 1779 28195 0 -1 64 5019 0 0 0 86 2 0 0 18 0 12 0 135588113 1837944832 16923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1790] ppid=1777 vsize=1794868 CPUtime=0
/proc/1779/task/1790/stat : 1790 (java) S 1777 1779 28195 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 135588113 1837944832 16924 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1791] ppid=1777 vsize=1794868 CPUtime=0
/proc/1779/task/1791/stat : 1791 (java) S 1777 1779 28195 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 135588113 1837944832 16925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 1794868

[startup+3.10206 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 1791
/proc/meminfo: memFree=1610872/2055920 swapFree=4170480/4192956
[pid=1779] ppid=1777 vsize=1795512 CPUtime=4.25
/proc/1779/stat : 1779 (java) S 1777 1779 28195 0 -1 0 55595 0 1 0 400 25 0 0 18 0 12 0 135588104 1838604288 50040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1779/statm: 448878 50040 1324 9 0 446490 0
[pid=1779/tid=1781] ppid=1777 vsize=1795512 CPUtime=2.18
/proc/1779/task/1781/stat : 1781 (java) R 1777 1779 28195 0 -1 64 37682 0 1 0 202 16 0 0 22 0 12 0 135588105 1838604288 50040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109693235 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1782] ppid=1777 vsize=1795512 CPUtime=0.17
/proc/1779/task/1782/stat : 1782 (java) S 1777 1779 28195 0 -1 64 5068 0 0 0 15 2 0 0 16 0 12 0 135588107 1838604288 50040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1783] ppid=1777 vsize=1795512 CPUtime=0.17
/proc/1779/task/1783/stat : 1783 (java) S 1777 1779 28195 0 -1 64 3529 0 0 0 16 1 0 0 16 0 12 0 135588107 1838604288 50040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1784] ppid=1777 vsize=1795512 CPUtime=0
/proc/1779/task/1784/stat : 1784 (java) S 1777 1779 28195 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 135588109 1838604288 50040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1785] ppid=1777 vsize=1795512 CPUtime=0
/proc/1779/task/1785/stat : 1785 (java) S 1777 1779 28195 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 135588110 1838604288 50040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1786] ppid=1777 vsize=1795512 CPUtime=0
/proc/1779/task/1786/stat : 1786 (java) S 1777 1779 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 135588110 1838604288 50040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1787] ppid=1777 vsize=1795512 CPUtime=0
/proc/1779/task/1787/stat : 1787 (java) S 1777 1779 28195 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 135588113 1838604288 50040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1788] ppid=1777 vsize=1795512 CPUtime=0.74
/proc/1779/task/1788/stat : 1788 (java) S 1777 1779 28195 0 -1 64 3562 0 0 0 73 1 0 0 16 0 12 0 135588113 1838604288 50040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1789] ppid=1777 vsize=1795512 CPUtime=0.94
/proc/1779/task/1789/stat : 1789 (java) S 1777 1779 28195 0 -1 64 5030 0 0 0 92 2 0 0 16 0 12 0 135588113 1838604288 50040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1790] ppid=1777 vsize=1795512 CPUtime=0
/proc/1779/task/1790/stat : 1790 (java) S 1777 1779 28195 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 135588113 1838604288 50040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1791] ppid=1777 vsize=1795512 CPUtime=0
/proc/1779/task/1791/stat : 1791 (java) S 1777 1779 28195 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 135588113 1838604288 50040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 1795512

[startup+6.30238 s]
/proc/loadavg: 0.93 0.98 0.99 2/89 1791
/proc/meminfo: memFree=1483064/2055920 swapFree=4170480/4192956
[pid=1779] ppid=1777 vsize=1796888 CPUtime=8.53
/proc/1779/stat : 1779 (java) S 1777 1779 28195 0 -1 0 82081 0 1 0 816 37 0 0 18 0 12 0 135588104 1840013312 72301 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1779/statm: 449222 72301 1324 9 0 446834 0
[pid=1779/tid=1781] ppid=1777 vsize=1796888 CPUtime=4.28
/proc/1779/task/1781/stat : 1781 (java) R 1777 1779 28195 0 -1 64 37687 0 1 0 411 17 0 0 18 0 12 0 135588105 1840013312 72301 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1782] ppid=1777 vsize=1796888 CPUtime=1.25
/proc/1779/task/1782/stat : 1782 (java) S 1777 1779 28195 0 -1 64 18804 0 0 0 118 7 0 0 16 0 12 0 135588107 1840013312 72301 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1783] ppid=1777 vsize=1796888 CPUtime=1.25
/proc/1779/task/1783/stat : 1783 (java) S 1777 1779 28195 0 -1 64 16274 0 0 0 118 7 0 0 16 0 12 0 135588107 1840013312 72301 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1784] ppid=1777 vsize=1796888 CPUtime=0
/proc/1779/task/1784/stat : 1784 (java) S 1777 1779 28195 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 135588109 1840013312 72301 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1785] ppid=1777 vsize=1796888 CPUtime=0
/proc/1779/task/1785/stat : 1785 (java) S 1777 1779 28195 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 135588110 1840013312 72301 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1786] ppid=1777 vsize=1796888 CPUtime=0
/proc/1779/task/1786/stat : 1786 (java) S 1777 1779 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 135588110 1840013312 72301 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1787] ppid=1777 vsize=1796888 CPUtime=0
/proc/1779/task/1787/stat : 1787 (java) S 1777 1779 28195 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 135588113 1840013312 72301 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1788] ppid=1777 vsize=1796888 CPUtime=0.74
/proc/1779/task/1788/stat : 1788 (java) S 1777 1779 28195 0 -1 64 3562 0 0 0 73 1 0 0 17 0 12 0 135588113 1840013312 72301 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1789] ppid=1777 vsize=1796888 CPUtime=0.94
/proc/1779/task/1789/stat : 1789 (java) S 1777 1779 28195 0 -1 64 5030 0 0 0 92 2 0 0 16 0 12 0 135588113 1840013312 72301 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1790] ppid=1777 vsize=1796888 CPUtime=0
/proc/1779/task/1790/stat : 1790 (java) S 1777 1779 28195 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 135588113 1840013312 72301 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1791] ppid=1777 vsize=1796888 CPUtime=0
/proc/1779/task/1791/stat : 1791 (java) S 1777 1779 28195 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 135588113 1840013312 72301 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.53
Current children cumulated vsize (KiB) 1796888

[startup+12.7021 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 1792
/proc/meminfo: memFree=1406896/2055920 swapFree=4170480/4192956
[pid=1779] ppid=1777 vsize=1795004 CPUtime=16.94
/proc/1779/stat : 1779 (java) S 1777 1779 28195 0 -1 0 99876 0 1 0 1647 47 0 0 18 0 13 0 135588104 1838084096 85826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1779/statm: 448751 85826 1334 9 0 446363 0
[pid=1779/tid=1781] ppid=1777 vsize=1795004 CPUtime=9.09
/proc/1779/task/1781/stat : 1781 (java) R 1777 1779 28195 0 -1 64 37740 0 1 0 892 17 0 0 22 0 13 0 135588105 1838084096 85826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109971394 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1782] ppid=1777 vsize=1795004 CPUtime=2.38
/proc/1779/task/1782/stat : 1782 (java) S 1777 1779 28195 0 -1 64 27703 0 0 0 226 12 0 0 16 0 13 0 135588107 1838084096 85826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1783] ppid=1777 vsize=1795004 CPUtime=2.37
/proc/1779/task/1783/stat : 1783 (java) S 1777 1779 28195 0 -1 64 25001 0 0 0 225 12 0 0 16 0 13 0 135588107 1838084096 85826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1784] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1784/stat : 1784 (java) S 1777 1779 28195 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 135588109 1838084096 85826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1785] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1785/stat : 1785 (java) S 1777 1779 28195 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 135588110 1838084096 85826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1786] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1786/stat : 1786 (java) S 1777 1779 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135588110 1838084096 85826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1787] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1787/stat : 1787 (java) S 1777 1779 28195 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 135588113 1838084096 85826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1788] ppid=1777 vsize=1795004 CPUtime=1.5
/proc/1779/task/1788/stat : 1788 (java) S 1777 1779 28195 0 -1 64 3639 0 0 0 149 1 0 0 16 0 13 0 135588113 1838084096 85826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1789] ppid=1777 vsize=1795004 CPUtime=1.53
/proc/1779/task/1789/stat : 1789 (java) S 1777 1779 28195 0 -1 64 5064 0 0 0 151 2 0 0 16 0 13 0 135588113 1838084096 85826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1790] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1790/stat : 1790 (java) S 1777 1779 28195 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135588113 1838084096 85826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1791] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1791/stat : 1791 (java) S 1777 1779 28195 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 135588113 1838084096 85826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1792] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1792/stat : 1792 (java) S 1777 1779 28195 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 135588972 1838084096 85826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.94
Current children cumulated vsize (KiB) 1795004

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 1792
/proc/meminfo: memFree=1408688/2055920 swapFree=4170480/4192956
[pid=1779] ppid=1777 vsize=1795004 CPUtime=30.29
/proc/1779/stat : 1779 (java) S 1777 1779 28195 0 -1 0 101617 0 1 0 2981 48 0 0 18 0 13 0 135588104 1838084096 85811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1779/statm: 448751 85811 1334 9 0 446363 0
[pid=1779/tid=1781] ppid=1777 vsize=1795004 CPUtime=21.48
/proc/1779/task/1781/stat : 1781 (java) R 1777 1779 28195 0 -1 64 37762 0 1 0 2130 18 0 0 20 0 13 0 135588105 1838084096 85811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109905841 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1782] ppid=1777 vsize=1795004 CPUtime=2.55
/proc/1779/task/1782/stat : 1782 (java) S 1777 1779 28195 0 -1 64 28173 0 0 0 243 12 0 0 16 0 13 0 135588107 1838084096 85811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1783] ppid=1777 vsize=1795004 CPUtime=2.53
/proc/1779/task/1783/stat : 1783 (java) S 1777 1779 28195 0 -1 64 25755 0 0 0 241 12 0 0 16 0 13 0 135588107 1838084096 85811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1784] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1784/stat : 1784 (java) S 1777 1779 28195 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 135588109 1838084096 85811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1785] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1785/stat : 1785 (java) S 1777 1779 28195 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 135588110 1838084096 85811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1786] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1786/stat : 1786 (java) S 1777 1779 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135588110 1838084096 85811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=1779/tid=1784] ppid=1777 vsize=1795004 CPUtime=0.6
/proc/1779/task/1784/stat : 1784 (java) S 1777 1779 28195 0 -1 64 59 0 0 0 36 24 0 0 16 0 13 0 135588109 1838084096 147894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1785] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1785/stat : 1785 (java) S 1777 1779 28195 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 135588110 1838084096 147894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1786] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1786/stat : 1786 (java) S 1777 1779 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135588110 1838084096 147894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1787] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1787/stat : 1787 (java) S 1777 1779 28195 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 135588113 1838084096 147894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1788] ppid=1777 vsize=1795004 CPUtime=1.98
/proc/1779/task/1788/stat : 1788 (java) S 1777 1779 28195 0 -1 64 4088 0 0 0 197 1 0 0 17 0 13 0 135588113 1838084096 147894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1789] ppid=1777 vsize=1795004 CPUtime=1.96
/proc/1779/task/1789/stat : 1789 (java) S 1777 1779 28195 0 -1 64 5098 0 0 0 194 2 0 0 16 0 13 0 135588113 1838084096 147894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1790] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1790/stat : 1790 (java) S 1777 1779 28195 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135588113 1838084096 147894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1791] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1791/stat : 1791 (java) S 1777 1779 28195 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 135588113 1838084096 147894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1792] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1792/stat : 1792 (java) S 1777 1779 28195 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 135588972 1838084096 147894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1574.49
Current children cumulated vsize (KiB) 1795004

[startup+1602.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/90 1798
/proc/meminfo: memFree=1138168/2055920 swapFree=4170480/4192956
[pid=1779] ppid=1777 vsize=1795004 CPUtime=1636.63
/proc/1779/stat : 1779 (java) S 1777 1779 28195 0 -1 0 182852 0 1 0 163468 195 0 0 18 0 13 0 135588104 1838084096 153214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1779/statm: 448751 153214 1334 9 0 446363 0
[pid=1779/tid=1781] ppid=1777 vsize=1795004 CPUtime=1565.23
/proc/1779/task/1781/stat : 1781 (java) R 1777 1779 28195 0 -1 64 49224 0 1 0 156490 33 0 0 20 0 13 0 135588105 1838084096 153214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109999557 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1782] ppid=1777 vsize=1795004 CPUtime=33.31
/proc/1779/task/1782/stat : 1782 (java) S 1777 1779 28195 0 -1 64 63653 0 0 0 3262 69 0 0 17 0 13 0 135588107 1838084096 153214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1783] ppid=1777 vsize=1795004 CPUtime=33.46
/proc/1779/task/1783/stat : 1783 (java) S 1777 1779 28195 0 -1 64 60008 0 0 0 3285 61 0 0 16 0 13 0 135588107 1838084096 153214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1784] ppid=1777 vsize=1795004 CPUtime=0.62
/proc/1779/task/1784/stat : 1784 (java) S 1777 1779 28195 0 -1 64 59 0 0 0 37 25 0 0 16 0 13 0 135588109 1838084096 153214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1785] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1785/stat : 1785 (java) S 1777 1779 28195 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 135588110 1838084096 153214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1786] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1786/stat : 1786 (java) S 1777 1779 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135588110 1838084096 153214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1787] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1787/stat : 1787 (java) S 1777 1779 28195 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 135588113 1838084096 153214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1788] ppid=1777 vsize=1795004 CPUtime=1.98
/proc/1779/task/1788/stat : 1788 (java) S 1777 1779 28195 0 -1 64 4088 0 0 0 197 1 0 0 17 0 13 0 135588113 1838084096 153214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1789] ppid=1777 vsize=1795004 CPUtime=1.96
/proc/1779/task/1789/stat : 1789 (java) S 1777 1779 28195 0 -1 64 5098 0 0 0 194 2 0 0 16 0 13 0 135588113 1838084096 153214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1790] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1790/stat : 1790 (java) S 1777 1779 28195 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135588113 1838084096 153214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1791] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1791/stat : 1791 (java) S 1777 1779 28195 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 135588113 1838084096 153214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1792] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1792/stat : 1792 (java) S 1777 1779 28195 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 135588972 1838084096 153214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1636.63
Current children cumulated vsize (KiB) 1795004

[startup+1662.3 s]
/proc/loadavg: 1.10 1.05 1.01 2/90 1798
/proc/meminfo: memFree=1128632/2055920 swapFree=4170480/4192956
[pid=1779] ppid=1777 vsize=1795004 CPUtime=1698.78
/proc/1779/stat : 1779 (java) S 1777 1779 28195 0 -1 0 185382 0 1 0 169679 199 0 0 18 0 13 0 135588104 1838084096 155545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1779/statm: 448751 155545 1334 9 0 446363 0
[pid=1779/tid=1781] ppid=1777 vsize=1795004 CPUtime=1622.99
/proc/1779/task/1781/stat : 1781 (java) R 1777 1779 28195 0 -1 64 49318 0 1 0 162266 33 0 0 21 0 13 0 135588105 1838084096 155545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109616489 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1782] ppid=1777 vsize=1795004 CPUtime=35.49
/proc/1779/task/1782/stat : 1782 (java) S 1777 1779 28195 0 -1 64 64791 0 0 0 3479 70 0 0 17 0 13 0 135588107 1838084096 155545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1783] ppid=1777 vsize=1795004 CPUtime=35.64
/proc/1779/task/1783/stat : 1783 (java) S 1777 1779 28195 0 -1 64 61305 0 0 0 3501 63 0 0 16 0 13 0 135588107 1838084096 155545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1784] ppid=1777 vsize=1795004 CPUtime=0.65
/proc/1779/task/1784/stat : 1784 (java) S 1777 1779 28195 0 -1 64 60 0 0 0 39 26 0 0 15 0 13 0 135588109 1838084096 155545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1785] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1785/stat : 1785 (java) S 1777 1779 28195 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 135588110 1838084096 155545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1786] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1786/stat : 1786 (java) S 1777 1779 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135588110 1838084096 155545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1787] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1787/stat : 1787 (java) S 1777 1779 28195 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 135588113 1838084096 155545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1788] ppid=1777 vsize=1795004 CPUtime=1.98
/proc/1779/task/1788/stat : 1788 (java) S 1777 1779 28195 0 -1 64 4088 0 0 0 197 1 0 0 17 0 13 0 135588113 1838084096 155545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1789] ppid=1777 vsize=1795004 CPUtime=1.96
/proc/1779/task/1789/stat : 1789 (java) S 1777 1779 28195 0 -1 64 5098 0 0 0 194 2 0 0 16 0 13 0 135588113 1838084096 155545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1790] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1790/stat : 1790 (java) S 1777 1779 28195 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135588113 1838084096 155545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1791] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1791/stat : 1791 (java) S 1777 1779 28195 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 135588113 1838084096 155545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1792] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1792/stat : 1792 (java) S 1777 1779 28195 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 135588972 1838084096 155545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1698.78
Current children cumulated vsize (KiB) 1795004

[startup+1722.3 s]
/proc/loadavg: 1.16 1.07 1.01 2/90 1798
/proc/meminfo: memFree=1119416/2055920 swapFree=4170480/4192956
[pid=1779] ppid=1777 vsize=1795004 CPUtime=1760.94
/proc/1779/stat : 1779 (java) S 1777 1779 28195 0 -1 0 187854 0 1 0 175891 203 0 0 18 0 13 0 135588104 1838084096 157877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1779/statm: 448751 157877 1334 9 0 446363 0
[pid=1779/tid=1781] ppid=1777 vsize=1795004 CPUtime=1680.73
/proc/1779/task/1781/stat : 1781 (java) R 1777 1779 28195 0 -1 64 49412 0 1 0 168039 34 0 0 25 0 13 0 135588105 1838084096 157877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109967037 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1782] ppid=1777 vsize=1795004 CPUtime=37.7
/proc/1779/task/1782/stat : 1782 (java) S 1777 1779 28195 0 -1 64 65955 0 0 0 3699 71 0 0 16 0 13 0 135588107 1838084096 157877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1783] ppid=1777 vsize=1795004 CPUtime=37.84
/proc/1779/task/1783/stat : 1783 (java) S 1777 1779 28195 0 -1 64 62517 0 0 0 3720 64 0 0 16 0 13 0 135588107 1838084096 157877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1784] ppid=1777 vsize=1795004 CPUtime=0.67
/proc/1779/task/1784/stat : 1784 (java) S 1777 1779 28195 0 -1 64 62 0 0 0 40 27 0 0 15 0 13 0 135588109 1838084096 157877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1785] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1785/stat : 1785 (java) S 1777 1779 28195 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 135588110 1838084096 157877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1786] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1786/stat : 1786 (java) S 1777 1779 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135588110 1838084096 157877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1787] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1787/stat : 1787 (java) S 1777 1779 28195 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 135588113 1838084096 157877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1788] ppid=1777 vsize=1795004 CPUtime=1.98
/proc/1779/task/1788/stat : 1788 (java) S 1777 1779 28195 0 -1 64 4088 0 0 0 197 1 0 0 17 0 13 0 135588113 1838084096 157877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1789] ppid=1777 vsize=1795004 CPUtime=1.96
/proc/1779/task/1789/stat : 1789 (java) S 1777 1779 28195 0 -1 64 5098 0 0 0 194 2 0 0 16 0 13 0 135588113 1838084096 157877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1790] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1790/stat : 1790 (java) S 1777 1779 28195 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135588113 1838084096 157877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1791] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1791/stat : 1791 (java) S 1777 1779 28195 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 135588113 1838084096 157877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1792] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1792/stat : 1792 (java) S 1777 1779 28195 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 135588972 1838084096 157877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1760.94
Current children cumulated vsize (KiB) 1795004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1760.01 s]
/proc/loadavg: 1.13 1.08 1.01 2/90 1798
/proc/meminfo: memFree=1113464/2055920 swapFree=4170480/4192956
[pid=1779] ppid=1777 vsize=1795004 CPUtime=1800.03
/proc/1779/stat : 1779 (java) S 1777 1779 28195 0 -1 0 189438 0 1 0 179798 205 0 0 18 0 13 0 135588104 1838084096 159343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1779/statm: 448751 159343 1334 9 0 446363 0
[pid=1779/tid=1781] ppid=1777 vsize=1795004 CPUtime=1716.99
/proc/1779/task/1781/stat : 1781 (java) R 1777 1779 28195 0 -1 64 49471 0 1 0 171665 34 0 0 19 0 13 0 135588105 1838084096 159343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109989756 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1782] ppid=1777 vsize=1795004 CPUtime=39.11
/proc/1779/task/1782/stat : 1782 (java) S 1777 1779 28195 0 -1 64 66846 0 0 0 3839 72 0 0 16 0 13 0 135588107 1838084096 159343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1783] ppid=1777 vsize=1795004 CPUtime=39.25
/proc/1779/task/1783/stat : 1783 (java) S 1777 1779 28195 0 -1 64 63151 0 0 0 3860 65 0 0 16 0 13 0 135588107 1838084096 159343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1784] ppid=1777 vsize=1795004 CPUtime=0.68
/proc/1779/task/1784/stat : 1784 (java) S 1777 1779 28195 0 -1 64 62 0 0 0 41 27 0 0 15 0 13 0 135588109 1838084096 159343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1785] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1785/stat : 1785 (java) S 1777 1779 28195 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 135588110 1838084096 159343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1786] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1786/stat : 1786 (java) S 1777 1779 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135588110 1838084096 159343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1787] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1787/stat : 1787 (java) S 1777 1779 28195 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 135588113 1838084096 159343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1788] ppid=1777 vsize=1795004 CPUtime=1.98
/proc/1779/task/1788/stat : 1788 (java) S 1777 1779 28195 0 -1 64 4088 0 0 0 197 1 0 0 17 0 13 0 135588113 1838084096 159343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1789] ppid=1777 vsize=1795004 CPUtime=1.96
/proc/1779/task/1789/stat : 1789 (java) S 1777 1779 28195 0 -1 64 5098 0 0 0 194 2 0 0 16 0 13 0 135588113 1838084096 159343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1790] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1790/stat : 1790 (java) S 1777 1779 28195 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135588113 1838084096 159343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1779/tid=1791] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1791/stat : 1791 (java) S 1777 1779 28195 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 135588113 1838084096 159343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1779/tid=1792] ppid=1777 vsize=1795004 CPUtime=0
/proc/1779/task/1792/stat : 1792 (java) S 1777 1779 28195 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 135588972 1838084096 159343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1795004

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

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

[startup+1760.11 s]
/proc/loadavg: 1.13 1.08 1.01 2/90 1798
/proc/meminfo: memFree=1113464/2055920 swapFree=4170480/4192956
[pid=1779] ppid=1777 vsize=0 CPUtime=1800.13
/proc/1779/stat : 1779 (java) Z 1777 1779 28195 0 -1 1036 189458 0 1 0 179800 213 0 0 16 0 2 0 135588104 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1779/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1760.13
CPU time (s): 1800.16
CPU user time (s): 1798.01
CPU system time (s): 2.15067
CPU usage (%): 102.274
Max. virtual memory (cumulated for all children) (KiB): 1797664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.01
system time used= 2.15067
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189458
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= 65260
involuntary context switches= 56422

runsolver used 2.01369 second user time and 5.61914 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Sun Apr 15 00:05:05 UTC 2007

IDJOB= 348732
IDBENCH= 1722
IDSOLVER= 160
FILE ID= node7/348732-1176595505

PBS_JOBID= 4556801

Free space on /tmp= 66511 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  7808a83c255339d45cbd36765fa322a9

RANDOM SEED= 603034449

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.231
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.231
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:       1748144 kB
Buffers:         82612 kB
Cached:         143236 kB
SwapCached:       2496 kB
Active:         142788 kB
Inactive:       112264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748144 kB
SwapTotal:     4192956 kB
SwapFree:      4170480 kB
Dirty:           12880 kB
Writeback:           0 kB
Mapped:          35012 kB
Slab:            38128 kB
Committed_AS:  4840216 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= 66511 MiB

End job on node7 on Sun Apr 15 00:34:27 UTC 2007