Trace number 349555

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-23? (TO) 1800.22 1774.34

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-tr12-30.opb
MD5SUM707da2ebfa2e9fe97fe57c41e089cde1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark304897224
Best CPU time to get the best result obtained on this benchmark1801.14
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 304897224
Optimality of the best value was proved NO
Number of variables21960
Total number of constraints750
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 constraints750
Minimum length of a constraint31
Maximum length of a constraint372
Number of terms in the objective function 11160
Biggest coefficient in the objective function 2147483648
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 869952060630
Number of bits of the sum of numbers in the objective function 40
Biggest number in a constraint 2147483648
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 869952060630
Number of bits of the biggest sum of numbers40
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/349555-1176708367/instance-349555-1176708367.opb
0.08/0.19	c reading problem ... 
2.62/1.66	c ... done. Wall clock time 1.468s.
2.62/1.66	c CPU time (experimental) 1.08s.
2.62/1.66	c #vars     21960
2.62/1.66	c #constraints  1110
1800.08/1774.22	c starts		: 2
1800.08/1774.22	c conflicts		: 48043
1800.08/1774.22	c decisions		: 166558
1800.08/1774.22	c propagations		: 422545
1800.08/1774.22	c inspects		: 416976059
1800.08/1774.22	c learnt literals	: 0
1800.08/1774.22	c learnt binary clauses	: 0
1800.08/1774.22	c learnt ternary clauses	: 0
1800.08/1774.22	c learnt clauses	: 48043
1800.08/1774.22	c root simplifications	: 0
1800.08/1774.22	c removed literals (reason simplification)	: 0
1800.08/1774.22	c reason swapping (by a shorter reason)	: 0
1800.08/1774.22	c Calls to reduceDB	: 0
1800.08/1774.22	c speed (decisions/second)	: 93.98065417834425
1800.08/1774.22	c non guided choices	0
1800.08/1774.22	s UNKNOWN
1800.08/1774.22	c Total wall clock time (ms): 1774.026

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/node17/watcher-349555-1176708367 -o ROOT/results/node17/solver-349555-1176708367 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349555-1176708367/sat4jPseudoCPClause.jar /tmp/evaluation/349555-1176708367/instance-349555-1176708367.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.93 0.99 0.99 2/77 4919
/proc/meminfo: memFree=1840632/2055920 swapFree=4153028/4192956
[pid=4919] ppid=4917 vsize=152 CPUtime=0
/proc/4919/stat : 4919 (java) R 4917 4919 4213 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 118754182 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2859812 0 0 4096 0 0 0 0 17 1 0 0
/proc/4919/statm: 38 26 19 9 0 4 0

[startup+0.0524549 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 4919
/proc/meminfo: memFree=1840632/2055920 swapFree=4153028/4192956
[pid=4919] ppid=4917 vsize=1777060 CPUtime=0.03
/proc/4919/stat : 4919 (java) S 4917 4919 4213 0 -1 0 3500 0 1 0 2 1 0 0 18 0 5 0 118754182 1819709440 3245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/4919/statm: 444265 3245 1039 9 0 441901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777060

[startup+0.101462 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 4919
/proc/meminfo: memFree=1840632/2055920 swapFree=4153028/4192956
[pid=4919] ppid=4917 vsize=1780112 CPUtime=0.08
/proc/4919/stat : 4919 (java) S 4917 4919 4213 0 -1 0 3970 0 1 0 6 2 0 0 18 0 12 0 118754182 1822834688 3712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4919/statm: 445028 3712 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301482 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 4919
/proc/meminfo: memFree=1840632/2055920 swapFree=4153028/4192956
[pid=4919] ppid=4917 vsize=1782140 CPUtime=0.35
/proc/4919/stat : 4919 (java) S 4917 4919 4213 0 -1 0 5312 0 1 0 31 4 0 0 18 0 12 0 118754182 1824911360 5051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4919/statm: 445535 5051 1267 9 0 443146 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1782140

[startup+0.701524 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 4919
/proc/meminfo: memFree=1840632/2055920 swapFree=4153028/4192956
[pid=4919] ppid=4917 vsize=1785648 CPUtime=0.96
/proc/4919/stat : 4919 (java) S 4917 4919 4213 0 -1 0 8033 0 1 0 91 5 0 0 18 0 12 0 118754182 1828503552 7383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4919/statm: 446412 7383 1302 9 0 444023 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1785648

[startup+1.50261 s]
/proc/loadavg: 0.93 0.99 0.99 4/89 4931
/proc/meminfo: memFree=1801048/2055920 swapFree=4153028/4192956
[pid=4919] ppid=4917 vsize=1796384 CPUtime=2.51
/proc/4919/stat : 4919 (java) S 4917 4919 4213 0 -1 0 23081 0 1 0 239 12 0 0 18 0 12 0 118754182 1839497216 18318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4919/statm: 449096 18319 1308 9 0 446707 0
[pid=4919/tid=4921] ppid=4917 vsize=1796384 CPUtime=0.93
/proc/4919/task/4921/stat : 4921 (java) R 4917 4919 4213 0 -1 64 14223 0 1 0 85 8 0 0 18 0 12 0 118754184 1839497216 18319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109647124 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4922] ppid=4917 vsize=1796384 CPUtime=0
/proc/4919/task/4922/stat : 4922 (java) S 4917 4919 4213 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 118754185 1839497216 18320 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4923] ppid=4917 vsize=1796384 CPUtime=0
/proc/4919/task/4923/stat : 4923 (java) S 4917 4919 4213 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 118754185 1839497216 18321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4924] ppid=4917 vsize=1796384 CPUtime=0
/proc/4919/task/4924/stat : 4924 (java) S 4917 4919 4213 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 118754188 1839497216 18324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4925] ppid=4917 vsize=1796384 CPUtime=0
/proc/4919/task/4925/stat : 4925 (java) S 4917 4919 4213 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 118754188 1839497216 18327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4926] ppid=4917 vsize=1796384 CPUtime=0
/proc/4919/task/4926/stat : 4926 (java) S 4917 4919 4213 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 118754188 1839497216 18328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4927] ppid=4917 vsize=1796384 CPUtime=0
/proc/4919/task/4927/stat : 4927 (java) S 4917 4919 4213 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 118754192 1839497216 18328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4928] ppid=4917 vsize=1796384 CPUtime=0.91
/proc/4919/task/4928/stat : 4928 (java) S 4917 4919 4213 0 -1 64 5260 0 0 0 89 2 0 0 18 0 12 0 118754192 1839497216 18330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4929] ppid=4917 vsize=1796384 CPUtime=0.64
/proc/4919/task/4929/stat : 4929 (java) S 4917 4919 4213 0 -1 64 2877 0 0 0 64 0 0 0 16 0 12 0 118754192 1839497216 18332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4930] ppid=4917 vsize=1796384 CPUtime=0
/proc/4919/task/4930/stat : 4930 (java) S 4917 4919 4213 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118754192 1839497216 18334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4931] ppid=4917 vsize=1796384 CPUtime=0
/proc/4919/task/4931/stat : 4931 (java) S 4917 4919 4213 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118754192 1839497216 18334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 1796384

[startup+3.10278 s]
/proc/loadavg: 0.93 0.99 0.99 4/90 4932
/proc/meminfo: memFree=1748944/2055920 swapFree=4153028/4192956
[pid=4919] ppid=4917 vsize=1796772 CPUtime=4.93
/proc/4919/stat : 4919 (java) S 4917 4919 4213 0 -1 0 48042 0 1 0 469 24 0 0 18 0 13 0 118754182 1839894528 41260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4919/statm: 449193 41260 1319 9 0 446804 0
[pid=4919/tid=4921] ppid=4917 vsize=1796772 CPUtime=2.08
/proc/4919/task/4921/stat : 4921 (java) R 4917 4919 4213 0 -1 64 37015 0 1 0 189 19 0 0 20 0 13 0 118754184 1839894528 41260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109969823 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4922] ppid=4917 vsize=1796772 CPUtime=0
/proc/4919/task/4922/stat : 4922 (java) S 4917 4919 4213 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 118754185 1839894528 41260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4923] ppid=4917 vsize=1796772 CPUtime=0
/proc/4919/task/4923/stat : 4923 (java) S 4917 4919 4213 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 118754185 1839894528 41260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4924] ppid=4917 vsize=1796772 CPUtime=0
/proc/4919/task/4924/stat : 4924 (java) S 4917 4919 4213 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 118754188 1839894528 41260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4925] ppid=4917 vsize=1796772 CPUtime=0
/proc/4919/task/4925/stat : 4925 (java) S 4917 4919 4213 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 118754188 1839894528 41260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4926] ppid=4917 vsize=1796772 CPUtime=0
/proc/4919/task/4926/stat : 4926 (java) S 4917 4919 4213 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118754188 1839894528 41260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4927] ppid=4917 vsize=1796772 CPUtime=0
/proc/4919/task/4927/stat : 4927 (java) S 4917 4919 4213 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118754192 1839894528 41260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4928] ppid=4917 vsize=1796772 CPUtime=1.6
/proc/4919/task/4928/stat : 4928 (java) S 4917 4919 4213 0 -1 64 6969 0 0 0 158 2 0 0 16 0 13 0 118754192 1839894528 41260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4929] ppid=4917 vsize=1796772 CPUtime=1.22
/proc/4919/task/4929/stat : 4929 (java) S 4917 4919 4213 0 -1 64 3331 0 0 0 121 1 0 0 16 0 13 0 118754192 1839894528 41260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4930] ppid=4917 vsize=1796772 CPUtime=0
/proc/4919/task/4930/stat : 4930 (java) S 4917 4919 4213 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118754192 1839894528 41260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4931] ppid=4917 vsize=1796772 CPUtime=0
/proc/4919/task/4931/stat : 4931 (java) S 4917 4919 4213 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118754192 1839894528 41260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4932] ppid=4917 vsize=1796772 CPUtime=0
/proc/4919/task/4932/stat : 4932 (java) S 4917 4919 4213 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 118754389 1839894528 41260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 1796772

[startup+6.30111 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 4932
/proc/meminfo: memFree=1649808/2055920 swapFree=4153028/4192956
[pid=4919] ppid=4917 vsize=1796396 CPUtime=8.72
/proc/4919/stat : 4919 (java) S 4917 4919 4213 0 -1 0 57552 0 1 0 841 31 0 0 18 0 13 0 118754182 1839509504 49579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4919/statm: 449099 49579 1328 9 0 446710 0
[pid=4919/tid=4921] ppid=4917 vsize=1796396 CPUtime=4.94
/proc/4919/task/4921/stat : 4921 (java) R 4917 4919 4213 0 -1 64 37771 0 1 0 474 20 0 0 19 0 13 0 118754184 1839509504 49579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109194955 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4922] ppid=4917 vsize=1796396 CPUtime=0.27
/proc/4919/task/4922/stat : 4922 (java) S 4917 4919 4213 0 -1 64 4197 0 0 0 25 2 0 0 16 0 13 0 118754185 1839509504 49579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4923] ppid=4917 vsize=1796396 CPUtime=0.26
/proc/4919/task/4923/stat : 4923 (java) S 4917 4919 4213 0 -1 64 4028 0 0 0 24 2 0 0 16 0 13 0 118754185 1839509504 49579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4924] ppid=4917 vsize=1796396 CPUtime=0
/proc/4919/task/4924/stat : 4924 (java) S 4917 4919 4213 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 118754188 1839509504 49579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4925] ppid=4917 vsize=1796396 CPUtime=0
/proc/4919/task/4925/stat : 4925 (java) S 4917 4919 4213 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118754188 1839509504 49579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4926] ppid=4917 vsize=1796396 CPUtime=0
/proc/4919/task/4926/stat : 4926 (java) S 4917 4919 4213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118754188 1839509504 49579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4927] ppid=4917 vsize=1796396 CPUtime=0
/proc/4919/task/4927/stat : 4927 (java) S 4917 4919 4213 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118754192 1839509504 49579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4928] ppid=4917 vsize=1796396 CPUtime=1.82
/proc/4919/task/4928/stat : 4928 (java) S 4917 4919 4213 0 -1 64 7482 0 0 0 180 2 0 0 16 0 13 0 118754192 1839509504 49579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4929] ppid=4917 vsize=1796396 CPUtime=1.36
/proc/4919/task/4929/stat : 4929 (java) S 4917 4919 4213 0 -1 64 3335 0 0 0 135 1 0 0 16 0 13 0 118754192 1839509504 49579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4930] ppid=4917 vsize=1796396 CPUtime=0
/proc/4919/task/4930/stat : 4930 (java) S 4917 4919 4213 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118754192 1839509504 49579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4931] ppid=4917 vsize=1796396 CPUtime=0
/proc/4919/task/4931/stat : 4931 (java) S 4917 4919 4213 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118754192 1839509504 49579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4932] ppid=4917 vsize=1796396 CPUtime=0
/proc/4919/task/4932/stat : 4932 (java) S 4917 4919 4213 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 118754389 1839509504 49579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.72
Current children cumulated vsize (KiB) 1796396

[startup+12.7028 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 4932
/proc/meminfo: memFree=1616080/2055920 swapFree=4153028/4192956
[pid=4919] ppid=4917 vsize=1796232 CPUtime=15.4
/proc/4919/stat : 4919 (java) S 4917 4919 4213 0 -1 0 66209 0 1 0 1505 35 0 0 18 0 13 0 118754182 1839341568 57163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4919/statm: 449058 57163 1334 9 0 446669 0
[pid=4919/tid=4921] ppid=4917 vsize=1796232 CPUtime=11.03
/proc/4919/task/4921/stat : 4921 (java) R 4917 4919 4213 0 -1 64 37777 0 1 0 1083 20 0 0 24 0 13 0 118754184 1839341568 57163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109870761 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4922] ppid=4917 vsize=1796232 CPUtime=0.56
/proc/4919/task/4922/stat : 4922 (java) S 4917 4919 4213 0 -1 64 8896 0 0 0 51 5 0 0 16 0 13 0 118754185 1839341568 57163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4923] ppid=4917 vsize=1796232 CPUtime=0.56
/proc/4919/task/4923/stat : 4923 (java) S 4917 4919 4213 0 -1 64 7967 0 0 0 52 4 0 0 17 0 13 0 118754185 1839341568 57163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4924] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4924/stat : 4924 (java) S 4917 4919 4213 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 118754188 1839341568 57163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4925] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4925/stat : 4925 (java) S 4917 4919 4213 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118754188 1839341568 57163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4926] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4926/stat : 4926 (java) S 4917 4919 4213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118754188 1839341568 57163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4927] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4927/stat : 4927 (java) S 4917 4919 4213 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118754192 1839341568 57163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4928] ppid=4917 vsize=1796232 CPUtime=1.83
/proc/4919/task/4928/stat : 4928 (java) S 4917 4919 4213 0 -1 64 7488 0 0 0 181 2 0 0 16 0 13 0 118754192 1839341568 57163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4929] ppid=4917 vsize=1796232 CPUtime=1.37
/proc/4919/task/4929/stat : 4929 (java) S 4917 4919 4213 0 -1 64 3336 0 0 0 136 1 0 0 17 0 13 0 118754192 1839341568 57163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4930] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4930/stat : 4930 (java) S 4917 4919 4213 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118754192 1839341568 57163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4931] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4931/stat : 4931 (java) S 4917 4919 4213 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118754192 1839341568 57163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4932] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4932/stat : 4932 (java) S 4917 4919 4213 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 118754389 1839341568 57163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.4
Current children cumulated vsize (KiB) 1796232

[startup+25.5021 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 4932
/proc/meminfo: memFree=1603280/2055920 swapFree=4153028/4192956
[pid=4919] ppid=4917 vsize=1796232 CPUtime=28.36
/proc/4919/stat : 4919 (java) S 4917 4919 4213 0 -1 0 70658 0 1 0 2798 38 0 0 18 0 13 0 118754182 1839341568 60845 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4919/statm: 449058 60845 1334 9 0 446669 0
[pid=4919/tid=4921] ppid=4917 vsize=1796232 CPUtime=23.64
/proc/4919/task/4921/stat : 4921 (java) R 4917 4919 4213 0 -1 64 37788 0 1 0 2344 20 0 0 25 0 13 0 118754184 1839341568 60845 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109922111 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4922] ppid=4917 vsize=1796232 CPUtime=0.72
/proc/4919/task/4922/stat : 4922 (java) S 4917 4919 4213 0 -1 64 11568 0 0 0 66 6 0 0 16 0 13 0 118754185 1839341568 60845 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4923] ppid=4917 vsize=1796232 CPUtime=0.72
/proc/4919/task/4923/stat : 4923 (java) S 4917 4919 4213 0 -1 64 9731 0 0 0 67 5 0 0 16 0 13 0 118754185 1839341568 60845 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4924] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4924/stat : 4924 (java) S 4917 4919 4213 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 118754188 1839341568 60845 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=4919/tid=4924] ppid=4917 vsize=1796232 CPUtime=0.16
/proc/4919/task/4924/stat : 4924 (java) S 4917 4919 4213 0 -1 64 98 0 0 0 9 7 0 0 16 0 13 0 118754188 1839341568 132109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4925] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4925/stat : 4925 (java) S 4917 4919 4213 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118754188 1839341568 132109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4926] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4926/stat : 4926 (java) S 4917 4919 4213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118754188 1839341568 132109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4927] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4927/stat : 4927 (java) S 4917 4919 4213 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118754192 1839341568 132109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4928] ppid=4917 vsize=1796232 CPUtime=1.87
/proc/4919/task/4928/stat : 4928 (java) S 4917 4919 4213 0 -1 64 7489 0 0 0 185 2 0 0 16 0 13 0 118754192 1839341568 132109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4929] ppid=4917 vsize=1796232 CPUtime=1.42
/proc/4919/task/4929/stat : 4929 (java) S 4917 4919 4213 0 -1 64 3336 0 0 0 141 1 0 0 17 0 13 0 118754192 1839341568 132109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4930] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4930/stat : 4930 (java) S 4917 4919 4213 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118754192 1839341568 132109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4931] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4931/stat : 4931 (java) S 4917 4919 4213 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118754192 1839341568 132109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4932] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4932/stat : 4932 (java) S 4917 4919 4213 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 118754389 1839341568 132109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1564.36
Current children cumulated vsize (KiB) 1796232

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 4934
/proc/meminfo: memFree=1308240/2055920 swapFree=4153028/4192956
[pid=4919] ppid=4917 vsize=1796232 CPUtime=1625.3
/proc/4919/stat : 4919 (java) S 4917 4919 4213 0 -1 0 179324 0 1 0 162421 109 0 0 18 0 13 0 118754182 1839341568 133602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4919/statm: 449058 133602 1334 9 0 446669 0
[pid=4919/tid=4921] ppid=4917 vsize=1796232 CPUtime=1579.12
/proc/4919/task/4921/stat : 4921 (java) R 4917 4919 4213 0 -1 64 54034 0 1 0 157872 40 0 0 25 0 13 0 118754184 1839341568 133602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109870694 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4922] ppid=4917 vsize=1796232 CPUtime=21.34
/proc/4919/task/4922/stat : 4922 (java) S 4917 4919 4213 0 -1 64 57891 0 0 0 2106 28 0 0 16 0 13 0 118754185 1839341568 133602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4923] ppid=4917 vsize=1796232 CPUtime=21.34
/proc/4919/task/4923/stat : 4923 (java) S 4917 4919 4213 0 -1 64 55752 0 0 0 2106 28 0 0 16 0 13 0 118754185 1839341568 133602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4924] ppid=4917 vsize=1796232 CPUtime=0.16
/proc/4919/task/4924/stat : 4924 (java) S 4917 4919 4213 0 -1 64 98 0 0 0 9 7 0 0 16 0 13 0 118754188 1839341568 133602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4925] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4925/stat : 4925 (java) S 4917 4919 4213 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118754188 1839341568 133602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4926] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4926/stat : 4926 (java) S 4917 4919 4213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118754188 1839341568 133602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4927] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4927/stat : 4927 (java) S 4917 4919 4213 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118754192 1839341568 133602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4928] ppid=4917 vsize=1796232 CPUtime=1.87
/proc/4919/task/4928/stat : 4928 (java) S 4917 4919 4213 0 -1 64 7489 0 0 0 185 2 0 0 16 0 13 0 118754192 1839341568 133602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4929] ppid=4917 vsize=1796232 CPUtime=1.42
/proc/4919/task/4929/stat : 4929 (java) S 4917 4919 4213 0 -1 64 3336 0 0 0 141 1 0 0 17 0 13 0 118754192 1839341568 133602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4930] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4930/stat : 4930 (java) S 4917 4919 4213 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118754192 1839341568 133602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4931] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4931/stat : 4931 (java) S 4917 4919 4213 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118754192 1839341568 133602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4932] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4932/stat : 4932 (java) S 4917 4919 4213 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 118754389 1839341568 133602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1625.3
Current children cumulated vsize (KiB) 1796232

[startup+1662.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 4934
/proc/meminfo: memFree=1301904/2055920 swapFree=4153028/4192956
[pid=4919] ppid=4917 vsize=1796232 CPUtime=1686.31
/proc/4919/stat : 4919 (java) S 4917 4919 4213 0 -1 0 181100 0 1 0 168520 111 0 0 18 0 13 0 118754182 1839341568 135166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4919/statm: 449058 135166 1334 9 0 446669 0
[pid=4919/tid=4921] ppid=4917 vsize=1796232 CPUtime=1638.07
/proc/4919/task/4921/stat : 4921 (java) R 4917 4919 4213 0 -1 64 54050 0 1 0 163767 40 0 0 25 0 13 0 118754184 1839341568 135166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109871300 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4922] ppid=4917 vsize=1796232 CPUtime=22.36
/proc/4919/task/4922/stat : 4922 (java) S 4917 4919 4213 0 -1 64 59089 0 0 0 2208 28 0 0 16 0 13 0 118754185 1839341568 135166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4923] ppid=4917 vsize=1796232 CPUtime=22.36
/proc/4919/task/4923/stat : 4923 (java) S 4917 4919 4213 0 -1 64 56314 0 0 0 2208 28 0 0 16 0 13 0 118754185 1839341568 135166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4924] ppid=4917 vsize=1796232 CPUtime=0.16
/proc/4919/task/4924/stat : 4924 (java) S 4917 4919 4213 0 -1 64 98 0 0 0 9 7 0 0 16 0 13 0 118754188 1839341568 135166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4925] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4925/stat : 4925 (java) S 4917 4919 4213 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118754188 1839341568 135166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4926] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4926/stat : 4926 (java) S 4917 4919 4213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118754188 1839341568 135166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4927] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4927/stat : 4927 (java) S 4917 4919 4213 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118754192 1839341568 135166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4928] ppid=4917 vsize=1796232 CPUtime=1.87
/proc/4919/task/4928/stat : 4928 (java) S 4917 4919 4213 0 -1 64 7489 0 0 0 185 2 0 0 16 0 13 0 118754192 1839341568 135166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4929] ppid=4917 vsize=1796232 CPUtime=1.42
/proc/4919/task/4929/stat : 4929 (java) S 4917 4919 4213 0 -1 64 3336 0 0 0 141 1 0 0 17 0 13 0 118754192 1839341568 135166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4930] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4930/stat : 4930 (java) S 4917 4919 4213 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118754192 1839341568 135166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4931] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4931/stat : 4931 (java) S 4917 4919 4213 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118754192 1839341568 135166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4932] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4932/stat : 4932 (java) S 4917 4919 4213 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 118754389 1839341568 135166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1686.31
Current children cumulated vsize (KiB) 1796232

[startup+1722.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/90 4934
/proc/meminfo: memFree=1296336/2055920 swapFree=4153028/4192956
[pid=4919] ppid=4917 vsize=1796232 CPUtime=1747.26
/proc/4919/stat : 4919 (java) S 4917 4919 4213 0 -1 0 182734 0 1 0 174614 112 0 0 18 0 13 0 118754182 1839341568 136552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4919/statm: 449058 136552 1334 9 0 446669 0
[pid=4919/tid=4921] ppid=4917 vsize=1796232 CPUtime=1697.08
/proc/4919/task/4921/stat : 4921 (java) R 4917 4919 4213 0 -1 64 54065 0 1 0 169667 41 0 0 25 0 13 0 118754184 1839341568 136552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109704040 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4922] ppid=4917 vsize=1796232 CPUtime=23.33
/proc/4919/task/4922/stat : 4922 (java) S 4917 4919 4213 0 -1 64 60018 0 0 0 2305 28 0 0 16 0 13 0 118754185 1839341568 136552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4923] ppid=4917 vsize=1796232 CPUtime=23.33
/proc/4919/task/4923/stat : 4923 (java) S 4917 4919 4213 0 -1 64 57003 0 0 0 2305 28 0 0 16 0 13 0 118754185 1839341568 136552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4924] ppid=4917 vsize=1796232 CPUtime=0.17
/proc/4919/task/4924/stat : 4924 (java) S 4917 4919 4213 0 -1 64 99 0 0 0 10 7 0 0 16 0 13 0 118754188 1839341568 136552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4925] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4925/stat : 4925 (java) S 4917 4919 4213 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118754188 1839341568 136552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4926] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4926/stat : 4926 (java) S 4917 4919 4213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118754188 1839341568 136552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4927] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4927/stat : 4927 (java) S 4917 4919 4213 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118754192 1839341568 136552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4928] ppid=4917 vsize=1796232 CPUtime=1.87
/proc/4919/task/4928/stat : 4928 (java) S 4917 4919 4213 0 -1 64 7489 0 0 0 185 2 0 0 16 0 13 0 118754192 1839341568 136552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4929] ppid=4917 vsize=1796232 CPUtime=1.42
/proc/4919/task/4929/stat : 4929 (java) S 4917 4919 4213 0 -1 64 3336 0 0 0 141 1 0 0 17 0 13 0 118754192 1839341568 136552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4930] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4930/stat : 4930 (java) S 4917 4919 4213 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118754192 1839341568 136552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4931] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4931/stat : 4931 (java) S 4917 4919 4213 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118754192 1839341568 136552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4932] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4932/stat : 4932 (java) S 4917 4919 4213 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 118754389 1839341568 136552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1747.26
Current children cumulated vsize (KiB) 1796232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1774.2 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 4934
/proc/meminfo: memFree=1290960/2055920 swapFree=4153028/4192956
[pid=4919] ppid=4917 vsize=1796232 CPUtime=1800.08
/proc/4919/stat : 4919 (java) S 4917 4919 4213 0 -1 0 184229 0 1 0 179895 113 0 0 18 0 13 0 118754182 1839341568 137880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4919/statm: 449058 137880 1334 9 0 446669 0
[pid=4919/tid=4921] ppid=4917 vsize=1796232 CPUtime=1748.03
/proc/4919/task/4921/stat : 4921 (java) R 4917 4919 4213 0 -1 64 54079 0 1 0 174762 41 0 0 23 0 13 0 118754184 1839341568 137880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109887369 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4922] ppid=4917 vsize=1796232 CPUtime=24.26
/proc/4919/task/4922/stat : 4922 (java) S 4917 4919 4213 0 -1 64 60796 0 0 0 2397 29 0 0 16 0 13 0 118754185 1839341568 137880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4923] ppid=4917 vsize=1796232 CPUtime=24.27
/proc/4919/task/4923/stat : 4923 (java) S 4917 4919 4213 0 -1 64 57706 0 0 0 2398 29 0 0 17 0 13 0 118754185 1839341568 137880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4924] ppid=4917 vsize=1796232 CPUtime=0.17
/proc/4919/task/4924/stat : 4924 (java) S 4917 4919 4213 0 -1 64 99 0 0 0 10 7 0 0 15 0 13 0 118754188 1839341568 137880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4925] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4925/stat : 4925 (java) S 4917 4919 4213 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118754188 1839341568 137880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4926] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4926/stat : 4926 (java) S 4917 4919 4213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118754188 1839341568 137880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4927] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4927/stat : 4927 (java) S 4917 4919 4213 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118754192 1839341568 137880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4928] ppid=4917 vsize=1796232 CPUtime=1.87
/proc/4919/task/4928/stat : 4928 (java) S 4917 4919 4213 0 -1 64 7489 0 0 0 185 2 0 0 16 0 13 0 118754192 1839341568 137880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4929] ppid=4917 vsize=1796232 CPUtime=1.42
/proc/4919/task/4929/stat : 4929 (java) S 4917 4919 4213 0 -1 64 3336 0 0 0 141 1 0 0 17 0 13 0 118754192 1839341568 137880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4930] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4930/stat : 4930 (java) S 4917 4919 4213 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118754192 1839341568 137880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4919/tid=4931] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4931/stat : 4931 (java) S 4917 4919 4213 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118754192 1839341568 137880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4919/tid=4932] ppid=4917 vsize=1796232 CPUtime=0
/proc/4919/task/4932/stat : 4932 (java) S 4917 4919 4213 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 118754389 1839341568 137880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1796232

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

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

[startup+1774.32 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 4934
/proc/meminfo: memFree=1290960/2055920 swapFree=4153028/4192956
[pid=4919] ppid=4917 vsize=0 CPUtime=1800.19
/proc/4919/stat : 4919 (java) Z 4917 4919 4213 0 -1 1036 184249 0 1 0 179900 119 0 0 16 0 2 0 118754182 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4919/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1774.34
CPU time (s): 1800.22
CPU user time (s): 1799
CPU system time (s): 1.22081
CPU usage (%): 101.459
Max. virtual memory (cumulated for all children) (KiB): 1798420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.22081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184249
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= 41717
involuntary context switches= 31697

runsolver used 1.71774 second user time and 4.78827 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Mon Apr 16 07:26:07 UTC 2007

IDJOB= 349555
IDBENCH= 2514
IDSOLVER= 164
FILE ID= node17/349555-1176708367

PBS_JOBID= 4559435

Free space on /tmp= 66531 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  707da2ebfa2e9fe97fe57c41e089cde1

RANDOM SEED= 362958720

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.240
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.240
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:       1841040 kB
Buffers:         35508 kB
Cached:         104820 kB
SwapCached:       2336 kB
Active:          52012 kB
Inactive:       111828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841040 kB
SwapTotal:     4192956 kB
SwapFree:      4153028 kB
Dirty:            4460 kB
Writeback:           0 kB
Mapped:          30632 kB
Slab:            36564 kB
Committed_AS:  6991812 kB
PageTables:       1796 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= 66531 MiB

End job on node17 on Mon Apr 16 07:55:43 UTC 2007