Trace number 363514

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
sat4jPseudoCPClause 2007-03-23SAT (TO)-7675 1800.15 1772.9

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-sentoy.opb
MD5SUMd0f46c7e79d3309033cc6b73ceacef6c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-7772
Best CPU time to get the best result obtained on this benchmark0.130979
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -7772
Optimality of the best value was proved YES
Number of variables60
Total number of constraints30
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 constraints30
Minimum length of a constraint60
Maximum length of a constraint60
Number of terms in the objective function 60
Biggest coefficient in the objective function 974
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 9460
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 6000
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 26162
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.08/0.19	--- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c No reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c Simplify asserted PB constraints to clauses
0.08/0.19	c solving /tmp/evaluation/363514-1177029103/instance-363514-1177029103.opb
0.08/0.19	c reading problem ... 
0.34/0.37	c ... done. Wall clock time 0.187s.
0.34/0.37	c CPU time (experimental) 0.32s.
0.34/0.37	c #vars     60
0.34/0.38	c #constraints  30
0.49/0.41	c SATISFIABLE
0.49/0.41	c OPTIMIZING...
0.49/0.41	c Got one! Elapsed wall clock time (in seconds):0.219
0.49/0.41	o -7675
1800.05/1772.81	c starts		: 3
1800.05/1772.81	c conflicts		: 36775
1800.05/1772.81	c decisions		: 42414
1800.05/1772.81	c propagations		: 258130
1800.05/1772.81	c inspects		: 827104772
1800.05/1772.81	c learnt literals	: 0
1800.05/1772.81	c learnt binary clauses	: 0
1800.05/1772.81	c learnt ternary clauses	: 0
1800.05/1772.81	c learnt clauses	: 36775
1800.05/1772.81	c root simplifications	: 0
1800.05/1772.81	c removed literals (reason simplification)	: 0
1800.05/1772.81	c reason swapping (by a shorter reason)	: 0
1800.05/1772.81	c Calls to reduceDB	: 0
1800.05/1772.81	c speed (decisions/second)	: 23.9302370455461
1800.05/1772.81	c non guided choices	0
1800.05/1772.81	s SATISFIABLE
1800.05/1772.81	v -x1 -x2 -x3 -x4 x5 x6 -x7 x8 x9 x10 x11 x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
1800.05/1772.81	v x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 x42 -x43 -x44 x45 -x46 -x47 -x48 x49 -x50 -x51 x52 -x53 -x54 x55 -x56 -x57
1800.05/1772.81	v -x58 x59 x60
1800.05/1772.81	c objective function=-7675
1800.05/1772.81	c Total wall clock time (ms): 1772.627

Verifier Data (download as text)

OK	-7675

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node63/watcher-363514-1177029103 -o ROOT/results/node63/solver-363514-1177029103 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363514-1177029103/sat4jPseudoCPClause.jar /tmp/evaluation/363514-1177029103/instance-363514-1177029103.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.97 0.97 2/64 8095
/proc/meminfo: memFree=1823476/2055920 swapFree=4182876/4192956
[pid=8095] ppid=8093 vsize=18568 CPUtime=0
/proc/8095/stat : 8095 (runsolver) R 8093 8095 7884 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 178900175 19013632 292 18446744073709551615 4194304 4296420 548682068864 18446744073709551615 247254805799 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/8095/statm: 4642 292 257 24 0 2626 0

[startup+0.054436 s]
/proc/loadavg: 0.92 0.97 0.97 2/64 8095
/proc/meminfo: memFree=1823476/2055920 swapFree=4182876/4192956
[pid=8095] ppid=8093 vsize=1777060 CPUtime=0.03
/proc/8095/stat : 8095 (java) S 8093 8095 7884 0 -1 0 3517 0 1 0 2 1 0 0 18 0 5 0 178900175 1819709440 3262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/8095/statm: 444265 3262 1046 9 0 441901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777060

[startup+0.10144 s]
/proc/loadavg: 0.92 0.97 0.97 2/64 8095
/proc/meminfo: memFree=1823476/2055920 swapFree=4182876/4192956
[pid=8095] ppid=8093 vsize=1780112 CPUtime=0.08
/proc/8095/stat : 8095 (java) S 8093 8095 7884 0 -1 0 3969 0 1 0 6 2 0 0 18 0 12 0 178900175 1822834688 3711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8095/statm: 445028 3711 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301461 s]
/proc/loadavg: 0.92 0.97 0.97 2/64 8095
/proc/meminfo: memFree=1823476/2055920 swapFree=4182876/4192956
[pid=8095] ppid=8093 vsize=1782212 CPUtime=0.34
/proc/8095/stat : 8095 (java) S 8093 8095 7884 0 -1 0 5110 0 1 0 32 2 0 0 18 0 12 0 178900175 1824985088 4849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8095/statm: 445553 4849 1270 9 0 443164 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782212

[startup+0.701506 s]
/proc/loadavg: 0.92 0.97 0.97 2/64 8095
/proc/meminfo: memFree=1823476/2055920 swapFree=4182876/4192956
[pid=8095] ppid=8093 vsize=1784132 CPUtime=1.03
/proc/8095/stat : 8095 (java) S 8093 8095 7884 0 -1 0 7644 0 1 0 100 3 0 0 18 0 13 0 178900175 1826951168 6580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8095/statm: 446033 6580 1309 9 0 443644 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1784132

[startup+1.50259 s]
/proc/loadavg: 0.92 0.97 0.97 3/77 8109
/proc/meminfo: memFree=1795084/2055920 swapFree=4182876/4192956
[pid=8095] ppid=8093 vsize=1796884 CPUtime=2.61
/proc/8095/stat : 8095 (java) S 8093 8095 7884 0 -1 0 22772 0 1 0 252 9 0 0 18 0 13 0 178900175 1840009216 15788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8095/statm: 449221 15788 1316 9 0 446832 0
[pid=8095/tid=8097] ppid=8093 vsize=1796884 CPUtime=0.78
/proc/8095/task/8097/stat : 8097 (java) R 8093 8095 7884 0 -1 64 11460 0 1 0 73 5 0 0 18 0 13 0 178900176 1840009216 15788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109557512 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8098] ppid=8093 vsize=1796884 CPUtime=0
/proc/8095/task/8098/stat : 8098 (java) S 8093 8095 7884 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 178900178 1840009216 15788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8099] ppid=8093 vsize=1796884 CPUtime=0
/proc/8095/task/8099/stat : 8099 (java) S 8093 8095 7884 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 178900178 1840009216 15788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8100] ppid=8093 vsize=1796884 CPUtime=0
/proc/8095/task/8100/stat : 8100 (java) S 8093 8095 7884 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 178900180 1840009216 15788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8101] ppid=8093 vsize=1796884 CPUtime=0
/proc/8095/task/8101/stat : 8101 (java) S 8093 8095 7884 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 178900180 1840009216 15788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8102] ppid=8093 vsize=1796884 CPUtime=0
/proc/8095/task/8102/stat : 8102 (java) S 8093 8095 7884 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 178900180 1840009216 15788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8103] ppid=8093 vsize=1796884 CPUtime=0
/proc/8095/task/8103/stat : 8103 (java) S 8093 8095 7884 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178900184 1840009216 15788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8104] ppid=8093 vsize=1796884 CPUtime=0.92
/proc/8095/task/8104/stat : 8104 (java) R 8093 8095 7884 0 -1 64 5312 0 0 0 90 2 0 0 18 0 13 0 178900184 1840009216 15788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104922585 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8105] ppid=8093 vsize=1796884 CPUtime=0.89
/proc/8095/task/8105/stat : 8105 (java) R 8093 8095 7884 0 -1 64 5273 0 0 0 88 1 0 0 18 0 13 0 178900184 1840009216 15788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102396416 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8106] ppid=8093 vsize=1796884 CPUtime=0
/proc/8095/task/8106/stat : 8106 (java) S 8093 8095 7884 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 178900184 1840009216 15788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8107] ppid=8093 vsize=1796884 CPUtime=0
/proc/8095/task/8107/stat : 8107 (java) S 8093 8095 7884 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178900184 1840009216 15788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8109] ppid=8093 vsize=1796884 CPUtime=0
/proc/8095/task/8109/stat : 8109 (java) S 8093 8095 7884 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 178900216 1840009216 15788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1796884

[startup+3.10275 s]
/proc/loadavg: 0.92 0.97 0.97 2/77 8109
/proc/meminfo: memFree=1716180/2055920 swapFree=4182876/4192956
[pid=8095] ppid=8093 vsize=1794868 CPUtime=4.82
/proc/8095/stat : 8095 (java) S 8093 8095 7884 0 -1 0 52327 0 1 0 459 23 0 0 18 0 13 0 178900175 1837944832 42403 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8095/statm: 448717 42403 1325 9 0 446328 0
[pid=8095/tid=8097] ppid=8093 vsize=1794868 CPUtime=2.08
/proc/8095/task/8097/stat : 8097 (java) R 8093 8095 7884 0 -1 64 37749 0 1 0 191 17 0 0 21 0 13 0 178900176 1837944832 42403 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109521327 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8098] ppid=8093 vsize=1794868 CPUtime=0
/proc/8095/task/8098/stat : 8098 (java) S 8093 8095 7884 0 -1 64 313 0 0 0 0 0 0 0 16 0 13 0 178900178 1837944832 42403 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8099] ppid=8093 vsize=1794868 CPUtime=0
/proc/8095/task/8099/stat : 8099 (java) S 8093 8095 7884 0 -1 64 273 0 0 0 0 0 0 0 16 0 13 0 178900178 1837944832 42403 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8100] ppid=8093 vsize=1794868 CPUtime=0
/proc/8095/task/8100/stat : 8100 (java) S 8093 8095 7884 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 178900180 1837944832 42403 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8101] ppid=8093 vsize=1794868 CPUtime=0
/proc/8095/task/8101/stat : 8101 (java) S 8093 8095 7884 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 178900180 1837944832 42403 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8102] ppid=8093 vsize=1794868 CPUtime=0
/proc/8095/task/8102/stat : 8102 (java) S 8093 8095 7884 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 178900180 1837944832 42403 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8103] ppid=8093 vsize=1794868 CPUtime=0
/proc/8095/task/8103/stat : 8103 (java) S 8093 8095 7884 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178900184 1837944832 42403 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8104] ppid=8093 vsize=1794868 CPUtime=1.41
/proc/8095/task/8104/stat : 8104 (java) S 8093 8095 7884 0 -1 64 7214 0 0 0 139 2 0 0 16 0 13 0 178900184 1837944832 42403 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8105] ppid=8093 vsize=1794868 CPUtime=1.27
/proc/8095/task/8105/stat : 8105 (java) S 8093 8095 7884 0 -1 64 6047 0 0 0 126 1 0 0 15 0 13 0 178900184 1837944832 42403 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8106] ppid=8093 vsize=1794868 CPUtime=0
/proc/8095/task/8106/stat : 8106 (java) S 8093 8095 7884 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 178900184 1837944832 42403 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8107] ppid=8093 vsize=1794868 CPUtime=0
/proc/8095/task/8107/stat : 8107 (java) S 8093 8095 7884 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178900184 1837944832 42403 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8109] ppid=8093 vsize=1794868 CPUtime=0
/proc/8095/task/8109/stat : 8109 (java) S 8093 8095 7884 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 178900216 1837944832 42403 18446744073709551615 134512640 134550740 4294956448 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) 1794868

[startup+6.3011 s]
/proc/loadavg: 0.93 0.97 0.97 2/77 8109
/proc/meminfo: memFree=1650708/2055920 swapFree=4182876/4192956
[pid=8095] ppid=8093 vsize=1794644 CPUtime=8.14
/proc/8095/stat : 8095 (java) S 8093 8095 7884 0 -1 0 54293 0 1 0 790 24 0 0 18 0 13 0 178900175 1837715456 44289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8095/statm: 448661 44289 1325 9 0 446272 0
[pid=8095/tid=8097] ppid=8093 vsize=1794644 CPUtime=5.21
/proc/8095/task/8097/stat : 8097 (java) R 8093 8095 7884 0 -1 64 37753 0 1 0 504 17 0 0 25 0 13 0 178900176 1837715456 44289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109507618 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8098] ppid=8093 vsize=1794644 CPUtime=0.05
/proc/8095/task/8098/stat : 8098 (java) S 8093 8095 7884 0 -1 64 1229 0 0 0 5 0 0 0 16 0 13 0 178900178 1837715456 44289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8099] ppid=8093 vsize=1794644 CPUtime=0.05
/proc/8095/task/8099/stat : 8099 (java) S 8093 8095 7884 0 -1 64 1309 0 0 0 5 0 0 0 16 0 13 0 178900178 1837715456 44289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8100] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8100/stat : 8100 (java) S 8093 8095 7884 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 178900180 1837715456 44289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8101] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8101/stat : 8101 (java) S 8093 8095 7884 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 178900180 1837715456 44289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8102] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8102/stat : 8102 (java) S 8093 8095 7884 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 178900180 1837715456 44289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8103] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8103/stat : 8103 (java) S 8093 8095 7884 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178900184 1837715456 44289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8104] ppid=8093 vsize=1794644 CPUtime=1.45
/proc/8095/task/8104/stat : 8104 (java) S 8093 8095 7884 0 -1 64 7214 0 0 0 143 2 0 0 17 0 13 0 178900184 1837715456 44289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8105] ppid=8093 vsize=1794644 CPUtime=1.32
/proc/8095/task/8105/stat : 8105 (java) S 8093 8095 7884 0 -1 64 6051 0 0 0 130 2 0 0 15 0 13 0 178900184 1837715456 44289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8106] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8106/stat : 8106 (java) S 8093 8095 7884 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 178900184 1837715456 44289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8107] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8107/stat : 8107 (java) S 8093 8095 7884 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178900184 1837715456 44289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8109] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8109/stat : 8109 (java) S 8093 8095 7884 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 178900216 1837715456 44289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 1794644

[startup+12.7028 s]
/proc/loadavg: 0.93 0.97 0.97 2/77 8109
/proc/meminfo: memFree=1618772/2055920 swapFree=4182876/4192956
[pid=8095] ppid=8093 vsize=1794644 CPUtime=14.67
/proc/8095/stat : 8095 (java) S 8093 8095 7884 0 -1 0 64019 0 1 0 1438 29 0 0 18 0 13 0 178900175 1837715456 52248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8095/statm: 448661 52248 1332 9 0 446272 0
[pid=8095/tid=8097] ppid=8093 vsize=1794644 CPUtime=11.47
/proc/8095/task/8097/stat : 8097 (java) R 8093 8095 7884 0 -1 64 40542 0 1 0 1128 19 0 0 25 0 13 0 178900176 1837715456 52248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109519372 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8098] ppid=8093 vsize=1794644 CPUtime=0.18
/proc/8095/task/8098/stat : 8098 (java) S 8093 8095 7884 0 -1 64 4531 0 0 0 16 2 0 0 17 0 13 0 178900178 1837715456 52248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8099] ppid=8093 vsize=1794644 CPUtime=0.18
/proc/8095/task/8099/stat : 8099 (java) S 8093 8095 7884 0 -1 64 4922 0 0 0 16 2 0 0 17 0 13 0 178900178 1837715456 52248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8100] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8100/stat : 8100 (java) S 8093 8095 7884 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 178900180 1837715456 52248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8101] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8101/stat : 8101 (java) S 8093 8095 7884 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 178900180 1837715456 52248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8102] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8102/stat : 8102 (java) S 8093 8095 7884 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 178900180 1837715456 52248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8103] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8103/stat : 8103 (java) S 8093 8095 7884 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178900184 1837715456 52248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8104] ppid=8093 vsize=1794644 CPUtime=1.45
/proc/8095/task/8104/stat : 8104 (java) S 8093 8095 7884 0 -1 64 7214 0 0 0 143 2 0 0 16 0 13 0 178900184 1837715456 52248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8105] ppid=8093 vsize=1794644 CPUtime=1.33
/proc/8095/task/8105/stat : 8105 (java) S 8093 8095 7884 0 -1 64 6058 0 0 0 131 2 0 0 16 0 13 0 178900184 1837715456 52248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8106] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8106/stat : 8106 (java) S 8093 8095 7884 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 178900184 1837715456 52248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8107] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8107/stat : 8107 (java) S 8093 8095 7884 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178900184 1837715456 52248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8109] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8109/stat : 8109 (java) S 8093 8095 7884 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 178900216 1837715456 52248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.67
Current children cumulated vsize (KiB) 1794644

[startup+25.5021 s]
/proc/loadavg: 0.95 0.97 0.97 2/77 8109
/proc/meminfo: memFree=1616980/2055920 swapFree=4182876/4192956
[pid=8095] ppid=8093 vsize=1794644 CPUtime=27.56
/proc/8095/stat : 8095 (java) S 8093 8095 7884 0 -1 0 66386 0 1 0 2725 31 0 0 18 0 13 0 178900175 1837715456 52673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8095/statm: 448661 52673 1332 9 0 446272 0
[pid=8095/tid=8097] ppid=8093 vsize=1794644 CPUtime=24.17
/proc/8095/task/8097/stat : 8097 (java) R 8093 8095 7884 0 -1 64 40554 0 1 0 2398 19 0 0 25 0 13 0 178900176 1837715456 52673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109520356 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8098] ppid=8093 vsize=1794644 CPUtime=0.28
/proc/8095/task/8098/stat : 8098 (java) S 8093 8095 7884 0 -1 64 5513 0 0 0 25 3 0 0 16 0 13 0 178900178 1837715456 52673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8099] ppid=8093 vsize=1794644 CPUtime=0.27
/proc/8095/task/8099/stat : 8099 (java) S 8093 8095 7884 0 -1 64 6295 0 0 0 25 2 0 0 16 0 13 0 178900178 1837715456 52673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=8095] ppid=8093 vsize=1794644 CPUtime=1565.1
/proc/8095/stat : 8095 (java) S 8093 8095 7884 0 -1 0 143501 0 1 0 156430 80 0 0 18 0 13 0 178900175 1837715456 91364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8095/statm: 448661 91364 1334 9 0 446272 0
[pid=8095/tid=8097] ppid=8093 vsize=1794644 CPUtime=1518.87
/proc/8095/task/8097/stat : 8097 (java) R 8093 8095 7884 0 -1 64 67848 0 1 0 151853 34 0 0 25 0 13 0 178900176 1837715456 91364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109507692 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8098] ppid=8093 vsize=1794644 CPUtime=21.16
/proc/8095/task/8098/stat : 8098 (java) S 8093 8095 7884 0 -1 64 28094 0 0 0 2103 13 0 0 16 0 13 0 178900178 1837715456 91364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8099] ppid=8093 vsize=1794644 CPUtime=21.13
/proc/8095/task/8099/stat : 8099 (java) S 8093 8095 7884 0 -1 64 31261 0 0 0 2098 15 0 0 16 0 13 0 178900178 1837715456 91364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8100] ppid=8093 vsize=1794644 CPUtime=0.22
/proc/8095/task/8100/stat : 8100 (java) S 8093 8095 7884 0 -1 64 127 0 0 0 13 9 0 0 15 0 13 0 178900180 1837715456 91364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8101] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8101/stat : 8101 (java) S 8093 8095 7884 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 178900180 1837715456 91364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8102] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8102/stat : 8102 (java) S 8093 8095 7884 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 178900180 1837715456 91364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8103] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8103/stat : 8103 (java) S 8093 8095 7884 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178900184 1837715456 91364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8104] ppid=8093 vsize=1794644 CPUtime=1.92
/proc/8095/task/8104/stat : 8104 (java) S 8093 8095 7884 0 -1 64 8706 0 0 0 189 3 0 0 16 0 13 0 178900184 1837715456 91364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8105] ppid=8093 vsize=1794644 CPUtime=1.74
/proc/8095/task/8105/stat : 8105 (java) S 8093 8095 7884 0 -1 64 6741 0 0 0 172 2 0 0 17 0 13 0 178900184 1837715456 91364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8106] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8106/stat : 8106 (java) S 8093 8095 7884 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 178900184 1837715456 91364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8107] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8107/stat : 8107 (java) S 8093 8095 7884 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178900184 1837715456 91364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8109] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8109/stat : 8109 (java) S 8093 8095 7884 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 178900216 1837715456 91364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1565.1
Current children cumulated vsize (KiB) 1794644

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8111
/proc/meminfo: memFree=1458708/2055920 swapFree=4182876/4192956
[pid=8095] ppid=8093 vsize=1794644 CPUtime=1626.2
/proc/8095/stat : 8095 (java) S 8093 8095 7884 0 -1 0 144236 0 1 0 162539 81 0 0 18 0 13 0 178900175 1837715456 92062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8095/statm: 448661 92062 1334 9 0 446272 0
[pid=8095/tid=8097] ppid=8093 vsize=1794644 CPUtime=1577.68
/proc/8095/task/8097/stat : 8097 (java) R 8093 8095 7884 0 -1 64 67874 0 1 0 157733 35 0 0 25 0 13 0 178900176 1837715456 92062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109520334 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8098] ppid=8093 vsize=1794644 CPUtime=22.3
/proc/8095/task/8098/stat : 8098 (java) S 8093 8095 7884 0 -1 64 28336 0 0 0 2217 13 0 0 17 0 13 0 178900178 1837715456 92062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8099] ppid=8093 vsize=1794644 CPUtime=22.28
/proc/8095/task/8099/stat : 8099 (java) S 8093 8095 7884 0 -1 64 31728 0 0 0 2213 15 0 0 16 0 13 0 178900178 1837715456 92062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8100] ppid=8093 vsize=1794644 CPUtime=0.23
/proc/8095/task/8100/stat : 8100 (java) S 8093 8095 7884 0 -1 64 127 0 0 0 13 10 0 0 16 0 13 0 178900180 1837715456 92062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8101] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8101/stat : 8101 (java) S 8093 8095 7884 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 178900180 1837715456 92062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8102] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8102/stat : 8102 (java) S 8093 8095 7884 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 178900180 1837715456 92062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8103] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8103/stat : 8103 (java) S 8093 8095 7884 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178900184 1837715456 92062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8104] ppid=8093 vsize=1794644 CPUtime=1.92
/proc/8095/task/8104/stat : 8104 (java) S 8093 8095 7884 0 -1 64 8706 0 0 0 189 3 0 0 16 0 13 0 178900184 1837715456 92062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8105] ppid=8093 vsize=1794644 CPUtime=1.74
/proc/8095/task/8105/stat : 8105 (java) S 8093 8095 7884 0 -1 64 6741 0 0 0 172 2 0 0 17 0 13 0 178900184 1837715456 92062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8106] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8106/stat : 8106 (java) S 8093 8095 7884 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 178900184 1837715456 92062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8107] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8107/stat : 8107 (java) S 8093 8095 7884 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178900184 1837715456 92062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8109] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8109/stat : 8109 (java) S 8093 8095 7884 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 178900216 1837715456 92062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1626.2
Current children cumulated vsize (KiB) 1794644

[startup+1662.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/77 8111
/proc/meminfo: memFree=1455316/2055920 swapFree=4182876/4192956
[pid=8095] ppid=8093 vsize=1794644 CPUtime=1687.37
/proc/8095/stat : 8095 (java) S 8093 8095 7884 0 -1 0 145124 0 1 0 168654 83 0 0 18 0 13 0 178900175 1837715456 92901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8095/statm: 448661 92901 1334 9 0 446272 0
[pid=8095/tid=8097] ppid=8093 vsize=1794644 CPUtime=1636.42
/proc/8095/task/8097/stat : 8097 (java) R 8093 8095 7884 0 -1 64 67901 0 1 0 163607 35 0 0 25 0 13 0 178900176 1837715456 92901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109757640 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8098] ppid=8093 vsize=1794644 CPUtime=23.5
/proc/8095/task/8098/stat : 8098 (java) S 8093 8095 7884 0 -1 64 28575 0 0 0 2337 13 0 0 16 0 13 0 178900178 1837715456 92901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8099] ppid=8093 vsize=1794644 CPUtime=23.49
/proc/8095/task/8099/stat : 8099 (java) S 8093 8095 7884 0 -1 64 32350 0 0 0 2333 16 0 0 16 0 13 0 178900178 1837715456 92901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8100] ppid=8093 vsize=1794644 CPUtime=0.24
/proc/8095/task/8100/stat : 8100 (java) S 8093 8095 7884 0 -1 64 127 0 0 0 14 10 0 0 16 0 13 0 178900180 1837715456 92901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8101] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8101/stat : 8101 (java) S 8093 8095 7884 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 178900180 1837715456 92901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8102] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8102/stat : 8102 (java) S 8093 8095 7884 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 178900180 1837715456 92901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8103] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8103/stat : 8103 (java) S 8093 8095 7884 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178900184 1837715456 92901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8104] ppid=8093 vsize=1794644 CPUtime=1.92
/proc/8095/task/8104/stat : 8104 (java) S 8093 8095 7884 0 -1 64 8706 0 0 0 189 3 0 0 16 0 13 0 178900184 1837715456 92901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8105] ppid=8093 vsize=1794644 CPUtime=1.74
/proc/8095/task/8105/stat : 8105 (java) S 8093 8095 7884 0 -1 64 6741 0 0 0 172 2 0 0 17 0 13 0 178900184 1837715456 92901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8106] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8106/stat : 8106 (java) S 8093 8095 7884 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 178900184 1837715456 92901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8107] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8107/stat : 8107 (java) S 8093 8095 7884 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178900184 1837715456 92901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8109] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8109/stat : 8109 (java) S 8093 8095 7884 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 178900216 1837715456 92901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1687.37
Current children cumulated vsize (KiB) 1794644

[startup+1722.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 8111
/proc/meminfo: memFree=1451924/2055920 swapFree=4182876/4192956
[pid=8095] ppid=8093 vsize=1794644 CPUtime=1748.57
/proc/8095/stat : 8095 (java) S 8093 8095 7884 0 -1 0 146075 0 1 0 174773 84 0 0 18 0 13 0 178900175 1837715456 93773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8095/statm: 448661 93773 1334 9 0 446272 0
[pid=8095/tid=8097] ppid=8093 vsize=1794644 CPUtime=1695.14
/proc/8095/task/8097/stat : 8097 (java) R 8093 8095 7884 0 -1 64 67928 0 1 0 169479 35 0 0 25 0 13 0 178900176 1837715456 93773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109507096 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8098] ppid=8093 vsize=1794644 CPUtime=24.74
/proc/8095/task/8098/stat : 8098 (java) S 8093 8095 7884 0 -1 64 28745 0 0 0 2460 14 0 0 17 0 13 0 178900178 1837715456 93773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8099] ppid=8093 vsize=1794644 CPUtime=24.72
/proc/8095/task/8099/stat : 8099 (java) S 8093 8095 7884 0 -1 64 33104 0 0 0 2456 16 0 0 16 0 13 0 178900178 1837715456 93773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8100] ppid=8093 vsize=1794644 CPUtime=0.24
/proc/8095/task/8100/stat : 8100 (java) S 8093 8095 7884 0 -1 64 127 0 0 0 14 10 0 0 15 0 13 0 178900180 1837715456 93773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8101] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8101/stat : 8101 (java) S 8093 8095 7884 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 178900180 1837715456 93773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8102] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8102/stat : 8102 (java) S 8093 8095 7884 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 178900180 1837715456 93773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8103] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8103/stat : 8103 (java) S 8093 8095 7884 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178900184 1837715456 93773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8104] ppid=8093 vsize=1794644 CPUtime=1.92
/proc/8095/task/8104/stat : 8104 (java) S 8093 8095 7884 0 -1 64 8706 0 0 0 189 3 0 0 16 0 13 0 178900184 1837715456 93773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8105] ppid=8093 vsize=1794644 CPUtime=1.74
/proc/8095/task/8105/stat : 8105 (java) S 8093 8095 7884 0 -1 64 6741 0 0 0 172 2 0 0 17 0 13 0 178900184 1837715456 93773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8106] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8106/stat : 8106 (java) S 8093 8095 7884 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 178900184 1837715456 93773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8107] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8107/stat : 8107 (java) S 8093 8095 7884 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178900184 1837715456 93773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8109] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8109/stat : 8109 (java) S 8093 8095 7884 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 178900216 1837715456 93773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1748.57
Current children cumulated vsize (KiB) 1794644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.8 s]
/proc/loadavg: 1.01 1.00 1.00 2/83 8193
/proc/meminfo: memFree=1447268/2055920 swapFree=4182876/4192956
[pid=8095] ppid=8093 vsize=1794644 CPUtime=1800.05
/proc/8095/stat : 8095 (java) S 8093 8095 7884 0 -1 0 146951 0 1 0 179917 88 0 0 18 0 13 0 178900175 1837715456 94565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8095/statm: 448661 94565 1334 9 0 446272 0
[pid=8095/tid=8097] ppid=8093 vsize=1794644 CPUtime=1744.59
/proc/8095/task/8097/stat : 8097 (java) R 8093 8095 7884 0 -1 64 67950 0 1 0 174421 38 0 0 25 0 13 0 178900176 1837715456 94565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109520356 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8098] ppid=8093 vsize=1794644 CPUtime=25.74
/proc/8095/task/8098/stat : 8098 (java) S 8093 8095 7884 0 -1 64 29256 0 0 0 2560 14 0 0 17 0 13 0 178900178 1837715456 94565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8095/tid=8099] ppid=8093 vsize=1794644 CPUtime=25.74
/proc/8095/task/8099/stat : 8099 (java) S 8093 8095 7884 0 -1 64 33446 0 0 0 2558 16 0 0 16 0 13 0 178900178 1837715456 94565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8100] ppid=8093 vsize=1794644 CPUtime=0.25
/proc/8095/task/8100/stat : 8100 (java) S 8093 8095 7884 0 -1 64 128 0 0 0 14 11 0 0 15 0 13 0 178900180 1837715456 94565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8101] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8101/stat : 8101 (java) S 8093 8095 7884 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 178900180 1837715456 94565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8102] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8102/stat : 8102 (java) S 8093 8095 7884 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 178900180 1837715456 94565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8103] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8103/stat : 8103 (java) S 8093 8095 7884 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178900184 1837715456 94565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8104] ppid=8093 vsize=1794644 CPUtime=1.92
/proc/8095/task/8104/stat : 8104 (java) S 8093 8095 7884 0 -1 64 8706 0 0 0 189 3 0 0 16 0 13 0 178900184 1837715456 94565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8105] ppid=8093 vsize=1794644 CPUtime=1.74
/proc/8095/task/8105/stat : 8105 (java) S 8093 8095 7884 0 -1 64 6741 0 0 0 172 2 0 0 17 0 13 0 178900184 1837715456 94565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8106] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8106/stat : 8106 (java) S 8093 8095 7884 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 178900184 1837715456 94565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8107] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8107/stat : 8107 (java) S 8093 8095 7884 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178900184 1837715456 94565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8095/tid=8109] ppid=8093 vsize=1794644 CPUtime=0
/proc/8095/task/8109/stat : 8109 (java) S 8093 8095 7884 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 178900216 1837715456 94565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1794644

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

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

Child status: 143
Real time (s): 1772.9
CPU time (s): 1800.15
CPU user time (s): 1799.2
CPU system time (s): 0.941856
CPU usage (%): 101.537
Max. virtual memory (cumulated for all children) (KiB): 1796964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 0.941856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146970
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= 44965
involuntary context switches= 40259

runsolver used 1.93471 second user time and 5.2542 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Fri Apr 20 00:31:43 UTC 2007

IDJOB= 363514
IDBENCH= 1857
IDSOLVER= 164
FILE ID= node63/363514-1177029103

PBS_JOBID= 4630623

Free space on /tmp= 66471 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-sentoy.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363514-1177029103/sat4jPseudoCPClause.jar /tmp/evaluation/363514-1177029103/instance-363514-1177029103.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-363514-1177029103 -o ROOT/results/node63/solver-363514-1177029103 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363514-1177029103/sat4jPseudoCPClause.jar /tmp/evaluation/363514-1177029103/instance-363514-1177029103.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d0f46c7e79d3309033cc6b73ceacef6c

RANDOM SEED= 139637945

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.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.232
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.232
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:       1823948 kB
Buffers:         13500 kB
Cached:         153904 kB
SwapCached:       3752 kB
Active:          51136 kB
Inactive:       125540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823948 kB
SwapTotal:     4192956 kB
SwapFree:      4182876 kB
Dirty:            3748 kB
Writeback:           0 kB
Mapped:          15300 kB
Slab:            41320 kB
Committed_AS:  2059832 kB
PageTables:       1460 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= 66471 MiB

End job on node63 on Fri Apr 20 01:01:17 UTC 2007