Trace number 2661364

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-26SAT (TO)8 1800.23 1770.53

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m50_100_10_15.r.opb
MD5SUM68c43c42d601fb3367802646c07cb8c3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.078987
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8
Optimality of the best value was proved YES
Number of variables100
Total number of constraints50
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint15
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2661364-1276596539.opb
0.22/0.22	c reading problem ... 
0.22/0.28	c ... done. Wall clock time 0.068s.
0.22/0.28	c #vars     100
0.22/0.28	c #constraints  50
0.22/0.28	c constraints type 
0.22/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 50
0.37/0.30	c SATISFIABLE
0.37/0.30	c OPTIMIZING...
0.37/0.30	c Got one! Elapsed wall clock time (in seconds):0.084
0.37/0.30	o 12
0.37/0.34	c Got one! Elapsed wall clock time (in seconds):0.128
0.37/0.34	o 11
0.37/0.36	c Got one! Elapsed wall clock time (in seconds):0.149
0.37/0.36	o 10
0.70/0.56	c Got one! Elapsed wall clock time (in seconds):0.349
0.70/0.56	o 9
85.64/81.42	c cleaning 0 clauses out of 5001 with flag 0/5001
419.75/412.42	c cleaning 0 clauses out of 11003 with flag 0/11003
524.04/515.68	c Got one! Elapsed wall clock time (in seconds):515.469
524.04/515.68	o 8
1128.67/1111.72	c cleaning 0 clauses out of 18002 with flag 0/18002
1800.04/1770.41	c starts		: 55
1800.04/1770.41	c conflicts		: 22937
1800.04/1770.41	c decisions		: 52653
1800.04/1770.41	c propagations		: 270022
1800.04/1770.41	c inspects		: 789804828
1800.04/1770.41	c learnt literals	: 0
1800.04/1770.41	c learnt binary clauses	: 0
1800.04/1770.41	c learnt ternary clauses	: 0
1800.04/1770.41	c learnt clauses	: 22937
1800.04/1770.41	c ignored clauses	: 0
1800.04/1770.41	c root simplifications	: 0
1800.04/1770.41	c removed literals (reason simplification)	: 0
1800.04/1770.41	c reason swapping (by a shorter reason)	: 0
1800.04/1770.41	c Calls to reduceDB	: 3
1800.04/1770.41	c number of reductions to clauses (during analyze)	: 0
1800.04/1770.41	c number of learned constraints concerned by reduction	: 0
1800.04/1770.41	c number of learning phase by resolution	: 0
1800.04/1770.41	c number of learning phase by cutting planes	: 0
1800.04/1770.41	c speed (assignments/second)	: 215.20515748944584
1800.04/1770.41	c non guided choices	0
1800.04/1770.47	c learnt constraints type 
1800.04/1770.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 75
1800.04/1770.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22862
1800.04/1770.47	c constraints type 
1800.04/1770.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 50
1800.04/1770.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.04/1770.47	s SATISFIABLE
1800.04/1770.47	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 
1800.04/1770.47	c objective function=8
1800.04/1770.47	c Total wall clock time (in seconds): 1770.257

Verifier Data

OK	8

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661364-1276596539/watcher-2661364-1276596539 -o /tmp/evaluation-result-2661364-1276596539/solver-2661364-1276596539 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661364-1276596539.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.00 1.01 1.00 3/106 3975
/proc/meminfo: memFree=1854992/2059040 swapFree=4140224/4192956
[pid=3975] ppid=3973 vsize=392 CPUtime=0
/proc/3975/stat : 3975 (java6) R 3973 3975 2533 0 -1 4194304 120 0 0 0 0 0 0 0 23 0 1 0 33310198 401408 40 1992294400 134512640 134550932 4291062416 18446744073709551615 5145172 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/3975/statm: 98 40 32 10 0 25 0

[startup+0.032133 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 3975
/proc/meminfo: memFree=1854992/2059040 swapFree=4140224/4192956
[pid=3975] ppid=3973 vsize=1518368 CPUtime=0.02
/proc/3975/stat : 3975 (java) S 3973 3975 2533 0 -1 4202496 2676 0 1 0 0 2 0 0 15 0 4 0 33310198 1554808832 2121 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/3975/statm: 379592 2121 439 10 0 377303 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1518368

[startup+0.100131 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 3975
/proc/meminfo: memFree=1854992/2059040 swapFree=4140224/4192956
[pid=3975] ppid=3973 vsize=1524024 CPUtime=0.08
/proc/3975/stat : 3975 (java) S 3973 3975 2533 0 -1 4202496 3931 0 1 0 5 3 0 0 15 0 12 0 33310198 1560600576 3372 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3975/statm: 381006 3372 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300127 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 3975
/proc/meminfo: memFree=1854992/2059040 swapFree=4140224/4192956
[pid=3975] ppid=3973 vsize=1526912 CPUtime=0.37
/proc/3975/stat : 3975 (java) S 3973 3975 2533 0 -1 4202496 5410 0 1 0 33 4 0 0 15 0 13 0 33310198 1563557888 4848 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3975/statm: 381728 4848 1359 10 0 379030 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526912

[startup+0.700119 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 3975
/proc/meminfo: memFree=1854992/2059040 swapFree=4140224/4192956
[pid=3975] ppid=3973 vsize=1532052 CPUtime=1.1
/proc/3975/stat : 3975 (java) S 3973 3975 2533 0 -1 4202496 8297 0 1 0 105 5 0 0 15 0 13 0 33310198 1568821248 7211 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3975/statm: 383013 7211 1404 10 0 380315 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1532052

[startup+1.5011 s]
/proc/loadavg: 1.16 1.04 1.01 4/119 3988
/proc/meminfo: memFree=1824880/2059040 swapFree=4140224/4192956
[pid=3975] ppid=3973 vsize=1541020 CPUtime=2.69
/proc/3975/stat : 3975 (java) S 3973 3975 2533 0 -1 4202496 15212 0 1 0 246 23 0 0 15 0 13 0 33310198 1578004480 13015 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3975/statm: 385255 13015 1412 10 0 382557 0
[pid=3975/tid=3977] ppid=3973 vsize=1541020 CPUtime=1.18
/proc/3975/task/3977/stat : 3977 (java) R 3973 3975 2533 0 -1 4202560 8546 0 1 0 113 5 0 0 25 0 13 0 33310200 1578004480 13015 1992294400 134512640 134550932 4292127728 18446744073709551615 4109303590 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3975/tid=3978] ppid=3973 vsize=1541020 CPUtime=0
/proc/3975/task/3978/stat : 3978 (java) S 3973 3975 2533 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 33310201 1578004480 13015 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3979] ppid=3973 vsize=1541020 CPUtime=0
/proc/3975/task/3979/stat : 3979 (java) S 3973 3975 2533 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 33310201 1578004480 13015 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3980] ppid=3973 vsize=1541020 CPUtime=0.27
/proc/3975/task/3980/stat : 3980 (java) R 3973 3975 2533 0 -1 4202560 1 0 0 0 12 15 0 0 18 0 13 0 33310203 1578004480 13015 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=3975/tid=3981] ppid=3973 vsize=1541020 CPUtime=0
/proc/3975/task/3981/stat : 3981 (java) S 3973 3975 2533 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 33310204 1578004480 13015 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3982] ppid=3973 vsize=1541020 CPUtime=0
/proc/3975/task/3982/stat : 3982 (java) S 3973 3975 2533 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 33310204 1578004480 13015 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3983] ppid=3973 vsize=1541020 CPUtime=0
/proc/3975/task/3983/stat : 3983 (java) S 3973 3975 2533 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 33310208 1578004480 13015 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3984] ppid=3973 vsize=1541020 CPUtime=0.07
/proc/3975/task/3984/stat : 3984 (java) S 3973 3975 2533 0 -1 4202560 112 0 0 0 7 0 0 0 22 0 13 0 33310208 1578004480 13015 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3985] ppid=3973 vsize=1541020 CPUtime=1.13
/proc/3975/task/3985/stat : 3985 (java) R 3973 3975 2533 0 -1 4202560 5485 0 0 0 112 1 0 0 17 0 13 0 33310208 1578004480 13015 1992294400 134512640 134550932 4292127728 18446744073709551615 104140921 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3975/tid=3986] ppid=3973 vsize=1541020 CPUtime=0
/proc/3975/task/3986/stat : 3986 (java) S 3973 3975 2533 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 33310208 1578004480 13015 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3987] ppid=3973 vsize=1541020 CPUtime=0
/proc/3975/task/3987/stat : 3987 (java) S 3973 3975 2533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 33310208 1578004480 13015 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
[pid=3975/tid=3988] ppid=3973 vsize=1541020 CPUtime=0
/proc/3975/task/3988/stat : 3988 (java) S 3973 3975 2533 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 33310228 1578004480 13015 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 1541020

[startup+3.10107 s]
/proc/loadavg: 1.16 1.04 1.01 5/119 3988
/proc/meminfo: memFree=1803676/2059040 swapFree=4140224/4192956
[pid=3975] ppid=3973 vsize=1542988 CPUtime=5.51
/proc/3975/stat : 3975 (java) S 3973 3975 2533 0 -1 4202496 44359 0 1 0 508 43 0 0 15 0 13 0 33310198 1580019712 37927 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3975/statm: 385747 37927 1431 10 0 383049 0
[pid=3975/tid=3977] ppid=3973 vsize=1542988 CPUtime=1.83
/proc/3975/task/3977/stat : 3977 (java) R 3973 3975 2533 0 -1 4202560 32057 0 1 0 170 13 0 0 25 0 13 0 33310200 1580019712 37927 1992294400 134512640 134550932 4292127728 18446744073709551615 4109303668 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3975/tid=3978] ppid=3973 vsize=1542988 CPUtime=0
/proc/3975/task/3978/stat : 3978 (java) S 3973 3975 2533 0 -1 4202560 153 0 0 0 0 0 0 0 16 0 13 0 33310201 1580019712 37927 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3979] ppid=3973 vsize=1542988 CPUtime=0
/proc/3975/task/3979/stat : 3979 (java) S 3973 3975 2533 0 -1 4202560 376 0 0 0 0 0 0 0 18 0 13 0 33310201 1580019712 37927 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3980] ppid=3973 vsize=1542988 CPUtime=0.42
/proc/3975/task/3980/stat : 3980 (java) S 3973 3975 2533 0 -1 4202560 9 0 0 0 18 24 0 0 16 0 13 0 33310203 1580019712 37927 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 0 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3981] ppid=3973 vsize=1542988 CPUtime=0
/proc/3975/task/3981/stat : 3981 (java) S 3973 3975 2533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 33310204 1580019712 37927 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3982] ppid=3973 vsize=1542988 CPUtime=0
/proc/3975/task/3982/stat : 3982 (java) S 3973 3975 2533 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 33310204 1580019712 37927 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3983] ppid=3973 vsize=1542988 CPUtime=0
/proc/3975/task/3983/stat : 3983 (java) S 3973 3975 2533 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 33310208 1580019712 37927 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3984] ppid=3973 vsize=1542988 CPUtime=0.92
/proc/3975/task/3984/stat : 3984 (java) S 3973 3975 2533 0 -1 4202560 1262 0 0 0 92 0 0 0 15 0 13 0 33310208 1580019712 37927 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3985] ppid=3973 vsize=1542988 CPUtime=2.28
/proc/3975/task/3985/stat : 3985 (java) R 3973 3975 2533 0 -1 4202560 9436 0 0 0 225 3 0 0 16 0 13 0 33310208 1580019712 37927 1992294400 134512640 134550932 4292127728 18446744073709551615 105573120 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3975/tid=3986] ppid=3973 vsize=1542988 CPUtime=0
/proc/3975/task/3986/stat : 3986 (java) S 3973 3975 2533 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 33310208 1580019712 37927 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3987] ppid=3973 vsize=1542988 CPUtime=0
/proc/3975/task/3987/stat : 3987 (java) S 3973 3975 2533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 33310208 1580019712 37927 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
[pid=3975/tid=3988] ppid=3973 vsize=1542988 CPUtime=0
/proc/3975/task/3988/stat : 3988 (java) S 3973 3975 2533 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 33310228 1580019712 37927 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 1542988

[startup+6.301 s]
/proc/loadavg: 1.16 1.04 1.01 2/119 3988
/proc/meminfo: memFree=1700384/2059040 swapFree=4140224/4192956
[pid=3975] ppid=3973 vsize=1542860 CPUtime=9.72
/proc/3975/stat : 3975 (java) S 3973 3975 2533 0 -1 4202496 50560 0 1 0 925 47 0 0 15 0 13 0 33310198 1579888640 41639 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3975/statm: 385715 41639 1438 10 0 383017 0
[pid=3975/tid=3977] ppid=3973 vsize=1542860 CPUtime=4.81
/proc/3975/task/3977/stat : 3977 (java) R 3973 3975 2533 0 -1 4202560 32064 0 1 0 468 13 0 0 25 0 13 0 33310200 1579888640 41639 1992294400 134512640 134550932 4292127728 18446744073709551615 4109337376 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3975/tid=3978] ppid=3973 vsize=1542860 CPUtime=0.07
/proc/3975/task/3978/stat : 3978 (java) S 3973 3975 2533 0 -1 4202560 2125 0 0 0 7 0 0 0 16 0 13 0 33310201 1579888640 41639 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
[pid=3975/tid=3979] ppid=3973 vsize=1542860 CPUtime=0.08
/proc/3975/task/3979/stat : 3979 (java) S 3973 3975 2533 0 -1 4202560 2178 0 0 0 7 1 0 0 16 0 13 0 33310201 1579888640 41639 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3980] ppid=3973 vsize=1542860 CPUtime=0.42
/proc/3975/task/3980/stat : 3980 (java) S 3973 3975 2533 0 -1 4202560 29 0 0 0 18 24 0 0 15 0 13 0 33310203 1579888640 41639 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 0 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
[pid=3975/tid=3981] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3981/stat : 3981 (java) S 3973 3975 2533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 33310204 1579888640 41639 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3982] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3982/stat : 3982 (java) S 3973 3975 2533 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 33310204 1579888640 41639 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3983] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3983/stat : 3983 (java) S 3973 3975 2533 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 33310208 1579888640 41639 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3984] ppid=3973 vsize=1542860 CPUtime=1.48
/proc/3975/task/3984/stat : 3984 (java) R 3973 3975 2533 0 -1 4202560 1979 0 0 0 147 1 0 0 16 0 13 0 33310208 1579888640 41639 1992294400 134512640 134550932 4292127728 18446744073709551615 103128993 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3975/tid=3985] ppid=3973 vsize=1542860 CPUtime=2.78
/proc/3975/task/3985/stat : 3985 (java) S 3973 3975 2533 0 -1 4202560 11119 0 0 0 274 4 0 0 15 0 13 0 33310208 1579888640 41639 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
[pid=3975/tid=3986] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3986/stat : 3986 (java) S 3973 3975 2533 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 33310208 1579888640 41639 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3987] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3987/stat : 3987 (java) S 3973 3975 2533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 33310208 1579888640 41639 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3988] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3988/stat : 3988 (java) S 3973 3975 2533 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 33310228 1579888640 41639 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.72
Current children cumulated vsize (KiB) 1542860

[startup+12.7019 s]
/proc/loadavg: 1.13 1.04 1.01 2/119 3988
/proc/meminfo: memFree=1664424/2059040 swapFree=4140224/4192956
[pid=3975] ppid=3973 vsize=1542860 CPUtime=16.38
/proc/3975/stat : 3975 (java) S 3973 3975 2533 0 -1 4202496 58204 0 1 0 1587 51 0 0 15 0 13 0 33310198 1579888640 48879 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3975/statm: 385715 48879 1438 10 0 383017 0
[pid=3975/tid=3977] ppid=3973 vsize=1542860 CPUtime=11.09
/proc/3975/task/3977/stat : 3977 (java) R 3973 3975 2533 0 -1 4202560 35443 0 1 0 1095 14 0 0 25 0 13 0 33310200 1579888640 48879 1992294400 134512640 134550932 4292127728 18446744073709551615 4109325966 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3975/tid=3978] ppid=3973 vsize=1542860 CPUtime=0.17
/proc/3975/task/3978/stat : 3978 (java) S 3973 3975 2533 0 -1 4202560 4144 0 0 0 16 1 0 0 16 0 13 0 33310201 1579888640 48879 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
[pid=3975/tid=3979] ppid=3973 vsize=1542860 CPUtime=0.19
/proc/3975/task/3979/stat : 3979 (java) S 3973 3975 2533 0 -1 4202560 4415 0 0 0 16 3 0 0 16 0 13 0 33310201 1579888640 48879 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3980] ppid=3973 vsize=1542860 CPUtime=0.43
/proc/3975/task/3980/stat : 3980 (java) S 3973 3975 2533 0 -1 4202560 29 0 0 0 19 24 0 0 15 0 13 0 33310203 1579888640 48879 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 0 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3981] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3981/stat : 3981 (java) S 3973 3975 2533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 33310204 1579888640 48879 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3982] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3982/stat : 3982 (java) S 3973 3975 2533 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 33310204 1579888640 48879 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3983] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3983/stat : 3983 (java) S 3973 3975 2533 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 33310208 1579888640 48879 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3984] ppid=3973 vsize=1542860 CPUtime=1.66
/proc/3975/task/3984/stat : 3984 (java) S 3973 3975 2533 0 -1 4202560 1988 0 0 0 165 1 0 0 15 0 13 0 33310208 1579888640 48879 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3985] ppid=3973 vsize=1542860 CPUtime=2.78
/proc/3975/task/3985/stat : 3985 (java) S 3973 3975 2533 0 -1 4202560 11119 0 0 0 274 4 0 0 15 0 13 0 33310208 1579888640 48879 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
[pid=3975/tid=3986] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3986/stat : 3986 (java) S 3973 3975 2533 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 33310208 1579888640 48879 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3987] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3987/stat : 3987 (java) S 3973 3975 2533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 33310208 1579888640 48879 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3988] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3988/stat : 3988 (java) S 3973 3975 2533 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 33310228 1579888640 48879 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.38
Current children cumulated vsize (KiB) 1542860

[startup+25.5006 s]
/proc/loadavg: 1.11 1.04 1.01 2/119 3988
/proc/meminfo: memFree=1654504/2059040 swapFree=4140224/4192956
[pid=3975] ppid=3973 vsize=1542860 CPUtime=29.32
/proc/3975/stat : 3975 (java) S 3973 3975 2533 0 -1 4202496 60840 0 1 0 2879 53 0 0 15 0 13 0 33310198 1579888640 51234 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3975/statm: 385715 51234 1442 10 0 383017 0
[pid=3975/tid=3977] ppid=3973 vsize=1542860 CPUtime=23.77
/proc/3975/task/3977/stat : 3977 (java) R 3973 3975 2533 0 -1 4202560 35559 0 1 0 2362 15 0 0 25 0 13 0 33310200 1579888640 51234 1992294400 134512640 134550932 4292127728 18446744073709551615 4109325857 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3975/tid=3978] ppid=3973 vsize=1542860 CPUtime=0.27
/proc/3975/task/3978/stat : 3978 (java) S 3973 3975 2533 0 -1 4202560 5198 0 0 0 25 2 0 0 16 0 13 0 33310201 1579888640 51234 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
[pid=3975/tid=3979] ppid=3973 vsize=1542860 CPUtime=0.28
/proc/3975/task/3979/stat : 3979 (java) S 3973 3975 2533 0 -1 4202560 5877 0 0 0 24 4 0 0 15 0 13 0 33310201 1579888640 51234 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3980] ppid=3973 vsize=1542860 CPUtime=0.43

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

[pid=3975/tid=3981] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3981/stat : 3981 (java) S 3973 3975 2533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 33310204 1579888640 92610 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3982] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3982/stat : 3982 (java) S 3973 3975 2533 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 33310204 1579888640 92610 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3983] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3983/stat : 3983 (java) S 3973 3975 2533 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 33310208 1579888640 92610 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3984] ppid=3973 vsize=1542860 CPUtime=1.83
/proc/3975/task/3984/stat : 3984 (java) S 3973 3975 2533 0 -1 4202560 1997 0 0 0 182 1 0 0 15 0 13 0 33310208 1579888640 92610 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3985] ppid=3973 vsize=1542860 CPUtime=2.8
/proc/3975/task/3985/stat : 3985 (java) S 3973 3975 2533 0 -1 4202560 11119 0 0 0 276 4 0 0 15 0 13 0 33310208 1579888640 92610 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
[pid=3975/tid=3986] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3986/stat : 3986 (java) S 3973 3975 2533 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 33310208 1579888640 92610 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3987] ppid=3973 vsize=1542860 CPUtime=0.02
/proc/3975/task/3987/stat : 3987 (java) S 3973 3975 2533 0 -1 4202560 91 0 0 0 1 1 0 0 15 0 13 0 33310208 1579888640 92610 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3988] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3988/stat : 3988 (java) S 3973 3975 2533 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 33310228 1579888640 92610 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1567.11
Current children cumulated vsize (KiB) 1542860

[startup+1602.3 s]
/proc/loadavg: 1.04 1.02 1.00 3/119 4037
/proc/meminfo: memFree=1480280/2059040 swapFree=4140256/4192956
[pid=3975] ppid=3973 vsize=1542860 CPUtime=1628.33
/proc/3975/stat : 3975 (java) S 3973 3975 2533 0 -1 4202496 106466 0 1 0 162683 150 0 0 15 0 13 0 33310198 1579888640 93686 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3975/statm: 385715 93686 1448 10 0 383017 0
[pid=3975/tid=3977] ppid=3973 vsize=1542860 CPUtime=1575.76
/proc/3975/task/3977/stat : 3977 (java) R 3973 3975 2533 0 -1 4202560 36670 0 1 0 157533 43 0 0 25 0 13 0 33310200 1579888640 93686 1992294400 134512640 134550932 4292127728 18446744073709551615 4109325857 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3975/tid=3978] ppid=3973 vsize=1542860 CPUtime=23.08
/proc/3975/task/3978/stat : 3978 (java) S 3973 3975 2533 0 -1 4202560 26947 0 0 0 2280 28 0 0 15 0 13 0 33310201 1579888640 93686 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
[pid=3975/tid=3979] ppid=3973 vsize=1542860 CPUtime=23.06
/proc/3975/task/3979/stat : 3979 (java) S 3973 3975 2533 0 -1 4202560 28158 0 0 0 2266 40 0 0 16 0 13 0 33310201 1579888640 93686 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3980] ppid=3973 vsize=1542860 CPUtime=1.72
/proc/3975/task/3980/stat : 3980 (java) S 3973 3975 2533 0 -1 4202560 415 0 0 0 142 30 0 0 15 0 13 0 33310203 1579888640 93686 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 0 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3981] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3981/stat : 3981 (java) S 3973 3975 2533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 33310204 1579888640 93686 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3982] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3982/stat : 3982 (java) S 3973 3975 2533 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 33310204 1579888640 93686 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3983] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3983/stat : 3983 (java) S 3973 3975 2533 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 33310208 1579888640 93686 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3984] ppid=3973 vsize=1542860 CPUtime=1.83
/proc/3975/task/3984/stat : 3984 (java) S 3973 3975 2533 0 -1 4202560 1997 0 0 0 182 1 0 0 15 0 13 0 33310208 1579888640 93686 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3985] ppid=3973 vsize=1542860 CPUtime=2.8
/proc/3975/task/3985/stat : 3985 (java) S 3973 3975 2533 0 -1 4202560 11119 0 0 0 276 4 0 0 15 0 13 0 33310208 1579888640 93686 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
[pid=3975/tid=3986] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3986/stat : 3986 (java) S 3973 3975 2533 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 33310208 1579888640 93686 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3987] ppid=3973 vsize=1542860 CPUtime=0.02
/proc/3975/task/3987/stat : 3987 (java) S 3973 3975 2533 0 -1 4202560 95 0 0 0 1 1 0 0 15 0 13 0 33310208 1579888640 93686 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3988] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3988/stat : 3988 (java) S 3973 3975 2533 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 33310228 1579888640 93686 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1628.33
Current children cumulated vsize (KiB) 1542860

[startup+1662.3 s]
/proc/loadavg: 1.14 1.06 1.01 2/119 4039
/proc/meminfo: memFree=1476560/2059040 swapFree=4140256/4192956
[pid=3975] ppid=3973 vsize=1542860 CPUtime=1689.59
/proc/3975/stat : 3975 (java) S 3973 3975 2533 0 -1 4202496 107430 0 1 0 168806 153 0 0 15 0 13 0 33310198 1579888640 94604 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3975/statm: 385715 94604 1448 10 0 383017 0
[pid=3975/tid=3977] ppid=3973 vsize=1542860 CPUtime=1634.46
/proc/3975/task/3977/stat : 3977 (java) R 3973 3975 2533 0 -1 4202560 36707 0 1 0 163402 44 0 0 25 0 13 0 33310200 1579888640 94604 1992294400 134512640 134550932 4292127728 18446744073709551615 4109303892 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3975/tid=3978] ppid=3973 vsize=1542860 CPUtime=24.36
/proc/3975/task/3978/stat : 3978 (java) S 3973 3975 2533 0 -1 4202560 27174 0 0 0 2408 28 0 0 16 0 13 0 33310201 1579888640 94604 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
[pid=3975/tid=3979] ppid=3973 vsize=1542860 CPUtime=24.33
/proc/3975/task/3979/stat : 3979 (java) S 3973 3975 2533 0 -1 4202560 28854 0 0 0 2392 41 0 0 16 0 13 0 33310201 1579888640 94604 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3980] ppid=3973 vsize=1542860 CPUtime=1.73
/proc/3975/task/3980/stat : 3980 (java) S 3973 3975 2533 0 -1 4202560 417 0 0 0 143 30 0 0 15 0 13 0 33310203 1579888640 94604 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 0 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3981] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3981/stat : 3981 (java) S 3973 3975 2533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 33310204 1579888640 94604 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3982] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3982/stat : 3982 (java) S 3973 3975 2533 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 33310204 1579888640 94604 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3983] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3983/stat : 3983 (java) S 3973 3975 2533 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 33310208 1579888640 94604 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3984] ppid=3973 vsize=1542860 CPUtime=1.83
/proc/3975/task/3984/stat : 3984 (java) S 3973 3975 2533 0 -1 4202560 1997 0 0 0 182 1 0 0 15 0 13 0 33310208 1579888640 94604 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3985] ppid=3973 vsize=1542860 CPUtime=2.8
/proc/3975/task/3985/stat : 3985 (java) S 3973 3975 2533 0 -1 4202560 11119 0 0 0 276 4 0 0 15 0 13 0 33310208 1579888640 94604 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
[pid=3975/tid=3986] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3986/stat : 3986 (java) S 3973 3975 2533 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 33310208 1579888640 94604 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3987] ppid=3973 vsize=1542860 CPUtime=0.02
/proc/3975/task/3987/stat : 3987 (java) S 3973 3975 2533 0 -1 4202560 97 0 0 0 1 1 0 0 15 0 13 0 33310208 1579888640 94604 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3988] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3988/stat : 3988 (java) S 3973 3975 2533 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 33310228 1579888640 94604 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1689.59
Current children cumulated vsize (KiB) 1542860

[startup+1722.3 s]
/proc/loadavg: 1.05 1.04 1.01 3/119 4041
/proc/meminfo: memFree=1472964/2059040 swapFree=4140256/4192956
[pid=3975] ppid=3973 vsize=1542860 CPUtime=1750.91
/proc/3975/stat : 3975 (java) S 3973 3975 2533 0 -1 4202496 108386 0 1 0 174935 156 0 0 15 0 13 0 33310198 1579888640 95509 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3975/statm: 385715 95509 1448 10 0 383017 0
[pid=3975/tid=3977] ppid=3973 vsize=1542860 CPUtime=1693.07
/proc/3975/task/3977/stat : 3977 (java) R 3973 3975 2533 0 -1 4202560 36745 0 1 0 169263 44 0 0 25 0 13 0 33310200 1579888640 95509 1992294400 134512640 134550932 4292127728 18446744073709551615 4109423871 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3975/tid=3978] ppid=3973 vsize=1542860 CPUtime=25.73
/proc/3975/task/3978/stat : 3978 (java) S 3973 3975 2533 0 -1 4202560 27521 0 0 0 2544 29 0 0 15 0 13 0 33310201 1579888640 95509 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
[pid=3975/tid=3979] ppid=3973 vsize=1542860 CPUtime=25.67
/proc/3975/task/3979/stat : 3979 (java) S 3973 3975 2533 0 -1 4202560 29417 0 0 0 2524 43 0 0 16 0 13 0 33310201 1579888640 95509 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3980] ppid=3973 vsize=1542860 CPUtime=1.73
/proc/3975/task/3980/stat : 3980 (java) S 3973 3975 2533 0 -1 4202560 421 0 0 0 143 30 0 0 16 0 13 0 33310203 1579888640 95509 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 0 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
[pid=3975/tid=3981] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3981/stat : 3981 (java) S 3973 3975 2533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 33310204 1579888640 95509 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3982] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3982/stat : 3982 (java) S 3973 3975 2533 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 33310204 1579888640 95509 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3983] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3983/stat : 3983 (java) S 3973 3975 2533 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 33310208 1579888640 95509 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3984] ppid=3973 vsize=1542860 CPUtime=1.83
/proc/3975/task/3984/stat : 3984 (java) S 3973 3975 2533 0 -1 4202560 1997 0 0 0 182 1 0 0 15 0 13 0 33310208 1579888640 95509 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3985] ppid=3973 vsize=1542860 CPUtime=2.8
/proc/3975/task/3985/stat : 3985 (java) S 3973 3975 2533 0 -1 4202560 11119 0 0 0 276 4 0 0 15 0 13 0 33310208 1579888640 95509 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
[pid=3975/tid=3986] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3986/stat : 3986 (java) S 3973 3975 2533 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 33310208 1579888640 95509 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3987] ppid=3973 vsize=1542860 CPUtime=0.02
/proc/3975/task/3987/stat : 3987 (java) S 3973 3975 2533 0 -1 4202560 101 0 0 0 1 1 0 0 15 0 13 0 33310208 1579888640 95509 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
[pid=3975/tid=3988] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3988/stat : 3988 (java) S 3973 3975 2533 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 33310228 1579888640 95509 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1750.91
Current children cumulated vsize (KiB) 1542860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.4 s]
/proc/loadavg: 1.02 1.04 1.00 2/119 4046
/proc/meminfo: memFree=1470176/2059040 swapFree=4140256/4192956
[pid=3975] ppid=3973 vsize=1542860 CPUtime=1800.04
/proc/3975/stat : 3975 (java) S 3973 3975 2533 0 -1 4202496 109041 0 1 0 179845 159 0 0 15 0 13 0 33310198 1579888640 96122 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3975/statm: 385715 96122 1448 10 0 383017 0
[pid=3975/tid=3977] ppid=3973 vsize=1542860 CPUtime=1740.09
/proc/3975/task/3977/stat : 3977 (java) R 3973 3975 2533 0 -1 4202560 36774 0 1 0 173965 44 0 0 25 0 13 0 33310200 1579888640 96122 1992294400 134512640 134550932 4292127728 18446744073709551615 4109423831 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3975/tid=3978] ppid=3973 vsize=1542860 CPUtime=26.78
/proc/3975/task/3978/stat : 3978 (java) S 3973 3975 2533 0 -1 4202560 27764 0 0 0 2649 29 0 0 15 0 13 0 33310201 1579888640 96122 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
[pid=3975/tid=3979] ppid=3973 vsize=1542860 CPUtime=26.72
/proc/3975/task/3979/stat : 3979 (java) S 3973 3975 2533 0 -1 4202560 29796 0 0 0 2627 45 0 0 16 0 13 0 33310201 1579888640 96122 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3980] ppid=3973 vsize=1542860 CPUtime=1.74
/proc/3975/task/3980/stat : 3980 (java) S 3973 3975 2533 0 -1 4202560 423 0 0 0 143 31 0 0 15 0 13 0 33310203 1579888640 96122 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 0 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
[pid=3975/tid=3981] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3981/stat : 3981 (java) S 3973 3975 2533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 33310204 1579888640 96122 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3982] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3982/stat : 3982 (java) S 3973 3975 2533 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 33310204 1579888640 96122 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3983] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3983/stat : 3983 (java) S 3973 3975 2533 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 33310208 1579888640 96122 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3984] ppid=3973 vsize=1542860 CPUtime=1.83
/proc/3975/task/3984/stat : 3984 (java) S 3973 3975 2533 0 -1 4202560 1997 0 0 0 182 1 0 0 15 0 13 0 33310208 1579888640 96122 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3985] ppid=3973 vsize=1542860 CPUtime=2.8
/proc/3975/task/3985/stat : 3985 (java) S 3973 3975 2533 0 -1 4202560 11119 0 0 0 276 4 0 0 15 0 13 0 33310208 1579888640 96122 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
[pid=3975/tid=3986] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3986/stat : 3986 (java) S 3973 3975 2533 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 33310208 1579888640 96122 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3987] ppid=3973 vsize=1542860 CPUtime=0.02
/proc/3975/task/3987/stat : 3987 (java) S 3973 3975 2533 0 -1 4202560 103 0 0 0 1 1 0 0 15 0 13 0 33310208 1579888640 96122 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 0 0 0 0
[pid=3975/tid=3988] ppid=3973 vsize=1542860 CPUtime=0
/proc/3975/task/3988/stat : 3988 (java) S 3973 3975 2533 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 33310228 1579888640 96122 1992294400 134512640 134550932 4292127728 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1542860

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

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

[startup+1770.52 s]
/proc/loadavg: 1.02 1.04 1.00 2/119 4046
/proc/meminfo: memFree=1470176/2059040 swapFree=4140256/4192956
[pid=3975] ppid=3973 vsize=0 CPUtime=1800.2
/proc/3975/stat : 3975 (java) Z 3973 3975 2533 0 -1 4203548 109064 0 1 0 179859 161 0 0 15 0 2 0 33310198 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3975/statm: 0 0 0 0 0 0 0
[pid=3975/tid=3977] ppid=3973 vsize=0 CPUtime=1740.2
/proc/3975/task/3977/stat : 3977 (java) R 3973 3975 2533 0 -1 4203588 36774 0 1 0 173973 47 0 0 25 0 2 0 33310200 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1770.53
CPU time (s): 1800.23
CPU user time (s): 1798.6
CPU system time (s): 1.63275
CPU usage (%): 101.678
Max. virtual memory (cumulated for all children) (KiB): 1544748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.6
system time used= 1.63275
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109064
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= 46726
involuntary context switches= 35642

runsolver used 3.54746 second user time and 9.73552 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-15 12:08:59
IDJOB=2661364
IDBENCH=2885
IDSOLVER=1165
FILE ID=node018/2661364-1276596539
PBS_JOBID= 11173541
Free space on /tmp= 62488 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m50_100_10_15.r.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661364-1276596539/watcher-2661364-1276596539 -o /tmp/evaluation-result-2661364-1276596539/solver-2661364-1276596539 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661364-1276596539.opb

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

MD5SUM BENCH= 68c43c42d601fb3367802646c07cb8c3
RANDOM SEED=231317072

node018.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.248
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.49
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.248
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1855264 kB
Buffers:         30264 kB
Cached:          86244 kB
SwapCached:       5752 kB
Active:          74220 kB
Inactive:        55360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1855264 kB
SwapTotal:     4192956 kB
SwapFree:      4140224 kB
Dirty:             308 kB
Writeback:           0 kB
AnonPages:       11624 kB
Mapped:          12864 kB
Slab:            52052 kB
PageTables:       3960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180872 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= 62484 MiB
End job on node018 at 2010-06-15 12:38:31