Trace number 2660359

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.17 1786.29

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=180-sizeP=91-sizeQ=180-348768554-max.opb
MD5SUM70a36045701f7ebe55c56022c0c942d1
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables16651
Total number of constraints49141
Number of constraints which are clauses49140
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 constraint16380
Number of terms in the objective function 91
Biggest coefficient in the objective function 1237940039285380274899124224
Number of bits for the biggest coefficient in the objective function 91
Sum of the numbers in the objective function 2475880078570760549798248447
Number of bits of the sum of numbers in the objective function 91
Biggest number in a constraint 948568795032094272909893509191171341133987714380927500611236528192824358010355712
Number of bits of the biggest number in a constraint 270
Biggest sum of numbers in a constraint 3794275180128377091639574036119569691105961065265835810055117519795943319408340779
Number of bits of the biggest sum of numbers271
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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-2660359-1276625916/watcher-2660359-1276625916 -o /tmp/evaluation-result-2660359-1276625916/solver-2660359-1276625916 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660359-1276625916.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10842
/proc/meminfo: memFree=1865180/2059040 swapFree=4164948/4192956
[pid=10842] ppid=10840 vsize=1832 CPUtime=0
/proc/10842/stat : 10842 (java6) S 10840 10842 10275 0 -1 4194304 240 0 0 0 0 0 0 0 21 0 1 0 3882596 1875968 144 1992294400 134512640 134550932 4293955280 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/10842/statm: 458 145 108 10 0 63 0

[startup+0.0872391 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10842
/proc/meminfo: memFree=1865180/2059040 swapFree=4164948/4192956
[pid=10842] ppid=10840 vsize=1521796 CPUtime=0.07
/proc/10842/stat : 10842 (java) S 10840 10842 10275 0 -1 4202496 3825 0 1 0 5 2 0 0 18 0 7 0 3882596 1558319104 3266 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 380449 3266 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101237 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10842
/proc/meminfo: memFree=1865180/2059040 swapFree=4164948/4192956
[pid=10842] ppid=10840 vsize=1524184 CPUtime=0.08
/proc/10842/stat : 10842 (java) S 10840 10842 10275 0 -1 4202496 3957 0 1 0 6 2 0 0 18 0 12 0 3882596 1560764416 3396 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 381046 3396 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300557 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10842
/proc/meminfo: memFree=1865180/2059040 swapFree=4164948/4192956
[pid=10842] ppid=10840 vsize=1526416 CPUtime=0.37
/proc/10842/stat : 10842 (java) S 10840 10842 10275 0 -1 4202496 5434 0 1 0 34 3 0 0 18 0 12 0 3882596 1563049984 4871 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 381604 4871 1362 10 0 378906 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526416

[startup+0.700536 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10842
/proc/meminfo: memFree=1865180/2059040 swapFree=4164948/4192956
[pid=10842] ppid=10840 vsize=1528420 CPUtime=1.16
/proc/10842/stat : 10842 (java) S 10840 10842 10275 0 -1 4202496 7523 0 1 0 112 4 0 0 18 0 12 0 3882596 1565102080 6960 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 382105 6961 1404 10 0 379407 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1528420

[startup+1.5015 s]
/proc/loadavg: 1.00 1.00 1.00 5/118 10854
/proc/meminfo: memFree=1824536/2059040 swapFree=4164948/4192956
[pid=10842] ppid=10840 vsize=1531176 CPUtime=2.45
/proc/10842/stat : 10842 (java) S 10840 10842 10275 0 -1 4202496 22627 0 1 0 234 11 0 0 18 0 12 0 3882596 1567924224 21783 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 382794 21783 1408 10 0 380096 0
[pid=10842/tid=10844] ppid=10840 vsize=1531176 CPUtime=1.38
/proc/10842/task/10844/stat : 10844 (java) R 10840 10842 10275 0 -1 4202560 19531 0 1 0 129 9 0 0 19 0 12 0 3882598 1567924224 21783 1992294400 134512640 134550932 4294316160 18446744073709551615 4109852186 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10842/tid=10845] ppid=10840 vsize=1531176 CPUtime=0
/proc/10842/task/10845/stat : 10845 (java) S 10840 10842 10275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 3882599 1567924224 21783 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10846] ppid=10840 vsize=1531176 CPUtime=0
/proc/10842/task/10846/stat : 10846 (java) S 10840 10842 10275 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 3882599 1567924224 21783 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10847] ppid=10840 vsize=1531176 CPUtime=0
/proc/10842/task/10847/stat : 10847 (java) S 10840 10842 10275 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 3882601 1567924224 21783 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10848] ppid=10840 vsize=1531176 CPUtime=0
/proc/10842/task/10848/stat : 10848 (java) S 10840 10842 10275 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 3882601 1567924224 21783 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10849] ppid=10840 vsize=1531176 CPUtime=0
/proc/10842/task/10849/stat : 10849 (java) S 10840 10842 10275 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 3882602 1567924224 21783 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10850] ppid=10840 vsize=1531176 CPUtime=0
/proc/10842/task/10850/stat : 10850 (java) S 10840 10842 10275 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3882606 1567924224 21783 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10851] ppid=10840 vsize=1531176 CPUtime=0.45
/proc/10842/task/10851/stat : 10851 (java) S 10840 10842 10275 0 -1 4202560 601 0 0 0 45 0 0 0 24 0 12 0 3882606 1567924224 21783 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10852] ppid=10840 vsize=1531176 CPUtime=0.58
/proc/10842/task/10852/stat : 10852 (java) S 10840 10842 10275 0 -1 4202560 1430 0 0 0 58 0 0 0 24 0 12 0 3882606 1567924224 21783 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10853] ppid=10840 vsize=1531176 CPUtime=0
/proc/10842/task/10853/stat : 10853 (java) S 10840 10842 10275 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 3882606 1567924224 21783 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10854] ppid=10840 vsize=1531176 CPUtime=0
/proc/10842/task/10854/stat : 10854 (java) S 10840 10842 10275 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3882606 1567924224 21783 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 1531176

[startup+3.10041 s]
/proc/loadavg: 1.00 1.00 1.00 5/118 10854
/proc/meminfo: memFree=1757080/2059040 swapFree=4164948/4192956
[pid=10842] ppid=10840 vsize=1531500 CPUtime=4.66
/proc/10842/stat : 10842 (java) S 10840 10842 10275 0 -1 4202496 31524 0 1 0 451 15 0 0 18 0 13 0 3882596 1568256000 30419 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 382875 30419 1425 10 0 380177 0
[pid=10842/tid=10844] ppid=10840 vsize=1531500 CPUtime=2.76
/proc/10842/task/10844/stat : 10844 (java) R 10840 10842 10275 0 -1 4202560 28106 0 1 0 264 12 0 0 23 0 13 0 3882598 1568256000 30419 1992294400 134512640 134550932 4294316160 18446744073709551615 4110288087 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10842/tid=10845] ppid=10840 vsize=1531500 CPUtime=0
/proc/10842/task/10845/stat : 10845 (java) S 10840 10842 10275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 3882599 1568256000 30419 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10846] ppid=10840 vsize=1531500 CPUtime=0
/proc/10842/task/10846/stat : 10846 (java) S 10840 10842 10275 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 3882599 1568256000 30419 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10847] ppid=10840 vsize=1531500 CPUtime=0
/proc/10842/task/10847/stat : 10847 (java) S 10840 10842 10275 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 3882601 1568256000 30419 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10848] ppid=10840 vsize=1531500 CPUtime=0
/proc/10842/task/10848/stat : 10848 (java) S 10840 10842 10275 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 3882601 1568256000 30419 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10849] ppid=10840 vsize=1531500 CPUtime=0
/proc/10842/task/10849/stat : 10849 (java) S 10840 10842 10275 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 3882602 1568256000 30419 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10850] ppid=10840 vsize=1531500 CPUtime=0
/proc/10842/task/10850/stat : 10850 (java) S 10840 10842 10275 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3882606 1568256000 30419 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10851] ppid=10840 vsize=1531500 CPUtime=0.87
/proc/10842/task/10851/stat : 10851 (java) S 10840 10842 10275 0 -1 4202560 885 0 0 0 87 0 0 0 16 0 13 0 3882606 1568256000 30419 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10852] ppid=10840 vsize=1531500 CPUtime=0.99
/proc/10842/task/10852/stat : 10852 (java) S 10840 10842 10275 0 -1 4202560 1463 0 0 0 99 0 0 0 16 0 13 0 3882606 1568256000 30419 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10853] ppid=10840 vsize=1531500 CPUtime=0
/proc/10842/task/10853/stat : 10853 (java) S 10840 10842 10275 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3882606 1568256000 30419 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10854] ppid=10840 vsize=1531500 CPUtime=0
/proc/10842/task/10854/stat : 10854 (java) S 10840 10842 10275 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3882606 1568256000 30419 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 1531500

[startup+6.30125 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10855
/proc/meminfo: memFree=1721796/2059040 swapFree=4164948/4192956
[pid=10842] ppid=10840 vsize=1530828 CPUtime=8.27
/proc/10842/stat : 10842 (java) S 10840 10842 10275 0 -1 4202496 38237 0 1 0 809 18 0 0 18 0 13 0 3882596 1567567872 36917 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 382707 36917 1434 10 0 380009 0
[pid=10842/tid=10844] ppid=10840 vsize=1530828 CPUtime=5.76
/proc/10842/task/10844/stat : 10844 (java) R 10840 10842 10275 0 -1 4202560 32074 0 1 0 563 13 0 0 25 0 13 0 3882598 1567567872 36917 1992294400 134512640 134550932 4294316160 18446744073709551615 4110383857 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10842/tid=10845] ppid=10840 vsize=1530828 CPUtime=0.04
/proc/10842/task/10845/stat : 10845 (java) S 10840 10842 10275 0 -1 4202560 1078 0 0 0 4 0 0 0 18 0 13 0 3882599 1567567872 36917 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10846] ppid=10840 vsize=1530828 CPUtime=0.04
/proc/10842/task/10846/stat : 10846 (java) S 10840 10842 10275 0 -1 4202560 1380 0 0 0 4 0 0 0 18 0 13 0 3882599 1567567872 36917 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10847] ppid=10840 vsize=1530828 CPUtime=0
/proc/10842/task/10847/stat : 10847 (java) S 10840 10842 10275 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 13 0 3882601 1567567872 36917 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10848] ppid=10840 vsize=1530828 CPUtime=0
/proc/10842/task/10848/stat : 10848 (java) S 10840 10842 10275 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3882601 1567567872 36917 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10849] ppid=10840 vsize=1530828 CPUtime=0
/proc/10842/task/10849/stat : 10849 (java) S 10840 10842 10275 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3882602 1567567872 36917 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10850] ppid=10840 vsize=1530828 CPUtime=0
/proc/10842/task/10850/stat : 10850 (java) S 10840 10842 10275 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3882606 1567567872 36917 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10851] ppid=10840 vsize=1530828 CPUtime=1.08
/proc/10842/task/10851/stat : 10851 (java) S 10840 10842 10275 0 -1 4202560 1064 0 0 0 108 0 0 0 15 0 13 0 3882606 1567567872 36917 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10852] ppid=10840 vsize=1530828 CPUtime=1.28
/proc/10842/task/10852/stat : 10852 (java) S 10840 10842 10275 0 -1 4202560 1566 0 0 0 127 1 0 0 15 0 13 0 3882606 1567567872 36917 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10853] ppid=10840 vsize=1530828 CPUtime=0
/proc/10842/task/10853/stat : 10853 (java) S 10840 10842 10275 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3882606 1567567872 36917 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10854] ppid=10840 vsize=1530828 CPUtime=0
/proc/10842/task/10854/stat : 10854 (java) S 10840 10842 10275 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3882606 1567567872 36917 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10855] ppid=10840 vsize=1530828 CPUtime=0
/proc/10842/task/10855/stat : 10855 (java) S 10840 10842 10275 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 3882812 1567567872 36917 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.27
Current children cumulated vsize (KiB) 1530828

[startup+12.7009 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 10857
/proc/meminfo: memFree=1690176/2059040 swapFree=4164948/4192956
[pid=10842] ppid=10840 vsize=1530828 CPUtime=15.07
/proc/10842/stat : 10842 (java) S 10840 10842 10275 0 -1 4202496 46542 0 1 0 1484 23 0 0 18 0 13 0 3882596 1567567872 44940 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 382707 44940 1435 10 0 380009 0
[pid=10842/tid=10844] ppid=10840 vsize=1530828 CPUtime=11.89
/proc/10842/task/10844/stat : 10844 (java) R 10840 10842 10275 0 -1 4202560 32082 0 1 0 1176 13 0 0 25 0 13 0 3882598 1567567872 44940 1992294400 134512640 134550932 4294316160 18446744073709551615 4110383831 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10842/tid=10845] ppid=10840 vsize=1530828 CPUtime=0.3
/proc/10842/task/10845/stat : 10845 (java) S 10840 10842 10275 0 -1 4202560 5719 0 0 0 27 3 0 0 18 0 13 0 3882599 1567567872 44940 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10846] ppid=10840 vsize=1530828 CPUtime=0.29
/proc/10842/task/10846/stat : 10846 (java) S 10840 10842 10275 0 -1 4202560 5008 0 0 0 27 2 0 0 18 0 13 0 3882599 1567567872 44940 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10847] ppid=10840 vsize=1530828 CPUtime=0
/proc/10842/task/10847/stat : 10847 (java) S 10840 10842 10275 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 3882601 1567567872 44940 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10848] ppid=10840 vsize=1530828 CPUtime=0
/proc/10842/task/10848/stat : 10848 (java) S 10840 10842 10275 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3882601 1567567872 44940 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10849] ppid=10840 vsize=1530828 CPUtime=0
/proc/10842/task/10849/stat : 10849 (java) S 10840 10842 10275 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3882602 1567567872 44940 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10850] ppid=10840 vsize=1530828 CPUtime=0
/proc/10842/task/10850/stat : 10850 (java) S 10840 10842 10275 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3882606 1567567872 44940 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10851] ppid=10840 vsize=1530828 CPUtime=1.08
/proc/10842/task/10851/stat : 10851 (java) S 10840 10842 10275 0 -1 4202560 1064 0 0 0 108 0 0 0 15 0 13 0 3882606 1567567872 44940 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10852] ppid=10840 vsize=1530828 CPUtime=1.44
/proc/10842/task/10852/stat : 10852 (java) S 10840 10842 10275 0 -1 4202560 1574 0 0 0 143 1 0 0 15 0 13 0 3882606 1567567872 44940 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10853] ppid=10840 vsize=1530828 CPUtime=0
/proc/10842/task/10853/stat : 10853 (java) S 10840 10842 10275 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3882606 1567567872 44940 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10854] ppid=10840 vsize=1530828 CPUtime=0
/proc/10842/task/10854/stat : 10854 (java) S 10840 10842 10275 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3882606 1567567872 44940 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10855] ppid=10840 vsize=1530828 CPUtime=0
/proc/10842/task/10855/stat : 10855 (java) S 10840 10842 10275 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 3882812 1567567872 44940 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.07
Current children cumulated vsize (KiB) 1530828

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10857
/proc/meminfo: memFree=1671576/2059040 swapFree=4164948/4192956
[pid=10842] ppid=10840 vsize=1532876 CPUtime=28.17
/proc/10842/stat : 10842 (java) S 10840 10842 10275 0 -1 4202496 51368 0 1 0 2791 26 0 0 18 0 13 0 3882596 1569665024 49477 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 383219 49477 1436 10 0 380521 0
[pid=10842/tid=10844] ppid=10840 vsize=1532876 CPUtime=24.49
/proc/10842/task/10844/stat : 10844 (java) R 10840 10842 10275 0 -1 4202560 32097 0 1 0 2435 14 0 0 25 0 13 0 3882598 1569665024 49477 1992294400 134512640 134550932 4294316160 18446744073709551615 4110386940 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10842/tid=10845] ppid=10840 vsize=1532876 CPUtime=0.44
/proc/10842/task/10845/stat : 10845 (java) S 10840 10842 10275 0 -1 4202560 7942 0 0 0 40 4 0 0 15 0 13 0 3882599 1569665024 49477 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10846] ppid=10840 vsize=1532876 CPUtime=0.43
/proc/10842/task/10846/stat : 10846 (java) S 10840 10842 10275 0 -1 4202560 6809 0 0 0 40 3 0 0 16 0 13 0 3882599 1569665024 49477 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10847] ppid=10840 vsize=1532876 CPUtime=0.01
/proc/10842/task/10847/stat : 10847 (java) S 10840 10842 10275 0 -1 4202560 29 0 0 0 1 0 0 0 15 0 13 0 3882601 1569665024 49477 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10848] ppid=10840 vsize=1532876 CPUtime=0
/proc/10842/task/10848/stat : 10848 (java) S 10840 10842 10275 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3882601 1569665024 49477 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10849] ppid=10840 vsize=1532876 CPUtime=0

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

[pid=10842] ppid=10840 vsize=1535948 CPUtime=1614.76
/proc/10842/stat : 10842 (java) S 10840 10842 10275 0 -1 4202496 134474 0 1 0 161322 154 0 0 18 0 13 0 3882596 1572810752 112854 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 383987 112854 1441 10 0 381289 0
[pid=10842/tid=10844] ppid=10840 vsize=1535948 CPUtime=1589.11
/proc/10842/task/10844/stat : 10844 (java) R 10840 10842 10275 0 -1 4202560 35540 0 1 0 158871 40 0 0 25 0 13 0 3882598 1572810752 112854 1992294400 134512640 134550932 4294316160 18446744073709551615 4110139489 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10842/tid=10845] ppid=10840 vsize=1535948 CPUtime=10.76
/proc/10842/task/10845/stat : 10845 (java) S 10840 10842 10275 0 -1 4202560 48594 0 0 0 1030 46 0 0 16 0 13 0 3882599 1572810752 112854 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10846] ppid=10840 vsize=1535948 CPUtime=10.78
/proc/10842/task/10846/stat : 10846 (java) S 10840 10842 10275 0 -1 4202560 43123 0 0 0 1036 42 0 0 15 0 13 0 3882599 1572810752 112854 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10847] ppid=10840 vsize=1535948 CPUtime=0.59
/proc/10842/task/10847/stat : 10847 (java) S 10840 10842 10275 0 -1 4202560 126 0 0 0 40 19 0 0 15 0 13 0 3882601 1572810752 112854 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10848] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10848/stat : 10848 (java) S 10840 10842 10275 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3882601 1572810752 112854 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10849] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10849/stat : 10849 (java) S 10840 10842 10275 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3882602 1572810752 112854 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10850] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10850/stat : 10850 (java) S 10840 10842 10275 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3882606 1572810752 112854 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10851] ppid=10840 vsize=1535948 CPUtime=1.89
/proc/10842/task/10851/stat : 10851 (java) S 10840 10842 10275 0 -1 4202560 4347 0 0 0 187 2 0 0 16 0 13 0 3882606 1572810752 112854 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10852] ppid=10840 vsize=1535948 CPUtime=1.55
/proc/10842/task/10852/stat : 10852 (java) S 10840 10842 10275 0 -1 4202560 1582 0 0 0 154 1 0 0 15 0 13 0 3882606 1572810752 112854 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10853] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10853/stat : 10853 (java) S 10840 10842 10275 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3882606 1572810752 112854 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10854] ppid=10840 vsize=1535948 CPUtime=0.01
/proc/10842/task/10854/stat : 10854 (java) S 10840 10842 10275 0 -1 4202560 97 0 0 0 0 1 0 0 15 0 13 0 3882606 1572810752 112854 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10855] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10855/stat : 10855 (java) S 10840 10842 10275 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 3882812 1572810752 112854 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1614.76
Current children cumulated vsize (KiB) 1535948

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10902
/proc/meminfo: memFree=1408016/2059040 swapFree=4164948/4192956
[pid=10842] ppid=10840 vsize=1535948 CPUtime=1675.15
/proc/10842/stat : 10842 (java) S 10840 10842 10275 0 -1 4202496 136249 0 1 0 167357 158 0 0 18 0 13 0 3882596 1572810752 114507 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 383987 114507 1441 10 0 381289 0
[pid=10842/tid=10844] ppid=10840 vsize=1535948 CPUtime=1648.6
/proc/10842/task/10844/stat : 10844 (java) R 10840 10842 10275 0 -1 4202560 35606 0 1 0 164820 40 0 0 25 0 13 0 3882598 1572810752 114507 1992294400 134512640 134550932 4294316160 18446744073709551615 4109946941 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10842/tid=10845] ppid=10840 vsize=1535948 CPUtime=11.21
/proc/10842/task/10845/stat : 10845 (java) S 10840 10842 10275 0 -1 4202560 49598 0 0 0 1074 47 0 0 15 0 13 0 3882599 1572810752 114507 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10846] ppid=10840 vsize=1535948 CPUtime=11.21
/proc/10842/task/10846/stat : 10846 (java) S 10840 10842 10275 0 -1 4202560 43824 0 0 0 1077 44 0 0 15 0 13 0 3882599 1572810752 114507 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10847] ppid=10840 vsize=1535948 CPUtime=0.6
/proc/10842/task/10847/stat : 10847 (java) S 10840 10842 10275 0 -1 4202560 128 0 0 0 41 19 0 0 15 0 13 0 3882601 1572810752 114507 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10848] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10848/stat : 10848 (java) S 10840 10842 10275 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3882601 1572810752 114507 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10849] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10849/stat : 10849 (java) S 10840 10842 10275 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3882602 1572810752 114507 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10850] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10850/stat : 10850 (java) S 10840 10842 10275 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3882606 1572810752 114507 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10851] ppid=10840 vsize=1535948 CPUtime=1.89
/proc/10842/task/10851/stat : 10851 (java) S 10840 10842 10275 0 -1 4202560 4347 0 0 0 187 2 0 0 16 0 13 0 3882606 1572810752 114507 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10852] ppid=10840 vsize=1535948 CPUtime=1.55
/proc/10842/task/10852/stat : 10852 (java) S 10840 10842 10275 0 -1 4202560 1582 0 0 0 154 1 0 0 15 0 13 0 3882606 1572810752 114507 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10853] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10853/stat : 10853 (java) S 10840 10842 10275 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3882606 1572810752 114507 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10854] ppid=10840 vsize=1535948 CPUtime=0.01
/proc/10842/task/10854/stat : 10854 (java) S 10840 10842 10275 0 -1 4202560 99 0 0 0 0 1 0 0 15 0 13 0 3882606 1572810752 114507 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10855] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10855/stat : 10855 (java) S 10840 10842 10275 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 3882812 1572810752 114507 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1675.15
Current children cumulated vsize (KiB) 1535948

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10904
/proc/meminfo: memFree=1402684/2059040 swapFree=4164948/4192956
[pid=10842] ppid=10840 vsize=1535948 CPUtime=1735.78
/proc/10842/stat : 10842 (java) S 10840 10842 10275 0 -1 4202496 137915 0 1 0 173415 163 0 0 18 0 13 0 3882596 1572810752 115778 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 383987 115778 1441 10 0 381289 0
[pid=10842/tid=10844] ppid=10840 vsize=1535948 CPUtime=1707.87
/proc/10842/task/10844/stat : 10844 (java) R 10840 10842 10275 0 -1 4202560 35707 0 1 0 170746 41 0 0 25 0 13 0 3882598 1572810752 115778 1992294400 134512640 134550932 4294316160 18446744073709551615 4110139335 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10842/tid=10845] ppid=10840 vsize=1535948 CPUtime=11.87
/proc/10842/task/10845/stat : 10845 (java) S 10840 10842 10275 0 -1 4202560 50553 0 0 0 1137 50 0 0 15 0 13 0 3882599 1572810752 115778 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10846] ppid=10840 vsize=1535948 CPUtime=11.88
/proc/10842/task/10846/stat : 10846 (java) S 10840 10842 10275 0 -1 4202560 44426 0 0 0 1144 44 0 0 16 0 13 0 3882599 1572810752 115778 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10847] ppid=10840 vsize=1535948 CPUtime=0.62
/proc/10842/task/10847/stat : 10847 (java) S 10840 10842 10275 0 -1 4202560 132 0 0 0 42 20 0 0 15 0 13 0 3882601 1572810752 115778 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10848] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10848/stat : 10848 (java) S 10840 10842 10275 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3882601 1572810752 115778 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10849] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10849/stat : 10849 (java) S 10840 10842 10275 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3882602 1572810752 115778 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10850] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10850/stat : 10850 (java) S 10840 10842 10275 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3882606 1572810752 115778 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10851] ppid=10840 vsize=1535948 CPUtime=1.89
/proc/10842/task/10851/stat : 10851 (java) S 10840 10842 10275 0 -1 4202560 4347 0 0 0 187 2 0 0 16 0 13 0 3882606 1572810752 115778 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10852] ppid=10840 vsize=1535948 CPUtime=1.55
/proc/10842/task/10852/stat : 10852 (java) S 10840 10842 10275 0 -1 4202560 1582 0 0 0 154 1 0 0 15 0 13 0 3882606 1572810752 115778 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10853] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10853/stat : 10853 (java) S 10840 10842 10275 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3882606 1572810752 115778 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10854] ppid=10840 vsize=1535948 CPUtime=0.01
/proc/10842/task/10854/stat : 10854 (java) S 10840 10842 10275 0 -1 4202560 103 0 0 0 0 1 0 0 15 0 13 0 3882606 1572810752 115778 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10855] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10855/stat : 10855 (java) S 10840 10842 10275 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 3882812 1572810752 115778 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1735.78
Current children cumulated vsize (KiB) 1535948

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10906
/proc/meminfo: memFree=1398964/2059040 swapFree=4164948/4192956
[pid=10842] ppid=10840 vsize=1535948 CPUtime=1796.13
/proc/10842/stat : 10842 (java) S 10840 10842 10275 0 -1 4202496 139171 0 1 0 179447 166 0 0 18 0 13 0 3882596 1572810752 116918 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 383987 116918 1441 10 0 381289 0
[pid=10842/tid=10844] ppid=10840 vsize=1535948 CPUtime=1767.45
/proc/10842/task/10844/stat : 10844 (java) R 10840 10842 10275 0 -1 4202560 35761 0 1 0 176704 41 0 0 25 0 13 0 3882598 1572810752 116918 1992294400 134512640 134550932 4294316160 18446744073709551615 4110386761 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10842/tid=10845] ppid=10840 vsize=1535948 CPUtime=12.26
/proc/10842/task/10845/stat : 10845 (java) S 10840 10842 10275 0 -1 4202560 51426 0 0 0 1174 52 0 0 16 0 13 0 3882599 1572810752 116918 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10846] ppid=10840 vsize=1535948 CPUtime=12.26
/proc/10842/task/10846/stat : 10846 (java) S 10840 10842 10275 0 -1 4202560 44747 0 0 0 1182 44 0 0 16 0 13 0 3882599 1572810752 116918 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10847] ppid=10840 vsize=1535948 CPUtime=0.63
/proc/10842/task/10847/stat : 10847 (java) S 10840 10842 10275 0 -1 4202560 136 0 0 0 42 21 0 0 15 0 13 0 3882601 1572810752 116918 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10848] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10848/stat : 10848 (java) S 10840 10842 10275 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3882601 1572810752 116918 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10849] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10849/stat : 10849 (java) S 10840 10842 10275 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3882602 1572810752 116918 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10850] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10850/stat : 10850 (java) S 10840 10842 10275 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3882606 1572810752 116918 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10851] ppid=10840 vsize=1535948 CPUtime=1.89
/proc/10842/task/10851/stat : 10851 (java) S 10840 10842 10275 0 -1 4202560 4347 0 0 0 187 2 0 0 16 0 13 0 3882606 1572810752 116918 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10852] ppid=10840 vsize=1535948 CPUtime=1.55
/proc/10842/task/10852/stat : 10852 (java) S 10840 10842 10275 0 -1 4202560 1582 0 0 0 154 1 0 0 15 0 13 0 3882606 1572810752 116918 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10853] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10853/stat : 10853 (java) S 10840 10842 10275 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3882606 1572810752 116918 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10854] ppid=10840 vsize=1535948 CPUtime=0.01
/proc/10842/task/10854/stat : 10854 (java) S 10840 10842 10275 0 -1 4202560 107 0 0 0 0 1 0 0 15 0 13 0 3882606 1572810752 116918 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10855] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10855/stat : 10855 (java) S 10840 10842 10275 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 3882812 1572810752 116918 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1796.13
Current children cumulated vsize (KiB) 1535948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10906
/proc/meminfo: memFree=1397972/2059040 swapFree=4164948/4192956
[pid=10842] ppid=10840 vsize=1535948 CPUtime=1800.08
/proc/10842/stat : 10842 (java) S 10840 10842 10275 0 -1 4202496 139216 0 1 0 179842 166 0 0 18 0 13 0 3882596 1572810752 116952 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 383987 116952 1441 10 0 381289 0
[pid=10842/tid=10844] ppid=10840 vsize=1535948 CPUtime=1771.28
/proc/10842/task/10844/stat : 10844 (java) R 10840 10842 10275 0 -1 4202560 35770 0 1 0 177087 41 0 0 20 0 13 0 3882598 1572810752 116952 1992294400 134512640 134550932 4294316160 18446744073709551615 4110139619 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10842/tid=10845] ppid=10840 vsize=1535948 CPUtime=12.31
/proc/10842/task/10845/stat : 10845 (java) S 10840 10842 10275 0 -1 4202560 51455 0 0 0 1179 52 0 0 15 0 13 0 3882599 1572810752 116952 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10846] ppid=10840 vsize=1535948 CPUtime=12.31
/proc/10842/task/10846/stat : 10846 (java) S 10840 10842 10275 0 -1 4202560 44754 0 0 0 1187 44 0 0 16 0 13 0 3882599 1572810752 116952 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10847] ppid=10840 vsize=1535948 CPUtime=0.64
/proc/10842/task/10847/stat : 10847 (java) S 10840 10842 10275 0 -1 4202560 136 0 0 0 43 21 0 0 15 0 13 0 3882601 1572810752 116952 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 0 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10848] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10848/stat : 10848 (java) S 10840 10842 10275 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3882601 1572810752 116952 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10849] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10849/stat : 10849 (java) S 10840 10842 10275 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3882602 1572810752 116952 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10850] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10850/stat : 10850 (java) S 10840 10842 10275 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3882606 1572810752 116952 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10851] ppid=10840 vsize=1535948 CPUtime=1.89
/proc/10842/task/10851/stat : 10851 (java) S 10840 10842 10275 0 -1 4202560 4347 0 0 0 187 2 0 0 16 0 13 0 3882606 1572810752 116952 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10852] ppid=10840 vsize=1535948 CPUtime=1.55
/proc/10842/task/10852/stat : 10852 (java) S 10840 10842 10275 0 -1 4202560 1582 0 0 0 154 1 0 0 15 0 13 0 3882606 1572810752 116952 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10853] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10853/stat : 10853 (java) S 10840 10842 10275 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3882606 1572810752 116952 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
[pid=10842/tid=10854] ppid=10840 vsize=1535948 CPUtime=0.01
/proc/10842/task/10854/stat : 10854 (java) S 10840 10842 10275 0 -1 4202560 107 0 0 0 0 1 0 0 15 0 13 0 3882606 1572810752 116952 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 1 0 0 0
[pid=10842/tid=10855] ppid=10840 vsize=1535948 CPUtime=0
/proc/10842/task/10855/stat : 10855 (java) S 10840 10842 10275 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 3882812 1572810752 116952 1992294400 134512640 134550932 4294316160 18446744073709551615 4294960144 0 4 0 16800975 18446604437526161280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1535948

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

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

Child status: 143
Real time (s): 1786.29
CPU time (s): 1800.17
CPU user time (s): 1798.47
CPU system time (s): 1.70774
CPU usage (%): 100.777
Max. virtual memory (cumulated for all children) (KiB): 1536972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.47
system time used= 1.70774
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139236
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= 61893
involuntary context switches= 54081

runsolver used 3.86341 second user time and 9.79351 second system time

The end

Launcher Data

Begin job on node052 at 2010-06-15 20:18:36
IDJOB=2660359
IDBENCH=2991
IDSOLVER=1165
FILE ID=node052/2660359-1276625916
PBS_JOBID= 11172313
Free space on /tmp= 62504 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=180-sizeP=91-sizeQ=180-348768554-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-2660359-1276625916/watcher-2660359-1276625916 -o /tmp/evaluation-result-2660359-1276625916/solver-2660359-1276625916 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660359-1276625916.opb

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

MD5SUM BENCH= 70a36045701f7ebe55c56022c0c942d1
RANDOM SEED=1603110799

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.262
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:       1865584 kB
Buffers:          6080 kB
Cached:          89576 kB
SwapCached:       2308 kB
Active:          33296 kB
Inactive:        96104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1865584 kB
SwapTotal:     4192956 kB
SwapFree:      4164948 kB
Dirty:            2360 kB
Writeback:           0 kB
AnonPages:       31392 kB
Mapped:          15064 kB
Slab:            42080 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181752 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= 62504 MiB
End job on node052 at 2010-06-15 20:48:24