Trace number 2660378

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.26 1780.17

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=120-sizeP=61-sizeQ=120-883133839-max.opb
MD5SUM0073f65f5c50ef8f4ebea5bdb58f4e26
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 variables7501
Total number of constraints21961
Number of constraints which are clauses21960
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 constraint7320
Number of terms in the objective function 61
Biggest coefficient in the objective function 1152921504606846976
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 2305843009213693951
Number of bits of the sum of numbers in the objective function 61
Biggest number in a constraint 766247770432944429179173513575154591809369561091801088
Number of bits of the biggest number in a constraint 180
Biggest sum of numbers in a constraint 3064991081731777715595715329186976003635521247756299664
Number of bits of the biggest sum of numbers181
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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-2660378-1276629137/watcher-2660378-1276629137 -o /tmp/evaluation-result-2660378-1276629137/solver-2660378-1276629137 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660378-1276629137.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/105 11180
/proc/meminfo: memFree=1834052/2059040 swapFree=4140808/4192956
[pid=11180] ppid=11178 vsize=1832 CPUtime=0
/proc/11180/stat : 11180 (java6) R 11178 11180 10380 0 -1 4194304 253 0 0 0 0 0 0 0 25 0 1 0 4207157 1875968 156 1992294400 134512640 134550932 4287882384 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11180/statm: 458 156 119 10 0 63 0

[startup+0.0812241 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 11180
/proc/meminfo: memFree=1834052/2059040 swapFree=4140808/4192956
[pid=11180] ppid=11178 vsize=1521796 CPUtime=0.06
/proc/11180/stat : 11180 (java) S 11178 11180 10380 0 -1 4202496 3782 0 1 0 4 2 0 0 25 0 7 0 4207157 1558319104 3224 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/11180/statm: 380449 3224 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.103253 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 11180
/proc/meminfo: memFree=1834052/2059040 swapFree=4140808/4192956
[pid=11180] ppid=11178 vsize=1524184 CPUtime=0.08
/proc/11180/stat : 11180 (java) S 11178 11180 10380 0 -1 4202496 3971 0 1 0 5 3 0 0 25 0 12 0 4207157 1560764416 3411 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11180/statm: 381046 3412 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.313272 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 11180
/proc/meminfo: memFree=1834052/2059040 swapFree=4140808/4192956
[pid=11180] ppid=11178 vsize=1526552 CPUtime=0.38
/proc/11180/stat : 11180 (java) S 11178 11180 10380 0 -1 4202496 5464 0 1 0 34 4 0 0 25 0 12 0 4207157 1563189248 4902 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11180/statm: 381638 4902 1363 10 0 378940 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526552

[startup+0.701317 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 11180
/proc/meminfo: memFree=1834052/2059040 swapFree=4140808/4192956
[pid=11180] ppid=11178 vsize=1527916 CPUtime=1
/proc/11180/stat : 11180 (java) S 11178 11180 10380 0 -1 4202496 7430 0 1 0 95 5 0 0 25 0 12 0 4207157 1564585984 6664 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11180/statm: 381979 6664 1404 10 0 379281 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1527916

[startup+1.5014 s]
/proc/loadavg: 1.00 1.00 1.00 4/117 11192
/proc/meminfo: memFree=1802212/2059040 swapFree=4140808/4192956
[pid=11180] ppid=11178 vsize=1529576 CPUtime=2.16
/proc/11180/stat : 11180 (java) S 11178 11180 10380 0 -1 4202496 16426 0 1 0 206 10 0 0 25 0 13 0 4207157 1566285824 15565 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11180/statm: 382394 15565 1421 10 0 379696 0
[pid=11180/tid=11182] ppid=11178 vsize=1529576 CPUtime=1.13
/proc/11180/task/11182/stat : 11182 (java) R 11178 11180 10380 0 -1 4202560 13645 0 1 0 105 8 0 0 25 0 13 0 4207159 1566285824 15565 1992294400 134512640 134550932 4290517808 18446744073709551615 4109477776 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11180/tid=11183] ppid=11178 vsize=1529576 CPUtime=0
/proc/11180/task/11183/stat : 11183 (java) S 11178 11180 10380 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4207160 1566285824 15565 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11184] ppid=11178 vsize=1529576 CPUtime=0
/proc/11180/task/11184/stat : 11184 (java) S 11178 11180 10380 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4207160 1566285824 15565 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11185] ppid=11178 vsize=1529576 CPUtime=0
/proc/11180/task/11185/stat : 11185 (java) S 11178 11180 10380 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 4207162 1566285824 15565 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 0 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11186] ppid=11178 vsize=1529576 CPUtime=0
/proc/11180/task/11186/stat : 11186 (java) S 11178 11180 10380 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 13 0 4207163 1566285824 15565 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11187] ppid=11178 vsize=1529576 CPUtime=0
/proc/11180/task/11187/stat : 11187 (java) S 11178 11180 10380 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 4207163 1566285824 15565 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11188] ppid=11178 vsize=1529576 CPUtime=0
/proc/11180/task/11188/stat : 11188 (java) S 11178 11180 10380 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4207167 1566285824 15565 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11189] ppid=11178 vsize=1529576 CPUtime=0.47
/proc/11180/task/11189/stat : 11189 (java) S 11178 11180 10380 0 -1 4202560 737 0 0 0 47 0 0 0 15 0 13 0 4207167 1566285824 15565 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11190] ppid=11178 vsize=1529576 CPUtime=0.53
/proc/11180/task/11190/stat : 11190 (java) S 11178 11180 10380 0 -1 4202560 974 0 0 0 53 0 0 0 15 0 13 0 4207167 1566285824 15565 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11191] ppid=11178 vsize=1529576 CPUtime=0
/proc/11180/task/11191/stat : 11191 (java) S 11178 11180 10380 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4207167 1566285824 15565 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11192] ppid=11178 vsize=1529576 CPUtime=0
/proc/11180/task/11192/stat : 11192 (java) S 11178 11180 10380 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4207167 1566285824 15565 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 1529576

[startup+3.10155 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 11193
/proc/meminfo: memFree=1769840/2059040 swapFree=4140808/4192956
[pid=11180] ppid=11178 vsize=1530896 CPUtime=4.3
/proc/11180/stat : 11180 (java) S 11178 11180 10380 0 -1 4202496 31888 0 1 0 415 15 0 0 25 0 13 0 4207157 1567637504 30777 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11180/statm: 382724 30777 1426 10 0 380026 0
[pid=11180/tid=11182] ppid=11178 vsize=1530896 CPUtime=2.42
/proc/11180/task/11182/stat : 11182 (java) R 11178 11180 10380 0 -1 4202560 28490 0 1 0 229 13 0 0 18 0 13 0 4207159 1567637504 30777 1992294400 134512640 134550932 4290517808 18446744073709551615 4109665060 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11180/tid=11183] ppid=11178 vsize=1530896 CPUtime=0
/proc/11180/task/11183/stat : 11183 (java) S 11178 11180 10380 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4207160 1567637504 30777 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11184] ppid=11178 vsize=1530896 CPUtime=0
/proc/11180/task/11184/stat : 11184 (java) S 11178 11180 10380 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4207160 1567637504 30777 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11185] ppid=11178 vsize=1530896 CPUtime=0
/proc/11180/task/11185/stat : 11185 (java) S 11178 11180 10380 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 4207162 1567637504 30777 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 0 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11186] ppid=11178 vsize=1530896 CPUtime=0
/proc/11180/task/11186/stat : 11186 (java) S 11178 11180 10380 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 13 0 4207163 1567637504 30777 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11187] ppid=11178 vsize=1530896 CPUtime=0
/proc/11180/task/11187/stat : 11187 (java) S 11178 11180 10380 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 4207163 1567637504 30777 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11188] ppid=11178 vsize=1530896 CPUtime=0
/proc/11180/task/11188/stat : 11188 (java) S 11178 11180 10380 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4207167 1567637504 30777 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11189] ppid=11178 vsize=1530896 CPUtime=0.93
/proc/11180/task/11189/stat : 11189 (java) S 11178 11180 10380 0 -1 4202560 1314 0 0 0 92 1 0 0 15 0 13 0 4207167 1567637504 30777 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11190] ppid=11178 vsize=1530896 CPUtime=0.92
/proc/11180/task/11190/stat : 11190 (java) S 11178 11180 10380 0 -1 4202560 1014 0 0 0 92 0 0 0 15 0 13 0 4207167 1567637504 30777 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11191] ppid=11178 vsize=1530896 CPUtime=0
/proc/11180/task/11191/stat : 11191 (java) S 11178 11180 10380 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4207167 1567637504 30777 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11192] ppid=11178 vsize=1530896 CPUtime=0
/proc/11180/task/11192/stat : 11192 (java) S 11178 11180 10380 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4207167 1567637504 30777 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11193] ppid=11178 vsize=1530896 CPUtime=0
/proc/11180/task/11193/stat : 11193 (java) S 11178 11180 10380 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4207304 1567637504 30777 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 1530896

[startup+6.30187 s]
/proc/loadavg: 1.16 1.04 1.01 2/118 11193
/proc/meminfo: memFree=1689612/2059040 swapFree=4140808/4192956
[pid=11180] ppid=11178 vsize=1530896 CPUtime=7.68
/proc/11180/stat : 11180 (java) S 11178 11180 10380 0 -1 4202496 38671 0 1 0 750 18 0 0 25 0 13 0 4207157 1567637504 37534 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11180/statm: 382724 37534 1436 10 0 380026 0
[pid=11180/tid=11182] ppid=11178 vsize=1530896 CPUtime=5.51
/proc/11180/task/11182/stat : 11182 (java) R 11178 11180 10380 0 -1 4202560 32084 0 1 0 537 14 0 0 23 0 13 0 4207159 1567637504 37534 1992294400 134512640 134550932 4290517808 18446744073709551615 4109628808 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11180/tid=11183] ppid=11178 vsize=1530896 CPUtime=0.06
/proc/11180/task/11183/stat : 11183 (java) S 11178 11180 10380 0 -1 4202560 1897 0 0 0 6 0 0 0 18 0 13 0 4207160 1567637504 37534 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11184] ppid=11178 vsize=1530896 CPUtime=0.07
/proc/11180/task/11184/stat : 11184 (java) S 11178 11180 10380 0 -1 4202560 1262 0 0 0 7 0 0 0 18 0 13 0 4207160 1567637504 37534 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11185] ppid=11178 vsize=1530896 CPUtime=0
/proc/11180/task/11185/stat : 11185 (java) S 11178 11180 10380 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 13 0 4207162 1567637504 37534 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 0 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11186] ppid=11178 vsize=1530896 CPUtime=0
/proc/11180/task/11186/stat : 11186 (java) S 11178 11180 10380 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 4207163 1567637504 37534 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11187] ppid=11178 vsize=1530896 CPUtime=0
/proc/11180/task/11187/stat : 11187 (java) S 11178 11180 10380 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4207163 1567637504 37534 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11188] ppid=11178 vsize=1530896 CPUtime=0
/proc/11180/task/11188/stat : 11188 (java) S 11178 11180 10380 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4207167 1567637504 37534 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11189] ppid=11178 vsize=1530896 CPUtime=0.94
/proc/11180/task/11189/stat : 11189 (java) S 11178 11180 10380 0 -1 4202560 1316 0 0 0 93 1 0 0 15 0 13 0 4207167 1567637504 37534 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11190] ppid=11178 vsize=1530896 CPUtime=1.04
/proc/11180/task/11190/stat : 11190 (java) S 11178 11180 10380 0 -1 4202560 1024 0 0 0 104 0 0 0 15 0 13 0 4207167 1567637504 37534 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11191] ppid=11178 vsize=1530896 CPUtime=0
/proc/11180/task/11191/stat : 11191 (java) S 11178 11180 10380 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4207167 1567637504 37534 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11192] ppid=11178 vsize=1530896 CPUtime=0
/proc/11180/task/11192/stat : 11192 (java) S 11178 11180 10380 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4207167 1567637504 37534 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11193] ppid=11178 vsize=1530896 CPUtime=0
/proc/11180/task/11193/stat : 11193 (java) S 11178 11180 10380 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4207304 1567637504 37534 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 1530896

[startup+12.7015 s]
/proc/loadavg: 1.15 1.03 1.01 2/118 11193
/proc/meminfo: memFree=1660100/2059040 swapFree=4140808/4192956
[pid=11180] ppid=11178 vsize=1528756 CPUtime=14.32
/proc/11180/stat : 11180 (java) S 11178 11180 10380 0 -1 4202496 46953 0 1 0 1411 21 0 0 25 0 13 0 4207157 1565446144 44657 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11180/statm: 382189 44657 1436 10 0 379491 0
[pid=11180/tid=11182] ppid=11178 vsize=1528756 CPUtime=11.79
/proc/11180/task/11182/stat : 11182 (java) R 11178 11180 10380 0 -1 4202560 35114 0 1 0 1164 15 0 0 18 0 13 0 4207159 1565446144 44657 1992294400 134512640 134550932 4290517808 18446744073709551615 4109334054 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11180/tid=11183] ppid=11178 vsize=1528756 CPUtime=0.15
/proc/11180/task/11183/stat : 11183 (java) S 11178 11180 10380 0 -1 4202560 4068 0 0 0 14 1 0 0 15 0 13 0 4207160 1565446144 44657 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11184] ppid=11178 vsize=1528756 CPUtime=0.15
/proc/11180/task/11184/stat : 11184 (java) S 11178 11180 10380 0 -1 4202560 4328 0 0 0 14 1 0 0 16 0 13 0 4207160 1565446144 44657 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11185] ppid=11178 vsize=1528756 CPUtime=0
/proc/11180/task/11185/stat : 11185 (java) S 11178 11180 10380 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 4207162 1565446144 44657 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 0 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11186] ppid=11178 vsize=1528756 CPUtime=0
/proc/11180/task/11186/stat : 11186 (java) S 11178 11180 10380 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 4207163 1565446144 44657 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11187] ppid=11178 vsize=1528756 CPUtime=0
/proc/11180/task/11187/stat : 11187 (java) S 11178 11180 10380 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4207163 1565446144 44657 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11188] ppid=11178 vsize=1528756 CPUtime=0
/proc/11180/task/11188/stat : 11188 (java) S 11178 11180 10380 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4207167 1565446144 44657 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11189] ppid=11178 vsize=1528756 CPUtime=1
/proc/11180/task/11189/stat : 11189 (java) S 11178 11180 10380 0 -1 4202560 1317 0 0 0 99 1 0 0 15 0 13 0 4207167 1565446144 44657 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11190] ppid=11178 vsize=1528756 CPUtime=1.17
/proc/11180/task/11190/stat : 11190 (java) S 11178 11180 10380 0 -1 4202560 1030 0 0 0 117 0 0 0 15 0 13 0 4207167 1565446144 44657 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11191] ppid=11178 vsize=1528756 CPUtime=0
/proc/11180/task/11191/stat : 11191 (java) S 11178 11180 10380 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4207167 1565446144 44657 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11192] ppid=11178 vsize=1528756 CPUtime=0
/proc/11180/task/11192/stat : 11192 (java) S 11178 11180 10380 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4207167 1565446144 44657 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11193] ppid=11178 vsize=1528756 CPUtime=0
/proc/11180/task/11193/stat : 11193 (java) S 11178 11180 10380 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4207304 1565446144 44657 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.32
Current children cumulated vsize (KiB) 1528756

[startup+25.5017 s]
/proc/loadavg: 1.12 1.03 1.01 2/118 11193
/proc/meminfo: memFree=1652412/2059040 swapFree=4140808/4192956
[pid=11180] ppid=11178 vsize=1530452 CPUtime=27.51
/proc/11180/stat : 11180 (java) S 11178 11180 10380 0 -1 4202496 49279 0 1 0 2728 23 0 0 25 0 13 0 4207157 1567182848 46451 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11180/statm: 382613 46451 1436 10 0 379915 0
[pid=11180/tid=11182] ppid=11178 vsize=1530452 CPUtime=24.48
/proc/11180/task/11182/stat : 11182 (java) R 11178 11180 10380 0 -1 4202560 36028 0 1 0 2433 15 0 0 25 0 13 0 4207159 1567182848 46451 1992294400 134512640 134550932 4290517808 18446744073709551615 4109333247 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11180/tid=11183] ppid=11178 vsize=1530452 CPUtime=0.17
/proc/11180/task/11183/stat : 11183 (java) S 11178 11180 10380 0 -1 4202560 4367 0 0 0 16 1 0 0 15 0 13 0 4207160 1567182848 46451 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11184] ppid=11178 vsize=1530452 CPUtime=0.18
/proc/11180/task/11184/stat : 11184 (java) S 11178 11180 10380 0 -1 4202560 4615 0 0 0 16 2 0 0 15 0 13 0 4207160 1567182848 46451 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11185] ppid=11178 vsize=1530452 CPUtime=0.01
/proc/11180/task/11185/stat : 11185 (java) S 11178 11180 10380 0 -1 4202560 29 0 0 0 1 0 0 0 15 0 13 0 4207162 1567182848 46451 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 0 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11186] ppid=11178 vsize=1530452 CPUtime=0

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

[pid=11180/tid=11186] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11186/stat : 11186 (java) S 11178 11180 10380 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 4207163 1566162944 201406 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11187] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11187/stat : 11187 (java) S 11178 11180 10380 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4207163 1566162944 201406 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11188] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11188/stat : 11188 (java) S 11178 11180 10380 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4207167 1566162944 201406 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11189] ppid=11178 vsize=1529456 CPUtime=1.31
/proc/11180/task/11189/stat : 11189 (java) S 11178 11180 10380 0 -1 4202560 1561 0 0 0 130 1 0 0 15 0 13 0 4207167 1566162944 201406 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11190] ppid=11178 vsize=1529456 CPUtime=1.52
/proc/11180/task/11190/stat : 11190 (java) S 11178 11180 10380 0 -1 4202560 1628 0 0 0 152 0 0 0 15 0 13 0 4207167 1566162944 201406 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11191] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11191/stat : 11191 (java) S 11178 11180 10380 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4207167 1566162944 201406 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11192] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11192/stat : 11192 (java) S 11178 11180 10380 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 4207167 1566162944 201406 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11193] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11193/stat : 11193 (java) S 11178 11180 10380 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4207304 1566162944 201406 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1557.93
Current children cumulated vsize (KiB) 1529456

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 11238
/proc/meminfo: memFree=1016480/2059040 swapFree=4140808/4192956
[pid=11180] ppid=11178 vsize=1529456 CPUtime=1619.02
/proc/11180/stat : 11180 (java) S 11178 11180 10380 0 -1 4202496 276079 0 1 0 161693 209 0 0 25 0 13 0 4207157 1566162944 204808 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11180/statm: 382364 204808 1440 10 0 379666 0
[pid=11180/tid=11182] ppid=11178 vsize=1529456 CPUtime=1584.51
/proc/11180/task/11182/stat : 11182 (java) R 11178 11180 10380 0 -1 4202560 38616 0 1 0 158425 26 0 0 25 0 13 0 4207159 1566162944 204808 1992294400 134512640 134550932 4290517808 18446744073709551615 4109477378 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11180/tid=11183] ppid=11178 vsize=1529456 CPUtime=15.55
/proc/11180/task/11183/stat : 11183 (java) S 11178 11180 10380 0 -1 4202560 116318 0 0 0 1472 83 0 0 16 0 13 0 4207160 1566162944 204808 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11184] ppid=11178 vsize=1529456 CPUtime=15.53
/proc/11180/task/11184/stat : 11184 (java) S 11178 11180 10380 0 -1 4202560 116661 0 0 0 1475 78 0 0 15 0 13 0 4207160 1566162944 204808 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11185] ppid=11178 vsize=1529456 CPUtime=0.52
/proc/11180/task/11185/stat : 11185 (java) S 11178 11180 10380 0 -1 4202560 132 0 0 0 36 16 0 0 15 0 13 0 4207162 1566162944 204808 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 0 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11186] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11186/stat : 11186 (java) S 11178 11180 10380 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 4207163 1566162944 204808 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11187] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11187/stat : 11187 (java) S 11178 11180 10380 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4207163 1566162944 204808 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11188] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11188/stat : 11188 (java) S 11178 11180 10380 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4207167 1566162944 204808 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11189] ppid=11178 vsize=1529456 CPUtime=1.31
/proc/11180/task/11189/stat : 11189 (java) S 11178 11180 10380 0 -1 4202560 1561 0 0 0 130 1 0 0 15 0 13 0 4207167 1566162944 204808 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11190] ppid=11178 vsize=1529456 CPUtime=1.52
/proc/11180/task/11190/stat : 11190 (java) S 11178 11180 10380 0 -1 4202560 1628 0 0 0 152 0 0 0 15 0 13 0 4207167 1566162944 204808 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11191] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11191/stat : 11191 (java) S 11178 11180 10380 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4207167 1566162944 204808 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11192] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11192/stat : 11192 (java) S 11178 11180 10380 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 4207167 1566162944 204808 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11193] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11193/stat : 11193 (java) S 11178 11180 10380 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4207304 1566162944 204808 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1619.02
Current children cumulated vsize (KiB) 1529456

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 11240
/proc/meminfo: memFree=988828/2059040 swapFree=4140808/4192956
[pid=11180] ppid=11178 vsize=1529456 CPUtime=1679.95
/proc/11180/stat : 11180 (java) S 11178 11180 10380 0 -1 4202496 296479 0 1 0 167773 222 0 0 25 0 13 0 4207157 1566162944 216710 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11180/statm: 382364 216710 1440 10 0 379666 0
[pid=11180/tid=11182] ppid=11178 vsize=1529456 CPUtime=1643.53
/proc/11180/task/11182/stat : 11182 (java) R 11178 11180 10380 0 -1 4202560 38705 0 1 0 164327 26 0 0 25 0 13 0 4207159 1566162944 216710 1992294400 134512640 134550932 4290517808 18446744073709551615 4109333419 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11180/tid=11183] ppid=11178 vsize=1529456 CPUtime=16.5
/proc/11180/task/11183/stat : 11183 (java) S 11178 11180 10380 0 -1 4202560 126661 0 0 0 1561 89 0 0 16 0 13 0 4207160 1566162944 216710 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11184] ppid=11178 vsize=1529456 CPUtime=16.48
/proc/11180/task/11184/stat : 11184 (java) S 11178 11180 10380 0 -1 4202560 126625 0 0 0 1563 85 0 0 16 0 13 0 4207160 1566162944 216710 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11185] ppid=11178 vsize=1529456 CPUtime=0.54
/proc/11180/task/11185/stat : 11185 (java) S 11178 11180 10380 0 -1 4202560 134 0 0 0 37 17 0 0 15 0 13 0 4207162 1566162944 216710 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 0 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11186] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11186/stat : 11186 (java) S 11178 11180 10380 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 4207163 1566162944 216710 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11187] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11187/stat : 11187 (java) S 11178 11180 10380 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4207163 1566162944 216710 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11188] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11188/stat : 11188 (java) S 11178 11180 10380 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4207167 1566162944 216710 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11189] ppid=11178 vsize=1529456 CPUtime=1.31
/proc/11180/task/11189/stat : 11189 (java) S 11178 11180 10380 0 -1 4202560 1561 0 0 0 130 1 0 0 15 0 13 0 4207167 1566162944 216710 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11190] ppid=11178 vsize=1529456 CPUtime=1.52
/proc/11180/task/11190/stat : 11190 (java) S 11178 11180 10380 0 -1 4202560 1628 0 0 0 152 0 0 0 15 0 13 0 4207167 1566162944 216710 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11191] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11191/stat : 11191 (java) S 11178 11180 10380 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4207167 1566162944 216710 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11192] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11192/stat : 11192 (java) S 11178 11180 10380 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 4207167 1566162944 216710 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11193] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11193/stat : 11193 (java) S 11178 11180 10380 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4207304 1566162944 216710 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1679.95
Current children cumulated vsize (KiB) 1529456

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 11242
/proc/meminfo: memFree=925836/2059040 swapFree=4140808/4192956
[pid=11180] ppid=11178 vsize=1529456 CPUtime=1741.34
/proc/11180/stat : 11180 (java) S 11178 11180 10380 0 -1 4202496 311034 0 1 0 173899 235 0 0 25 0 13 0 4207157 1566162944 227384 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11180/statm: 382364 227384 1440 10 0 379666 0
[pid=11180/tid=11182] ppid=11178 vsize=1529456 CPUtime=1702.02
/proc/11180/task/11182/stat : 11182 (java) R 11178 11180 10380 0 -1 4202560 38835 0 1 0 170176 26 0 0 25 0 13 0 4207159 1566162944 227384 1992294400 134512640 134550932 4290517808 18446744073709551615 4109629271 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11180/tid=11183] ppid=11178 vsize=1529456 CPUtime=17.93
/proc/11180/task/11183/stat : 11183 (java) S 11178 11180 10380 0 -1 4202560 132353 0 0 0 1699 94 0 0 16 0 13 0 4207160 1566162944 227384 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11184] ppid=11178 vsize=1529456 CPUtime=17.91
/proc/11180/task/11184/stat : 11184 (java) S 11178 11180 10380 0 -1 4202560 135350 0 0 0 1700 91 0 0 16 0 13 0 4207160 1566162944 227384 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11185] ppid=11178 vsize=1529456 CPUtime=0.57
/proc/11180/task/11185/stat : 11185 (java) S 11178 11180 10380 0 -1 4202560 138 0 0 0 39 18 0 0 15 0 13 0 4207162 1566162944 227384 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 0 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11186] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11186/stat : 11186 (java) S 11178 11180 10380 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 4207163 1566162944 227384 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11187] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11187/stat : 11187 (java) S 11178 11180 10380 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4207163 1566162944 227384 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11188] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11188/stat : 11188 (java) S 11178 11180 10380 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4207167 1566162944 227384 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11189] ppid=11178 vsize=1529456 CPUtime=1.31
/proc/11180/task/11189/stat : 11189 (java) S 11178 11180 10380 0 -1 4202560 1561 0 0 0 130 1 0 0 15 0 13 0 4207167 1566162944 227384 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11190] ppid=11178 vsize=1529456 CPUtime=1.52
/proc/11180/task/11190/stat : 11190 (java) S 11178 11180 10380 0 -1 4202560 1628 0 0 0 152 0 0 0 15 0 13 0 4207167 1566162944 227384 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11191] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11191/stat : 11191 (java) S 11178 11180 10380 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4207167 1566162944 227384 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11192] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11192/stat : 11192 (java) S 11178 11180 10380 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 4207167 1566162944 227384 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11193] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11193/stat : 11193 (java) S 11178 11180 10380 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4207304 1566162944 227384 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1741.34
Current children cumulated vsize (KiB) 1529456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 11244
/proc/meminfo: memFree=857512/2059040 swapFree=4140808/4192956
[pid=11180] ppid=11178 vsize=1529456 CPUtime=1800.09
/proc/11180/stat : 11180 (java) S 11178 11180 10380 0 -1 4202496 340700 0 1 0 179758 251 0 0 25 0 13 0 4207157 1566162944 244385 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11180/statm: 382364 244385 1440 10 0 379666 0
[pid=11180/tid=11182] ppid=11178 vsize=1529456 CPUtime=1758.61
/proc/11180/task/11182/stat : 11182 (java) R 11178 11180 10380 0 -1 4202560 38927 0 1 0 175834 27 0 0 25 0 13 0 4207159 1566162944 244385 1992294400 134512640 134550932 4290517808 18446744073709551615 4109613240 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11180/tid=11183] ppid=11178 vsize=1529456 CPUtime=19.01
/proc/11180/task/11183/stat : 11183 (java) S 11178 11180 10380 0 -1 4202560 147158 0 0 0 1798 103 0 0 15 0 13 0 4207160 1566162944 244385 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11184] ppid=11178 vsize=1529456 CPUtime=18.99
/proc/11180/task/11184/stat : 11184 (java) S 11178 11180 10380 0 -1 4202560 150111 0 0 0 1801 98 0 0 16 0 13 0 4207160 1566162944 244385 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11185] ppid=11178 vsize=1529456 CPUtime=0.58
/proc/11180/task/11185/stat : 11185 (java) S 11178 11180 10380 0 -1 4202560 142 0 0 0 40 18 0 0 15 0 13 0 4207162 1566162944 244385 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 0 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11186] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11186/stat : 11186 (java) S 11178 11180 10380 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 4207163 1566162944 244385 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11187] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11187/stat : 11187 (java) S 11178 11180 10380 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4207163 1566162944 244385 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11188] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11188/stat : 11188 (java) S 11178 11180 10380 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4207167 1566162944 244385 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11189] ppid=11178 vsize=1529456 CPUtime=1.31
/proc/11180/task/11189/stat : 11189 (java) S 11178 11180 10380 0 -1 4202560 1561 0 0 0 130 1 0 0 15 0 13 0 4207167 1566162944 244385 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 1 0 0 0
[pid=11180/tid=11190] ppid=11178 vsize=1529456 CPUtime=1.52
/proc/11180/task/11190/stat : 11190 (java) S 11178 11180 10380 0 -1 4202560 1628 0 0 0 152 0 0 0 15 0 13 0 4207167 1566162944 244385 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11191] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11191/stat : 11191 (java) S 11178 11180 10380 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4207167 1566162944 244385 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11192] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11192/stat : 11192 (java) S 11178 11180 10380 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 4207167 1566162944 244385 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
[pid=11180/tid=11193] ppid=11178 vsize=1529456 CPUtime=0
/proc/11180/task/11193/stat : 11193 (java) S 11178 11180 10380 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4207304 1566162944 244385 1992294400 134512640 134550932 4290517808 18446744073709551615 4294960144 0 4 0 16800975 18446604436006438080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1529456

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

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

[startup+1780.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 11244
/proc/meminfo: memFree=857512/2059040 swapFree=4140808/4192956
[pid=11180] ppid=11178 vsize=0 CPUtime=1800.2
/proc/11180/stat : 11180 (java) Z 11178 11180 10380 0 -1 4203548 340722 0 1 0 179765 255 0 0 17 0 2 0 4207157 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11180/statm: 0 0 0 0 0 0 0
[pid=11180/tid=11182] ppid=11178 vsize=0 CPUtime=1758.71
/proc/11180/task/11182/stat : 11182 (java) R 11178 11180 10380 0 -1 4203588 38927 0 1 0 175840 31 0 0 25 0 2 0 4207159 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1780.17
CPU time (s): 1800.26
CPU user time (s): 1797.65
CPU system time (s): 2.6046
CPU usage (%): 101.129
Max. virtual memory (cumulated for all children) (KiB): 1530896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.65
system time used= 2.6046
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 340722
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= 65126
involuntary context switches= 49772

runsolver used 3.56346 second user time and 9.57354 second system time

The end

Launcher Data

Begin job on node089 at 2010-06-15 21:12:17
IDJOB=2660378
IDBENCH=3050
IDSOLVER=1165
FILE ID=node089/2660378-1276629137
PBS_JOBID= 11172319
Free space on /tmp= 62556 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=120-sizeP=61-sizeQ=120-883133839-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-2660378-1276629137/watcher-2660378-1276629137 -o /tmp/evaluation-result-2660378-1276629137/solver-2660378-1276629137 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660378-1276629137.opb

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

MD5SUM BENCH= 0073f65f5c50ef8f4ebea5bdb58f4e26
RANDOM SEED=1129001314

node089.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.244
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.244
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	: 5999.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1834324 kB
Buffers:         49184 kB
Cached:          97860 kB
SwapCached:       6356 kB
Active:          65424 kB
Inactive:        95188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1834324 kB
SwapTotal:     4192956 kB
SwapFree:      4140808 kB
Dirty:            1132 kB
Writeback:           0 kB
AnonPages:       11104 kB
Mapped:          12952 kB
Slab:            42340 kB
PageTables:       3976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182004 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= 62556 MiB
End job on node089 at 2010-06-15 21:41:59