Trace number 2658944

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.12 1796.07

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-nsrand-ipx.opb
MD5SUM6eba7367ef128fb0872fe815e4ef2398
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1207959552
Best CPU time to get the best result obtained on this benchmark1802.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1207959552
Optimality of the best value was proved NO
Number of variables6651
Total number of constraints721
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)331
Number of constraints which are nor clauses,nor cardinality constraints390
Minimum length of a constraint20
Maximum length of a constraint6651
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 26715880447
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.08/0.21	c Pseudo Boolean Optimization
0.08/0.21	c --- Begin Solver configuration ---
0.08/0.21	c Stops conflict analysis at the first Unique Implication Point
0.08/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.08/0.21	c Learn all clauses as in MiniSAT
0.08/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.21	c Expensive reason simplification
0.08/0.21	c Armin Biere (Picosat) restarts strategy
0.08/0.21	c Glucose learned constraints deletion strategy
0.08/0.21	c timeout=2147483s
0.08/0.21	c DB Simplification allowed=false
0.08/0.21	c --- End Solver configuration ---
0.08/0.21	c solving HOME/instance-2658944-1276571536.opb
0.08/0.21	c reading problem ... 
2.51/1.77	c ... done. Wall clock time 1.567s.
2.51/1.77	c #vars     6651
2.51/1.77	c #constraints  721
2.51/1.77	c constraints type 
2.51/1.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 51
2.51/1.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 331
2.51/1.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 339
263.52/261.45	c cleaning 2499 clauses out of 5000 with flag 5001/5001
592.64/590.16	c cleaning 4249 clauses out of 8501 with flag 11001/11001
942.77/939.86	c cleaning 5625 clauses out of 11251 with flag 18000/18000
1295.42/1292.02	c cleaning 6812 clauses out of 13628 with flag 26002/26002
1780.22/1776.27	c cleaning 7900 clauses out of 15816 with flag 35002/35002
1800.04/1796.01	c starts		: 63
1800.04/1796.01	c conflicts		: 35285
1800.04/1796.01	c decisions		: 358647
1800.04/1796.01	c propagations		: 31839962
1800.04/1796.01	c inspects		: 900163053
1800.04/1796.01	c learnt literals	: 1
1800.04/1796.01	c learnt binary clauses	: 0
1800.04/1796.01	c learnt ternary clauses	: 0
1800.04/1796.01	c learnt clauses	: 35283
1800.04/1796.01	c ignored clauses	: 0
1800.04/1796.01	c root simplifications	: 0
1800.04/1796.01	c removed literals (reason simplification)	: 1527579
1800.04/1796.01	c reason swapping (by a shorter reason)	: 0
1800.04/1796.01	c Calls to reduceDB	: 5
1800.04/1796.01	c number of reductions to clauses (during analyze)	: 0
1800.04/1796.01	c number of learned constraints concerned by reduction	: 0
1800.04/1796.01	c number of learning phase by resolution	: 0
1800.04/1796.01	c number of learning phase by cutting planes	: 0
1800.04/1796.01	c speed (assignments/second)	: 17745.66376051351
1800.04/1796.02	c non guided choices	0
1800.04/1796.03	c learnt constraints type 
1800.04/1796.03	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 8199
1800.04/1796.03	c constraints type 
1800.04/1796.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 51
1800.04/1796.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 331
1800.04/1796.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 339
1800.04/1796.03	s UNKNOWN
1800.04/1796.03	c Total wall clock time (in seconds): 1795.822

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658944-1276571536/watcher-2658944-1276571536 -o /tmp/evaluation-result-2658944-1276571536/solver-2658944-1276571536 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658944-1276571536.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.81 1.50 3/106 1951
/proc/meminfo: memFree=1729204/2059040 swapFree=4140012/4192956
[pid=1951] ppid=1949 vsize=248 CPUtime=0
/proc/1951/stat : 1951 (java6) R 1949 1951 720 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 32757271 253952 29 1992294400 134512640 134550932 4293197648 18446744073709551615 2679380 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1951/statm: 62 29 21 10 0 23 0

[startup+0.0937891 s]
/proc/loadavg: 1.99 1.81 1.50 3/106 1951
/proc/meminfo: memFree=1729204/2059040 swapFree=4140012/4192956
[pid=1951] ppid=1949 vsize=1521796 CPUtime=0.07
/proc/1951/stat : 1951 (java) S 1949 1951 720 0 -1 4202496 3859 0 1 0 5 2 0 0 18 0 7 0 32757271 1558319104 3300 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/1951/statm: 380449 3300 1046 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.100748 s]
/proc/loadavg: 1.99 1.81 1.50 3/106 1951
/proc/meminfo: memFree=1729204/2059040 swapFree=4140012/4192956
[pid=1951] ppid=1949 vsize=1524024 CPUtime=0.08
/proc/1951/stat : 1951 (java) S 1949 1951 720 0 -1 4202496 3934 0 1 0 6 2 0 0 18 0 12 0 32757271 1560600576 3373 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1951/statm: 381006 3373 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300603 s]
/proc/loadavg: 1.99 1.81 1.50 3/106 1951
/proc/meminfo: memFree=1729204/2059040 swapFree=4140012/4192956
[pid=1951] ppid=1949 vsize=1526428 CPUtime=0.39
/proc/1951/stat : 1951 (java) S 1949 1951 720 0 -1 4202496 5369 0 1 0 36 3 0 0 18 0 12 0 32757271 1563062272 4806 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1951/statm: 381607 4806 1366 10 0 378909 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526428

[startup+0.700603 s]
/proc/loadavg: 1.99 1.81 1.50 3/106 1951
/proc/meminfo: memFree=1729204/2059040 swapFree=4140012/4192956
[pid=1951] ppid=1949 vsize=1527828 CPUtime=1.14
/proc/1951/stat : 1951 (java) S 1949 1951 720 0 -1 4202496 11352 0 1 0 109 5 0 0 18 0 12 0 32757271 1564495872 10749 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1951/statm: 381957 10750 1405 10 0 379259 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1527828

[startup+1.5006 s]
/proc/loadavg: 1.99 1.81 1.50 4/118 1963
/proc/meminfo: memFree=1667048/2059040 swapFree=4140012/4192956
[pid=1951] ppid=1949 vsize=1530188 CPUtime=2.29
/proc/1951/stat : 1951 (java) S 1949 1951 720 0 -1 4202496 30170 0 1 0 216 13 0 0 18 0 12 0 32757271 1566912512 29340 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1951/statm: 382547 29341 1414 10 0 379849 0
[pid=1951/tid=1953] ppid=1949 vsize=1530188 CPUtime=1.47
/proc/1951/task/1953/stat : 1953 (java) R 1949 1951 720 0 -1 4202560 27337 0 1 0 136 11 0 0 18 0 12 0 32757273 1566912512 29342 1992294400 134512640 134550932 4292897520 18446744073709551615 4109022438 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1951/tid=1954] ppid=1949 vsize=1530188 CPUtime=0
/proc/1951/task/1954/stat : 1954 (java) S 1949 1951 720 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 32757274 1566912512 29344 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1955] ppid=1949 vsize=1530188 CPUtime=0
/proc/1951/task/1955/stat : 1955 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 32757274 1566912512 29345 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1956] ppid=1949 vsize=1530188 CPUtime=0
/proc/1951/task/1956/stat : 1956 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 32757276 1566912512 29346 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1957] ppid=1949 vsize=1530188 CPUtime=0
/proc/1951/task/1957/stat : 1957 (java) S 1949 1951 720 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 32757277 1566912512 29347 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1958] ppid=1949 vsize=1530188 CPUtime=0
/proc/1951/task/1958/stat : 1958 (java) S 1949 1951 720 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 32757277 1566912512 29349 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1959] ppid=1949 vsize=1530188 CPUtime=0
/proc/1951/task/1959/stat : 1959 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32757281 1566912512 29350 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1960] ppid=1949 vsize=1530188 CPUtime=0.42
/proc/1951/task/1960/stat : 1960 (java) S 1949 1951 720 0 -1 4202560 1072 0 0 0 42 0 0 0 24 0 12 0 32757281 1566912512 29351 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1961] ppid=1949 vsize=1530188 CPUtime=0.37
/proc/1951/task/1961/stat : 1961 (java) S 1949 1951 720 0 -1 4202560 698 0 0 0 37 0 0 0 25 0 12 0 32757281 1566912512 29352 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1962] ppid=1949 vsize=1530188 CPUtime=0
/proc/1951/task/1962/stat : 1962 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32757281 1566912512 29354 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1963] ppid=1949 vsize=1530188 CPUtime=0
/proc/1951/task/1963/stat : 1963 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 32757281 1566912512 29354 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 1530188

[startup+3.1016 s]
/proc/loadavg: 1.91 1.79 1.49 2/119 1964
/proc/meminfo: memFree=1586316/2059040 swapFree=4140012/4192956
[pid=1951] ppid=1949 vsize=1530332 CPUtime=4.38
/proc/1951/stat : 1951 (java) S 1949 1951 720 0 -1 4202496 37955 0 1 0 422 16 0 0 18 0 13 0 32757271 1567059968 36813 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1951/statm: 382583 36813 1431 10 0 379885 0
[pid=1951/tid=1953] ppid=1949 vsize=1530332 CPUtime=3.02
/proc/1951/task/1953/stat : 1953 (java) R 1949 1951 720 0 -1 4202560 32050 0 1 0 289 13 0 0 21 0 13 0 32757273 1567059968 36813 1992294400 134512640 134550932 4292897520 18446744073709551615 4109253830 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1951/tid=1954] ppid=1949 vsize=1530332 CPUtime=0.04
/proc/1951/task/1954/stat : 1954 (java) S 1949 1951 720 0 -1 4202560 1369 0 0 0 4 0 0 0 18 0 13 0 32757274 1567059968 36813 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1955] ppid=1949 vsize=1530332 CPUtime=0.04
/proc/1951/task/1955/stat : 1955 (java) S 1949 1951 720 0 -1 4202560 1297 0 0 0 4 0 0 0 18 0 13 0 32757274 1567059968 36813 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1956] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1956/stat : 1956 (java) S 1949 1951 720 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 13 0 32757276 1567059968 36813 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1957] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1957/stat : 1957 (java) S 1949 1951 720 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32757277 1567059968 36813 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1958] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1958/stat : 1958 (java) S 1949 1951 720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32757277 1567059968 36813 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1959] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1959/stat : 1959 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 32757281 1567059968 36813 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1960] ppid=1949 vsize=1530332 CPUtime=0.61
/proc/1951/task/1960/stat : 1960 (java) S 1949 1951 720 0 -1 4202560 1089 0 0 0 61 0 0 0 15 0 13 0 32757281 1567059968 36813 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1961] ppid=1949 vsize=1530332 CPUtime=0.62
/proc/1951/task/1961/stat : 1961 (java) S 1949 1951 720 0 -1 4202560 1077 0 0 0 62 0 0 0 15 0 13 0 32757281 1567059968 36813 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1962] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1962/stat : 1962 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 32757281 1567059968 36813 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1963] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1963/stat : 1963 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32757281 1567059968 36813 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1964] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1964/stat : 1964 (java) S 1949 1951 720 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 32757452 1567059968 36813 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 1530332

[startup+6.3016 s]
/proc/loadavg: 1.91 1.79 1.49 2/119 1966
/proc/meminfo: memFree=1572676/2059040 swapFree=4140012/4192956
[pid=1951] ppid=1949 vsize=1530332 CPUtime=7.72
/proc/1951/stat : 1951 (java) S 1949 1951 720 0 -1 4202496 41438 0 1 0 754 18 0 0 18 0 13 0 32757271 1567059968 40246 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1951/statm: 382583 40246 1431 10 0 379885 0
[pid=1951/tid=1953] ppid=1949 vsize=1530332 CPUtime=6.14
/proc/1951/task/1953/stat : 1953 (java) R 1949 1951 720 0 -1 4202560 32054 0 1 0 601 13 0 0 25 0 13 0 32757273 1567059968 40246 1992294400 134512640 134550932 4292897520 18446744073709551615 4109107408 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1951/tid=1954] ppid=1949 vsize=1530332 CPUtime=0.11
/proc/1951/task/1954/stat : 1954 (java) S 1949 1951 720 0 -1 4202560 3242 0 0 0 10 1 0 0 18 0 13 0 32757274 1567059968 40246 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1955] ppid=1949 vsize=1530332 CPUtime=0.1
/proc/1951/task/1955/stat : 1955 (java) S 1949 1951 720 0 -1 4202560 2894 0 0 0 10 0 0 0 18 0 13 0 32757274 1567059968 40246 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1956] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1956/stat : 1956 (java) S 1949 1951 720 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 32757276 1567059968 40246 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1957] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1957/stat : 1957 (java) S 1949 1951 720 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32757277 1567059968 40246 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1958] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1958/stat : 1958 (java) S 1949 1951 720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32757277 1567059968 40246 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1959] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1959/stat : 1959 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 32757281 1567059968 40246 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1960] ppid=1949 vsize=1530332 CPUtime=0.68
/proc/1951/task/1960/stat : 1960 (java) S 1949 1951 720 0 -1 4202560 1094 0 0 0 68 0 0 0 15 0 13 0 32757281 1567059968 40246 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1961] ppid=1949 vsize=1530332 CPUtime=0.62
/proc/1951/task/1961/stat : 1961 (java) S 1949 1951 720 0 -1 4202560 1077 0 0 0 62 0 0 0 15 0 13 0 32757281 1567059968 40246 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1962] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1962/stat : 1962 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 32757281 1567059968 40246 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1963] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1963/stat : 1963 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32757281 1567059968 40246 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1964] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1964/stat : 1964 (java) S 1949 1951 720 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 32757452 1567059968 40246 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 1530332

[startup+12.7016 s]
/proc/loadavg: 1.77 1.77 1.49 2/119 1966
/proc/meminfo: memFree=1554200/2059040 swapFree=4140012/4192956
[pid=1951] ppid=1949 vsize=1530332 CPUtime=14.3
/proc/1951/stat : 1951 (java) S 1949 1951 720 0 -1 4202496 46756 0 1 0 1409 21 0 0 18 0 13 0 32757271 1567059968 44829 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1951/statm: 382583 44829 1431 10 0 379885 0
[pid=1951/tid=1953] ppid=1949 vsize=1530332 CPUtime=12.38
/proc/1951/task/1953/stat : 1953 (java) R 1949 1951 720 0 -1 4202560 32063 0 1 0 1225 13 0 0 25 0 13 0 32757273 1567059968 44829 1992294400 134512640 134550932 4292897520 18446744073709551615 4109030592 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1951/tid=1954] ppid=1949 vsize=1530332 CPUtime=0.26
/proc/1951/task/1954/stat : 1954 (java) S 1949 1951 720 0 -1 4202560 6018 0 0 0 23 3 0 0 18 0 13 0 32757274 1567059968 44829 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1955] ppid=1949 vsize=1530332 CPUtime=0.25
/proc/1951/task/1955/stat : 1955 (java) S 1949 1951 720 0 -1 4202560 5420 0 0 0 24 1 0 0 18 0 13 0 32757274 1567059968 44829 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1956] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1956/stat : 1956 (java) S 1949 1951 720 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 13 0 32757276 1567059968 44829 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1957] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1957/stat : 1957 (java) S 1949 1951 720 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32757277 1567059968 44829 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1958] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1958/stat : 1958 (java) S 1949 1951 720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32757277 1567059968 44829 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1959] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1959/stat : 1959 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 32757281 1567059968 44829 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1960] ppid=1949 vsize=1530332 CPUtime=0.72
/proc/1951/task/1960/stat : 1960 (java) S 1949 1951 720 0 -1 4202560 1097 0 0 0 72 0 0 0 15 0 13 0 32757281 1567059968 44829 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1961] ppid=1949 vsize=1530332 CPUtime=0.62
/proc/1951/task/1961/stat : 1961 (java) S 1949 1951 720 0 -1 4202560 1077 0 0 0 62 0 0 0 15 0 13 0 32757281 1567059968 44829 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1962] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1962/stat : 1962 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 32757281 1567059968 44829 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1963] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1963/stat : 1963 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32757281 1567059968 44829 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1964] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1964/stat : 1964 (java) S 1949 1951 720 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 32757452 1567059968 44829 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.3
Current children cumulated vsize (KiB) 1530332

[startup+25.5017 s]
/proc/loadavg: 1.65 1.74 1.48 2/119 1966
/proc/meminfo: memFree=1554076/2059040 swapFree=4140012/4192956
[pid=1951] ppid=1949 vsize=1530332 CPUtime=27.19
/proc/1951/stat : 1951 (java) S 1949 1951 720 0 -1 4202496 46790 0 1 0 2698 21 0 0 18 0 13 0 32757271 1567059968 44854 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1951/statm: 382583 44854 1431 10 0 379885 0
[pid=1951/tid=1953] ppid=1949 vsize=1530332 CPUtime=25.14
/proc/1951/task/1953/stat : 1953 (java) R 1949 1951 720 0 -1 4202560 32071 0 1 0 2501 13 0 0 25 0 13 0 32757273 1567059968 44854 1992294400 134512640 134550932 4292897520 18446744073709551615 4109107408 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1951/tid=1954] ppid=1949 vsize=1530332 CPUtime=0.29
/proc/1951/task/1954/stat : 1954 (java) S 1949 1951 720 0 -1 4202560 6030 0 0 0 26 3 0 0 18 0 13 0 32757274 1567059968 44854 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1955] ppid=1949 vsize=1530332 CPUtime=0.28
/proc/1951/task/1955/stat : 1955 (java) S 1949 1951 720 0 -1 4202560 5430 0 0 0 27 1 0 0 18 0 13 0 32757274 1567059968 44854 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1956] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1956/stat : 1956 (java) S 1949 1951 720 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 13 0 32757276 1567059968 44854 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1957] ppid=1949 vsize=1530332 CPUtime=0

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

[pid=1951] ppid=1949 vsize=1530332 CPUtime=1606.12
/proc/1951/stat : 1951 (java) S 1949 1951 720 0 -1 4202496 52862 0 1 0 160557 55 0 0 18 0 13 0 32757271 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1951/statm: 382583 49212 1442 10 0 379885 0
[pid=1951/tid=1953] ppid=1949 vsize=1530332 CPUtime=1598.1
/proc/1951/task/1953/stat : 1953 (java) R 1949 1951 720 0 -1 4202560 34714 0 1 0 159777 33 0 0 25 0 13 0 32757273 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4109254097 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1951/tid=1954] ppid=1949 vsize=1530332 CPUtime=2.84
/proc/1951/task/1954/stat : 1954 (java) S 1949 1951 720 0 -1 4202560 7198 0 0 0 278 6 0 0 16 0 13 0 32757274 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1955] ppid=1949 vsize=1530332 CPUtime=2.83
/proc/1951/task/1955/stat : 1955 (java) S 1949 1951 720 0 -1 4202560 6803 0 0 0 278 5 0 0 15 0 13 0 32757274 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1956] ppid=1949 vsize=1530332 CPUtime=0.54
/proc/1951/task/1956/stat : 1956 (java) S 1949 1951 720 0 -1 4202560 785 0 0 0 46 8 0 0 15 0 13 0 32757276 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1957] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1957/stat : 1957 (java) S 1949 1951 720 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32757277 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1958] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1958/stat : 1958 (java) S 1949 1951 720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32757277 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1959] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1959/stat : 1959 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1960] ppid=1949 vsize=1530332 CPUtime=0.96
/proc/1951/task/1960/stat : 1960 (java) S 1949 1951 720 0 -1 4202560 1117 0 0 0 96 0 0 0 15 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1961] ppid=1949 vsize=1530332 CPUtime=0.78
/proc/1951/task/1961/stat : 1961 (java) S 1949 1951 720 0 -1 4202560 1087 0 0 0 78 0 0 0 16 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1962] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1962/stat : 1962 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1963] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1963/stat : 1963 (java) S 1949 1951 720 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1964] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1964/stat : 1964 (java) S 1949 1951 720 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 32757452 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1606.12
Current children cumulated vsize (KiB) 1530332

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 2019
/proc/meminfo: memFree=1534608/2059040 swapFree=4140012/4192956
[pid=1951] ppid=1949 vsize=1530332 CPUtime=1666.18
/proc/1951/stat : 1951 (java) S 1949 1951 720 0 -1 4202496 52903 0 1 0 166562 56 0 0 18 0 13 0 32757271 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1951/statm: 382583 49212 1442 10 0 379885 0
[pid=1951/tid=1953] ppid=1949 vsize=1530332 CPUtime=1657.94
/proc/1951/task/1953/stat : 1953 (java) R 1949 1951 720 0 -1 4202560 34747 0 1 0 165761 33 0 0 25 0 13 0 32757273 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4109253694 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1951/tid=1954] ppid=1949 vsize=1530332 CPUtime=2.94
/proc/1951/task/1954/stat : 1954 (java) S 1949 1951 720 0 -1 4202560 7198 0 0 0 288 6 0 0 15 0 13 0 32757274 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1955] ppid=1949 vsize=1530332 CPUtime=2.94
/proc/1951/task/1955/stat : 1955 (java) S 1949 1951 720 0 -1 4202560 6803 0 0 0 289 5 0 0 16 0 13 0 32757274 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1956] ppid=1949 vsize=1530332 CPUtime=0.55
/proc/1951/task/1956/stat : 1956 (java) S 1949 1951 720 0 -1 4202560 789 0 0 0 47 8 0 0 16 0 13 0 32757276 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1957] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1957/stat : 1957 (java) S 1949 1951 720 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32757277 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1958] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1958/stat : 1958 (java) S 1949 1951 720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32757277 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1959] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1959/stat : 1959 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1960] ppid=1949 vsize=1530332 CPUtime=0.96
/proc/1951/task/1960/stat : 1960 (java) S 1949 1951 720 0 -1 4202560 1117 0 0 0 96 0 0 0 15 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1961] ppid=1949 vsize=1530332 CPUtime=0.78
/proc/1951/task/1961/stat : 1961 (java) S 1949 1951 720 0 -1 4202560 1087 0 0 0 78 0 0 0 16 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1962] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1962/stat : 1962 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1963] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1963/stat : 1963 (java) S 1949 1951 720 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1964] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1964/stat : 1964 (java) S 1949 1951 720 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 32757452 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.18
Current children cumulated vsize (KiB) 1530332

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/119 2019
/proc/meminfo: memFree=1534484/2059040 swapFree=4140012/4192956
[pid=1951] ppid=1949 vsize=1530332 CPUtime=1726.25
/proc/1951/stat : 1951 (java) S 1949 1951 720 0 -1 4202496 52943 0 1 0 172567 58 0 0 18 0 13 0 32757271 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1951/statm: 382583 49212 1442 10 0 379885 0
[pid=1951/tid=1953] ppid=1949 vsize=1530332 CPUtime=1717.81
/proc/1951/task/1953/stat : 1953 (java) R 1949 1951 720 0 -1 4202560 34779 0 1 0 171747 34 0 0 25 0 13 0 32757273 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4109253870 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1951/tid=1954] ppid=1949 vsize=1530332 CPUtime=3.03
/proc/1951/task/1954/stat : 1954 (java) S 1949 1951 720 0 -1 4202560 7198 0 0 0 297 6 0 0 16 0 13 0 32757274 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1955] ppid=1949 vsize=1530332 CPUtime=3.03
/proc/1951/task/1955/stat : 1955 (java) S 1949 1951 720 0 -1 4202560 6803 0 0 0 298 5 0 0 15 0 13 0 32757274 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1956] ppid=1949 vsize=1530332 CPUtime=0.56
/proc/1951/task/1956/stat : 1956 (java) S 1949 1951 720 0 -1 4202560 793 0 0 0 47 9 0 0 15 0 13 0 32757276 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1957] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1957/stat : 1957 (java) S 1949 1951 720 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32757277 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1958] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1958/stat : 1958 (java) S 1949 1951 720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32757277 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1959] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1959/stat : 1959 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1960] ppid=1949 vsize=1530332 CPUtime=0.96
/proc/1951/task/1960/stat : 1960 (java) S 1949 1951 720 0 -1 4202560 1117 0 0 0 96 0 0 0 15 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1961] ppid=1949 vsize=1530332 CPUtime=0.78
/proc/1951/task/1961/stat : 1961 (java) S 1949 1951 720 0 -1 4202560 1087 0 0 0 78 0 0 0 16 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1962] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1962/stat : 1962 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1963] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1963/stat : 1963 (java) S 1949 1951 720 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1964] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1964/stat : 1964 (java) S 1949 1951 720 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 32757452 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.25
Current children cumulated vsize (KiB) 1530332

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.05 3/119 2021
/proc/meminfo: memFree=1534360/2059040 swapFree=4140012/4192956
[pid=1951] ppid=1949 vsize=1530332 CPUtime=1786.33
/proc/1951/stat : 1951 (java) S 1949 1951 720 0 -1 4202496 53141 0 1 0 178574 59 0 0 18 0 13 0 32757271 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1951/statm: 382583 49212 1442 10 0 379885 0
[pid=1951/tid=1953] ppid=1949 vsize=1530332 CPUtime=1777.6
/proc/1951/task/1953/stat : 1953 (java) R 1949 1951 720 0 -1 4202560 34812 0 1 0 177725 35 0 0 25 0 13 0 32757273 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4109183917 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1951/tid=1954] ppid=1949 vsize=1530332 CPUtime=3.14
/proc/1951/task/1954/stat : 1954 (java) S 1949 1951 720 0 -1 4202560 7198 0 0 0 307 7 0 0 15 0 13 0 32757274 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1955] ppid=1949 vsize=1530332 CPUtime=3.14
/proc/1951/task/1955/stat : 1955 (java) S 1949 1951 720 0 -1 4202560 6803 0 0 0 309 5 0 0 16 0 13 0 32757274 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1956] ppid=1949 vsize=1530332 CPUtime=0.64
/proc/1951/task/1956/stat : 1956 (java) S 1949 1951 720 0 -1 4202560 956 0 0 0 55 9 0 0 16 0 13 0 32757276 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1957] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1957/stat : 1957 (java) S 1949 1951 720 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32757277 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1958] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1958/stat : 1958 (java) S 1949 1951 720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32757277 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1959] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1959/stat : 1959 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1960] ppid=1949 vsize=1530332 CPUtime=0.96
/proc/1951/task/1960/stat : 1960 (java) S 1949 1951 720 0 -1 4202560 1117 0 0 0 96 0 0 0 15 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1961] ppid=1949 vsize=1530332 CPUtime=0.78
/proc/1951/task/1961/stat : 1961 (java) S 1949 1951 720 0 -1 4202560 1087 0 0 0 78 0 0 0 16 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1962] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1962/stat : 1962 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1963] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1963/stat : 1963 (java) S 1949 1951 720 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1964] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1964/stat : 1964 (java) S 1949 1951 720 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 32757452 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.33
Current children cumulated vsize (KiB) 1530332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 1.00 1.00 1.05 2/119 2021
/proc/meminfo: memFree=1534360/2059040 swapFree=4140012/4192956
[pid=1951] ppid=1949 vsize=1530332 CPUtime=1800.04
/proc/1951/stat : 1951 (java) S 1949 1951 720 0 -1 4202496 53152 0 1 0 179944 60 0 0 18 0 13 0 32757271 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1951/statm: 382583 49212 1442 10 0 379885 0
[pid=1951/tid=1953] ppid=1949 vsize=1530332 CPUtime=1791.26
/proc/1951/task/1953/stat : 1953 (java) R 1949 1951 720 0 -1 4202560 34819 0 1 0 179091 35 0 0 25 0 13 0 32757273 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4109253518 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1951/tid=1954] ppid=1949 vsize=1530332 CPUtime=3.16
/proc/1951/task/1954/stat : 1954 (java) S 1949 1951 720 0 -1 4202560 7198 0 0 0 309 7 0 0 16 0 13 0 32757274 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1955] ppid=1949 vsize=1530332 CPUtime=3.16
/proc/1951/task/1955/stat : 1955 (java) S 1949 1951 720 0 -1 4202560 6803 0 0 0 311 5 0 0 15 0 13 0 32757274 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1956] ppid=1949 vsize=1530332 CPUtime=0.64
/proc/1951/task/1956/stat : 1956 (java) S 1949 1951 720 0 -1 4202560 958 0 0 0 55 9 0 0 15 0 13 0 32757276 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 0 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1957] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1957/stat : 1957 (java) S 1949 1951 720 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32757277 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1958] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1958/stat : 1958 (java) S 1949 1951 720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32757277 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1959] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1959/stat : 1959 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1960] ppid=1949 vsize=1530332 CPUtime=0.96
/proc/1951/task/1960/stat : 1960 (java) S 1949 1951 720 0 -1 4202560 1117 0 0 0 96 0 0 0 15 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1961] ppid=1949 vsize=1530332 CPUtime=0.78
/proc/1951/task/1961/stat : 1961 (java) S 1949 1951 720 0 -1 4202560 1087 0 0 0 78 0 0 0 16 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1962] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1962/stat : 1962 (java) S 1949 1951 720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
[pid=1951/tid=1963] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1963/stat : 1963 (java) S 1949 1951 720 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 32757281 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 1 0 0 0
[pid=1951/tid=1964] ppid=1949 vsize=1530332 CPUtime=0
/proc/1951/task/1964/stat : 1964 (java) S 1949 1951 720 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 32757452 1567059968 49212 1992294400 134512640 134550932 4292897520 18446744073709551615 4294960144 0 4 0 16800975 18446604435774401280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1530332

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): 1796.07
CPU time (s): 1800.12
CPU user time (s): 1799.5
CPU system time (s): 0.625904
CPU usage (%): 100.226
Max. virtual memory (cumulated for all children) (KiB): 1531068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 0.625904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53174
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= 46423
involuntary context switches= 24423

runsolver used 3.54946 second user time and 9.70752 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-15 05:12:16
IDJOB=2658944
IDBENCH=2527
IDSOLVER=1164
FILE ID=node006/2658944-1276571536
PBS_JOBID= 11173504
Free space on /tmp= 62500 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-nsrand-ipx.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658944-1276571536/watcher-2658944-1276571536 -o /tmp/evaluation-result-2658944-1276571536/solver-2658944-1276571536 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658944-1276571536.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 6eba7367ef128fb0872fe815e4ef2398
RANDOM SEED=1457251850

node006.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.204
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
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.204
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1729724 kB
Buffers:         59056 kB
Cached:         188868 kB
SwapCached:       6644 kB
Active:          92296 kB
Inactive:       169404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1729724 kB
SwapTotal:     4192956 kB
SwapFree:      4140012 kB
Dirty:            2408 kB
Writeback:           0 kB
AnonPages:       12284 kB
Mapped:          13052 kB
Slab:            45816 kB
PageTables:       3936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181348 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62500 MiB
End job on node006 at 2010-06-15 05:42:14