Trace number 2660263

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 CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.25 1765.9

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-dano3_3.opb
MD5SUM1c7fb7925778882f8c8001dcd3838f28
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables404796
Total number of constraints3709
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints3706
Minimum length of a constraint11
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 134217728000
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 569083166190
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

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.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c solving HOME/instance-2660263-1276530516.opb
0.23/0.22	c reading problem ... 
21.67/17.51	c ... done. Wall clock time 17.285s.
21.67/17.51	c #vars     404796
21.67/17.51	c #constraints  125961
21.67/17.51	c constraints type 
21.67/17.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6
21.67/17.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4927
1800.05/1765.71	c starts		: 13
1800.05/1765.72	c conflicts		: 2054
1800.05/1765.72	c decisions		: 92850
1800.05/1765.72	c propagations		: 707421
1800.05/1765.72	c inspects		: 19887848
1800.05/1765.72	c learnt literals	: 0
1800.05/1765.72	c learnt binary clauses	: 0
1800.05/1765.72	c learnt ternary clauses	: 0
1800.05/1765.72	c learnt clauses	: 2053
1800.05/1765.72	c ignored clauses	: 0
1800.05/1765.72	c root simplifications	: 0
1800.05/1765.72	c removed literals (reason simplification)	: 0
1800.05/1765.72	c reason swapping (by a shorter reason)	: 0
1800.05/1765.72	c Calls to reduceDB	: 0
1800.05/1765.72	c number of reductions to clauses (during analyze)	: 0
1800.05/1765.72	c number of learned constraints concerned by reduction	: 0
1800.05/1765.72	c number of learning phase by resolution	: 0
1800.05/1765.72	c number of learning phase by cutting planes	: 0
1800.05/1765.72	c speed (assignments/second)	: 404.6760028075924
1800.05/1765.72	c non guided choices	3944
1800.05/1765.72	c learnt constraints type 
1800.05/1765.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2053
1800.05/1765.72	c constraints type 
1800.05/1765.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6
1800.05/1765.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4927
1800.05/1765.72	s UNKNOWN
1800.05/1765.72	c Total wall clock time (in seconds): 1765.505

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-2660263-1276530516/watcher-2660263-1276530516 -o /tmp/evaluation-result-2660263-1276530516/solver-2660263-1276530516 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660263-1276530516.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: 0.85 0.97 1.06 3/106 31866
/proc/meminfo: memFree=1819736/2059040 swapFree=4140420/4192956
[pid=31866] ppid=31864 vsize=1752 CPUtime=0
/proc/31866/stat : 31866 (java6) R 31864 31866 31841 0 -1 4194304 162 0 0 0 0 0 0 0 19 0 1 0 26708107 1794048 80 1992294400 134512640 134550932 4288995296 18446744073709551615 1907123 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31866/statm: 438 82 64 10 0 30 0

[startup+0.107148 s]
/proc/loadavg: 0.85 0.97 1.06 3/106 31866
/proc/meminfo: memFree=1819736/2059040 swapFree=4140420/4192956
[pid=31866] ppid=31864 vsize=1524592 CPUtime=0.08
/proc/31866/stat : 31866 (java) S 31864 31866 31841 0 -1 4202496 3983 0 1 0 6 2 0 0 15 0 12 0 26708107 1561182208 3421 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31866/statm: 381148 3421 1078 10 0 378450 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524592

[startup+0.202167 s]
/proc/loadavg: 0.85 0.97 1.06 3/106 31866
/proc/meminfo: memFree=1819736/2059040 swapFree=4140420/4192956
[pid=31866] ppid=31864 vsize=1525640 CPUtime=0.23
/proc/31866/stat : 31866 (java) S 31864 31866 31841 0 -1 4202496 5029 0 1 0 20 3 0 0 15 0 12 0 26708107 1562255360 4465 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31866/statm: 381410 4465 1346 10 0 378712 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1525640

[startup+0.302183 s]
/proc/loadavg: 0.85 0.97 1.06 3/106 31866
/proc/meminfo: memFree=1819736/2059040 swapFree=4140420/4192956
[pid=31866] ppid=31864 vsize=1525640 CPUtime=0.35
/proc/31866/stat : 31866 (java) S 31864 31866 31841 0 -1 4202496 7554 0 1 0 31 4 0 0 15 0 12 0 26708107 1562255360 6990 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31866/statm: 381410 6990 1356 10 0 378712 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1525640

[startup+0.70126 s]
/proc/loadavg: 0.85 0.97 1.06 3/106 31866
/proc/meminfo: memFree=1819736/2059040 swapFree=4140420/4192956
[pid=31866] ppid=31864 vsize=1531484 CPUtime=1.03
/proc/31866/stat : 31866 (java) S 31864 31866 31841 0 -1 4202496 10627 0 1 0 98 5 0 0 15 0 12 0 26708107 1568239616 9518 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31866/statm: 382871 9518 1414 10 0 380173 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1531484

[startup+1.50141 s]
/proc/loadavg: 0.85 0.97 1.06 4/118 31878
/proc/meminfo: memFree=1770724/2059040 swapFree=4140420/4192956
[pid=31866] ppid=31864 vsize=1544620 CPUtime=2.62
/proc/31866/stat : 31866 (java) S 31864 31866 31841 0 -1 4202496 24239 0 1 0 252 10 0 0 15 0 12 0 26708107 1581690880 19802 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31866/statm: 386155 19802 1415 10 0 383457 0
[pid=31866/tid=31868] ppid=31864 vsize=1544620 CPUtime=0.93
/proc/31866/task/31868/stat : 31868 (java) R 31864 31866 31841 0 -1 4202560 14424 0 1 0 87 6 0 0 18 0 12 0 26708108 1581690880 19802 1992294400 134512640 134550932 4293454192 18446744073709551615 4109486728 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31866/tid=31869] ppid=31864 vsize=1544620 CPUtime=0
/proc/31866/task/31869/stat : 31869 (java) S 31864 31866 31841 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 26708110 1581690880 19802 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31870] ppid=31864 vsize=1544620 CPUtime=0
/proc/31866/task/31870/stat : 31870 (java) S 31864 31866 31841 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 26708110 1581690880 19802 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31871] ppid=31864 vsize=1544620 CPUtime=0
/proc/31866/task/31871/stat : 31871 (java) S 31864 31866 31841 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 26708111 1581690880 19802 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31872] ppid=31864 vsize=1544620 CPUtime=0
/proc/31866/task/31872/stat : 31872 (java) S 31864 31866 31841 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 26708112 1581690880 19803 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31873] ppid=31864 vsize=1544620 CPUtime=0
/proc/31866/task/31873/stat : 31873 (java) S 31864 31866 31841 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 26708112 1581690880 19803 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31874] ppid=31864 vsize=1544620 CPUtime=0
/proc/31866/task/31874/stat : 31874 (java) S 31864 31866 31841 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 26708116 1581690880 19803 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31875] ppid=31864 vsize=1544620 CPUtime=0.61
/proc/31866/task/31875/stat : 31875 (java) S 31864 31866 31841 0 -1 4202560 2341 0 0 0 60 1 0 0 17 0 12 0 26708116 1581690880 19803 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31876] ppid=31864 vsize=1544620 CPUtime=1.05
/proc/31866/task/31876/stat : 31876 (java) R 31864 31866 31841 0 -1 4202560 6410 0 0 0 104 1 0 0 19 0 12 0 26708116 1581690880 19803 1992294400 134512640 134550932 4293454192 18446744073709551615 101914431 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31866/tid=31877] ppid=31864 vsize=1544620 CPUtime=0
/proc/31866/task/31877/stat : 31877 (java) S 31864 31866 31841 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 26708116 1581690880 19803 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31878] ppid=31864 vsize=1544620 CPUtime=0
/proc/31866/task/31878/stat : 31878 (java) S 31864 31866 31841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 26708116 1581690880 19803 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 1544620

[startup+3.10116 s]
/proc/loadavg: 1.18 1.03 1.08 5/118 31878
/proc/meminfo: memFree=1669168/2059040 swapFree=4140420/4192956
[pid=31866] ppid=31864 vsize=1543588 CPUtime=4.42
/proc/31866/stat : 31866 (java) S 31864 31866 31841 0 -1 4202496 50964 0 1 0 419 23 0 0 15 0 12 0 26708107 1580634112 45977 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31866/statm: 385897 45977 1424 10 0 383199 0
[pid=31866/tid=31868] ppid=31864 vsize=1543588 CPUtime=2.37
/proc/31866/task/31868/stat : 31868 (java) R 31864 31866 31841 0 -1 4202560 31995 0 1 0 222 15 0 0 18 0 12 0 26708108 1580634112 45977 1992294400 134512640 134550932 4293454192 18446744073709551615 4109823321 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31866/tid=31869] ppid=31864 vsize=1543588 CPUtime=0.13
/proc/31866/task/31869/stat : 31869 (java) S 31864 31866 31841 0 -1 4202560 4016 0 0 0 12 1 0 0 16 0 12 0 26708110 1580634112 45977 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31870] ppid=31864 vsize=1543588 CPUtime=0.13
/proc/31866/task/31870/stat : 31870 (java) S 31864 31866 31841 0 -1 4202560 5063 0 0 0 12 1 0 0 18 0 12 0 26708110 1580634112 45977 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31871] ppid=31864 vsize=1543588 CPUtime=0
/proc/31866/task/31871/stat : 31871 (java) S 31864 31866 31841 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 12 0 26708111 1580634112 45977 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31872] ppid=31864 vsize=1543588 CPUtime=0
/proc/31866/task/31872/stat : 31872 (java) S 31864 31866 31841 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 26708112 1580634112 45977 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31873] ppid=31864 vsize=1543588 CPUtime=0
/proc/31866/task/31873/stat : 31873 (java) S 31864 31866 31841 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 26708112 1580634112 45977 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31874] ppid=31864 vsize=1543588 CPUtime=0
/proc/31866/task/31874/stat : 31874 (java) S 31864 31866 31841 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 26708116 1580634112 45977 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31875] ppid=31864 vsize=1543588 CPUtime=0.61
/proc/31866/task/31875/stat : 31875 (java) S 31864 31866 31841 0 -1 4202560 2341 0 0 0 60 1 0 0 17 0 12 0 26708116 1580634112 45977 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31876] ppid=31864 vsize=1543588 CPUtime=1.12
/proc/31866/task/31876/stat : 31876 (java) S 31864 31866 31841 0 -1 4202560 6477 0 0 0 111 1 0 0 18 0 12 0 26708116 1580634112 45977 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31877] ppid=31864 vsize=1543588 CPUtime=0
/proc/31866/task/31877/stat : 31877 (java) S 31864 31866 31841 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 26708116 1580634112 45977 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31878] ppid=31864 vsize=1543588 CPUtime=0
/proc/31866/task/31878/stat : 31878 (java) S 31864 31866 31841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 26708116 1580634112 45977 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 1543588

[startup+6.30013 s]
/proc/loadavg: 1.18 1.03 1.08 2/118 31878
/proc/meminfo: memFree=1567860/2059040 swapFree=4140420/4192956
[pid=31866] ppid=31864 vsize=1543588 CPUtime=8.27
/proc/31866/stat : 31866 (java) S 31864 31866 31841 0 -1 4202496 79696 0 1 0 787 40 0 0 15 0 12 0 26708107 1580634112 70650 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31866/statm: 385897 70650 1424 10 0 383199 0
[pid=31866/tid=31868] ppid=31864 vsize=1543588 CPUtime=4.9
/proc/31866/task/31868/stat : 31868 (java) R 31864 31866 31841 0 -1 4202560 31999 0 1 0 474 16 0 0 16 0 12 0 26708108 1580634112 70650 1992294400 134512640 134550932 4293454192 18446744073709551615 4109789418 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31866/tid=31869] ppid=31864 vsize=1543588 CPUtime=0.79
/proc/31866/task/31869/stat : 31869 (java) S 31864 31866 31841 0 -1 4202560 19028 0 0 0 70 9 0 0 16 0 12 0 26708110 1580634112 70650 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31870] ppid=31864 vsize=1543588 CPUtime=0.78
/proc/31866/task/31870/stat : 31870 (java) S 31864 31866 31841 0 -1 4202560 18779 0 0 0 69 9 0 0 18 0 12 0 26708110 1580634112 70650 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31871] ppid=31864 vsize=1543588 CPUtime=0
/proc/31866/task/31871/stat : 31871 (java) S 31864 31866 31841 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 26708111 1580634112 70650 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31872] ppid=31864 vsize=1543588 CPUtime=0
/proc/31866/task/31872/stat : 31872 (java) S 31864 31866 31841 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 26708112 1580634112 70650 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31873] ppid=31864 vsize=1543588 CPUtime=0
/proc/31866/task/31873/stat : 31873 (java) S 31864 31866 31841 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 26708112 1580634112 70650 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31874] ppid=31864 vsize=1543588 CPUtime=0
/proc/31866/task/31874/stat : 31874 (java) S 31864 31866 31841 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 26708116 1580634112 70650 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31875] ppid=31864 vsize=1543588 CPUtime=0.61
/proc/31866/task/31875/stat : 31875 (java) S 31864 31866 31841 0 -1 4202560 2341 0 0 0 60 1 0 0 17 0 12 0 26708116 1580634112 70650 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31876] ppid=31864 vsize=1543588 CPUtime=1.12
/proc/31866/task/31876/stat : 31876 (java) S 31864 31866 31841 0 -1 4202560 6477 0 0 0 111 1 0 0 18 0 12 0 26708116 1580634112 70650 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31877] ppid=31864 vsize=1543588 CPUtime=0
/proc/31866/task/31877/stat : 31877 (java) S 31864 31866 31841 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 26708116 1580634112 70650 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31878] ppid=31864 vsize=1543588 CPUtime=0
/proc/31866/task/31878/stat : 31878 (java) S 31864 31866 31841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 26708116 1580634112 70650 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.27
Current children cumulated vsize (KiB) 1543588

[startup+12.7011 s]
/proc/loadavg: 1.31 1.06 1.09 2/118 31878
/proc/meminfo: memFree=1428980/2059040 swapFree=4140420/4192956
[pid=31866] ppid=31864 vsize=1543588 CPUtime=16.09
/proc/31866/stat : 31866 (java) S 31864 31866 31841 0 -1 4202496 116204 0 1 0 1550 59 0 0 15 0 12 0 26708107 1580634112 101009 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31866/statm: 385897 101009 1424 10 0 383199 0
[pid=31866/tid=31868] ppid=31864 vsize=1543588 CPUtime=9.89
/proc/31866/task/31868/stat : 31868 (java) R 31864 31866 31841 0 -1 4202560 32012 0 1 0 973 16 0 0 16 0 12 0 26708108 1580634112 101009 1992294400 134512640 134550932 4293454192 18446744073709551615 4110029414 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31866/tid=31869] ppid=31864 vsize=1543588 CPUtime=2.16
/proc/31866/task/31869/stat : 31869 (java) S 31864 31866 31841 0 -1 4202560 37356 0 0 0 198 18 0 0 16 0 12 0 26708110 1580634112 101009 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31870] ppid=31864 vsize=1543588 CPUtime=2.15
/proc/31866/task/31870/stat : 31870 (java) S 31864 31866 31841 0 -1 4202560 36944 0 0 0 196 19 0 0 16 0 12 0 26708110 1580634112 101009 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31871] ppid=31864 vsize=1543588 CPUtime=0
/proc/31866/task/31871/stat : 31871 (java) S 31864 31866 31841 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 26708111 1580634112 101009 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31872] ppid=31864 vsize=1543588 CPUtime=0
/proc/31866/task/31872/stat : 31872 (java) S 31864 31866 31841 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 26708112 1580634112 101009 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31873] ppid=31864 vsize=1543588 CPUtime=0
/proc/31866/task/31873/stat : 31873 (java) S 31864 31866 31841 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 26708112 1580634112 101009 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31874] ppid=31864 vsize=1543588 CPUtime=0
/proc/31866/task/31874/stat : 31874 (java) S 31864 31866 31841 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 26708116 1580634112 101009 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31875] ppid=31864 vsize=1543588 CPUtime=0.67
/proc/31866/task/31875/stat : 31875 (java) S 31864 31866 31841 0 -1 4202560 2343 0 0 0 66 1 0 0 15 0 12 0 26708116 1580634112 101009 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31876] ppid=31864 vsize=1543588 CPUtime=1.15
/proc/31866/task/31876/stat : 31876 (java) S 31864 31866 31841 0 -1 4202560 6477 0 0 0 114 1 0 0 15 0 12 0 26708116 1580634112 101009 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31877] ppid=31864 vsize=1543588 CPUtime=0
/proc/31866/task/31877/stat : 31877 (java) S 31864 31866 31841 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 26708116 1580634112 101009 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31878] ppid=31864 vsize=1543588 CPUtime=0
/proc/31866/task/31878/stat : 31878 (java) S 31864 31866 31841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 26708116 1580634112 101009 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.09
Current children cumulated vsize (KiB) 1543588

[startup+25.5019 s]
/proc/loadavg: 1.26 1.06 1.09 2/119 31879
/proc/meminfo: memFree=1330144/2059040 swapFree=4140420/4192956
[pid=31866] ppid=31864 vsize=1543912 CPUtime=30.23
/proc/31866/stat : 31866 (java) S 31864 31866 31841 0 -1 4202496 142460 0 1 0 2952 71 0 0 15 0 13 0 26708107 1580965888 123507 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31866/statm: 385978 123507 1430 10 0 383280 0
[pid=31866/tid=31868] ppid=31864 vsize=1543912 CPUtime=21.6
/proc/31866/task/31868/stat : 31868 (java) R 31864 31866 31841 0 -1 4202560 32067 0 1 0 2143 17 0 0 25 0 13 0 26708108 1580965888 123507 1992294400 134512640 134550932 4293454192 18446744073709551615 4110160702 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31866/tid=31869] ppid=31864 vsize=1543912 CPUtime=3.18
/proc/31866/task/31869/stat : 31869 (java) S 31864 31866 31841 0 -1 4202560 49391 0 0 0 295 23 0 0 16 0 13 0 26708110 1580965888 123507 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31870] ppid=31864 vsize=1543912 CPUtime=3.17
/proc/31866/task/31870/stat : 31870 (java) S 31864 31866 31841 0 -1 4202560 51075 0 0 0 292 25 0 0 15 0 13 0 26708110 1580965888 123507 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31871] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31871/stat : 31871 (java) S 31864 31866 31841 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 26708111 1580965888 123507 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31872] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31872/stat : 31872 (java) S 31864 31866 31841 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 26708112 1580965888 123507 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31873] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31873/stat : 31873 (java) S 31864 31866 31841 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 26708112 1580965888 123507 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31874] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31874/stat : 31874 (java) S 31864 31866 31841 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 26708116 1580965888 123507 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31875] ppid=31864 vsize=1543912 CPUtime=0.95

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

[pid=31866/tid=31871] ppid=31864 vsize=1543912 CPUtime=4.66
/proc/31866/task/31871/stat : 31871 (java) S 31864 31866 31841 0 -1 4202560 15977 0 0 0 450 16 0 0 15 0 13 0 26708111 1580965888 354006 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31872] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31872/stat : 31872 (java) S 31864 31866 31841 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 26708112 1580965888 354006 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31873] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31873/stat : 31873 (java) S 31864 31866 31841 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 26708112 1580965888 354006 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31874] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31874/stat : 31874 (java) S 31864 31866 31841 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 26708116 1580965888 354006 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31875] ppid=31864 vsize=1543912 CPUtime=1.78
/proc/31866/task/31875/stat : 31875 (java) S 31864 31866 31841 0 -1 4202560 2417 0 0 0 177 1 0 0 15 0 13 0 26708116 1580965888 354006 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31876] ppid=31864 vsize=1543912 CPUtime=1.94
/proc/31866/task/31876/stat : 31876 (java) S 31864 31866 31841 0 -1 4202560 6544 0 0 0 193 1 0 0 15 0 13 0 26708116 1580965888 354006 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31877] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31877/stat : 31877 (java) S 31864 31866 31841 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 26708116 1580965888 354006 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31878] ppid=31864 vsize=1543912 CPUtime=0.02
/proc/31866/task/31878/stat : 31878 (java) S 31864 31866 31841 0 -1 4202560 87 0 0 0 1 1 0 0 15 0 13 0 26708116 1580965888 354006 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31879] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31879/stat : 31879 (java) S 31864 31866 31841 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 13 0 26709945 1580965888 354006 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1574.98
Current children cumulated vsize (KiB) 1543912

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 31930
/proc/meminfo: memFree=404856/2059040 swapFree=4140420/4192956
[pid=31866] ppid=31864 vsize=1543912 CPUtime=1635.52
/proc/31866/stat : 31866 (java) S 31864 31866 31841 0 -1 4202496 393201 0 1 0 163241 311 0 0 15 0 13 0 26708107 1580965888 354006 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31866/statm: 385978 354006 1442 10 0 383280 0
[pid=31866/tid=31868] ppid=31864 vsize=1543912 CPUtime=1558.59
/proc/31866/task/31868/stat : 31868 (java) R 31864 31866 31841 0 -1 4202560 33976 0 1 0 155820 39 0 0 25 0 13 0 26708108 1580965888 354006 1992294400 134512640 134550932 4293454192 18446744073709551615 4109809533 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31866/tid=31869] ppid=31864 vsize=1543912 CPUtime=34.21
/proc/31866/task/31869/stat : 31869 (java) S 31864 31866 31841 0 -1 4202560 127194 0 0 0 3315 106 0 0 15 0 13 0 26708110 1580965888 354006 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31870] ppid=31864 vsize=1543912 CPUtime=34.22
/proc/31866/task/31870/stat : 31870 (java) S 31864 31866 31841 0 -1 4202560 205934 0 0 0 3280 142 0 0 15 0 13 0 26708110 1580965888 354006 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31871] ppid=31864 vsize=1543912 CPUtime=4.67
/proc/31866/task/31871/stat : 31871 (java) S 31864 31866 31841 0 -1 4202560 15979 0 0 0 451 16 0 0 15 0 13 0 26708111 1580965888 354006 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31872] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31872/stat : 31872 (java) S 31864 31866 31841 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 26708112 1580965888 354006 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31873] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31873/stat : 31873 (java) S 31864 31866 31841 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 26708112 1580965888 354006 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31874] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31874/stat : 31874 (java) S 31864 31866 31841 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 26708116 1580965888 354006 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31875] ppid=31864 vsize=1543912 CPUtime=1.78
/proc/31866/task/31875/stat : 31875 (java) S 31864 31866 31841 0 -1 4202560 2417 0 0 0 177 1 0 0 15 0 13 0 26708116 1580965888 354006 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31876] ppid=31864 vsize=1543912 CPUtime=1.94
/proc/31866/task/31876/stat : 31876 (java) S 31864 31866 31841 0 -1 4202560 6544 0 0 0 193 1 0 0 15 0 13 0 26708116 1580965888 354006 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31877] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31877/stat : 31877 (java) S 31864 31866 31841 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 26708116 1580965888 354006 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31878] ppid=31864 vsize=1543912 CPUtime=0.02
/proc/31866/task/31878/stat : 31878 (java) S 31864 31866 31841 0 -1 4202560 89 0 0 0 1 1 0 0 15 0 13 0 26708116 1580965888 354006 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31879] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31879/stat : 31879 (java) S 31864 31866 31841 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 13 0 26709945 1580965888 354006 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1635.52
Current children cumulated vsize (KiB) 1543912

[startup+1662.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/119 31932
/proc/meminfo: memFree=404856/2059040 swapFree=4140420/4192956
[pid=31866] ppid=31864 vsize=1543912 CPUtime=1696.04
/proc/31866/stat : 31866 (java) S 31864 31866 31841 0 -1 4202496 393270 0 1 0 169290 314 0 0 15 0 13 0 26708107 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31866/statm: 385978 354007 1442 10 0 383280 0
[pid=31866/tid=31868] ppid=31864 vsize=1543912 CPUtime=1617.73
/proc/31866/task/31868/stat : 31868 (java) R 31864 31866 31841 0 -1 4202560 34036 0 1 0 161734 39 0 0 25 0 13 0 26708108 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4109870040 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31866/tid=31869] ppid=31864 vsize=1543912 CPUtime=34.9
/proc/31866/task/31869/stat : 31869 (java) S 31864 31866 31841 0 -1 4202560 127194 0 0 0 3383 107 0 0 15 0 13 0 26708110 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31870] ppid=31864 vsize=1543912 CPUtime=34.89
/proc/31866/task/31870/stat : 31870 (java) S 31864 31866 31841 0 -1 4202560 205934 0 0 0 3344 145 0 0 15 0 13 0 26708110 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31871] ppid=31864 vsize=1543912 CPUtime=4.67
/proc/31866/task/31871/stat : 31871 (java) S 31864 31866 31841 0 -1 4202560 15983 0 0 0 451 16 0 0 16 0 13 0 26708111 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31872] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31872/stat : 31872 (java) S 31864 31866 31841 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 26708112 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31873] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31873/stat : 31873 (java) S 31864 31866 31841 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 26708112 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31874] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31874/stat : 31874 (java) S 31864 31866 31841 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 26708116 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31875] ppid=31864 vsize=1543912 CPUtime=1.81
/proc/31866/task/31875/stat : 31875 (java) S 31864 31866 31841 0 -1 4202560 2418 0 0 0 180 1 0 0 16 0 13 0 26708116 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31876] ppid=31864 vsize=1543912 CPUtime=1.94
/proc/31866/task/31876/stat : 31876 (java) S 31864 31866 31841 0 -1 4202560 6544 0 0 0 193 1 0 0 15 0 13 0 26708116 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31877] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31877/stat : 31877 (java) S 31864 31866 31841 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 26708116 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31878] ppid=31864 vsize=1543912 CPUtime=0.02
/proc/31866/task/31878/stat : 31878 (java) S 31864 31866 31841 0 -1 4202560 93 0 0 0 1 1 0 0 15 0 13 0 26708116 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31879] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31879/stat : 31879 (java) S 31864 31866 31841 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 13 0 26709945 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1696.04
Current children cumulated vsize (KiB) 1543912

[startup+1722.3 s]
/proc/loadavg: 1.22 1.06 1.01 2/119 31934
/proc/meminfo: memFree=404856/2059040 swapFree=4140420/4192956
[pid=31866] ppid=31864 vsize=1543912 CPUtime=1756.42
/proc/31866/stat : 31866 (java) S 31864 31866 31841 0 -1 4202496 393338 0 1 0 175323 319 0 0 15 0 13 0 26708107 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31866/statm: 385978 354007 1442 10 0 383280 0
[pid=31866/tid=31868] ppid=31864 vsize=1543912 CPUtime=1676.96
/proc/31866/task/31868/stat : 31868 (java) R 31864 31866 31841 0 -1 4202560 34096 0 1 0 167657 39 0 0 25 0 13 0 26708108 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4109869215 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31866/tid=31869] ppid=31864 vsize=1543912 CPUtime=35.49
/proc/31866/task/31869/stat : 31869 (java) S 31864 31866 31841 0 -1 4202560 127194 0 0 0 3441 108 0 0 15 0 13 0 26708110 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31870] ppid=31864 vsize=1543912 CPUtime=35.44
/proc/31866/task/31870/stat : 31870 (java) S 31864 31866 31841 0 -1 4202560 205934 0 0 0 3396 148 0 0 15 0 13 0 26708110 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31871] ppid=31864 vsize=1543912 CPUtime=4.69
/proc/31866/task/31871/stat : 31871 (java) S 31864 31866 31841 0 -1 4202560 15987 0 0 0 452 17 0 0 15 0 13 0 26708111 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31872] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31872/stat : 31872 (java) S 31864 31866 31841 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 26708112 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31873] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31873/stat : 31873 (java) S 31864 31866 31841 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 26708112 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31874] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31874/stat : 31874 (java) S 31864 31866 31841 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 26708116 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31875] ppid=31864 vsize=1543912 CPUtime=1.81
/proc/31866/task/31875/stat : 31875 (java) S 31864 31866 31841 0 -1 4202560 2418 0 0 0 180 1 0 0 16 0 13 0 26708116 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31876] ppid=31864 vsize=1543912 CPUtime=1.94
/proc/31866/task/31876/stat : 31876 (java) S 31864 31866 31841 0 -1 4202560 6544 0 0 0 193 1 0 0 15 0 13 0 26708116 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31877] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31877/stat : 31877 (java) S 31864 31866 31841 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 26708116 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31878] ppid=31864 vsize=1543912 CPUtime=0.02
/proc/31866/task/31878/stat : 31878 (java) S 31864 31866 31841 0 -1 4202560 97 0 0 0 1 1 0 0 15 0 13 0 26708116 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31879] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31879/stat : 31879 (java) S 31864 31866 31841 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 13 0 26709945 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1756.42
Current children cumulated vsize (KiB) 1543912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.7 s]
/proc/loadavg: 1.19 1.07 1.02 2/119 31934
/proc/meminfo: memFree=404856/2059040 swapFree=4140420/4192956
[pid=31866] ppid=31864 vsize=1543912 CPUtime=1800.05
/proc/31866/stat : 31866 (java) S 31864 31866 31841 0 -1 4202496 393378 0 1 0 179683 322 0 0 15 0 13 0 26708107 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31866/statm: 385978 354007 1442 10 0 383280 0
[pid=31866/tid=31868] ppid=31864 vsize=1543912 CPUtime=1719.85
/proc/31866/task/31868/stat : 31868 (java) R 31864 31866 31841 0 -1 4202560 34132 0 1 0 171945 40 0 0 25 0 13 0 26708108 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4110356035 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31866/tid=31869] ppid=31864 vsize=1543912 CPUtime=35.87
/proc/31866/task/31869/stat : 31869 (java) S 31864 31866 31841 0 -1 4202560 127194 0 0 0 3479 108 0 0 15 0 13 0 26708110 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31870] ppid=31864 vsize=1543912 CPUtime=35.79
/proc/31866/task/31870/stat : 31870 (java) S 31864 31866 31841 0 -1 4202560 205934 0 0 0 3429 150 0 0 15 0 13 0 26708110 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31871] ppid=31864 vsize=1543912 CPUtime=4.69
/proc/31866/task/31871/stat : 31871 (java) S 31864 31866 31841 0 -1 4202560 15989 0 0 0 452 17 0 0 16 0 13 0 26708111 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31872] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31872/stat : 31872 (java) S 31864 31866 31841 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 26708112 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31873] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31873/stat : 31873 (java) S 31864 31866 31841 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 26708112 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31874] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31874/stat : 31874 (java) S 31864 31866 31841 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 26708116 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31875] ppid=31864 vsize=1543912 CPUtime=1.81
/proc/31866/task/31875/stat : 31875 (java) S 31864 31866 31841 0 -1 4202560 2418 0 0 0 180 1 0 0 16 0 13 0 26708116 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31876] ppid=31864 vsize=1543912 CPUtime=1.94
/proc/31866/task/31876/stat : 31876 (java) S 31864 31866 31841 0 -1 4202560 6544 0 0 0 193 1 0 0 15 0 13 0 26708116 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31877] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31877/stat : 31877 (java) S 31864 31866 31841 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 26708116 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=31866/tid=31878] ppid=31864 vsize=1543912 CPUtime=0.02
/proc/31866/task/31878/stat : 31878 (java) S 31864 31866 31841 0 -1 4202560 99 0 0 0 1 1 0 0 15 0 13 0 26708116 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=31866/tid=31879] ppid=31864 vsize=1543912 CPUtime=0
/proc/31866/task/31879/stat : 31879 (java) S 31864 31866 31841 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 13 0 26709945 1580965888 354007 1992294400 134512640 134550932 4293454192 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1543912

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

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

[startup+1765.82 s]
/proc/loadavg: 1.19 1.07 1.02 2/119 31934
/proc/meminfo: memFree=404856/2059040 swapFree=4140420/4192956
[pid=31866] ppid=31864 vsize=0 CPUtime=1800.16
/proc/31866/stat : 31866 (java) Z 31864 31866 31841 0 -1 4203548 393398 0 1 0 179689 327 0 0 15 0 2 0 26708107 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31866/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1765.9
CPU time (s): 1800.25
CPU user time (s): 1796.9
CPU system time (s): 3.35349
CPU usage (%): 101.946
Max. virtual memory (cumulated for all children) (KiB): 1568404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.9
system time used= 3.35349
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 393398
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= 57351
involuntary context switches= 44892

runsolver used 3.63645 second user time and 9.8465 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-14 17:48:38
IDJOB=2660263
IDBENCH=2329
IDSOLVER=1165
FILE ID=node019/2660263-1276530516
PBS_JOBID= 11173458
Free space on /tmp= 62348 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-dano3_3.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660263-1276530516/watcher-2660263-1276530516 -o /tmp/evaluation-result-2660263-1276530516/solver-2660263-1276530516 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660263-1276530516.opb

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

MD5SUM BENCH= 1c7fb7925778882f8c8001dcd3838f28
RANDOM SEED=525228782

node019.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.264
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.52
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.264
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1820256 kB
Buffers:         18564 kB
Cached:         128516 kB
SwapCached:       5552 kB
Active:         107528 kB
Inactive:        51660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1820256 kB
SwapTotal:     4192956 kB
SwapFree:      4140420 kB
Dirty:           32752 kB
Writeback:          20 kB
AnonPages:       10768 kB
Mapped:          13040 kB
Slab:            57668 kB
PageTables:       3972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180692 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= 62348 MiB
End job on node019 at 2010-06-14 18:18:06