Trace number 2660371

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.15 1795.19

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=260-sizeP=131-sizeQ=260-466115074-max.opb
MD5SUM91a5420b80ffdfe2edd36883df6730be
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables34451
Total number of constraints102181
Number of constraints which are clauses102180
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint34060
Number of terms in the objective function 131
Biggest coefficient in the objective function 1361129467683753853853498429727072845824
Number of bits for the biggest coefficient in the objective function 131
Sum of the numbers in the objective function 2722258935367507707706996859454145691647
Number of bits of the sum of numbers in the objective function 131
Biggest number in a constraint 1260864198284623334792929283204595641762551656654894293374345388935863096687910739565256520156317300505812095689818112
Number of bits of the biggest number in a constraint 390
Biggest sum of numbers in a constraint 5043456793138493339171717132818382567048530064817703149238847471651876572267107280016735989126993020184591974005456899
Number of bits of the biggest sum of numbers391
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.19	c See www.sat4j.org for details.
0.12/0.20	c version 2.2.0.v20100526
0.12/0.20	c java.runtime.name	Java(TM) SE Runtime Environment
0.12/0.20	c java.vm.name		Java HotSpot(TM) Server VM
0.12/0.20	c java.vm.version	11.2-b01
0.12/0.20	c java.vm.vendor	Sun Microsystems Inc.
0.12/0.20	c sun.arch.data.model	32
0.12/0.20	c java.version		1.6.0_12
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		2.6.18-164.el5
0.12/0.20	c os.arch		i386
0.12/0.20	c Free memory 		1393557488
0.12/0.20	c Max memory 		1395916800
0.12/0.20	c Total memory 		1395916800
0.12/0.20	c Number of processors 	2
0.12/0.27	c Pseudo Boolean Optimization
0.12/0.27	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.27	c --- Begin Solver configuration ---
0.12/0.27	c Stops conflict analysis at the first Unique Implication Point
0.12/0.27	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.12/0.27	c Learn all clauses as in MiniSAT
0.12/0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.27	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.27	c No reason simplification
0.12/0.27	c Armin Biere (Picosat) restarts strategy
0.12/0.27	c Glucose learned constraints deletion strategy
0.12/0.27	c timeout=2147483s
0.12/0.27	c DB Simplification allowed=false
0.12/0.27	c --- End Solver configuration ---
0.12/0.27	c solving HOME/instance-2660371-1276627856.opb
0.12/0.27	c reading problem ... 
3.94/3.27	c ... done. Wall clock time 3.007s.
3.94/3.27	c #vars     34451
3.94/3.27	c #constraints  111090
3.94/3.27	c constraints type 
3.94/3.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 68120
3.94/3.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 34060
3.94/3.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/1795.12	c starts		: 1
1800.06/1795.12	c conflicts		: 3
1800.06/1795.12	c decisions		: 267
1800.06/1795.12	c propagations		: 44153
1800.06/1795.12	c inspects		: 215487
1800.06/1795.12	c learnt literals	: 0
1800.06/1795.12	c learnt binary clauses	: 0
1800.06/1795.12	c learnt ternary clauses	: 0
1800.06/1795.12	c learnt clauses	: 2
1800.06/1795.12	c ignored clauses	: 0
1800.06/1795.12	c root simplifications	: 0
1800.06/1795.12	c removed literals (reason simplification)	: 0
1800.06/1795.12	c reason swapping (by a shorter reason)	: 0
1800.06/1795.12	c Calls to reduceDB	: 0
1800.06/1795.12	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.12	c number of learned constraints concerned by reduction	: 0
1800.06/1795.12	c number of learning phase by resolution	: 0
1800.06/1795.12	c number of learning phase by cutting planes	: 0
1800.06/1795.12	c speed (assignments/second)	: 24.641040981154653
1800.06/1795.12	c non guided choices	2
1800.06/1795.12	c learnt constraints type 
1800.06/1795.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/1795.12	c constraints type 
1800.06/1795.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 68120
1800.06/1795.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 34060
1800.06/1795.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/1795.12	s UNKNOWN
1800.06/1795.12	c Total wall clock time (in seconds): 1794.857

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2660371-1276627856/watcher-2660371-1276627856 -o /tmp/evaluation-result-2660371-1276627856/solver-2660371-1276627856 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660371-1276627856.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.92 0.99 1.15 3/106 11016
/proc/meminfo: memFree=1828228/2059040 swapFree=4192956/4192956
[pid=11016] ppid=11014 vsize=24036 CPUtime=0
/proc/11016/stat : 11016 (runsolver) D 11014 11016 9999 0 -1 4202560 82 0 0 0 0 0 0 0 18 0 1 0 4080799 24612864 106 1992294400 4194304 4302564 140736222951152 18446744073709551615 246659261431 0 0 4096 24578 18446744071562154983 0 0 17 1 0 0 0
/proc/11016/statm: 6009 106 69 27 0 2647 0

[startup+0.015712 s]
/proc/loadavg: 0.92 0.99 1.15 3/106 11016
/proc/meminfo: memFree=1828228/2059040 swapFree=4192956/4192956
[pid=11016] ppid=11014 vsize=24036 CPUtime=0
/proc/11016/stat : 11016 (runsolver) D 11014 11016 9999 0 -1 4202560 82 0 0 0 0 0 0 0 18 0 1 0 4080799 24612864 106 1992294400 4194304 4302564 140736222951152 18446744073709551615 246659261431 0 0 4096 24578 18446744071562154983 0 0 17 0 0 0 0
/proc/11016/statm: 6009 106 69 27 0 2647 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24036

[startup+0.100727 s]
/proc/loadavg: 0.92 0.99 1.15 3/106 11016
/proc/meminfo: memFree=1828228/2059040 swapFree=4192956/4192956
[pid=11016] ppid=11014 vsize=1521668 CPUtime=0.04
/proc/11016/stat : 11016 (java) S 11014 11016 9999 0 -1 4202496 3529 0 1 0 2 2 0 0 15 0 7 0 4080799 1558188032 2970 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 1
/proc/11016/statm: 380417 2970 999 10 0 377727 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521668

[startup+0.300751 s]
/proc/loadavg: 0.92 0.99 1.15 3/106 11016
/proc/meminfo: memFree=1828228/2059040 swapFree=4192956/4192956
[pid=11016] ppid=11014 vsize=1526432 CPUtime=0.27
/proc/11016/stat : 11016 (java) S 11014 11016 9999 0 -1 4202496 5386 0 1 0 24 3 0 0 15 0 12 0 4080799 1563066368 4822 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/11016/statm: 381608 4822 1349 10 0 378910 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 1526432

[startup+0.700805 s]
/proc/loadavg: 0.92 0.99 1.15 3/106 11016
/proc/meminfo: memFree=1828228/2059040 swapFree=4192956/4192956
[pid=11016] ppid=11014 vsize=1528424 CPUtime=0.98
/proc/11016/stat : 11016 (java) S 11014 11016 9999 0 -1 4202496 7259 0 1 0 94 4 0 0 15 0 12 0 4080799 1565106176 6695 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/11016/statm: 382106 6696 1403 10 0 379408 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1528424

[startup+1.50188 s]
/proc/loadavg: 0.92 0.99 1.15 2/118 11028
/proc/meminfo: memFree=1788144/2059040 swapFree=4192956/4192956
[pid=11016] ppid=11014 vsize=1531424 CPUtime=2.01
/proc/11016/stat : 11016 (java) S 11014 11016 9999 0 -1 4202496 25001 0 1 0 189 12 0 0 15 0 12 0 4080799 1568178176 23942 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/11016/statm: 382856 23943 1406 10 0 380158 0
[pid=11016/tid=11018] ppid=11014 vsize=1531424 CPUtime=1.4
/proc/11016/task/11018/stat : 11018 (java) R 11014 11016 9999 0 -1 4202560 21690 0 1 0 130 10 0 0 25 0 12 0 4080802 1568178176 23943 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 3
[pid=11016/tid=11019] ppid=11014 vsize=1531424 CPUtime=0
/proc/11016/task/11019/stat : 11019 (java) S 11014 11016 9999 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 4080807 1568178176 23944 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11020] ppid=11014 vsize=1531424 CPUtime=0
/proc/11016/task/11020/stat : 11020 (java) S 11014 11016 9999 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 4080807 1568178176 23946 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11021] ppid=11014 vsize=1531424 CPUtime=0
/proc/11016/task/11021/stat : 11021 (java) S 11014 11016 9999 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 4080808 1568178176 23947 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 0 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11022] ppid=11014 vsize=1531424 CPUtime=0
/proc/11016/task/11022/stat : 11022 (java) S 11014 11016 9999 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 4080809 1568178176 23948 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11023] ppid=11014 vsize=1531424 CPUtime=0
/proc/11016/task/11023/stat : 11023 (java) S 11014 11016 9999 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 4080809 1568178176 23949 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11024] ppid=11014 vsize=1531424 CPUtime=0
/proc/11016/task/11024/stat : 11024 (java) S 11014 11016 9999 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 4080814 1568178176 23951 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11025] ppid=11014 vsize=1531424 CPUtime=0.25
/proc/11016/task/11025/stat : 11025 (java) S 11014 11016 9999 0 -1 4202560 253 0 0 0 25 0 0 0 16 0 12 0 4080814 1568178176 23952 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11026] ppid=11014 vsize=1531424 CPUtime=0.33
/proc/11016/task/11026/stat : 11026 (java) S 11014 11016 9999 0 -1 4202560 1996 0 0 0 33 0 0 0 18 0 12 0 4080814 1568178176 23953 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11027] ppid=11014 vsize=1531424 CPUtime=0
/proc/11016/task/11027/stat : 11027 (java) S 11014 11016 9999 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 4080814 1568178176 23955 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11028] ppid=11014 vsize=1531424 CPUtime=0
/proc/11016/task/11028/stat : 11028 (java) S 11014 11016 9999 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 4080814 1568178176 23956 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1531424

[startup+3.10308 s]
/proc/loadavg: 0.93 0.99 1.15 2/118 11028
/proc/meminfo: memFree=1687456/2059040 swapFree=4192956/4192956
[pid=11016] ppid=11014 vsize=1531424 CPUtime=3.79
/proc/11016/stat : 11016 (java) S 11014 11016 9999 0 -1 4202496 37491 0 1 0 361 18 0 0 15 0 12 0 4080799 1568178176 36427 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/11016/statm: 382856 36427 1425 10 0 380158 0
[pid=11016/tid=11018] ppid=11014 vsize=1531424 CPUtime=2.96
/proc/11016/task/11018/stat : 11018 (java) R 11014 11016 9999 0 -1 4202560 32017 0 1 0 280 16 0 0 25 0 12 0 4080802 1568178176 36427 1992294400 134512640 134550932 4290824480 18446744073709551615 4109654063 0 4 0 16800975 0 0 0 -1 1 0 0 3
[pid=11016/tid=11019] ppid=11014 vsize=1531424 CPUtime=0.04
/proc/11016/task/11019/stat : 11019 (java) S 11014 11016 9999 0 -1 4202560 925 0 0 0 4 0 0 0 16 0 12 0 4080807 1568178176 36427 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11020] ppid=11014 vsize=1531424 CPUtime=0.04
/proc/11016/task/11020/stat : 11020 (java) S 11014 11016 9999 0 -1 4202560 1172 0 0 0 4 0 0 0 18 0 12 0 4080807 1568178176 36427 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
[pid=11016/tid=11021] ppid=11014 vsize=1531424 CPUtime=0
/proc/11016/task/11021/stat : 11021 (java) S 11014 11016 9999 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 12 0 4080808 1568178176 36427 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 0 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11022] ppid=11014 vsize=1531424 CPUtime=0
/proc/11016/task/11022/stat : 11022 (java) S 11014 11016 9999 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 4080809 1568178176 36427 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11023] ppid=11014 vsize=1531424 CPUtime=0
/proc/11016/task/11023/stat : 11023 (java) S 11014 11016 9999 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 4080809 1568178176 36427 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11024] ppid=11014 vsize=1531424 CPUtime=0
/proc/11016/task/11024/stat : 11024 (java) S 11014 11016 9999 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 4080814 1568178176 36427 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11025] ppid=11014 vsize=1531424 CPUtime=0.29
/proc/11016/task/11025/stat : 11025 (java) S 11014 11016 9999 0 -1 4202560 254 0 0 0 29 0 0 0 15 0 12 0 4080814 1568178176 36427 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11026] ppid=11014 vsize=1531424 CPUtime=0.41
/proc/11016/task/11026/stat : 11026 (java) S 11014 11016 9999 0 -1 4202560 2052 0 0 0 41 0 0 0 15 0 12 0 4080814 1568178176 36427 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11027] ppid=11014 vsize=1531424 CPUtime=0
/proc/11016/task/11027/stat : 11027 (java) S 11014 11016 9999 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 4080814 1568178176 36427 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11028] ppid=11014 vsize=1531424 CPUtime=0
/proc/11016/task/11028/stat : 11028 (java) S 11014 11016 9999 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 4080814 1568178176 36427 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 1531424

[startup+6.30028 s]
/proc/loadavg: 0.93 0.99 1.15 2/119 11029
/proc/meminfo: memFree=1686332/2059040 swapFree=4192956/4192956
[pid=11016] ppid=11014 vsize=1531264 CPUtime=7.54
/proc/11016/stat : 11016 (java) S 11014 11016 9999 0 -1 4202496 37669 0 1 0 735 19 0 0 15 0 13 0 4080799 1568014336 36501 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/11016/statm: 382816 36501 1432 10 0 380118 0
[pid=11016/tid=11018] ppid=11014 vsize=1531264 CPUtime=5.89
/proc/11016/task/11018/stat : 11018 (java) R 11014 11016 9999 0 -1 4202560 32060 0 1 0 573 16 0 0 25 0 13 0 4080802 1568014336 36501 1992294400 134512640 134550932 4290824480 18446744073709551615 4109883358 0 4 0 16800975 0 0 0 -1 0 0 0 3
[pid=11016/tid=11019] ppid=11014 vsize=1531264 CPUtime=0.04
/proc/11016/task/11019/stat : 11019 (java) S 11014 11016 9999 0 -1 4202560 925 0 0 0 4 0 0 0 16 0 13 0 4080807 1568014336 36501 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11020] ppid=11014 vsize=1531264 CPUtime=0.04
/proc/11016/task/11020/stat : 11020 (java) S 11014 11016 9999 0 -1 4202560 1172 0 0 0 4 0 0 0 18 0 13 0 4080807 1568014336 36501 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
[pid=11016/tid=11021] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11021/stat : 11021 (java) S 11014 11016 9999 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 4080808 1568014336 36501 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 0 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11022] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11022/stat : 11022 (java) S 11014 11016 9999 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4080809 1568014336 36501 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11023] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11023/stat : 11023 (java) S 11014 11016 9999 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4080809 1568014336 36501 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11024] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11024/stat : 11024 (java) S 11014 11016 9999 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 4080814 1568014336 36501 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11025] ppid=11014 vsize=1531264 CPUtime=0.65
/proc/11016/task/11025/stat : 11025 (java) S 11014 11016 9999 0 -1 4202560 291 0 0 0 65 0 0 0 15 0 13 0 4080814 1568014336 36501 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
[pid=11016/tid=11026] ppid=11014 vsize=1531264 CPUtime=0.86
/proc/11016/task/11026/stat : 11026 (java) S 11014 11016 9999 0 -1 4202560 2146 0 0 0 86 0 0 0 15 0 13 0 4080814 1568014336 36501 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11027] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11027/stat : 11027 (java) S 11014 11016 9999 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 4080814 1568014336 36501 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11028] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11028/stat : 11028 (java) S 11014 11016 9999 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 4080814 1568014336 36501 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
[pid=11016/tid=11029] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11029/stat : 11029 (java) S 11014 11016 9999 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4081139 1568014336 36501 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 1531264

[startup+12.7013 s]
/proc/loadavg: 1.01 1.00 1.15 2/119 11029
/proc/meminfo: memFree=1636980/2059040 swapFree=4192956/4192956
[pid=11016] ppid=11014 vsize=1531264 CPUtime=14.59
/proc/11016/stat : 11016 (java) S 11014 11016 9999 0 -1 4202496 51062 0 1 0 1435 24 0 0 15 0 13 0 4080799 1568014336 48923 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/11016/statm: 382816 48923 1432 10 0 380118 0
[pid=11016/tid=11018] ppid=11014 vsize=1531264 CPUtime=11.72
/proc/11016/task/11018/stat : 11018 (java) R 11014 11016 9999 0 -1 4202560 32071 0 1 0 1156 16 0 0 25 0 13 0 4080802 1568014336 48923 1992294400 134512640 134550932 4290824480 18446744073709551615 4109996001 0 4 0 16800975 0 0 0 -1 0 0 0 3
[pid=11016/tid=11019] ppid=11014 vsize=1531264 CPUtime=0.53
/proc/11016/task/11019/stat : 11019 (java) S 11014 11016 9999 0 -1 4202560 7020 0 0 0 51 2 0 0 16 0 13 0 4080807 1568014336 48923 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11020] ppid=11014 vsize=1531264 CPUtime=0.52
/proc/11016/task/11020/stat : 11020 (java) S 11014 11016 9999 0 -1 4202560 8436 0 0 0 49 3 0 0 15 0 13 0 4080807 1568014336 48923 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
[pid=11016/tid=11021] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11021/stat : 11021 (java) S 11014 11016 9999 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 4080808 1568014336 48923 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 0 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11022] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11022/stat : 11022 (java) S 11014 11016 9999 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4080809 1568014336 48923 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11023] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11023/stat : 11023 (java) S 11014 11016 9999 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4080809 1568014336 48923 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11024] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11024/stat : 11024 (java) S 11014 11016 9999 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 4080814 1568014336 48923 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11025] ppid=11014 vsize=1531264 CPUtime=0.8
/proc/11016/task/11025/stat : 11025 (java) S 11014 11016 9999 0 -1 4202560 300 0 0 0 80 0 0 0 16 0 13 0 4080814 1568014336 48923 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
[pid=11016/tid=11026] ppid=11014 vsize=1531264 CPUtime=0.96
/proc/11016/task/11026/stat : 11026 (java) S 11014 11016 9999 0 -1 4202560 2152 0 0 0 96 0 0 0 15 0 13 0 4080814 1568014336 48923 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11027] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11027/stat : 11027 (java) S 11014 11016 9999 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 4080814 1568014336 48923 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11028] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11028/stat : 11028 (java) S 11014 11016 9999 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 4080814 1568014336 48923 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
[pid=11016/tid=11029] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11029/stat : 11029 (java) S 11014 11016 9999 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4081139 1568014336 48923 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.59
Current children cumulated vsize (KiB) 1531264

[startup+25.5013 s]
/proc/loadavg: 1.01 1.00 1.15 2/119 11029
/proc/meminfo: memFree=1636856/2059040 swapFree=4192956/4192956
[pid=11016] ppid=11014 vsize=1531264 CPUtime=27.39
/proc/11016/stat : 11016 (java) S 11014 11016 9999 0 -1 4202496 51100 0 1 0 2714 25 0 0 15 0 13 0 4080799 1568014336 48925 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/11016/statm: 382816 48925 1432 10 0 380118 0
[pid=11016/tid=11018] ppid=11014 vsize=1531264 CPUtime=24.5
/proc/11016/task/11018/stat : 11018 (java) R 11014 11016 9999 0 -1 4202560 32109 0 1 0 2433 17 0 0 25 0 13 0 4080802 1568014336 48925 1992294400 134512640 134550932 4290824480 18446744073709551615 4109706090 0 4 0 16800975 0 0 0 -1 0 0 0 3
[pid=11016/tid=11019] ppid=11014 vsize=1531264 CPUtime=0.55
/proc/11016/task/11019/stat : 11019 (java) S 11014 11016 9999 0 -1 4202560 7020 0 0 0 53 2 0 0 16 0 13 0 4080807 1568014336 48925 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11020] ppid=11014 vsize=1531264 CPUtime=0.54
/proc/11016/task/11020/stat : 11020 (java) S 11014 11016 9999 0 -1 4202560 8436 0 0 0 51 3 0 0 15 0 13 0 4080807 1568014336 48925 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
[pid=11016/tid=11021] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11021/stat : 11021 (java) S 11014 11016 9999 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 4080808 1568014336 48925 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 0 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11022] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11022/stat : 11022 (java) S 11014 11016 9999 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4080809 1568014336 48925 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11023] ppid=11014 vsize=1531264 CPUtime=0

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

[pid=11016] ppid=11014 vsize=1531264 CPUtime=1667.16
/proc/11016/stat : 11016 (java) S 11014 11016 9999 0 -1 4202496 55434 0 1 0 166506 210 0 0 15 0 13 0 4080799 1568014336 49764 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/11016/statm: 382816 49764 1432 10 0 380118 0
[pid=11016/tid=11018] ppid=11014 vsize=1531264 CPUtime=1655.7
/proc/11016/task/11018/stat : 11018 (java) R 11014 11016 9999 0 -1 4202560 35276 0 1 0 165532 38 0 0 25 0 13 0 4080802 1568014336 49764 1992294400 134512640 134550932 4290824480 18446744073709551615 4109993129 0 4 0 16800975 0 0 0 -1 1 0 0 3
[pid=11016/tid=11019] ppid=11014 vsize=1531264 CPUtime=4.34
/proc/11016/task/11019/stat : 11019 (java) S 11014 11016 9999 0 -1 4202560 7382 0 0 0 360 74 0 0 16 0 13 0 4080807 1568014336 49764 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11020] ppid=11014 vsize=1531264 CPUtime=4.34
/proc/11016/task/11020/stat : 11020 (java) S 11014 11016 9999 0 -1 4202560 9024 0 0 0 359 75 0 0 16 0 13 0 4080807 1568014336 49764 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
[pid=11016/tid=11021] ppid=11014 vsize=1531264 CPUtime=0.59
/proc/11016/task/11021/stat : 11021 (java) S 11014 11016 9999 0 -1 4202560 121 0 0 0 41 18 0 0 15 0 13 0 4080808 1568014336 49764 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 0 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
[pid=11016/tid=11022] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11022/stat : 11022 (java) S 11014 11016 9999 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4080809 1568014336 49764 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11023] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11023/stat : 11023 (java) S 11014 11016 9999 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4080809 1568014336 49764 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11024] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11024/stat : 11024 (java) S 11014 11016 9999 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 4080814 1568014336 49764 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11025] ppid=11014 vsize=1531264 CPUtime=1.03
/proc/11016/task/11025/stat : 11025 (java) S 11014 11016 9999 0 -1 4202560 311 0 0 0 103 0 0 0 15 0 13 0 4080814 1568014336 49764 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
[pid=11016/tid=11026] ppid=11014 vsize=1531264 CPUtime=1.08
/proc/11016/task/11026/stat : 11026 (java) S 11014 11016 9999 0 -1 4202560 2160 0 0 0 108 0 0 0 15 0 13 0 4080814 1568014336 49764 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11027] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11027/stat : 11027 (java) S 11014 11016 9999 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 4080814 1568014336 49764 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11028] ppid=11014 vsize=1531264 CPUtime=0.02
/proc/11016/task/11028/stat : 11028 (java) S 11014 11016 9999 0 -1 4202560 94 0 0 0 1 1 0 0 15 0 13 0 4080814 1568014336 49764 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
[pid=11016/tid=11029] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11029/stat : 11029 (java) S 11014 11016 9999 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4081139 1568014336 49764 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1667.16
Current children cumulated vsize (KiB) 1531264

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11084
/proc/meminfo: memFree=1630672/2059040 swapFree=4192956/4192956
[pid=11016] ppid=11014 vsize=1531264 CPUtime=1727.2
/proc/11016/stat : 11016 (java) S 11014 11016 9999 0 -1 4202496 55595 0 1 0 172504 216 0 0 15 0 13 0 4080799 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/11016/statm: 382816 49801 1432 10 0 380118 0
[pid=11016/tid=11018] ppid=11014 vsize=1531264 CPUtime=1715.31
/proc/11016/task/11018/stat : 11018 (java) R 11014 11016 9999 0 -1 4202560 35392 0 1 0 171493 38 0 0 25 0 13 0 4080802 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4109995757 0 4 0 16800975 0 0 0 -1 1 0 0 3
[pid=11016/tid=11019] ppid=11014 vsize=1531264 CPUtime=4.54
/proc/11016/task/11019/stat : 11019 (java) S 11014 11016 9999 0 -1 4202560 7382 0 0 0 377 77 0 0 15 0 13 0 4080807 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11020] ppid=11014 vsize=1531264 CPUtime=4.55
/proc/11016/task/11020/stat : 11020 (java) S 11014 11016 9999 0 -1 4202560 9061 0 0 0 377 78 0 0 16 0 13 0 4080807 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
[pid=11016/tid=11021] ppid=11014 vsize=1531264 CPUtime=0.62
/proc/11016/task/11021/stat : 11021 (java) S 11014 11016 9999 0 -1 4202560 126 0 0 0 43 19 0 0 15 0 13 0 4080808 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 0 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
[pid=11016/tid=11022] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11022/stat : 11022 (java) S 11014 11016 9999 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4080809 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11023] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11023/stat : 11023 (java) S 11014 11016 9999 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4080809 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11024] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11024/stat : 11024 (java) S 11014 11016 9999 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 4080814 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11025] ppid=11014 vsize=1531264 CPUtime=1.03
/proc/11016/task/11025/stat : 11025 (java) S 11014 11016 9999 0 -1 4202560 311 0 0 0 103 0 0 0 15 0 13 0 4080814 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
[pid=11016/tid=11026] ppid=11014 vsize=1531264 CPUtime=1.08
/proc/11016/task/11026/stat : 11026 (java) S 11014 11016 9999 0 -1 4202560 2160 0 0 0 108 0 0 0 15 0 13 0 4080814 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11027] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11027/stat : 11027 (java) S 11014 11016 9999 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 4080814 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11028] ppid=11014 vsize=1531264 CPUtime=0.02
/proc/11016/task/11028/stat : 11028 (java) S 11014 11016 9999 0 -1 4202560 97 0 0 0 1 1 0 0 15 0 13 0 4080814 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
[pid=11016/tid=11029] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11029/stat : 11029 (java) S 11014 11016 9999 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4081139 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1727.2
Current children cumulated vsize (KiB) 1531264

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11084
/proc/meminfo: memFree=1630548/2059040 swapFree=4192956/4192956
[pid=11016] ppid=11014 vsize=1531264 CPUtime=1787.25
/proc/11016/stat : 11016 (java) S 11014 11016 9999 0 -1 4202496 55721 0 1 0 178500 225 0 0 15 0 13 0 4080799 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/11016/statm: 382816 49801 1432 10 0 380118 0
[pid=11016/tid=11018] ppid=11014 vsize=1531264 CPUtime=1774.92
/proc/11016/task/11018/stat : 11018 (java) R 11014 11016 9999 0 -1 4202560 35510 0 1 0 177454 38 0 0 25 0 13 0 4080802 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4109957526 0 4 0 16800975 0 0 0 -1 1 0 0 3
[pid=11016/tid=11019] ppid=11014 vsize=1531264 CPUtime=4.74
/proc/11016/task/11019/stat : 11019 (java) S 11014 11016 9999 0 -1 4202560 7382 0 0 0 393 81 0 0 16 0 13 0 4080807 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
[pid=11016/tid=11020] ppid=11014 vsize=1531264 CPUtime=4.75
/proc/11016/task/11020/stat : 11020 (java) S 11014 11016 9999 0 -1 4202560 9061 0 0 0 394 81 0 0 15 0 13 0 4080807 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11021] ppid=11014 vsize=1531264 CPUtime=0.64
/proc/11016/task/11021/stat : 11021 (java) S 11014 11016 9999 0 -1 4202560 130 0 0 0 45 19 0 0 15 0 13 0 4080808 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 0 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11022] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11022/stat : 11022 (java) S 11014 11016 9999 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4080809 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11023] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11023/stat : 11023 (java) S 11014 11016 9999 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4080809 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11024] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11024/stat : 11024 (java) S 11014 11016 9999 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 4080814 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11025] ppid=11014 vsize=1531264 CPUtime=1.03
/proc/11016/task/11025/stat : 11025 (java) S 11014 11016 9999 0 -1 4202560 311 0 0 0 103 0 0 0 15 0 13 0 4080814 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
[pid=11016/tid=11026] ppid=11014 vsize=1531264 CPUtime=1.08
/proc/11016/task/11026/stat : 11026 (java) S 11014 11016 9999 0 -1 4202560 2160 0 0 0 108 0 0 0 15 0 13 0 4080814 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11027] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11027/stat : 11027 (java) S 11014 11016 9999 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 4080814 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11028] ppid=11014 vsize=1531264 CPUtime=0.02
/proc/11016/task/11028/stat : 11028 (java) S 11014 11016 9999 0 -1 4202560 101 0 0 0 1 1 0 0 15 0 13 0 4080814 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11029] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11029/stat : 11029 (java) S 11014 11016 9999 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4081139 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1787.25
Current children cumulated vsize (KiB) 1531264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 11086
/proc/meminfo: memFree=1630548/2059040 swapFree=4192956/4192956
[pid=11016] ppid=11014 vsize=1531264 CPUtime=1800.06
/proc/11016/stat : 11016 (java) S 11014 11016 9999 0 -1 4202496 55745 0 1 0 179780 226 0 0 15 0 13 0 4080799 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/11016/statm: 382816 49801 1432 10 0 380118 0
[pid=11016/tid=11018] ppid=11014 vsize=1531264 CPUtime=1787.66
/proc/11016/task/11018/stat : 11018 (java) R 11014 11016 9999 0 -1 4202560 35534 0 1 0 178728 38 0 0 25 0 13 0 4080802 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4109705495 0 4 0 16800975 0 0 0 -1 1 0 0 3
[pid=11016/tid=11019] ppid=11014 vsize=1531264 CPUtime=4.78
/proc/11016/task/11019/stat : 11019 (java) S 11014 11016 9999 0 -1 4202560 7382 0 0 0 396 82 0 0 16 0 13 0 4080807 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
[pid=11016/tid=11020] ppid=11014 vsize=1531264 CPUtime=4.79
/proc/11016/task/11020/stat : 11020 (java) S 11014 11016 9999 0 -1 4202560 9061 0 0 0 397 82 0 0 15 0 13 0 4080807 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11021] ppid=11014 vsize=1531264 CPUtime=0.65
/proc/11016/task/11021/stat : 11021 (java) S 11014 11016 9999 0 -1 4202560 130 0 0 0 45 20 0 0 15 0 13 0 4080808 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 0 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11022] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11022/stat : 11022 (java) S 11014 11016 9999 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4080809 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11023] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11023/stat : 11023 (java) S 11014 11016 9999 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4080809 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11024] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11024/stat : 11024 (java) S 11014 11016 9999 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 4080814 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11025] ppid=11014 vsize=1531264 CPUtime=1.03
/proc/11016/task/11025/stat : 11025 (java) S 11014 11016 9999 0 -1 4202560 311 0 0 0 103 0 0 0 15 0 13 0 4080814 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
[pid=11016/tid=11026] ppid=11014 vsize=1531264 CPUtime=1.08
/proc/11016/task/11026/stat : 11026 (java) S 11014 11016 9999 0 -1 4202560 2160 0 0 0 108 0 0 0 15 0 13 0 4080814 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11027] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11027/stat : 11027 (java) S 11014 11016 9999 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 4080814 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11028] ppid=11014 vsize=1531264 CPUtime=0.02
/proc/11016/task/11028/stat : 11028 (java) R 11014 11016 9999 0 -1 4202560 101 0 0 0 1 1 0 0 15 0 13 0 4080814 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11016/tid=11029] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11029/stat : 11029 (java) S 11014 11016 9999 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4081139 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1531264

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

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

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 11086
/proc/meminfo: memFree=1630548/2059040 swapFree=4192956/4192956
[pid=11016] ppid=11014 vsize=1531264 CPUtime=1800.06
/proc/11016/stat : 11016 (java) S 11014 11016 9999 0 -1 4202496 55745 0 1 0 179780 226 0 0 15 0 13 0 4080799 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/11016/statm: 382816 49801 1432 10 0 380118 0
[pid=11016/tid=11018] ppid=11014 vsize=1531264 CPUtime=1787.66
/proc/11016/task/11018/stat : 11018 (java) R 11014 11016 9999 0 -1 4202560 35534 0 1 0 178728 38 0 0 25 0 13 0 4080802 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4109705495 0 4 0 16800975 0 0 0 -1 1 0 0 3
[pid=11016/tid=11019] ppid=11014 vsize=1531264 CPUtime=4.78
/proc/11016/task/11019/stat : 11019 (java) S 11014 11016 9999 0 -1 4202560 7382 0 0 0 396 82 0 0 16 0 13 0 4080807 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
[pid=11016/tid=11020] ppid=11014 vsize=1531264 CPUtime=4.79
/proc/11016/task/11020/stat : 11020 (java) S 11014 11016 9999 0 -1 4202560 9061 0 0 0 397 82 0 0 15 0 13 0 4080807 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11021] ppid=11014 vsize=1531264 CPUtime=0.65
/proc/11016/task/11021/stat : 11021 (java) S 11014 11016 9999 0 -1 4202560 130 0 0 0 45 20 0 0 15 0 13 0 4080808 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 0 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11022] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11022/stat : 11022 (java) S 11014 11016 9999 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4080809 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11023] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11023/stat : 11023 (java) S 11014 11016 9999 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4080809 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11024] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11024/stat : 11024 (java) S 11014 11016 9999 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 4080814 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11025] ppid=11014 vsize=1531264 CPUtime=1.03
/proc/11016/task/11025/stat : 11025 (java) S 11014 11016 9999 0 -1 4202560 311 0 0 0 103 0 0 0 15 0 13 0 4080814 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
[pid=11016/tid=11026] ppid=11014 vsize=1531264 CPUtime=1.08
/proc/11016/task/11026/stat : 11026 (java) S 11014 11016 9999 0 -1 4202560 2160 0 0 0 108 0 0 0 15 0 13 0 4080814 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11027] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11027/stat : 11027 (java) S 11014 11016 9999 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 4080814 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 0 0 0 0
[pid=11016/tid=11028] ppid=11014 vsize=1531264 CPUtime=0.02
/proc/11016/task/11028/stat : 11028 (java) R 11014 11016 9999 0 -1 4202560 101 0 0 0 1 1 0 0 15 0 13 0 4080814 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11016/tid=11029] ppid=11014 vsize=1531264 CPUtime=0
/proc/11016/task/11029/stat : 11029 (java) S 11014 11016 9999 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4081139 1568014336 49801 1992294400 134512640 134550932 4290824480 18446744073709551615 4294960144 0 4 0 16800975 18446604437844322304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1531264

Child status: 143
Real time (s): 1795.19
CPU time (s): 1800.15
CPU user time (s): 1797.86
CPU system time (s): 2.28465
CPU usage (%): 100.276
Max. virtual memory (cumulated for all children) (KiB): 1531920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.86
system time used= 2.28465
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55765
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= 72337
involuntary context switches= 41174

runsolver used 3.63845 second user time and 9.74152 second system time

The end

Launcher Data

Begin job on node033 at 2010-06-15 20:50:57
IDJOB=2660371
IDBENCH=3026
IDSOLVER=1165
FILE ID=node033/2660371-1276627856
PBS_JOBID= 11172317
Free space on /tmp= 62584 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=260-sizeP=131-sizeQ=260-466115074-max.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660371-1276627856/watcher-2660371-1276627856 -o /tmp/evaluation-result-2660371-1276627856/solver-2660371-1276627856 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660371-1276627856.opb

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

MD5SUM BENCH= 91a5420b80ffdfe2edd36883df6730be
RANDOM SEED=161689365

node033.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.242
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.48
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.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1829344 kB
Buffers:          5372 kB
Cached:          98820 kB
SwapCached:          0 kB
Active:          53744 kB
Inactive:       110380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1829344 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5240 kB
Writeback:           0 kB
AnonPages:       59924 kB
Mapped:          15380 kB
Slab:            43860 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182380 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= 62584 MiB
End job on node033 at 2010-06-15 21:20:54