Trace number 3455935

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 CuttingPlanes 2.3.0? (TO) 1800.28 1794.5

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=487-P1=163-P2=173-P3=211-B.opb
MD5SUMfb1c97600aa303ca13bb2482d5ad3e27
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.106983
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables81
Total number of constraints7
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints7
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)243
Sum of products size (including duplicates)486
Number of different products243
Sum of products size486

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.09	c version 2.3.1.v20110525
0.08/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.09	c java.vm.version	19.1-b02
0.08/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.09	c sun.arch.data.model	64
0.08/0.09	c java.version		1.6.0_24
0.08/0.09	c os.name		Linux
0.08/0.09	c os.version		2.6.18-164.el5
0.08/0.09	c os.arch		amd64
0.08/0.09	c Free memory 		9996466904
0.08/0.09	c Max memory 		10048897024
0.08/0.09	c Total memory 		10048897024
0.08/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3455935-1307225408.opb
0.09/0.11	c reading problem ... 
0.09/0.16	c ... done. Wall clock time 0.046s.
0.09/0.16	c #vars     324
0.09/0.16	c #constraints  496
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 243
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 253
23.72/22.33	c cleaning 0 clauses out of 5000 with flag 0/5000
145.38/143.51	c cleaning 0 clauses out of 11001 with flag 0/11001
378.14/375.81	c cleaning 0 clauses out of 18000 with flag 0/18000
787.12/784.00	c cleaning 0 clauses out of 26000 with flag 0/26000
1158.64/1154.63	c cleaning 0 clauses out of 35001 with flag 0/35001
1800.07/1794.32	c starts		: 65
1800.07/1794.32	c conflicts		: 41526
1800.07/1794.32	c decisions		: 43603
1800.07/1794.32	c propagations		: 623353
1800.07/1794.32	c inspects		: 2081666207
1800.07/1794.32	c shortcuts		: 0
1800.07/1794.32	c learnt literals	: 0
1800.07/1794.32	c learnt binary clauses	: 0
1800.07/1794.32	c learnt ternary clauses	: 0
1800.07/1794.32	c learnt constraints	: 41525
1800.07/1794.32	c ignored constraints	: 0
1800.07/1794.32	c root simplifications	: 0
1800.07/1794.32	c removed literals (reason simplification)	: 0
1800.07/1794.32	c reason swapping (by a shorter reason)	: 0
1800.07/1794.32	c Calls to reduceDB	: 5
1800.07/1794.32	c number of reductions to clauses (during analyze)	: 0
1800.07/1794.32	c number of learned constraints concerned by reduction	: 0
1800.07/1794.32	c number of learning phase by resolution	: 0
1800.07/1794.32	c number of learning phase by cutting planes	: 0
1800.07/1794.32	c speed (assignments/second)	: 347.4334857719329
1800.07/1794.32	c non guided choices	286
1800.07/1794.34	c learnt constraints type 
1800.07/1794.34	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 136
1800.07/1794.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41389
1800.07/1794.34	c constraints type 
1800.07/1794.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 243
1800.07/1794.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 253
1800.07/1794.34	s UNKNOWN
1800.07/1794.34	c Total wall clock time (in seconds): 1794.231

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-3455935-1307225408/watcher-3455935-1307225408 -o /tmp/evaluation-result-3455935-1307225408/solver-3455935-1307225408 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455935-1307225408.opb 

running on 4 cores: 1,3,5,7

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: 2.04 2.03 2.00 3/535 23816
/proc/meminfo: memFree=17936704/32950928 swapFree=34259960/67111528
[pid=23816] ppid=23814 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/23816/stat : 23816 (java) S 23814 23816 22626 0 -1 4202496 4774 0 1 0 0 0 0 0 25 0 2 0 834137440 10694979584 4477 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/23816/statm: 2611079 4491 917 9 0 2602235 0
[pid=23816/tid=23817] ppid=23814 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23817/stat : 23817 (java) R 23814 23816 22626 0 -1 4202560 3752 0 1 0 0 0 0 0 25 0 2 0 834137441 10694979584 4568 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254500385851 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.09425 s]
/proc/loadavg: 2.04 2.03 2.00 3/535 23816
/proc/meminfo: memFree=17936704/32950928 swapFree=34259960/67111528
[pid=23816] ppid=23814 vsize=10539716 CPUtime=0.08 cores=1,3,5,7
/proc/23816/stat : 23816 (java) S 23814 23816 22626 0 -1 4202496 12696 0 1 0 7 1 0 0 25 0 18 0 834137440 10792669184 12394 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23816/statm: 2634977 12409 2059 9 0 2625711 0
[pid=23816/tid=23817] ppid=23814 vsize=10539908 CPUtime=0.07 cores=1,3,5,7
/proc/23816/task/23817/stat : 23817 (java) R 23814 23816 22626 0 -1 4202560 10949 0 1 0 6 1 0 0 18 0 18 0 834137441 10792865792 12414 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10539716

[startup+0.101197 s]
/proc/loadavg: 2.04 2.03 2.00 3/535 23816
/proc/meminfo: memFree=17936704/32950928 swapFree=34259960/67111528
[pid=23816] ppid=23814 vsize=10540076 CPUtime=0.09 cores=1,3,5,7
/proc/23816/stat : 23816 (java) S 23814 23816 22626 0 -1 4202496 12947 0 1 0 8 1 0 0 25 0 18 0 834137440 10793037824 12645 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23816/statm: 2635019 12645 2092 9 0 2625753 0
[pid=23816/tid=23817] ppid=23814 vsize=10540076 CPUtime=0.08 cores=1,3,5,7
/proc/23816/task/23817/stat : 23817 (java) R 23814 23816 22626 0 -1 4202560 11054 0 1 0 7 1 0 0 18 0 18 0 834137441 10793037824 12647 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 47531941484056 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540076

[startup+0.301211 s]
/proc/loadavg: 2.04 2.03 2.00 3/535 23816
/proc/meminfo: memFree=17936704/32950928 swapFree=34259960/67111528
[pid=23816] ppid=23814 vsize=10543992 CPUtime=0.47 cores=1,3,5,7
/proc/23816/stat : 23816 (java) S 23814 23816 22626 0 -1 4202496 17155 0 1 0 45 2 0 0 25 0 19 0 834137440 10797047808 16223 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23816/statm: 2635998 16223 2188 9 0 2626732 0
[pid=23816/tid=23817] ppid=23814 vsize=10543992 CPUtime=0.28 cores=1,3,5,7
/proc/23816/task/23817/stat : 23817 (java) R 23814 23816 22626 0 -1 4202560 13539 0 1 0 26 2 0 0 19 0 19 0 834137441 10797047808 16223 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10543992

[startup+0.701029 s]
/proc/loadavg: 2.04 2.03 2.00 3/535 23816
/proc/meminfo: memFree=17936704/32950928 swapFree=34259960/67111528
[pid=23816] ppid=23814 vsize=10554932 CPUtime=1.66 cores=1,3,5,7
/proc/23816/stat : 23816 (java) S 23814 23816 22626 0 -1 4202496 44441 0 1 0 159 7 0 0 25 0 19 0 834137440 10808250368 38581 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23816/statm: 2638733 38583 2215 9 0 2629467 0
[pid=23816/tid=23817] ppid=23814 vsize=10554932 CPUtime=0.67 cores=1,3,5,7
/proc/23816/task/23817/stat : 23817 (java) R 23814 23816 22626 0 -1 4202560 29649 0 1 0 63 4 0 0 19 0 19 0 834137441 10808250368 38586 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 46912505549904 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 10554932

[startup+1.50087 s]
/proc/loadavg: 2.20 2.06 2.01 4/554 23835
/proc/meminfo: memFree=17678832/32950928 swapFree=34259960/67111528
[pid=23816] ppid=23814 vsize=10554932 CPUtime=2.72 cores=1,3,5,7
/proc/23816/stat : 23816 (java) S 23814 23816 22626 0 -1 4202496 126457 0 1 0 256 16 0 0 25 0 19 0 834137440 10808250368 120008 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23816/statm: 2638733 120011 2218 9 0 2629467 0
[pid=23816/tid=23817] ppid=23814 vsize=10554932 CPUtime=1.48 cores=1,3,5,7
/proc/23816/task/23817/stat : 23817 (java) R 23814 23816 22626 0 -1 4202560 111471 0 1 0 135 13 0 0 21 0 19 0 834137441 10808250368 120013 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 46912505570049 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23816/tid=23819] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23819/stat : 23819 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10808250368 120016 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23820] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23820/stat : 23820 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10808250368 120018 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23821] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23821/stat : 23821 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10808250368 120021 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23822] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23822/stat : 23822 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10808250368 120023 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23823] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23823/stat : 23823 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10808250368 120025 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23824] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23824/stat : 23824 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10808250368 120030 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23825] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23825/stat : 23825 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10808250368 120032 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23826] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23826/stat : 23826 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10808250368 120034 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23827] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23827/stat : 23827 (java) S 23814 23816 22626 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 834137444 10808250368 120036 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512508416 0 0 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23828] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23828/stat : 23828 (java) S 23814 23816 22626 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834137445 10808250368 120038 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23829] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23829/stat : 23829 (java) S 23814 23816 22626 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834137445 10808250368 120041 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23830] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23830/stat : 23830 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137447 10808250368 120043 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512515505 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23831] ppid=23814 vsize=10554932 CPUtime=0.61 cores=1,3,5,7
/proc/23816/task/23831/stat : 23831 (java) S 23814 23816 22626 0 -1 4202560 6145 0 0 0 60 1 0 0 18 0 19 0 834137447 10808250368 120046 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 5 0 0 0
[pid=23816/tid=23832] ppid=23814 vsize=10554932 CPUtime=0.62 cores=1,3,5,7
/proc/23816/task/23832/stat : 23832 (java) R 23814 23816 22626 0 -1 4202560 7688 0 0 0 61 1 0 0 19 0 19 0 834137447 10808250368 120048 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 47531941616944 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23816/tid=23833] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23833/stat : 23833 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137447 10808250368 120051 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23834] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23834/stat : 23834 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834137447 10808250368 120053 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512508416 0 4 0 16800975 18446604470506084224 0 0 -1 1 0 0 0
[pid=23816/tid=23835] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23835/stat : 23835 (java) S 23814 23816 22626 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834137457 10808250368 120055 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512508416 0 4 0 16800975 18446604470506084224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 10554932

[startup+3.10163 s]
/proc/loadavg: 2.20 2.06 2.01 3/554 23835
/proc/meminfo: memFree=17227080/32950928 swapFree=34259960/67111528
[pid=23816] ppid=23814 vsize=10554932 CPUtime=4.35 cores=1,3,5,7
/proc/23816/stat : 23816 (java) S 23814 23816 22626 0 -1 4202496 282777 0 1 0 403 32 0 0 25 0 19 0 834137440 10808250368 276325 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23816/statm: 2638733 276328 2218 9 0 2629467 0
[pid=23816/tid=23817] ppid=23814 vsize=10554932 CPUtime=3.07 cores=1,3,5,7
/proc/23816/task/23817/stat : 23817 (java) R 23814 23816 22626 0 -1 4202560 267786 0 1 0 278 29 0 0 25 0 19 0 834137441 10808250368 276330 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 46912505547861 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23816/tid=23819] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23819/stat : 23819 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10808250368 276332 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23820] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23820/stat : 23820 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10808250368 276335 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23821] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23821/stat : 23821 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10808250368 276337 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23822] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23822/stat : 23822 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10808250368 276340 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23823] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23823/stat : 23823 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10808250368 276342 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23824] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23824/stat : 23824 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10808250368 276345 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23825] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23825/stat : 23825 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10808250368 276347 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23826] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23826/stat : 23826 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10808250368 276349 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23827] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23827/stat : 23827 (java) S 23814 23816 22626 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 834137444 10808250368 276351 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512508416 0 0 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23828] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23828/stat : 23828 (java) S 23814 23816 22626 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834137445 10808250368 276354 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23829] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23829/stat : 23829 (java) S 23814 23816 22626 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834137445 10808250368 276356 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23830] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23830/stat : 23830 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137447 10808250368 276358 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512515505 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23831] ppid=23814 vsize=10554932 CPUtime=0.61 cores=1,3,5,7
/proc/23816/task/23831/stat : 23831 (java) S 23814 23816 22626 0 -1 4202560 6145 0 0 0 60 1 0 0 15 0 19 0 834137447 10808250368 276360 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 5 0 0 0
[pid=23816/tid=23832] ppid=23814 vsize=10554932 CPUtime=0.64 cores=1,3,5,7
/proc/23816/task/23832/stat : 23832 (java) S 23814 23816 22626 0 -1 4202560 7692 0 0 0 63 1 0 0 15 0 19 0 834137447 10808250368 276362 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 7 0 0 0
[pid=23816/tid=23833] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23833/stat : 23833 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137447 10808250368 276364 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23834] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23834/stat : 23834 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834137447 10808250368 276367 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512508416 0 4 0 16800975 18446604470506084224 0 0 -1 1 0 0 0
[pid=23816/tid=23835] ppid=23814 vsize=10554932 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23835/stat : 23835 (java) S 23814 23816 22626 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834137457 10808250368 276369 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512508416 0 4 0 16800975 18446604470506084224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 10554932

[startup+6.30099 s]
/proc/loadavg: 2.18 2.06 2.01 3/554 23835
/proc/meminfo: memFree=15908956/32950928 swapFree=34259960/67111528
[pid=23816] ppid=23814 vsize=10552000 CPUtime=7.59 cores=1,3,5,7
/proc/23816/stat : 23816 (java) S 23814 23816 22626 0 -1 4202496 595471 0 1 0 698 61 0 0 25 0 19 0 834137440 10805248000 588051 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23816/statm: 2638000 588054 2220 9 0 2628734 0
[pid=23816/tid=23817] ppid=23814 vsize=10552000 CPUtime=6.28 cores=1,3,5,7
/proc/23816/task/23817/stat : 23817 (java) R 23814 23816 22626 0 -1 4202560 580471 0 1 0 569 59 0 0 25 0 19 0 834137441 10805248000 588055 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 46912505570053 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23816/tid=23819] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23819/stat : 23819 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10805248000 588057 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23820] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23820/stat : 23820 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10805248000 588059 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23821] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23821/stat : 23821 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10805248000 588061 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23822] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23822/stat : 23822 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10805248000 588062 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23823] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23823/stat : 23823 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10805248000 588064 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23824] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23824/stat : 23824 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10805248000 588066 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23825] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23825/stat : 23825 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10805248000 588068 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23826] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23826/stat : 23826 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137443 10805248000 588069 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23827] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23827/stat : 23827 (java) S 23814 23816 22626 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 834137444 10805248000 588071 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512508416 0 0 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23828] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23828/stat : 23828 (java) S 23814 23816 22626 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834137445 10805248000 588072 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23829] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23829/stat : 23829 (java) S 23814 23816 22626 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834137445 10805248000 588074 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23830] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23830/stat : 23830 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137447 10805248000 588076 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512515505 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23831] ppid=23814 vsize=10552000 CPUtime=0.61 cores=1,3,5,7
/proc/23816/task/23831/stat : 23831 (java) S 23814 23816 22626 0 -1 4202560 6145 0 0 0 60 1 0 0 15 0 19 0 834137447 10805248000 588077 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 5 0 0 0
[pid=23816/tid=23832] ppid=23814 vsize=10552000 CPUtime=0.68 cores=1,3,5,7
/proc/23816/task/23832/stat : 23832 (java) S 23814 23816 22626 0 -1 4202560 7699 0 0 0 67 1 0 0 15 0 19 0 834137447 10805248000 588080 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 5 0 0 0

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

[pid=23816/tid=23835] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23835/stat : 23835 (java) S 23814 23816 22626 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834137457 10805248000 938113 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512508416 0 4 0 16800975 18446604470506084224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1667.72
Current children cumulated vsize (KiB) 10552000

[startup+1722.3 s]
/proc/loadavg: 2.13 2.09 2.03 3/554 23929
/proc/meminfo: memFree=14203156/32950928 swapFree=34259960/67111528
[pid=23816] ppid=23814 vsize=10552000 CPUtime=1727.88 cores=1,3,5,7
/proc/23816/stat : 23816 (java) S 23814 23816 22626 0 -1 4202496 947860 0 1 0 172681 107 0 0 25 0 19 0 834137440 10805248000 938761 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23816/statm: 2638000 938761 2256 9 0 2628734 0
[pid=23816/tid=23817] ppid=23814 vsize=10552000 CPUtime=1719.13 cores=1,3,5,7
/proc/23816/task/23817/stat : 23817 (java) R 23814 23816 22626 0 -1 4202560 830014 0 1 0 171827 86 0 0 25 0 19 0 834137441 10805248000 938761 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 46912505844930 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23816/tid=23819] ppid=23814 vsize=10552000 CPUtime=0.76 cores=1,3,5,7
/proc/23816/task/23819/stat : 23819 (java) S 23814 23816 22626 0 -1 4202560 12900 0 0 0 75 1 0 0 16 0 19 0 834137443 10805248000 938761 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 5 0 0 0
[pid=23816/tid=23820] ppid=23814 vsize=10552000 CPUtime=0.73 cores=1,3,5,7
/proc/23816/task/23820/stat : 23820 (java) S 23814 23816 22626 0 -1 4202560 13455 0 0 0 72 1 0 0 16 0 19 0 834137443 10805248000 938761 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 1 0 0 0
[pid=23816/tid=23821] ppid=23814 vsize=10552000 CPUtime=0.66 cores=1,3,5,7
/proc/23816/task/23821/stat : 23821 (java) S 23814 23816 22626 0 -1 4202560 11051 0 0 0 64 2 0 0 16 0 19 0 834137443 10805248000 938761 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 7 0 0 0
[pid=23816/tid=23822] ppid=23814 vsize=10552000 CPUtime=0.81 cores=1,3,5,7
/proc/23816/task/23822/stat : 23822 (java) S 23814 23816 22626 0 -1 4202560 12680 0 0 0 79 2 0 0 15 0 19 0 834137443 10805248000 938761 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 7 0 0 0
[pid=23816/tid=23823] ppid=23814 vsize=10552000 CPUtime=0.74 cores=1,3,5,7
/proc/23816/task/23823/stat : 23823 (java) S 23814 23816 22626 0 -1 4202560 11960 0 0 0 73 1 0 0 16 0 19 0 834137443 10805248000 938761 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23824] ppid=23814 vsize=10552000 CPUtime=0.63 cores=1,3,5,7
/proc/23816/task/23824/stat : 23824 (java) S 23814 23816 22626 0 -1 4202560 8125 0 0 0 62 1 0 0 15 0 19 0 834137443 10805248000 938761 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 5 0 0 0
[pid=23816/tid=23825] ppid=23814 vsize=10552000 CPUtime=0.66 cores=1,3,5,7
/proc/23816/task/23825/stat : 23825 (java) S 23814 23816 22626 0 -1 4202560 10279 0 0 0 64 2 0 0 15 0 19 0 834137443 10805248000 938761 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 1 0 0 0
[pid=23816/tid=23826] ppid=23814 vsize=10552000 CPUtime=0.8 cores=1,3,5,7
/proc/23816/task/23826/stat : 23826 (java) S 23814 23816 22626 0 -1 4202560 12092 0 0 0 79 1 0 0 15 0 19 0 834137443 10805248000 938761 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 7 0 0 0
[pid=23816/tid=23827] ppid=23814 vsize=10552000 CPUtime=1.27 cores=1,3,5,7
/proc/23816/task/23827/stat : 23827 (java) S 23814 23816 22626 0 -1 4202560 10166 0 0 0 125 2 0 0 16 0 19 0 834137444 10805248000 938761 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512508416 0 0 0 16800975 18446604470506084224 0 0 -1 5 0 0 0
[pid=23816/tid=23828] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23828/stat : 23828 (java) S 23814 23816 22626 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834137445 10805248000 938761 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23829] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23829/stat : 23829 (java) S 23814 23816 22626 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834137445 10805248000 938761 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23830] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23830/stat : 23830 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137447 10805248000 938761 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512515505 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23831] ppid=23814 vsize=10552000 CPUtime=0.69 cores=1,3,5,7
/proc/23816/task/23831/stat : 23831 (java) S 23814 23816 22626 0 -1 4202560 6154 0 0 0 68 1 0 0 15 0 19 0 834137447 10805248000 938761 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 7 0 0 0
[pid=23816/tid=23832] ppid=23814 vsize=10552000 CPUtime=0.87 cores=1,3,5,7
/proc/23816/task/23832/stat : 23832 (java) S 23814 23816 22626 0 -1 4202560 7735 0 0 0 86 1 0 0 15 0 19 0 834137447 10805248000 938761 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 5 0 0 0
[pid=23816/tid=23833] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23833/stat : 23833 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137447 10805248000 938761 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23834] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23834/stat : 23834 (java) S 23814 23816 22626 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 834137447 10805248000 938761 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512508416 0 4 0 16800975 18446604470506084224 0 0 -1 1 0 0 0
[pid=23816/tid=23835] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23835/stat : 23835 (java) S 23814 23816 22626 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834137457 10805248000 938761 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512508416 0 4 0 16800975 18446604470506084224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1727.88
Current children cumulated vsize (KiB) 10552000

[startup+1782.3 s]
/proc/loadavg: 2.05 2.07 2.02 3/554 23930
/proc/meminfo: memFree=14193472/32950928 swapFree=34259960/67111528
[pid=23816] ppid=23814 vsize=10552000 CPUtime=1788.05 cores=1,3,5,7
/proc/23816/stat : 23816 (java) S 23814 23816 22626 0 -1 4202496 948891 0 1 0 178697 108 0 0 25 0 19 0 834137440 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23816/statm: 2638000 939756 2256 9 0 2628734 0
[pid=23816/tid=23817] ppid=23814 vsize=10552000 CPUtime=1779.07 cores=1,3,5,7
/proc/23816/task/23817/stat : 23817 (java) R 23814 23816 22626 0 -1 4202560 830018 0 1 0 177821 86 0 0 25 0 19 0 834137441 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 46912505524787 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23816/tid=23819] ppid=23814 vsize=10552000 CPUtime=0.78 cores=1,3,5,7
/proc/23816/task/23819/stat : 23819 (java) S 23814 23816 22626 0 -1 4202560 12997 0 0 0 77 1 0 0 15 0 19 0 834137443 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23820] ppid=23814 vsize=10552000 CPUtime=0.77 cores=1,3,5,7
/proc/23816/task/23820/stat : 23820 (java) S 23814 23816 22626 0 -1 4202560 13575 0 0 0 76 1 0 0 16 0 19 0 834137443 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 1 0 0 0
[pid=23816/tid=23821] ppid=23814 vsize=10552000 CPUtime=0.69 cores=1,3,5,7
/proc/23816/task/23821/stat : 23821 (java) S 23814 23816 22626 0 -1 4202560 11298 0 0 0 67 2 0 0 16 0 19 0 834137443 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 7 0 0 0
[pid=23816/tid=23822] ppid=23814 vsize=10552000 CPUtime=0.82 cores=1,3,5,7
/proc/23816/task/23822/stat : 23822 (java) S 23814 23816 22626 0 -1 4202560 12702 0 0 0 80 2 0 0 15 0 19 0 834137443 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 5 0 0 0
[pid=23816/tid=23823] ppid=23814 vsize=10552000 CPUtime=0.78 cores=1,3,5,7
/proc/23816/task/23823/stat : 23823 (java) S 23814 23816 22626 0 -1 4202560 12192 0 0 0 77 1 0 0 15 0 19 0 834137443 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23824] ppid=23814 vsize=10552000 CPUtime=0.64 cores=1,3,5,7
/proc/23816/task/23824/stat : 23824 (java) S 23814 23816 22626 0 -1 4202560 8181 0 0 0 63 1 0 0 15 0 19 0 834137443 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 5 0 0 0
[pid=23816/tid=23825] ppid=23814 vsize=10552000 CPUtime=0.71 cores=1,3,5,7
/proc/23816/task/23825/stat : 23825 (java) S 23814 23816 22626 0 -1 4202560 10393 0 0 0 69 2 0 0 16 0 19 0 834137443 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 5 0 0 0
[pid=23816/tid=23826] ppid=23814 vsize=10552000 CPUtime=0.83 cores=1,3,5,7
/proc/23816/task/23826/stat : 23826 (java) S 23814 23816 22626 0 -1 4202560 12223 0 0 0 82 1 0 0 15 0 19 0 834137443 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 7 0 0 0
[pid=23816/tid=23827] ppid=23814 vsize=10552000 CPUtime=1.27 cores=1,3,5,7
/proc/23816/task/23827/stat : 23827 (java) S 23814 23816 22626 0 -1 4202560 10170 0 0 0 125 2 0 0 15 0 19 0 834137444 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512508416 0 0 0 16800975 18446604470506084224 0 0 -1 5 0 0 0
[pid=23816/tid=23828] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23828/stat : 23828 (java) S 23814 23816 22626 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834137445 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23829] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23829/stat : 23829 (java) S 23814 23816 22626 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834137445 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23830] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23830/stat : 23830 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137447 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512515505 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23831] ppid=23814 vsize=10552000 CPUtime=0.69 cores=1,3,5,7
/proc/23816/task/23831/stat : 23831 (java) S 23814 23816 22626 0 -1 4202560 6154 0 0 0 68 1 0 0 15 0 19 0 834137447 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 7 0 0 0
[pid=23816/tid=23832] ppid=23814 vsize=10552000 CPUtime=0.87 cores=1,3,5,7
/proc/23816/task/23832/stat : 23832 (java) S 23814 23816 22626 0 -1 4202560 7735 0 0 0 86 1 0 0 15 0 19 0 834137447 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 5 0 0 0
[pid=23816/tid=23833] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23833/stat : 23833 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137447 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23834] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23834/stat : 23834 (java) S 23814 23816 22626 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 834137447 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512508416 0 4 0 16800975 18446604470506084224 0 0 -1 1 0 0 0
[pid=23816/tid=23835] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23835/stat : 23835 (java) S 23814 23816 22626 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834137457 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512508416 0 4 0 16800975 18446604470506084224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1788.05
Current children cumulated vsize (KiB) 10552000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.3 s]
/proc/loadavg: 2.04 2.07 2.02 3/554 23931
/proc/meminfo: memFree=14193460/32950928 swapFree=34259960/67111528
[pid=23816] ppid=23814 vsize=10552000 CPUtime=1800.07 cores=1,3,5,7
/proc/23816/stat : 23816 (java) S 23814 23816 22626 0 -1 4202496 948891 0 1 0 179899 108 0 0 25 0 19 0 834137440 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23816/statm: 2638000 939756 2256 9 0 2628734 0
[pid=23816/tid=23817] ppid=23814 vsize=10552000 CPUtime=1791.09 cores=1,3,5,7
/proc/23816/task/23817/stat : 23817 (java) R 23814 23816 22626 0 -1 4202560 830018 0 1 0 179023 86 0 0 25 0 19 0 834137441 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 46912505844706 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23816/tid=23819] ppid=23814 vsize=10552000 CPUtime=0.78 cores=1,3,5,7
/proc/23816/task/23819/stat : 23819 (java) S 23814 23816 22626 0 -1 4202560 12997 0 0 0 77 1 0 0 15 0 19 0 834137443 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23820] ppid=23814 vsize=10552000 CPUtime=0.77 cores=1,3,5,7
/proc/23816/task/23820/stat : 23820 (java) S 23814 23816 22626 0 -1 4202560 13575 0 0 0 76 1 0 0 16 0 19 0 834137443 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 1 0 0 0
[pid=23816/tid=23821] ppid=23814 vsize=10552000 CPUtime=0.69 cores=1,3,5,7
/proc/23816/task/23821/stat : 23821 (java) S 23814 23816 22626 0 -1 4202560 11298 0 0 0 67 2 0 0 16 0 19 0 834137443 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 7 0 0 0
[pid=23816/tid=23822] ppid=23814 vsize=10552000 CPUtime=0.82 cores=1,3,5,7
/proc/23816/task/23822/stat : 23822 (java) S 23814 23816 22626 0 -1 4202560 12702 0 0 0 80 2 0 0 15 0 19 0 834137443 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 5 0 0 0
[pid=23816/tid=23823] ppid=23814 vsize=10552000 CPUtime=0.78 cores=1,3,5,7
/proc/23816/task/23823/stat : 23823 (java) S 23814 23816 22626 0 -1 4202560 12192 0 0 0 77 1 0 0 15 0 19 0 834137443 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23824] ppid=23814 vsize=10552000 CPUtime=0.64 cores=1,3,5,7
/proc/23816/task/23824/stat : 23824 (java) S 23814 23816 22626 0 -1 4202560 8181 0 0 0 63 1 0 0 15 0 19 0 834137443 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 5 0 0 0
[pid=23816/tid=23825] ppid=23814 vsize=10552000 CPUtime=0.71 cores=1,3,5,7
/proc/23816/task/23825/stat : 23825 (java) S 23814 23816 22626 0 -1 4202560 10393 0 0 0 69 2 0 0 16 0 19 0 834137443 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 5 0 0 0
[pid=23816/tid=23826] ppid=23814 vsize=10552000 CPUtime=0.83 cores=1,3,5,7
/proc/23816/task/23826/stat : 23826 (java) S 23814 23816 22626 0 -1 4202560 12223 0 0 0 82 1 0 0 15 0 19 0 834137443 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 7 0 0 0
[pid=23816/tid=23827] ppid=23814 vsize=10552000 CPUtime=1.27 cores=1,3,5,7
/proc/23816/task/23827/stat : 23827 (java) S 23814 23816 22626 0 -1 4202560 10170 0 0 0 125 2 0 0 15 0 19 0 834137444 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512508416 0 0 0 16800975 18446604470506084224 0 0 -1 5 0 0 0
[pid=23816/tid=23828] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23828/stat : 23828 (java) S 23814 23816 22626 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834137445 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23829] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23829/stat : 23829 (java) S 23814 23816 22626 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834137445 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23830] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23830/stat : 23830 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137447 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512515505 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23831] ppid=23814 vsize=10552000 CPUtime=0.69 cores=1,3,5,7
/proc/23816/task/23831/stat : 23831 (java) S 23814 23816 22626 0 -1 4202560 6154 0 0 0 68 1 0 0 15 0 19 0 834137447 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 7 0 0 0
[pid=23816/tid=23832] ppid=23814 vsize=10552000 CPUtime=0.87 cores=1,3,5,7
/proc/23816/task/23832/stat : 23832 (java) S 23814 23816 22626 0 -1 4202560 7735 0 0 0 86 1 0 0 15 0 19 0 834137447 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 5 0 0 0
[pid=23816/tid=23833] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23833/stat : 23833 (java) S 23814 23816 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834137447 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512507801 0 4 0 16800975 18446604470506084224 0 0 -1 3 0 0 0
[pid=23816/tid=23834] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23834/stat : 23834 (java) S 23814 23816 22626 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 834137447 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512508416 0 4 0 16800975 18446604470506084224 0 0 -1 1 0 0 0
[pid=23816/tid=23835] ppid=23814 vsize=10552000 CPUtime=0 cores=1,3,5,7
/proc/23816/task/23835/stat : 23835 (java) S 23814 23816 22626 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834137457 10805248000 939756 33554432000 1073741824 1073778376 140736272050304 18446744073709551615 254512508416 0 4 0 16800975 18446604470506084224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10552000

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

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

[startup+1794.43 s]
/proc/loadavg: 2.04 2.07 2.02 3/554 23931
/proc/meminfo: memFree=14193460/32950928 swapFree=34259960/67111528
[pid=23816] ppid=23814 vsize=0 CPUtime=1800.19 cores=1,3,5,7
/proc/23816/stat : 23816 (java) Z 23814 23816 22626 0 -1 4203548 948931 0 1 0 179905 114 0 0 17 0 2 0 834137440 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23816/statm: 0 0 0 0 0 0 0
[pid=23816/tid=23820] ppid=23814 vsize=0 CPUtime=0.83 cores=1,3,5,7
/proc/23816/task/23820/stat : 23820 (java) R 23814 23816 22626 0 -1 4203588 13575 0 0 0 76 7 0 0 15 0 2 0 834137443 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

[startup+1794.5 s]
/proc/loadavg: 2.04 2.07 2.02 3/554 23931
/proc/meminfo: memFree=14193460/32950928 swapFree=34259960/67111528
[pid=23816] ppid=23814 vsize=0 CPUtime=1800.27 cores=1,3,5,7
/proc/23816/stat : 23816 (java) Z 23814 23816 22626 0 -1 4203548 948931 0 1 0 179905 122 0 0 17 0 2 0 834137440 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23816/statm: 0 0 0 0 0 0 0
[pid=23816/tid=23820] ppid=23814 vsize=0 CPUtime=0.91 cores=1,3,5,7
/proc/23816/task/23820/stat : 23820 (java) R 23814 23816 22626 0 -1 4203588 13575 0 0 0 76 15 0 0 16 0 2 0 834137443 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.5
CPU time (s): 1800.28
CPU user time (s): 1799.06
CPU system time (s): 1.22181
CPU usage (%): 100.322
Max. virtual memory (cumulated for all children) (KiB): 10557328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.22181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 948931
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= 40318
involuntary context switches= 13542

runsolver used 9.14961 second user time and 23.3075 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-05 00:10:08
IDJOB=3455935
IDBENCH=47947
IDSOLVER=1951
FILE ID=node149/3455935-1307225408
RUNJOBID= node149-1307215865-22649
PBS_JOBID= 13509075
Free space on /tmp= 73764 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=487-P1=163-P2=173-P3=211-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455935-1307225408/watcher-3455935-1307225408 -o /tmp/evaluation-result-3455935-1307225408/solver-3455935-1307225408 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455935-1307225408.opb

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

MD5SUM BENCH= fb1c97600aa303ca13bb2482d5ad3e27
RANDOM SEED=49676431

node149.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.806
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.61
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.806
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.75
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.806
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.82
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17936976 kB
Buffers:        341880 kB
Cached:        3309236 kB
SwapCached:     123196 kB
Active:        3937928 kB
Inactive:     10732664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17936976 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:             672 kB
Writeback:           0 kB
AnonPages:    10920656 kB
Mapped:          26216 kB
Slab:           149308 kB
PageTables:     124812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 183447776 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= 73764 MiB
End job on node149 at 2011-06-05 00:40:04