Trace number 2670098

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)3 1800.29 1774.93

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=347-P1=127-P2=53-P3=293-P4=199-P5=107-B.opb
MD5SUMea08c66c9e8e41f4a763233d2f14489d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark3.32149
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables135
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)405
Sum of products size (including duplicates)810
Number of different products405
Sum of products size810

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-2670098-1276704175.opb
0.22/0.22	c reading problem ... 
0.36/0.39	c ... done. Wall clock time 0.173s.
0.36/0.39	c #vars     540
0.36/0.39	c #constraints  826
0.36/0.39	c constraints type 
0.36/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 405
0.36/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
90.06/86.32	c cleaning 0 clauses out of 5001 with flag 0/5001
465.03/458.33	c cleaning 0 clauses out of 11000 with flag 0/11000
704.34/694.94	c SATISFIABLE
704.34/694.94	c OPTIMIZING...
704.34/694.94	c Got one! Elapsed wall clock time (in seconds):694.721
704.34/694.94	o 3
1002.34/989.22	c cleaning 0 clauses out of 18000 with flag 0/18000
1696.65/1672.80	c cleaning 0 clauses out of 26001 with flag 0/26001
1800.10/1774.81	c starts		: 55
1800.10/1774.81	c conflicts		: 26717
1800.10/1774.81	c decisions		: 28972
1800.10/1774.81	c propagations		: 469159
1800.10/1774.81	c inspects		: 796291989
1800.10/1774.81	c learnt literals	: 0
1800.10/1774.81	c learnt binary clauses	: 0
1800.10/1774.81	c learnt ternary clauses	: 0
1800.10/1774.81	c learnt clauses	: 26717
1800.10/1774.81	c ignored clauses	: 0
1800.10/1774.81	c root simplifications	: 0
1800.10/1774.81	c removed literals (reason simplification)	: 0
1800.10/1774.81	c reason swapping (by a shorter reason)	: 0
1800.10/1774.81	c Calls to reduceDB	: 4
1800.10/1774.81	c number of reductions to clauses (during analyze)	: 0
1800.10/1774.81	c number of learned constraints concerned by reduction	: 0
1800.10/1774.81	c number of learning phase by resolution	: 0
1800.10/1774.81	c number of learning phase by cutting planes	: 0
1800.10/1774.81	c speed (assignments/second)	: 434.45636350840283
1800.10/1774.81	c non guided choices	732
1800.10/1774.87	c learnt constraints type 
1800.10/1774.87	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 61
1800.10/1774.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26657
1800.10/1774.87	c constraints type 
1800.10/1774.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 405
1800.10/1774.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 422
1800.10/1774.87	s SATISFIABLE
1800.10/1774.87	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 -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 x121 x122 -x123 x124 -x125 -x126 x127 x128 x129 -x130 -x131 -x132 -x133 -x134 -x135 
1800.10/1774.87	c objective function=3
1800.10/1774.87	c Total wall clock time (in seconds): 1774.658

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2670098-1276704175/watcher-2670098-1276704175 -o /tmp/evaluation-result-2670098-1276704175/solver-2670098-1276704175 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670098-1276704175.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.99 1.00 0.94 3/106 20466
/proc/meminfo: memFree=1832172/2059040 swapFree=4139892/4192956
[pid=20466] ppid=20464 vsize=1832 CPUtime=0
/proc/20466/stat : 20466 (java6) R 20464 20466 19993 0 -1 4194304 207 0 0 0 0 0 0 0 23 0 1 0 11711930 1875968 112 1992294400 134512640 134550932 4288160064 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20466/statm: 507 115 88 10 0 112 0

[startup+0.0393491 s]
/proc/loadavg: 0.99 1.00 0.94 3/106 20466
/proc/meminfo: memFree=1832172/2059040 swapFree=4139892/4192956
[pid=20466] ppid=20464 vsize=1520328 CPUtime=0.02
/proc/20466/stat : 20466 (java) S 20464 20466 19993 0 -1 4202496 3318 0 1 0 1 1 0 0 15 0 4 0 11711930 1556815872 2761 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/20466/statm: 380082 2762 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.101347 s]
/proc/loadavg: 0.99 1.00 0.94 3/106 20466
/proc/meminfo: memFree=1832172/2059040 swapFree=4139892/4192956
[pid=20466] ppid=20464 vsize=1524184 CPUtime=0.08
/proc/20466/stat : 20466 (java) S 20464 20466 19993 0 -1 4202496 3962 0 1 0 6 2 0 0 15 0 12 0 11711930 1560764416 3401 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20466/statm: 381046 3402 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300341 s]
/proc/loadavg: 0.99 1.00 0.94 3/106 20466
/proc/meminfo: memFree=1832172/2059040 swapFree=4139892/4192956
[pid=20466] ppid=20464 vsize=1526292 CPUtime=0.36
/proc/20466/stat : 20466 (java) S 20464 20466 19993 0 -1 4202496 5313 0 1 0 33 3 0 0 15 0 12 0 11711930 1562923008 4750 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20466/statm: 381573 4750 1364 10 0 378875 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526292

[startup+0.700329 s]
/proc/loadavg: 0.99 1.00 0.94 3/106 20466
/proc/meminfo: memFree=1832172/2059040 swapFree=4139892/4192956
[pid=20466] ppid=20464 vsize=1529848 CPUtime=1.14
/proc/20466/stat : 20466 (java) S 20464 20466 19993 0 -1 4202496 7437 0 1 0 110 4 0 0 15 0 13 0 11711930 1566564352 6499 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20466/statm: 382462 6499 1402 10 0 379764 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1529848

[startup+1.5013 s]
/proc/loadavg: 0.99 1.00 0.94 5/119 20479
/proc/meminfo: memFree=1802184/2059040 swapFree=4139892/4192956
[pid=20466] ppid=20464 vsize=1543488 CPUtime=2.74
/proc/20466/stat : 20466 (java) S 20464 20466 19993 0 -1 4202496 18884 0 1 0 265 9 0 0 15 0 13 0 11711930 1580531712 15510 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20466/statm: 385872 15510 1413 10 0 383174 0
[pid=20466/tid=20468] ppid=20464 vsize=1543488 CPUtime=1.36
/proc/20466/task/20468/stat : 20468 (java) R 20464 20466 19993 0 -1 4202560 10406 0 1 0 131 5 0 0 25 0 13 0 11711931 1580531712 15510 1992294400 134512640 134550932 4289240752 18446744073709551615 4109153892 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20466/tid=20469] ppid=20464 vsize=1543488 CPUtime=0
/proc/20466/task/20469/stat : 20469 (java) S 20464 20466 19993 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 11711933 1580531712 15510 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20470] ppid=20464 vsize=1543488 CPUtime=0
/proc/20466/task/20470/stat : 20470 (java) S 20464 20466 19993 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 11711933 1580531712 15510 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20471] ppid=20464 vsize=1543488 CPUtime=0
/proc/20466/task/20471/stat : 20471 (java) S 20464 20466 19993 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 11711934 1580531712 15510 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 0 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20472] ppid=20464 vsize=1543488 CPUtime=0
/proc/20466/task/20472/stat : 20472 (java) S 20464 20466 19993 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 11711935 1580531712 15510 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20473] ppid=20464 vsize=1543488 CPUtime=0
/proc/20466/task/20473/stat : 20473 (java) S 20464 20466 19993 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 11711935 1580531712 15510 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20474] ppid=20464 vsize=1543488 CPUtime=0
/proc/20466/task/20474/stat : 20474 (java) S 20464 20466 19993 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11711939 1580531712 15510 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20475] ppid=20464 vsize=1543488 CPUtime=0.14
/proc/20466/task/20475/stat : 20475 (java) R 20464 20466 19993 0 -1 4202560 751 0 0 0 14 0 0 0 22 0 13 0 11711939 1580531712 15510 1992294400 134512640 134550932 4289240752 18446744073709551615 104163866 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20466/tid=20476] ppid=20464 vsize=1543488 CPUtime=1.2
/proc/20466/task/20476/stat : 20476 (java) R 20464 20466 19993 0 -1 4202560 6658 0 0 0 118 2 0 0 17 0 13 0 11711939 1580531712 15510 1992294400 134512640 134550932 4289240752 18446744073709551615 104163890 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20466/tid=20477] ppid=20464 vsize=1543488 CPUtime=0
/proc/20466/task/20477/stat : 20477 (java) S 20464 20466 19993 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11711939 1580531712 15510 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20478] ppid=20464 vsize=1543488 CPUtime=0
/proc/20466/task/20478/stat : 20478 (java) S 20464 20466 19993 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11711939 1580531712 15510 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20479] ppid=20464 vsize=1543488 CPUtime=0
/proc/20466/task/20479/stat : 20479 (java) S 20464 20466 19993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11711970 1580531712 15510 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1543488

[startup+3.10125 s]
/proc/loadavg: 1.15 1.03 0.95 4/119 20479
/proc/meminfo: memFree=1767712/2059040 swapFree=4139892/4192956
[pid=20466] ppid=20464 vsize=1542076 CPUtime=5.71
/proc/20466/stat : 20466 (java) S 20464 20466 19993 0 -1 4202496 46785 0 1 0 550 21 0 0 15 0 13 0 11711930 1579085824 37763 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20466/statm: 385519 37763 1437 10 0 382821 0
[pid=20466/tid=20468] ppid=20464 vsize=1542076 CPUtime=2.15
/proc/20466/task/20468/stat : 20468 (java) R 20464 20466 19993 0 -1 4202560 32086 0 1 0 200 15 0 0 25 0 13 0 11711931 1579085824 37763 1992294400 134512640 134550932 4289240752 18446744073709551615 4109491288 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20466/tid=20469] ppid=20464 vsize=1542076 CPUtime=0
/proc/20466/task/20469/stat : 20469 (java) S 20464 20466 19993 0 -1 4202560 260 0 0 0 0 0 0 0 16 0 13 0 11711933 1579085824 37763 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20470] ppid=20464 vsize=1542076 CPUtime=0
/proc/20466/task/20470/stat : 20470 (java) S 20464 20466 19993 0 -1 4202560 187 0 0 0 0 0 0 0 18 0 13 0 11711933 1579085824 37763 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20471] ppid=20464 vsize=1542076 CPUtime=0
/proc/20466/task/20471/stat : 20471 (java) S 20464 20466 19993 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 13 0 11711934 1579085824 37763 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 0 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20472] ppid=20464 vsize=1542076 CPUtime=0
/proc/20466/task/20472/stat : 20472 (java) S 20464 20466 19993 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11711935 1579085824 37763 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20473] ppid=20464 vsize=1542076 CPUtime=0
/proc/20466/task/20473/stat : 20473 (java) S 20464 20466 19993 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11711935 1579085824 37763 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20474] ppid=20464 vsize=1542076 CPUtime=0
/proc/20466/task/20474/stat : 20474 (java) S 20464 20466 19993 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11711939 1579085824 37763 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20475] ppid=20464 vsize=1542076 CPUtime=0.94
/proc/20466/task/20475/stat : 20475 (java) S 20464 20466 19993 0 -1 4202560 3742 0 0 0 93 1 0 0 25 0 13 0 11711939 1579085824 37763 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20476] ppid=20464 vsize=1542076 CPUtime=2.58
/proc/20466/task/20476/stat : 20476 (java) S 20464 20466 19993 0 -1 4202560 9434 0 0 0 255 3 0 0 16 0 13 0 11711939 1579085824 37763 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20477] ppid=20464 vsize=1542076 CPUtime=0
/proc/20466/task/20477/stat : 20477 (java) S 20464 20466 19993 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11711939 1579085824 37763 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20478] ppid=20464 vsize=1542076 CPUtime=0
/proc/20466/task/20478/stat : 20478 (java) S 20464 20466 19993 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11711939 1579085824 37763 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20479] ppid=20464 vsize=1542076 CPUtime=0
/proc/20466/task/20479/stat : 20479 (java) S 20464 20466 19993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11711970 1579085824 37763 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 1542076

[startup+6.30116 s]
/proc/loadavg: 1.15 1.03 0.95 2/119 20479
/proc/meminfo: memFree=1680416/2059040 swapFree=4139892/4192956
[pid=20466] ppid=20464 vsize=1542076 CPUtime=9.48
/proc/20466/stat : 20466 (java) S 20464 20466 19993 0 -1 4202496 51560 0 1 0 925 23 0 0 15 0 13 0 11711930 1579085824 40714 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20466/statm: 385519 40714 1437 10 0 382821 0
[pid=20466/tid=20468] ppid=20464 vsize=1542076 CPUtime=5.19
/proc/20466/task/20468/stat : 20468 (java) R 20464 20466 19993 0 -1 4202560 32092 0 1 0 504 15 0 0 25 0 13 0 11711931 1579085824 40714 1992294400 134512640 134550932 4289240752 18446744073709551615 4109576585 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20466/tid=20469] ppid=20464 vsize=1542076 CPUtime=0.06
/proc/20466/task/20469/stat : 20469 (java) S 20464 20466 19993 0 -1 4202560 1673 0 0 0 6 0 0 0 15 0 13 0 11711933 1579085824 40714 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20470] ppid=20464 vsize=1542076 CPUtime=0.06
/proc/20466/task/20470/stat : 20470 (java) S 20464 20466 19993 0 -1 4202560 1720 0 0 0 6 0 0 0 16 0 13 0 11711933 1579085824 40714 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20471] ppid=20464 vsize=1542076 CPUtime=0
/proc/20466/task/20471/stat : 20471 (java) S 20464 20466 19993 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 11711934 1579085824 40714 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 0 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20472] ppid=20464 vsize=1542076 CPUtime=0
/proc/20466/task/20472/stat : 20472 (java) S 20464 20466 19993 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11711935 1579085824 40714 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20473] ppid=20464 vsize=1542076 CPUtime=0
/proc/20466/task/20473/stat : 20473 (java) S 20464 20466 19993 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11711935 1579085824 40714 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20474] ppid=20464 vsize=1542076 CPUtime=0
/proc/20466/task/20474/stat : 20474 (java) S 20464 20466 19993 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11711939 1579085824 40714 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20475] ppid=20464 vsize=1542076 CPUtime=1.28
/proc/20466/task/20475/stat : 20475 (java) S 20464 20466 19993 0 -1 4202560 5529 0 0 0 126 2 0 0 15 0 13 0 11711939 1579085824 40714 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20476] ppid=20464 vsize=1542076 CPUtime=2.83
/proc/20466/task/20476/stat : 20476 (java) S 20464 20466 19993 0 -1 4202560 9450 0 0 0 280 3 0 0 15 0 13 0 11711939 1579085824 40714 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20477] ppid=20464 vsize=1542076 CPUtime=0
/proc/20466/task/20477/stat : 20477 (java) S 20464 20466 19993 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11711939 1579085824 40714 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20478] ppid=20464 vsize=1542076 CPUtime=0
/proc/20466/task/20478/stat : 20478 (java) S 20464 20466 19993 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11711939 1579085824 40714 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20479] ppid=20464 vsize=1542076 CPUtime=0
/proc/20466/task/20479/stat : 20479 (java) S 20464 20466 19993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11711970 1579085824 40714 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.48
Current children cumulated vsize (KiB) 1542076

[startup+12.702 s]
/proc/loadavg: 1.14 1.03 0.95 2/119 20479
/proc/meminfo: memFree=1646564/2059040 swapFree=4139892/4192956
[pid=20466] ppid=20464 vsize=1536332 CPUtime=16
/proc/20466/stat : 20466 (java) S 20464 20466 19993 0 -1 4202496 60337 0 1 0 1573 27 0 0 15 0 13 0 11711930 1573203968 47616 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20466/statm: 384083 47616 1437 10 0 381385 0
[pid=20466/tid=20468] ppid=20464 vsize=1536332 CPUtime=11.49
/proc/20466/task/20468/stat : 20468 (java) R 20464 20466 19993 0 -1 4202560 36701 0 1 0 1132 17 0 0 25 0 13 0 11711931 1573203968 47616 1992294400 134512640 134550932 4289240752 18446744073709551615 4109542429 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20466/tid=20469] ppid=20464 vsize=1536332 CPUtime=0.16
/proc/20466/task/20469/stat : 20469 (java) S 20464 20466 19993 0 -1 4202560 3742 0 0 0 15 1 0 0 15 0 13 0 11711933 1573203968 47616 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20470] ppid=20464 vsize=1536332 CPUtime=0.16
/proc/20466/task/20470/stat : 20470 (java) S 20464 20466 19993 0 -1 4202560 3819 0 0 0 15 1 0 0 16 0 13 0 11711933 1573203968 47616 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20471] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20471/stat : 20471 (java) S 20464 20466 19993 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 11711934 1573203968 47616 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 0 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20472] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20472/stat : 20472 (java) S 20464 20466 19993 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11711935 1573203968 47616 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20473] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20473/stat : 20473 (java) S 20464 20466 19993 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11711935 1573203968 47616 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20474] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20474/stat : 20474 (java) S 20464 20466 19993 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11711939 1573203968 47616 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20475] ppid=20464 vsize=1536332 CPUtime=1.28
/proc/20466/task/20475/stat : 20475 (java) S 20464 20466 19993 0 -1 4202560 5529 0 0 0 126 2 0 0 15 0 13 0 11711939 1573203968 47616 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20476] ppid=20464 vsize=1536332 CPUtime=2.86
/proc/20466/task/20476/stat : 20476 (java) S 20464 20466 19993 0 -1 4202560 9450 0 0 0 283 3 0 0 16 0 13 0 11711939 1573203968 47616 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20477] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20477/stat : 20477 (java) S 20464 20466 19993 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11711939 1573203968 47616 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20478] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20478/stat : 20478 (java) S 20464 20466 19993 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11711939 1573203968 47616 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20479] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20479/stat : 20479 (java) S 20464 20466 19993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11711970 1573203968 47616 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16
Current children cumulated vsize (KiB) 1536332

[startup+25.5016 s]
/proc/loadavg: 1.11 1.03 0.95 2/119 20479
/proc/meminfo: memFree=1638380/2059040 swapFree=4139892/4192956
[pid=20466] ppid=20464 vsize=1536332 CPUtime=28.9
/proc/20466/stat : 20466 (java) S 20464 20466 19993 0 -1 4202496 62771 0 1 0 2861 29 0 0 15 0 13 0 11711930 1573203968 49805 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20466/statm: 384083 49805 1437 10 0 381385 0
[pid=20466/tid=20468] ppid=20464 vsize=1536332 CPUtime=24.18
/proc/20466/task/20468/stat : 20468 (java) R 20464 20466 19993 0 -1 4202560 36794 0 1 0 2401 17 0 0 25 0 13 0 11711931 1573203968 49805 1992294400 134512640 134550932 4289240752 18446744073709551615 4109886245 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20466/tid=20469] ppid=20464 vsize=1536332 CPUtime=0.25
/proc/20466/task/20469/stat : 20469 (java) S 20464 20466 19993 0 -1 4202560 4854 0 0 0 23 2 0 0 15 0 13 0 11711933 1573203968 49805 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20470] ppid=20464 vsize=1536332 CPUtime=0.24
/proc/20466/task/20470/stat : 20470 (java) S 20464 20466 19993 0 -1 4202560 5048 0 0 0 22 2 0 0 16 0 13 0 11711933 1573203968 49805 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20471] ppid=20464 vsize=1536332 CPUtime=0

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

[pid=20466/tid=20471] ppid=20464 vsize=1536332 CPUtime=1.2
/proc/20466/task/20471/stat : 20471 (java) S 20464 20466 19993 0 -1 4202560 569 0 0 0 113 7 0 0 15 0 13 0 11711934 1573203968 94647 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 0 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20472] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20472/stat : 20472 (java) S 20464 20466 19993 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11711935 1573203968 94647 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20473] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20473/stat : 20473 (java) S 20464 20466 19993 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11711935 1573203968 94647 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20474] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20474/stat : 20474 (java) S 20464 20466 19993 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11711939 1573203968 94647 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20475] ppid=20464 vsize=1536332 CPUtime=1.31
/proc/20466/task/20475/stat : 20475 (java) S 20464 20466 19993 0 -1 4202560 5529 0 0 0 129 2 0 0 15 0 13 0 11711939 1573203968 94647 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20476] ppid=20464 vsize=1536332 CPUtime=3.07
/proc/20466/task/20476/stat : 20476 (java) S 20464 20466 19993 0 -1 4202560 9459 0 0 0 304 3 0 0 15 0 13 0 11711939 1573203968 94647 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20477] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20477/stat : 20477 (java) S 20464 20466 19993 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11711939 1573203968 94647 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20478] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20478/stat : 20478 (java) S 20464 20466 19993 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 11711939 1573203968 94647 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20479] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20479/stat : 20479 (java) S 20464 20466 19993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11711970 1573203968 94647 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1563.68
Current children cumulated vsize (KiB) 1536332

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/119 20521
/proc/meminfo: memFree=1452628/2059040 swapFree=4139892/4192956
[pid=20466] ppid=20464 vsize=1536332 CPUtime=1624.82
/proc/20466/stat : 20466 (java) S 20464 20466 19993 0 -1 4202496 113081 0 1 0 162388 94 0 0 15 0 13 0 11711930 1573203968 95531 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20466/statm: 384083 95531 1447 10 0 381385 0
[pid=20466/tid=20468] ppid=20464 vsize=1536332 CPUtime=1579.28
/proc/20466/task/20468/stat : 20468 (java) R 20464 20466 19993 0 -1 4202560 37919 0 1 0 157902 26 0 0 25 0 13 0 11711931 1573203968 95531 1992294400 134512640 134550932 4289240752 18446744073709551615 4109491177 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20466/tid=20469] ppid=20464 vsize=1536332 CPUtime=19.92
/proc/20466/task/20469/stat : 20469 (java) S 20464 20466 19993 0 -1 4202560 29385 0 0 0 1965 27 0 0 15 0 13 0 11711933 1573203968 95531 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20470] ppid=20464 vsize=1536332 CPUtime=19.97
/proc/20466/task/20470/stat : 20470 (java) S 20464 20466 19993 0 -1 4202560 29053 0 0 0 1972 25 0 0 16 0 13 0 11711933 1573203968 95531 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20471] ppid=20464 vsize=1536332 CPUtime=1.2
/proc/20466/task/20471/stat : 20471 (java) S 20464 20466 19993 0 -1 4202560 573 0 0 0 113 7 0 0 15 0 13 0 11711934 1573203968 95531 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 0 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20472] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20472/stat : 20472 (java) S 20464 20466 19993 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11711935 1573203968 95531 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20473] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20473/stat : 20473 (java) S 20464 20466 19993 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11711935 1573203968 95531 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20474] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20474/stat : 20474 (java) S 20464 20466 19993 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11711939 1573203968 95531 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20475] ppid=20464 vsize=1536332 CPUtime=1.31
/proc/20466/task/20475/stat : 20475 (java) S 20464 20466 19993 0 -1 4202560 5529 0 0 0 129 2 0 0 15 0 13 0 11711939 1573203968 95531 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20476] ppid=20464 vsize=1536332 CPUtime=3.07
/proc/20466/task/20476/stat : 20476 (java) S 20464 20466 19993 0 -1 4202560 9459 0 0 0 304 3 0 0 15 0 13 0 11711939 1573203968 95531 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20477] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20477/stat : 20477 (java) S 20464 20466 19993 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11711939 1573203968 95531 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20478] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20478/stat : 20478 (java) S 20464 20466 19993 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 11711939 1573203968 95531 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20479] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20479/stat : 20479 (java) S 20464 20466 19993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11711970 1573203968 95531 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1624.82
Current children cumulated vsize (KiB) 1536332

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/119 20523
/proc/meminfo: memFree=1448660/2059040 swapFree=4139892/4192956
[pid=20466] ppid=20464 vsize=1536332 CPUtime=1685.93
/proc/20466/stat : 20466 (java) S 20464 20466 19993 0 -1 4202496 114124 0 1 0 168496 97 0 0 15 0 13 0 11711930 1573203968 96514 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20466/statm: 384083 96514 1447 10 0 381385 0
[pid=20466/tid=20468] ppid=20464 vsize=1536332 CPUtime=1638.06
/proc/20466/task/20468/stat : 20468 (java) R 20464 20466 19993 0 -1 4202560 37958 0 1 0 163779 27 0 0 25 0 13 0 11711931 1573203968 96514 1992294400 134512640 134550932 4289240752 18446744073709551615 4109861468 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20466/tid=20469] ppid=20464 vsize=1536332 CPUtime=21.09
/proc/20466/task/20469/stat : 20469 (java) S 20464 20466 19993 0 -1 4202560 29958 0 0 0 2080 29 0 0 16 0 13 0 11711933 1573203968 96514 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20470] ppid=20464 vsize=1536332 CPUtime=21.13
/proc/20466/task/20470/stat : 20470 (java) S 20464 20466 19993 0 -1 4202560 29476 0 0 0 2087 26 0 0 15 0 13 0 11711933 1573203968 96514 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20471] ppid=20464 vsize=1536332 CPUtime=1.21
/proc/20466/task/20471/stat : 20471 (java) S 20464 20466 19993 0 -1 4202560 577 0 0 0 114 7 0 0 15 0 13 0 11711934 1573203968 96514 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 0 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20472] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20472/stat : 20472 (java) S 20464 20466 19993 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11711935 1573203968 96514 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20473] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20473/stat : 20473 (java) S 20464 20466 19993 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11711935 1573203968 96514 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20474] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20474/stat : 20474 (java) S 20464 20466 19993 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11711939 1573203968 96514 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20475] ppid=20464 vsize=1536332 CPUtime=1.31
/proc/20466/task/20475/stat : 20475 (java) S 20464 20466 19993 0 -1 4202560 5529 0 0 0 129 2 0 0 15 0 13 0 11711939 1573203968 96514 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20476] ppid=20464 vsize=1536332 CPUtime=3.07
/proc/20466/task/20476/stat : 20476 (java) S 20464 20466 19993 0 -1 4202560 9459 0 0 0 304 3 0 0 15 0 13 0 11711939 1573203968 96514 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20477] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20477/stat : 20477 (java) S 20464 20466 19993 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11711939 1573203968 96514 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20478] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20478/stat : 20478 (java) S 20464 20466 19993 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 11711939 1573203968 96514 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20479] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20479/stat : 20479 (java) S 20464 20466 19993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11711970 1573203968 96514 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1685.93
Current children cumulated vsize (KiB) 1536332

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/119 20525
/proc/meminfo: memFree=1446924/2059040 swapFree=4139892/4192956
[pid=20466] ppid=20464 vsize=1536332 CPUtime=1746.83
/proc/20466/stat : 20466 (java) S 20464 20466 19993 0 -1 4202496 114565 0 1 0 174583 100 0 0 15 0 13 0 11711930 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20466/statm: 384083 96900 1447 10 0 381385 0
[pid=20466/tid=20468] ppid=20464 vsize=1536332 CPUtime=1696.18
/proc/20466/task/20468/stat : 20468 (java) R 20464 20466 19993 0 -1 4202560 37997 0 1 0 169591 27 0 0 25 0 13 0 11711931 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4109491177 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20466/tid=20469] ppid=20464 vsize=1536332 CPUtime=22.02
/proc/20466/task/20469/stat : 20469 (java) S 20464 20466 19993 0 -1 4202560 30123 0 0 0 2172 30 0 0 16 0 13 0 11711933 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20470] ppid=20464 vsize=1536332 CPUtime=22.07
/proc/20466/task/20470/stat : 20470 (java) S 20464 20466 19993 0 -1 4202560 29709 0 0 0 2180 27 0 0 16 0 13 0 11711933 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20471] ppid=20464 vsize=1536332 CPUtime=2.13
/proc/20466/task/20471/stat : 20471 (java) S 20464 20466 19993 0 -1 4202560 579 0 0 0 205 8 0 0 15 0 13 0 11711934 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 0 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20472] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20472/stat : 20472 (java) S 20464 20466 19993 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11711935 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20473] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20473/stat : 20473 (java) S 20464 20466 19993 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11711935 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20474] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20474/stat : 20474 (java) S 20464 20466 19993 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11711939 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20475] ppid=20464 vsize=1536332 CPUtime=1.31
/proc/20466/task/20475/stat : 20475 (java) S 20464 20466 19993 0 -1 4202560 5529 0 0 0 129 2 0 0 15 0 13 0 11711939 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20476] ppid=20464 vsize=1536332 CPUtime=3.07
/proc/20466/task/20476/stat : 20476 (java) S 20464 20466 19993 0 -1 4202560 9459 0 0 0 304 3 0 0 15 0 13 0 11711939 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20477] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20477/stat : 20477 (java) S 20464 20466 19993 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11711939 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20478] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20478/stat : 20478 (java) S 20464 20466 19993 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 11711939 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20479] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20479/stat : 20479 (java) S 20464 20466 19993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11711970 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1746.83
Current children cumulated vsize (KiB) 1536332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1774.8 s]
/proc/loadavg: 1.10 1.03 0.97 2/119 20530
/proc/meminfo: memFree=1445684/2059040 swapFree=4139892/4192956
[pid=20466] ppid=20464 vsize=1536332 CPUtime=1800.1
/proc/20466/stat : 20466 (java) S 20464 20466 19993 0 -1 4202496 114608 0 1 0 179909 101 0 0 15 0 13 0 11711930 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20466/statm: 384083 96900 1447 10 0 381385 0
[pid=20466/tid=20468] ppid=20464 vsize=1536332 CPUtime=1747.86
/proc/20466/task/20468/stat : 20468 (java) R 20464 20466 19993 0 -1 4202560 38032 0 1 0 174759 27 0 0 25 0 13 0 11711931 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4109489686 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20466/tid=20469] ppid=20464 vsize=1536332 CPUtime=22.81
/proc/20466/task/20469/stat : 20469 (java) S 20464 20466 19993 0 -1 4202560 30123 0 0 0 2250 31 0 0 16 0 13 0 11711933 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20470] ppid=20464 vsize=1536332 CPUtime=22.86
/proc/20466/task/20470/stat : 20470 (java) S 20464 20466 19993 0 -1 4202560 29709 0 0 0 2259 27 0 0 16 0 13 0 11711933 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20471] ppid=20464 vsize=1536332 CPUtime=2.13
/proc/20466/task/20471/stat : 20471 (java) S 20464 20466 19993 0 -1 4202560 583 0 0 0 205 8 0 0 15 0 13 0 11711934 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 0 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20472] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20472/stat : 20472 (java) S 20464 20466 19993 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11711935 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20473] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20473/stat : 20473 (java) S 20464 20466 19993 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11711935 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20474] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20474/stat : 20474 (java) S 20464 20466 19993 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11711939 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20475] ppid=20464 vsize=1536332 CPUtime=1.31
/proc/20466/task/20475/stat : 20475 (java) S 20464 20466 19993 0 -1 4202560 5529 0 0 0 129 2 0 0 15 0 13 0 11711939 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20476] ppid=20464 vsize=1536332 CPUtime=3.07
/proc/20466/task/20476/stat : 20476 (java) S 20464 20466 19993 0 -1 4202560 9459 0 0 0 304 3 0 0 15 0 13 0 11711939 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20477] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20477/stat : 20477 (java) S 20464 20466 19993 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11711939 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 0 0 0 0
[pid=20466/tid=20478] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20478/stat : 20478 (java) S 20464 20466 19993 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 11711939 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
[pid=20466/tid=20479] ppid=20464 vsize=1536332 CPUtime=0
/proc/20466/task/20479/stat : 20479 (java) S 20464 20466 19993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11711970 1573203968 96900 1992294400 134512640 134550932 4289240752 18446744073709551615 4294960144 0 4 0 16800975 18446604437841532736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1536332

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

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

[startup+1774.92 s]
/proc/loadavg: 1.10 1.03 0.97 2/119 20530
/proc/meminfo: memFree=1445684/2059040 swapFree=4139892/4192956
[pid=20466] ppid=20464 vsize=0 CPUtime=1800.26
/proc/20466/stat : 20466 (java) Z 20464 20466 19993 0 -1 4203548 114628 0 1 0 179923 103 0 0 15 0 2 0 11711930 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20466/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1774.93
CPU time (s): 1800.29
CPU user time (s): 1799.24
CPU system time (s): 1.05584
CPU usage (%): 101.429
Max. virtual memory (cumulated for all children) (KiB): 1546620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 1.05584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114628
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= 46288
involuntary context switches= 33886

runsolver used 3.24051 second user time and 9.8455 second system time

The end

Launcher Data

Begin job on node031 at 2010-06-16 18:02:55
IDJOB=2670098
IDBENCH=48057
IDSOLVER=1165
FILE ID=node031/2670098-1276704175
PBS_JOBID= 11174110
Free space on /tmp= 62584 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=347-P1=127-P2=53-P3=293-P4=199-P5=107-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2670098-1276704175/watcher-2670098-1276704175 -o /tmp/evaluation-result-2670098-1276704175/solver-2670098-1276704175 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670098-1276704175.opb

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

MD5SUM BENCH= ea08c66c9e8e41f4a763233d2f14489d
RANDOM SEED=264418803

node031.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.219
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.43
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.219
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.53
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1832568 kB
Buffers:         35996 kB
Cached:          99120 kB
SwapCached:       6448 kB
Active:          81152 kB
Inactive:        67252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1832568 kB
SwapTotal:     4192956 kB
SwapFree:      4139892 kB
Dirty:             284 kB
Writeback:           0 kB
AnonPages:       11020 kB
Mapped:          13036 kB
Slab:            55908 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181968 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62580 MiB
End job on node031 at 2010-06-16 18:32:31