Trace number 3478969

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 NameAnswerCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.4 1760.32

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-184.opb
MD5SUMd8db981f22ec5ac3b83e1e418cbe482a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1025127
Total number of constraints24132986
Number of constraints which are clauses21678503
Number of constraints which are cardinality constraints (but not clauses)75582
Number of constraints which are nor clauses,nor cardinality constraints2378901
Minimum length of a constraint2
Maximum length of a constraint5487
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5488
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3478969-1307444774.opb
0.11/0.11	c reading problem ... 
155.90/126.64	c ... done. Wall clock time 126.524s.
155.90/126.64	c #vars     1025127
155.90/126.64	c #constraints  24170808
155.90/126.64	c constraints type 
155.90/126.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5026105
155.90/126.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16690219
155.90/126.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 75583
155.90/126.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2378901
569.69/533.72	c cleaning 0 clauses out of 5000 with flag 0/5000
1397.18/1358.13	c cleaning 0 clauses out of 11000 with flag 0/11000
1800.08/1760.04	c starts		: 36
1800.08/1760.04	c conflicts		: 12963
1800.08/1760.04	c decisions		: 11817565
1800.08/1760.04	c propagations		: 171734940
1800.08/1760.04	c inspects		: 1132717405
1800.08/1760.04	c shortcuts		: 0
1800.08/1760.04	c learnt literals	: 0
1800.08/1760.04	c learnt binary clauses	: 10
1800.08/1760.04	c learnt ternary clauses	: 837
1800.08/1760.04	c learnt constraints	: 12962
1800.08/1760.04	c ignored constraints	: 0
1800.08/1760.04	c root simplifications	: 0
1800.08/1760.04	c removed literals (reason simplification)	: 0
1800.08/1760.04	c reason swapping (by a shorter reason)	: 0
1800.08/1760.04	c Calls to reduceDB	: 2
1800.08/1760.04	c number of reductions to clauses (during analyze)	: 0
1800.08/1760.04	c number of learned constraints concerned by reduction	: 0
1800.08/1760.04	c number of learning phase by resolution	: 0
1800.08/1760.04	c number of learning phase by cutting planes	: 0
1800.08/1760.04	c speed (assignments/second)	: 105139.54940614669
1800.08/1760.04	c non guided choices	1179821
1800.08/1760.05	c learnt constraints type 
1800.08/1760.05	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 12827
1800.08/1760.05	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 10
1800.08/1760.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 125
1800.08/1760.05	c constraints type 
1800.08/1760.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5026105
1800.08/1760.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16690219
1800.08/1760.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 75583
1800.08/1760.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2378901
1800.08/1760.05	s UNKNOWN
1800.08/1760.05	c Total wall clock time (in seconds): 1759.937

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3478969-1307444774/watcher-3478969-1307444774 -o /tmp/evaluation-result-3478969-1307444774/solver-3478969-1307444774 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3478969-1307444774.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.79 0.19 0.06 3/507 22270
/proc/meminfo: memFree=22994380/32951124 swapFree=63649284/67111528
[pid=22270] ppid=22268 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/22270/stat : 22270 (java) S 22268 22270 22213 0 -1 4202496 4243 0 1 0 0 0 0 0 19 0 2 0 856078677 10694979584 3945 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216450021 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/22270/statm: 2611079 3959 917 9 0 2602235 0
[pid=22270/tid=22271] ppid=22268 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22271/stat : 22271 (java) R 22268 22270 22213 0 -1 4202560 6405 0 1 0 0 0 0 0 20 0 2 0 856078678 10694979584 7221 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210204341307 0 4 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.106488 s]
/proc/loadavg: 0.79 0.19 0.06 3/507 22270
/proc/meminfo: memFree=22994380/32951124 swapFree=63649284/67111528
[pid=22270] ppid=22268 vsize=10540268 CPUtime=0.11 cores=0,2,4,6
/proc/22270/stat : 22270 (java) S 22268 22270 22213 0 -1 4202496 13088 0 1 0 9 2 0 0 19 0 18 0 856078677 10793234432 12784 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22270/statm: 2635067 12784 2093 9 0 2625801 0
[pid=22270/tid=22271] ppid=22268 vsize=10540268 CPUtime=0.09 cores=0,2,4,6
/proc/22270/task/22271/stat : 22271 (java) R 22268 22270 22213 0 -1 4202560 11174 0 1 0 8 1 0 0 25 0 18 0 856078678 10793234432 12785 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216476027 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540268

[startup+0.200468 s]
/proc/loadavg: 0.79 0.19 0.06 3/507 22270
/proc/meminfo: memFree=22994380/32951124 swapFree=63649284/67111528
[pid=22270] ppid=22268 vsize=10541072 CPUtime=0.24 cores=0,2,4,6
/proc/22270/stat : 22270 (java) S 22268 22270 22213 0 -1 4202496 19579 0 1 0 22 2 0 0 19 0 18 0 856078677 10794057728 19245 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22270/statm: 2635268 19245 2166 9 0 2626002 0
[pid=22270/tid=22271] ppid=22268 vsize=10541072 CPUtime=0.19 cores=0,2,4,6
/proc/22270/task/22271/stat : 22271 (java) R 22268 22270 22213 0 -1 4202560 17425 0 1 0 17 2 0 0 25 0 18 0 856078678 10794057728 19245 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10541072

[startup+0.300454 s]
/proc/loadavg: 0.79 0.19 0.06 3/507 22270
/proc/meminfo: memFree=22994380/32951124 swapFree=63649284/67111528
[pid=22270] ppid=22268 vsize=10542104 CPUtime=0.44 cores=0,2,4,6
/proc/22270/stat : 22270 (java) S 22268 22270 22213 0 -1 4202496 20975 0 1 0 42 2 0 0 19 0 18 0 856078677 10795114496 20416 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22270/statm: 2635526 20417 2199 9 0 2626260 0
[pid=22270/tid=22271] ppid=22268 vsize=10542104 CPUtime=0.29 cores=0,2,4,6
/proc/22270/task/22271/stat : 22271 (java) R 22268 22270 22213 0 -1 4202560 18295 0 1 0 27 2 0 0 25 0 18 0 856078678 10795114496 20417 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 46912505562573 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10542104

[startup+0.700385 s]
/proc/loadavg: 0.79 0.19 0.06 3/507 22270
/proc/meminfo: memFree=22994380/32951124 swapFree=63649284/67111528
[pid=22270] ppid=22268 vsize=10546464 CPUtime=1.17 cores=0,2,4,6
/proc/22270/stat : 22270 (java) S 22268 22270 22213 0 -1 4202496 51417 0 1 0 110 7 0 0 19 0 18 0 856078677 10799579136 49070 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22270/statm: 2636616 49074 2216 9 0 2627350 0
[pid=22270/tid=22271] ppid=22268 vsize=10546464 CPUtime=0.69 cores=0,2,4,6
/proc/22270/task/22271/stat : 22271 (java) R 22268 22270 22213 0 -1 4202560 44753 0 1 0 63 6 0 0 25 0 18 0 856078678 10799579136 49076 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 46912505644367 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 10546464

[startup+1.50127 s]
/proc/loadavg: 0.79 0.19 0.06 3/525 22288
/proc/meminfo: memFree=22647268/32951124 swapFree=63649284/67111528
[pid=22270] ppid=22268 vsize=10546464 CPUtime=2.01 cores=0,2,4,6
/proc/22270/stat : 22270 (java) S 22268 22270 22213 0 -1 4202496 130692 0 1 0 183 18 0 0 19 0 18 0 856078677 10799579136 128345 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22270/statm: 2636616 128349 2216 9 0 2627350 0
[pid=22270/tid=22271] ppid=22268 vsize=10546464 CPUtime=1.48 cores=0,2,4,6
/proc/22270/task/22271/stat : 22271 (java) R 22268 22270 22213 0 -1 4202560 124006 0 1 0 131 17 0 0 25 0 18 0 856078678 10799579136 128352 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 46912505545782 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22270/tid=22273] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22273/stat : 22273 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 856078679 10799579136 128355 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22274] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22274/stat : 22274 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 856078679 10799579136 128357 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22275] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22275/stat : 22275 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 856078679 10799579136 128359 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22276] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22276/stat : 22276 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 856078679 10799579136 128362 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22277] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22277/stat : 22277 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856078679 10799579136 128365 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 2 0 0 0
[pid=22270/tid=22278] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22278/stat : 22278 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856078679 10799579136 128367 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 4 0 0 0
[pid=22270/tid=22279] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22279/stat : 22279 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856078679 10799579136 128370 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 2 0 0 0
[pid=22270/tid=22280] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22280/stat : 22280 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856078679 10799579136 128373 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 6 0 0 0
[pid=22270/tid=22281] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22281/stat : 22281 (java) S 22268 22270 22213 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 856078681 10799579136 128376 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463872 0 0 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22282] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22282/stat : 22282 (java) S 22268 22270 22213 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 856078681 10799579136 128379 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22283] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22283/stat : 22283 (java) S 22268 22270 22213 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 856078681 10799579136 128381 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22284] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22284/stat : 22284 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856078683 10799579136 128381 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216470961 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22285] ppid=22268 vsize=10546464 CPUtime=0.24 cores=0,2,4,6
/proc/22270/task/22285/stat : 22285 (java) S 22268 22270 22213 0 -1 4202560 2702 0 0 0 24 0 0 0 15 0 18 0 856078683 10799579136 128384 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 4 0 0 0
[pid=22270/tid=22286] ppid=22268 vsize=10546464 CPUtime=0.27 cores=0,2,4,6
/proc/22270/task/22286/stat : 22286 (java) S 22268 22270 22213 0 -1 4202560 2840 0 0 0 27 0 0 0 15 0 18 0 856078683 10799579136 128387 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 2 0 0 0
[pid=22270/tid=22287] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22287/stat : 22287 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856078683 10799579136 128389 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22288] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22288/stat : 22288 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 856078683 10799579136 128392 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463872 0 4 0 16800975 18446604443423885312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 10546464

[startup+3.101 s]
/proc/loadavg: 0.79 0.19 0.06 3/525 22288
/proc/meminfo: memFree=22222400/32951124 swapFree=63649284/67111528
[pid=22270] ppid=22268 vsize=10546464 CPUtime=3.62 cores=0,2,4,6
/proc/22270/stat : 22270 (java) S 22268 22270 22213 0 -1 4202496 281769 0 1 0 324 38 0 0 19 0 18 0 856078677 10799579136 279422 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22270/statm: 2636616 279427 2216 9 0 2627350 0
[pid=22270/tid=22271] ppid=22268 vsize=10546464 CPUtime=3.08 cores=0,2,4,6
/proc/22270/task/22271/stat : 22271 (java) R 22268 22270 22213 0 -1 4202560 275075 0 1 0 271 37 0 0 25 0 18 0 856078678 10799579136 279429 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 46912505545627 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22270/tid=22273] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22273/stat : 22273 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 856078679 10799579136 279431 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22274] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22274/stat : 22274 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 856078679 10799579136 279434 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22275] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22275/stat : 22275 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 856078679 10799579136 279437 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22276] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22276/stat : 22276 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 856078679 10799579136 279440 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22277] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22277/stat : 22277 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856078679 10799579136 279442 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 2 0 0 0
[pid=22270/tid=22278] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22278/stat : 22278 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856078679 10799579136 279442 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 4 0 0 0
[pid=22270/tid=22279] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22279/stat : 22279 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856078679 10799579136 279444 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 2 0 0 0
[pid=22270/tid=22280] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22280/stat : 22280 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856078679 10799579136 279447 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 6 0 0 0
[pid=22270/tid=22281] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22281/stat : 22281 (java) S 22268 22270 22213 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 856078681 10799579136 279450 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463872 0 0 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22282] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22282/stat : 22282 (java) S 22268 22270 22213 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 856078681 10799579136 279452 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22283] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22283/stat : 22283 (java) S 22268 22270 22213 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 856078681 10799579136 279455 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22284] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22284/stat : 22284 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856078683 10799579136 279458 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216470961 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22285] ppid=22268 vsize=10546464 CPUtime=0.24 cores=0,2,4,6
/proc/22270/task/22285/stat : 22285 (java) S 22268 22270 22213 0 -1 4202560 2702 0 0 0 24 0 0 0 15 0 18 0 856078683 10799579136 279460 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 4 0 0 0
[pid=22270/tid=22286] ppid=22268 vsize=10546464 CPUtime=0.29 cores=0,2,4,6
/proc/22270/task/22286/stat : 22286 (java) S 22268 22270 22213 0 -1 4202560 2848 0 0 0 29 0 0 0 15 0 18 0 856078683 10799579136 279463 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 2 0 0 0
[pid=22270/tid=22287] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22287/stat : 22287 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856078683 10799579136 279466 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22288] ppid=22268 vsize=10546464 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22288/stat : 22288 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 856078683 10799579136 279468 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463872 0 4 0 16800975 18446604443423885312 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 10546464

[startup+6.30146 s]
/proc/loadavg: 1.04 0.25 0.08 3/525 22288
/proc/meminfo: memFree=20893040/32951124 swapFree=63649284/67111528
[pid=22270] ppid=22268 vsize=10545048 CPUtime=6.83 cores=0,2,4,6
/proc/22270/stat : 22270 (java) S 22268 22270 22213 0 -1 4202496 621018 0 1 0 600 83 0 0 19 0 18 0 856078677 10798129152 617995 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22270/statm: 2636262 618000 2218 9 0 2626996 0
[pid=22270/tid=22271] ppid=22268 vsize=10545048 CPUtime=6.28 cores=0,2,4,6
/proc/22270/task/22271/stat : 22271 (java) R 22268 22270 22213 0 -1 4202560 614323 0 1 0 546 82 0 0 25 0 18 0 856078678 10798129152 618003 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 46912505545766 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22270/tid=22273] ppid=22268 vsize=10545048 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22273/stat : 22273 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 856078679 10798129152 618006 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22274] ppid=22268 vsize=10545048 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22274/stat : 22274 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 856078679 10798129152 618009 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22275] ppid=22268 vsize=10545048 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22275/stat : 22275 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 856078679 10798129152 618013 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22276] ppid=22268 vsize=10545048 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22276/stat : 22276 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 856078679 10798129152 618013 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22277] ppid=22268 vsize=10545048 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22277/stat : 22277 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856078679 10798129152 618015 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 2 0 0 0
[pid=22270/tid=22278] ppid=22268 vsize=10545048 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22278/stat : 22278 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856078679 10798129152 618019 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 4 0 0 0
[pid=22270/tid=22279] ppid=22268 vsize=10545048 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22279/stat : 22279 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856078679 10798129152 618022 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 2 0 0 0
[pid=22270/tid=22280] ppid=22268 vsize=10545048 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22280/stat : 22280 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856078679 10798129152 618025 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 6 0 0 0
[pid=22270/tid=22281] ppid=22268 vsize=10545048 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22281/stat : 22281 (java) S 22268 22270 22213 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 856078681 10798129152 618029 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463872 0 0 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22282] ppid=22268 vsize=10545048 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22282/stat : 22282 (java) S 22268 22270 22213 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 856078681 10798129152 618032 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22283] ppid=22268 vsize=10545048 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22283/stat : 22283 (java) S 22268 22270 22213 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 856078681 10798129152 618035 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22284] ppid=22268 vsize=10545048 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22284/stat : 22284 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856078683 10798129152 618038 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216470961 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22285] ppid=22268 vsize=10545048 CPUtime=0.24 cores=0,2,4,6
/proc/22270/task/22285/stat : 22285 (java) S 22268 22270 22213 0 -1 4202560 2702 0 0 0 24 0 0 0 15 0 18 0 856078683 10798129152 618041 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 4 0 0 0
[pid=22270/tid=22286] ppid=22268 vsize=10545048 CPUtime=0.29 cores=0,2,4,6
/proc/22270/task/22286/stat : 22286 (java) S 22268 22270 22213 0 -1 4202560 2848 0 0 0 29 0 0 0 15 0 18 0 856078683 10798129152 618045 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 2 0 0 0
[pid=22270/tid=22287] ppid=22268 vsize=10545048 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22287/stat : 22287 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856078683 10798129152 618048 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22288] ppid=22268 vsize=10545048 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22288/stat : 22288 (java) S 22268 22270 22213 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 856078683 10798129152 618051 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463872 0 4 0 16800975 18446604443423885312 0 0 -1 4 0 0 0

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

[pid=22270/tid=22287] ppid=22268 vsize=10556408 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22287/stat : 22287 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856078683 10809761792 1740701 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22288] ppid=22268 vsize=10556408 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22288/stat : 22288 (java) S 22268 22270 22213 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 856078683 10809761792 1740701 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463872 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22292] ppid=22268 vsize=10556408 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22292/stat : 22292 (java) S 22268 22270 22213 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 856091352 10809761792 1740701 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463872 0 4 0 16800975 18446604443423885312 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1642
Current children cumulated vsize (KiB) 10556408

[startup+1662.3 s]
/proc/loadavg: 2.14 2.04 1.70 3/526 22333
/proc/meminfo: memFree=15099492/32951124 swapFree=63649284/67111528
[pid=22270] ppid=22268 vsize=10556408 CPUtime=1702.13 cores=0,2,4,6
/proc/22270/stat : 22270 (java) S 22268 22270 22213 0 -1 4202496 1770333 0 1 0 169893 320 0 0 19 0 19 0 856078677 10809761792 1740789 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22270/statm: 2639102 1740789 2266 9 0 2629836 0
[pid=22270/tid=22271] ppid=22268 vsize=10556408 CPUtime=1632.97 cores=0,2,4,6
/proc/22270/task/22271/stat : 22271 (java) R 22268 22270 22213 0 -1 4202560 651197 0 1 0 163156 141 0 0 25 0 19 0 856078678 10809761792 1740789 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 46912506160499 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22270/tid=22273] ppid=22268 vsize=10556408 CPUtime=6.61 cores=0,2,4,6
/proc/22270/task/22273/stat : 22273 (java) S 22268 22270 22213 0 -1 4202560 132814 0 0 0 641 20 0 0 16 0 19 0 856078679 10809761792 1740789 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 2 0 0 0
[pid=22270/tid=22274] ppid=22268 vsize=10556408 CPUtime=6.82 cores=0,2,4,6
/proc/22270/task/22274/stat : 22274 (java) S 22268 22270 22213 0 -1 4202560 116258 0 0 0 663 19 0 0 15 0 19 0 856078679 10809761792 1740789 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22275] ppid=22268 vsize=10556408 CPUtime=6.86 cores=0,2,4,6
/proc/22270/task/22275/stat : 22275 (java) S 22268 22270 22213 0 -1 4202560 157484 0 0 0 661 25 0 0 15 0 19 0 856078679 10809761792 1740789 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22276] ppid=22268 vsize=10556408 CPUtime=4.92 cores=0,2,4,6
/proc/22270/task/22276/stat : 22276 (java) S 22268 22270 22213 0 -1 4202560 104813 0 0 0 476 16 0 0 16 0 19 0 856078679 10809761792 1740789 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 4 0 0 0
[pid=22270/tid=22277] ppid=22268 vsize=10556408 CPUtime=6.82 cores=0,2,4,6
/proc/22270/task/22277/stat : 22277 (java) S 22268 22270 22213 0 -1 4202560 144338 0 0 0 659 23 0 0 16 0 19 0 856078679 10809761792 1740789 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 6 0 0 0
[pid=22270/tid=22278] ppid=22268 vsize=10556408 CPUtime=6.28 cores=0,2,4,6
/proc/22270/task/22278/stat : 22278 (java) S 22268 22270 22213 0 -1 4202560 199408 0 0 0 599 29 0 0 15 0 19 0 856078679 10809761792 1740789 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 6 0 0 0
[pid=22270/tid=22279] ppid=22268 vsize=10556408 CPUtime=6.44 cores=0,2,4,6
/proc/22270/task/22279/stat : 22279 (java) S 22268 22270 22213 0 -1 4202560 103610 0 0 0 629 15 0 0 15 0 19 0 856078679 10809761792 1740789 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 4 0 0 0
[pid=22270/tid=22280] ppid=22268 vsize=10556408 CPUtime=6.64 cores=0,2,4,6
/proc/22270/task/22280/stat : 22280 (java) S 22268 22270 22213 0 -1 4202560 141109 0 0 0 641 23 0 0 15 0 19 0 856078679 10809761792 1740789 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22281] ppid=22268 vsize=10556408 CPUtime=15.7 cores=0,2,4,6
/proc/22270/task/22281/stat : 22281 (java) S 22268 22270 22213 0 -1 4202560 1699 0 0 0 1570 0 0 0 15 0 19 0 856078681 10809761792 1740789 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463872 0 0 0 16800975 18446604443423885312 0 0 -1 2 0 0 0
[pid=22270/tid=22282] ppid=22268 vsize=10556408 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22282/stat : 22282 (java) S 22268 22270 22213 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 856078681 10809761792 1740789 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22283] ppid=22268 vsize=10556408 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22283/stat : 22283 (java) S 22268 22270 22213 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 856078681 10809761792 1740789 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22284] ppid=22268 vsize=10556408 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22284/stat : 22284 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856078683 10809761792 1740789 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216470961 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22285] ppid=22268 vsize=10556408 CPUtime=0.93 cores=0,2,4,6
/proc/22270/task/22285/stat : 22285 (java) S 22268 22270 22213 0 -1 4202560 10070 0 0 0 92 1 0 0 16 0 19 0 856078683 10809761792 1740789 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 4 0 0 0
[pid=22270/tid=22286] ppid=22268 vsize=10556408 CPUtime=1 cores=0,2,4,6
/proc/22270/task/22286/stat : 22286 (java) S 22268 22270 22213 0 -1 4202560 6284 0 0 0 100 0 0 0 15 0 19 0 856078683 10809761792 1740789 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 2 0 0 0
[pid=22270/tid=22287] ppid=22268 vsize=10556408 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22287/stat : 22287 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856078683 10809761792 1740789 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22288] ppid=22268 vsize=10556408 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22288/stat : 22288 (java) S 22268 22270 22213 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 856078683 10809761792 1740789 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463872 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22292] ppid=22268 vsize=10556408 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22292/stat : 22292 (java) S 22268 22270 22213 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 856091352 10809761792 1740789 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463872 0 4 0 16800975 18446604443423885312 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1702.13
Current children cumulated vsize (KiB) 10556408

[startup+1722.3 s]
/proc/loadavg: 2.05 2.03 1.72 3/526 22335
/proc/meminfo: memFree=15097100/32951124 swapFree=63649284/67111528
[pid=22270] ppid=22268 vsize=10556408 CPUtime=1762.29 cores=0,2,4,6
/proc/22270/stat : 22270 (java) S 22268 22270 22213 0 -1 4202496 1770403 0 1 0 175909 320 0 0 19 0 19 0 856078677 10809761792 1740850 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22270/statm: 2639102 1740850 2266 9 0 2629836 0
[pid=22270/tid=22271] ppid=22268 vsize=10556408 CPUtime=1692.91 cores=0,2,4,6
/proc/22270/task/22271/stat : 22271 (java) R 22268 22270 22213 0 -1 4202560 651199 0 1 0 169150 141 0 0 25 0 19 0 856078678 10809761792 1740850 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 46912505946799 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22270/tid=22273] ppid=22268 vsize=10556408 CPUtime=6.65 cores=0,2,4,6
/proc/22270/task/22273/stat : 22273 (java) S 22268 22270 22213 0 -1 4202560 132826 0 0 0 645 20 0 0 16 0 19 0 856078679 10809761792 1740850 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 2 0 0 0
[pid=22270/tid=22274] ppid=22268 vsize=10556408 CPUtime=6.85 cores=0,2,4,6
/proc/22270/task/22274/stat : 22274 (java) S 22268 22270 22213 0 -1 4202560 116266 0 0 0 665 20 0 0 15 0 19 0 856078679 10809761792 1740850 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22275] ppid=22268 vsize=10556408 CPUtime=6.89 cores=0,2,4,6
/proc/22270/task/22275/stat : 22275 (java) S 22268 22270 22213 0 -1 4202560 157492 0 0 0 664 25 0 0 15 0 19 0 856078679 10809761792 1740850 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 4 0 0 0
[pid=22270/tid=22276] ppid=22268 vsize=10556408 CPUtime=4.92 cores=0,2,4,6
/proc/22270/task/22276/stat : 22276 (java) S 22268 22270 22213 0 -1 4202560 104813 0 0 0 476 16 0 0 15 0 19 0 856078679 10809761792 1740850 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 4 0 0 0
[pid=22270/tid=22277] ppid=22268 vsize=10556408 CPUtime=6.87 cores=0,2,4,6
/proc/22270/task/22277/stat : 22277 (java) S 22268 22270 22213 0 -1 4202560 144356 0 0 0 664 23 0 0 16 0 19 0 856078679 10809761792 1740850 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 4 0 0 0
[pid=22270/tid=22278] ppid=22268 vsize=10556408 CPUtime=6.31 cores=0,2,4,6
/proc/22270/task/22278/stat : 22278 (java) S 22268 22270 22213 0 -1 4202560 199419 0 0 0 602 29 0 0 16 0 19 0 856078679 10809761792 1740850 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 6 0 0 0
[pid=22270/tid=22279] ppid=22268 vsize=10556408 CPUtime=6.46 cores=0,2,4,6
/proc/22270/task/22279/stat : 22279 (java) S 22268 22270 22213 0 -1 4202560 103614 0 0 0 631 15 0 0 16 0 19 0 856078679 10809761792 1740850 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22280] ppid=22268 vsize=10556408 CPUtime=6.64 cores=0,2,4,6
/proc/22270/task/22280/stat : 22280 (java) S 22268 22270 22213 0 -1 4202560 141109 0 0 0 641 23 0 0 15 0 19 0 856078679 10809761792 1740850 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22281] ppid=22268 vsize=10556408 CPUtime=15.7 cores=0,2,4,6
/proc/22270/task/22281/stat : 22281 (java) S 22268 22270 22213 0 -1 4202560 1703 0 0 0 1570 0 0 0 15 0 19 0 856078681 10809761792 1740850 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463872 0 0 0 16800975 18446604443423885312 0 0 -1 2 0 0 0
[pid=22270/tid=22282] ppid=22268 vsize=10556408 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22282/stat : 22282 (java) S 22268 22270 22213 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 856078681 10809761792 1740850 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22283] ppid=22268 vsize=10556408 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22283/stat : 22283 (java) S 22268 22270 22213 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 856078681 10809761792 1740850 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22284] ppid=22268 vsize=10556408 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22284/stat : 22284 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856078683 10809761792 1740850 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216470961 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22285] ppid=22268 vsize=10556408 CPUtime=0.93 cores=0,2,4,6
/proc/22270/task/22285/stat : 22285 (java) S 22268 22270 22213 0 -1 4202560 10070 0 0 0 92 1 0 0 16 0 19 0 856078683 10809761792 1740850 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 4 0 0 0
[pid=22270/tid=22286] ppid=22268 vsize=10556408 CPUtime=1.02 cores=0,2,4,6
/proc/22270/task/22286/stat : 22286 (java) S 22268 22270 22213 0 -1 4202560 6285 0 0 0 102 0 0 0 15 0 19 0 856078683 10809761792 1740850 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 2 0 0 0
[pid=22270/tid=22287] ppid=22268 vsize=10556408 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22287/stat : 22287 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856078683 10809761792 1740850 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22288] ppid=22268 vsize=10556408 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22288/stat : 22288 (java) S 22268 22270 22213 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 856078683 10809761792 1740850 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463872 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22292] ppid=22268 vsize=10556408 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22292/stat : 22292 (java) S 22268 22270 22213 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 856091352 10809761792 1740850 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463872 0 4 0 16800975 18446604443423885312 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1762.29
Current children cumulated vsize (KiB) 10556408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1760 s]
/proc/loadavg: 2.02 2.03 1.73 4/526 22336
/proc/meminfo: memFree=15095172/32951124 swapFree=63649284/67111528
[pid=22270] ppid=22268 vsize=10556408 CPUtime=1800.08 cores=0,2,4,6
/proc/22270/stat : 22270 (java) S 22268 22270 22213 0 -1 4202496 1770444 0 1 0 179688 320 0 0 19 0 19 0 856078677 10809761792 1740886 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22270/statm: 2639102 1740886 2266 9 0 2629836 0
[pid=22270/tid=22271] ppid=22268 vsize=10556408 CPUtime=1730.61 cores=0,2,4,6
/proc/22270/task/22271/stat : 22271 (java) R 22268 22270 22213 0 -1 4202560 651200 0 1 0 172920 141 0 0 25 0 19 0 856078678 10809761792 1740886 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 46912506160744 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22270/tid=22273] ppid=22268 vsize=10556408 CPUtime=6.66 cores=0,2,4,6
/proc/22270/task/22273/stat : 22273 (java) S 22268 22270 22213 0 -1 4202560 132828 0 0 0 646 20 0 0 16 0 19 0 856078679 10809761792 1740886 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 2 0 0 0
[pid=22270/tid=22274] ppid=22268 vsize=10556408 CPUtime=6.85 cores=0,2,4,6
/proc/22270/task/22274/stat : 22274 (java) S 22268 22270 22213 0 -1 4202560 116267 0 0 0 665 20 0 0 15 0 19 0 856078679 10809761792 1740886 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22275] ppid=22268 vsize=10556408 CPUtime=6.9 cores=0,2,4,6
/proc/22270/task/22275/stat : 22275 (java) S 22268 22270 22213 0 -1 4202560 157498 0 0 0 665 25 0 0 16 0 19 0 856078679 10809761792 1740886 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 4 0 0 0
[pid=22270/tid=22276] ppid=22268 vsize=10556408 CPUtime=4.92 cores=0,2,4,6
/proc/22270/task/22276/stat : 22276 (java) S 22268 22270 22213 0 -1 4202560 104814 0 0 0 476 16 0 0 15 0 19 0 856078679 10809761792 1740886 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 2 0 0 0
[pid=22270/tid=22277] ppid=22268 vsize=10556408 CPUtime=6.9 cores=0,2,4,6
/proc/22270/task/22277/stat : 22277 (java) S 22268 22270 22213 0 -1 4202560 144365 0 0 0 667 23 0 0 16 0 19 0 856078679 10809761792 1740886 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 4 0 0 0
[pid=22270/tid=22278] ppid=22268 vsize=10556408 CPUtime=6.33 cores=0,2,4,6
/proc/22270/task/22278/stat : 22278 (java) S 22268 22270 22213 0 -1 4202560 199424 0 0 0 604 29 0 0 16 0 19 0 856078679 10809761792 1740886 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 6 0 0 0
[pid=22270/tid=22279] ppid=22268 vsize=10556408 CPUtime=6.47 cores=0,2,4,6
/proc/22270/task/22279/stat : 22279 (java) S 22268 22270 22213 0 -1 4202560 103616 0 0 0 632 15 0 0 16 0 19 0 856078679 10809761792 1740886 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22280] ppid=22268 vsize=10556408 CPUtime=6.67 cores=0,2,4,6
/proc/22270/task/22280/stat : 22280 (java) S 22268 22270 22213 0 -1 4202560 141119 0 0 0 644 23 0 0 16 0 19 0 856078679 10809761792 1740886 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22281] ppid=22268 vsize=10556408 CPUtime=15.7 cores=0,2,4,6
/proc/22270/task/22281/stat : 22281 (java) S 22268 22270 22213 0 -1 4202560 1705 0 0 0 1570 0 0 0 15 0 19 0 856078681 10809761792 1740886 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463872 0 0 0 16800975 18446604443423885312 0 0 -1 2 0 0 0
[pid=22270/tid=22282] ppid=22268 vsize=10556408 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22282/stat : 22282 (java) S 22268 22270 22213 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 856078681 10809761792 1740886 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22283] ppid=22268 vsize=10556408 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22283/stat : 22283 (java) S 22268 22270 22213 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 856078681 10809761792 1740886 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22284] ppid=22268 vsize=10556408 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22284/stat : 22284 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856078683 10809761792 1740886 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216470961 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22285] ppid=22268 vsize=10556408 CPUtime=0.93 cores=0,2,4,6
/proc/22270/task/22285/stat : 22285 (java) S 22268 22270 22213 0 -1 4202560 10070 0 0 0 92 1 0 0 16 0 19 0 856078683 10809761792 1740886 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 4 0 0 0
[pid=22270/tid=22286] ppid=22268 vsize=10556408 CPUtime=1.02 cores=0,2,4,6
/proc/22270/task/22286/stat : 22286 (java) S 22268 22270 22213 0 -1 4202560 6285 0 0 0 102 0 0 0 15 0 19 0 856078683 10809761792 1740886 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 2 0 0 0
[pid=22270/tid=22287] ppid=22268 vsize=10556408 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22287/stat : 22287 (java) S 22268 22270 22213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856078683 10809761792 1740886 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463257 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22288] ppid=22268 vsize=10556408 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22288/stat : 22288 (java) S 22268 22270 22213 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 856078683 10809761792 1740886 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463872 0 4 0 16800975 18446604443423885312 0 0 -1 0 0 0 0
[pid=22270/tid=22292] ppid=22268 vsize=10556408 CPUtime=0 cores=0,2,4,6
/proc/22270/task/22292/stat : 22292 (java) S 22268 22270 22213 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 856091352 10809761792 1740886 33554432000 1073741824 1073778376 140733344053840 18446744073709551615 210216463872 0 4 0 16800975 18446604443423885312 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 10556408

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

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

[startup+1760.2 s]
/proc/loadavg: 2.02 2.03 1.73 4/526 22336
/proc/meminfo: memFree=15095172/32951124 swapFree=63649284/67111528
[pid=22270] ppid=22268 vsize=0 CPUtime=1800.27 cores=0,2,4,6
/proc/22270/stat : 22270 (java) Z 22268 22270 22213 0 -1 4203548 1770473 0 1 0 179692 335 0 0 17 0 2 0 856078677 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22270/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

[startup+1760.3 s]
/proc/loadavg: 2.02 2.03 1.73 4/526 22336
/proc/meminfo: memFree=15095172/32951124 swapFree=63649284/67111528
[pid=22270] ppid=22268 vsize=0 CPUtime=1800.37 cores=0,2,4,6
/proc/22270/stat : 22270 (java) Z 22268 22270 22213 0 -1 4203548 1770473 0 1 0 179692 345 0 0 17 0 2 0 856078677 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22270/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1760.32
CPU time (s): 1800.4
CPU user time (s): 1796.92
CPU system time (s): 3.47447
CPU usage (%): 102.277
Max. virtual memory (cumulated for all children) (KiB): 10562752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.92
system time used= 3.47447
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1770473
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= 41918
involuntary context switches= 28955

runsolver used 9.55955 second user time and 19.3051 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-07 13:06:41
IDJOB=3478969
IDBENCH=89808
IDSOLVER=1951
FILE ID=node130/3478969-1307444774
RUNJOBID= node130-1307444774-22231
PBS_JOBID= 13520020
Free space on /tmp= 72824 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-184.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478969-1307444774/watcher-3478969-1307444774 -o /tmp/evaluation-result-3478969-1307444774/solver-3478969-1307444774 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3478969-1307444774.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= d8db981f22ec5ac3b83e1e418cbe482a
RANDOM SEED=2081101652

node130.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22994544 kB
Buffers:        320916 kB
Cached:        1839616 kB
SwapCached:       9700 kB
Active:        9123996 kB
Inactive:       522388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22994544 kB
SwapTotal:    67111528 kB
SwapFree:     63649284 kB
Dirty:         1186164 kB
Writeback:           0 kB
AnonPages:     7484488 kB
Mapped:          38908 kB
Slab:           180784 kB
PageTables:      59524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 155443336 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72824 MiB
End job on node130 at 2011-06-07 13:36:04