Trace number 3455939

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.03

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=421-P1=401-P2=149-P3=307-P4=521-P5=409-P6=79-P7=59-P8=127-P9=503-B.opb
MD5SUMc7fd9e5ff885ee342a28d015ab19e648
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.230964
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 variables243
Total number of constraints19
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 constraints19
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)729
Sum of products size (including duplicates)1458
Number of different products729
Sum of products size1458

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@13d4c61c
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-3455939-1307225457.opb
0.11/0.11	c reading problem ... 
0.25/0.22	c ... done. Wall clock time 0.108s.
0.25/0.22	c #vars     972
0.25/0.22	c #constraints  1486
0.25/0.22	c constraints type 
0.25/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 729
0.25/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 757
24.99/23.53	c cleaning 0 clauses out of 5000 with flag 0/5000
114.38/112.55	c cleaning 0 clauses out of 11001 with flag 0/11001
202.90/200.74	c cleaning 0 clauses out of 18000 with flag 0/18000
575.76/572.73	c cleaning 0 clauses out of 26000 with flag 0/26000
1149.55/1145.28	c cleaning 0 clauses out of 35001 with flag 0/35001
1325.18/1320.26	c cleaning 0 clauses out of 45000 with flag 0/45000
1800.01/1793.82	c starts		: 68
1800.01/1793.82	c conflicts		: 49304
1800.01/1793.82	c decisions		: 53211
1800.01/1793.82	c propagations		: 788849
1800.01/1793.82	c inspects		: 2017792294
1800.01/1793.82	c shortcuts		: 0
1800.01/1793.82	c learnt literals	: 0
1800.01/1793.82	c learnt binary clauses	: 0
1800.01/1793.82	c learnt ternary clauses	: 0
1800.01/1793.82	c learnt constraints	: 49303
1800.01/1793.82	c ignored constraints	: 0
1800.01/1793.82	c root simplifications	: 0
1800.01/1793.82	c removed literals (reason simplification)	: 0
1800.01/1793.82	c reason swapping (by a shorter reason)	: 0
1800.01/1793.82	c Calls to reduceDB	: 6
1800.01/1793.82	c number of reductions to clauses (during analyze)	: 0
1800.01/1793.82	c number of learned constraints concerned by reduction	: 0
1800.01/1793.82	c number of learning phase by resolution	: 0
1800.01/1793.82	c number of learning phase by cutting planes	: 0
1800.01/1793.82	c speed (assignments/second)	: 439.81224395128464
1800.01/1793.82	c non guided choices	1065
1800.01/1793.85	c learnt constraints type 
1800.01/1793.85	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 168
1800.01/1793.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 49135
1800.01/1793.85	c constraints type 
1800.01/1793.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 729
1800.01/1793.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 757
1800.01/1793.85	s UNKNOWN
1800.01/1793.85	c Total wall clock time (in seconds): 1793.737

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-3455939-1307225457/watcher-3455939-1307225457 -o /tmp/evaluation-result-3455939-1307225457/solver-3455939-1307225457 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455939-1307225457.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: 2.13 2.07 2.01 2/542 972
/proc/meminfo: memFree=20159320/32951124 swapFree=56930356/67111528
[pid=972] ppid=970 vsize=2464 CPUtime=0 cores=0,2,4,6
/proc/972/stat : 972 (java) S 970 972 32290 0 -1 4194304 281 0 0 0 0 0 0 0 25 0 1 0 834143388 2523136 44 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218900807303 0 2147483391 4096 0 18446744071699207358 0 0 17 0 0 0 0
/proc/972/statm: 616 44 35 9 0 27 0
[pid=972/tid=973] ppid=970 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/972/task/973/stat : 973 (java) R 970 972 32290 0 -1 4202560 5816 0 1 0 0 0 0 0 25 0 2 0 834143389 10694979584 6632 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218905424955 0 4 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.103809 s]
/proc/loadavg: 2.13 2.07 2.01 2/542 972
/proc/meminfo: memFree=20159320/32951124 swapFree=56930356/67111528
[pid=972] ppid=970 vsize=10540164 CPUtime=0.11 cores=0,2,4,6
/proc/972/stat : 972 (java) S 970 972 32290 0 -1 4202496 13083 0 1 0 10 1 0 0 25 0 18 0 834143388 10793127936 12766 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/972/statm: 2635041 12767 2092 9 0 2625775 0
[pid=972/tid=973] ppid=970 vsize=10540164 CPUtime=0.08 cores=0,2,4,6
/proc/972/task/973/stat : 973 (java) R 970 972 32290 0 -1 4202560 11136 0 1 0 8 0 0 0 18 0 18 0 834143389 10793127936 12767 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 46975537490771 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) 10540164

[startup+0.200753 s]
/proc/loadavg: 2.13 2.07 2.01 2/542 972
/proc/meminfo: memFree=20159320/32951124 swapFree=56930356/67111528
[pid=972] ppid=970 vsize=10540840 CPUtime=0.25 cores=0,2,4,6
/proc/972/stat : 972 (java) S 970 972 32290 0 -1 4202496 14122 0 1 0 24 1 0 0 25 0 18 0 834143388 10793820160 13777 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/972/statm: 2635210 13777 2170 9 0 2625944 0
[pid=972/tid=973] ppid=970 vsize=10540840 CPUtime=0.19 cores=0,2,4,6
/proc/972/task/973/stat : 973 (java) R 970 972 32290 0 -1 4202560 11749 0 1 0 18 1 0 0 18 0 18 0 834143389 10793820160 13777 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 46912505195847 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10540840

[startup+0.304784 s]
/proc/loadavg: 2.13 2.07 2.01 2/542 972
/proc/meminfo: memFree=20159320/32951124 swapFree=56930356/67111528
[pid=972] ppid=970 vsize=10544784 CPUtime=0.5 cores=0,2,4,6
/proc/972/stat : 972 (java) S 970 972 32290 0 -1 4202496 16801 0 1 0 49 1 0 0 25 0 19 0 834143388 10797858816 15818 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/972/statm: 2636196 15819 2207 9 0 2626930 0
[pid=972/tid=973] ppid=970 vsize=10544784 CPUtime=0.29 cores=0,2,4,6
/proc/972/task/973/stat : 973 (java) R 970 972 32290 0 -1 4202560 12520 0 1 0 28 1 0 0 19 0 19 0 834143389 10797858816 15821 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 46912505553023 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10544784

[startup+0.700724 s]
/proc/loadavg: 2.13 2.07 2.01 2/542 972
/proc/meminfo: memFree=20159320/32951124 swapFree=56930356/67111528
[pid=972] ppid=970 vsize=10551632 CPUtime=1.64 cores=0,2,4,6
/proc/972/stat : 972 (java) S 970 972 32290 0 -1 4202496 39921 0 1 0 159 5 0 0 25 0 19 0 834143388 10804871168 34254 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/972/statm: 2637908 34257 2221 9 0 2628642 0
[pid=972/tid=973] ppid=970 vsize=10551632 CPUtime=0.68 cores=0,2,4,6
/proc/972/task/973/stat : 973 (java) R 970 972 32290 0 -1 4202560 26892 0 1 0 65 3 0 0 19 0 19 0 834143389 10804871168 34258 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 46912505592543 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 10551632

[startup+1.50161 s]
/proc/loadavg: 2.28 2.10 2.02 4/561 992
/proc/meminfo: memFree=19842908/32951124 swapFree=56930356/67111528
[pid=972] ppid=970 vsize=10552244 CPUtime=2.8 cores=0,2,4,6
/proc/972/stat : 972 (java) S 970 972 32290 0 -1 4202496 115888 0 1 0 265 15 0 0 25 0 19 0 834143388 10805497856 109335 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/972/statm: 2638061 109341 2225 9 0 2628795 0
[pid=972/tid=973] ppid=970 vsize=10552244 CPUtime=1.49 cores=0,2,4,6
/proc/972/task/973/stat : 973 (java) R 970 972 32290 0 -1 4202560 101794 0 1 0 136 13 0 0 21 0 19 0 834143389 10805497856 109343 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 46912505366018 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=972/tid=975] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/975/stat : 975 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 109346 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=977] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/977/stat : 977 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 109349 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=978] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/978/stat : 978 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 109351 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=979] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/979/stat : 979 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 109354 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=980] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/980/stat : 980 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 109357 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=981] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/981/stat : 981 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 109359 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=982] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/982/stat : 982 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 109361 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=983] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/983/stat : 983 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 109363 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=984] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/984/stat : 984 (java) S 970 972 32290 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 834143392 10805497856 109364 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917547520 0 0 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=985] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/985/stat : 985 (java) S 970 972 32290 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834143392 10805497856 109365 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=986] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/986/stat : 986 (java) S 970 972 32290 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834143392 10805497856 109367 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=987] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/987/stat : 987 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143395 10805497856 109369 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917554609 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=988] ppid=970 vsize=10552244 CPUtime=0.61 cores=0,2,4,6
/proc/972/task/988/stat : 988 (java) S 970 972 32290 0 -1 4202560 4955 0 0 0 61 0 0 0 15 0 19 0 834143395 10805497856 109372 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=989] ppid=970 vsize=10552244 CPUtime=0.68 cores=0,2,4,6
/proc/972/task/989/stat : 989 (java) S 970 972 32290 0 -1 4202560 7986 0 0 0 67 1 0 0 15 0 19 0 834143395 10805497856 109374 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 4 0 0 0
[pid=972/tid=990] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/990/stat : 990 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143395 10805497856 109377 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=991] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/991/stat : 991 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834143395 10805497856 109379 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917547520 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=992] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/992/stat : 992 (java) S 970 972 32290 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834143411 10805497856 109381 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917547520 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 10552244

[startup+3.10129 s]
/proc/loadavg: 2.28 2.10 2.02 3/561 992
/proc/meminfo: memFree=19432840/32951124 swapFree=56930356/67111528
[pid=972] ppid=970 vsize=10552244 CPUtime=4.43 cores=0,2,4,6
/proc/972/stat : 972 (java) S 970 972 32290 0 -1 4202496 258126 0 1 0 411 32 0 0 25 0 19 0 834143388 10805497856 251571 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/972/statm: 2638061 251574 2225 9 0 2628795 0
[pid=972/tid=973] ppid=970 vsize=10552244 CPUtime=3.08 cores=0,2,4,6
/proc/972/task/973/stat : 973 (java) R 970 972 32290 0 -1 4202560 244025 0 1 0 279 29 0 0 18 0 19 0 834143389 10805497856 251576 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 46912505546148 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=972/tid=975] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/975/stat : 975 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 251580 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=977] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/977/stat : 977 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 251584 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=978] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/978/stat : 978 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 251585 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=979] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/979/stat : 979 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 251587 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=980] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/980/stat : 980 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 251593 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=981] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/981/stat : 981 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 251597 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=982] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/982/stat : 982 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 251599 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=983] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/983/stat : 983 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 251601 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=984] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/984/stat : 984 (java) S 970 972 32290 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 834143392 10805497856 251603 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917547520 0 0 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=985] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/985/stat : 985 (java) S 970 972 32290 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834143392 10805497856 251608 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=986] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/986/stat : 986 (java) S 970 972 32290 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834143392 10805497856 251611 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=987] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/987/stat : 987 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143395 10805497856 251613 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917554609 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=988] ppid=970 vsize=10552244 CPUtime=0.61 cores=0,2,4,6
/proc/972/task/988/stat : 988 (java) S 970 972 32290 0 -1 4202560 4955 0 0 0 61 0 0 0 15 0 19 0 834143395 10805497856 251615 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=989] ppid=970 vsize=10552244 CPUtime=0.71 cores=0,2,4,6
/proc/972/task/989/stat : 989 (java) S 970 972 32290 0 -1 4202560 7990 0 0 0 70 1 0 0 15 0 19 0 834143395 10805497856 251619 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 4 0 0 0
[pid=972/tid=990] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/990/stat : 990 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143395 10805497856 251622 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=991] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/991/stat : 991 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834143395 10805497856 251624 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917547520 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=992] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/992/stat : 992 (java) S 970 972 32290 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834143411 10805497856 251626 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917547520 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 10552244

[startup+6.3007 s]
/proc/loadavg: 2.26 2.10 2.02 3/561 992
/proc/meminfo: memFree=18238324/32951124 swapFree=56930356/67111528
[pid=972] ppid=970 vsize=10552244 CPUtime=7.63 cores=0,2,4,6
/proc/972/stat : 972 (java) S 970 972 32290 0 -1 4202496 551400 0 1 0 693 70 0 0 25 0 19 0 834143388 10805497856 544844 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/972/statm: 2638061 544847 2226 9 0 2628795 0
[pid=972/tid=973] ppid=970 vsize=10552244 CPUtime=6.28 cores=0,2,4,6
/proc/972/task/973/stat : 973 (java) R 970 972 32290 0 -1 4202560 537298 0 1 0 560 68 0 0 21 0 19 0 834143389 10805497856 544848 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 46912505577786 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=972/tid=975] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/975/stat : 975 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 544850 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=977] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/977/stat : 977 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 544852 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=978] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/978/stat : 978 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 544854 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=979] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/979/stat : 979 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 544856 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=980] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/980/stat : 980 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 544858 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=981] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/981/stat : 981 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 544859 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=982] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/982/stat : 982 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 544861 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=983] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/983/stat : 983 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143391 10805497856 544862 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=984] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/984/stat : 984 (java) S 970 972 32290 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 834143392 10805497856 544864 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917547520 0 0 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=985] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/985/stat : 985 (java) S 970 972 32290 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834143392 10805497856 544866 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=986] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/986/stat : 986 (java) S 970 972 32290 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834143392 10805497856 544868 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=987] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/987/stat : 987 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143395 10805497856 544870 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917554609 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=988] ppid=970 vsize=10552244 CPUtime=0.61 cores=0,2,4,6
/proc/972/task/988/stat : 988 (java) S 970 972 32290 0 -1 4202560 4955 0 0 0 61 0 0 0 15 0 19 0 834143395 10805497856 544872 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=989] ppid=970 vsize=10552244 CPUtime=0.71 cores=0,2,4,6
/proc/972/task/989/stat : 989 (java) S 970 972 32290 0 -1 4202560 7990 0 0 0 70 1 0 0 15 0 19 0 834143395 10805497856 544874 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 4 0 0 0

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

/proc/972/task/986/stat : 986 (java) S 970 972 32290 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834143392 10805497856 956069 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=987] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/987/stat : 987 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143395 10805497856 956069 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917554609 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=988] ppid=970 vsize=10552244 CPUtime=0.79 cores=0,2,4,6
/proc/972/task/988/stat : 988 (java) S 970 972 32290 0 -1 4202560 4983 0 0 0 78 1 0 0 15 0 19 0 834143395 10805497856 956069 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=989] ppid=970 vsize=10552244 CPUtime=0.79 cores=0,2,4,6
/proc/972/task/989/stat : 989 (java) S 970 972 32290 0 -1 4202560 7997 0 0 0 78 1 0 0 15 0 19 0 834143395 10805497856 956069 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 4 0 0 0
[pid=972/tid=990] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/990/stat : 990 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143395 10805497856 956069 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=991] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/991/stat : 991 (java) S 970 972 32290 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 834143395 10805497856 956069 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917547520 0 4 0 16800975 18446604445590176704 0 0 -1 4 0 0 0
[pid=972/tid=992] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/992/stat : 992 (java) S 970 972 32290 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834143411 10805497856 956069 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917547520 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1668.15
Current children cumulated vsize (KiB) 10552244

[startup+1722.3 s]
/proc/loadavg: 2.01 2.07 2.02 3/561 1086
/proc/meminfo: memFree=16489016/32951124 swapFree=56930356/67111528
[pid=972] ppid=970 vsize=10552244 CPUtime=1728.29 cores=0,2,4,6
/proc/972/stat : 972 (java) S 970 972 32290 0 -1 4202496 965375 0 1 0 172705 124 0 0 25 0 19 0 834143388 10805497856 956920 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/972/statm: 2638061 956920 2256 9 0 2628795 0
[pid=972/tid=973] ppid=970 vsize=10552244 CPUtime=1718.28 cores=0,2,4,6
/proc/972/task/973/stat : 973 (java) R 970 972 32290 0 -1 4202560 826071 0 1 0 171725 103 0 0 25 0 19 0 834143389 10805497856 956920 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 46912505546312 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=972/tid=975] ppid=970 vsize=10552244 CPUtime=0.68 cores=0,2,4,6
/proc/972/task/975/stat : 975 (java) S 970 972 32290 0 -1 4202560 12422 0 0 0 67 1 0 0 15 0 19 0 834143391 10805497856 956920 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=977] ppid=970 vsize=10552244 CPUtime=0.83 cores=0,2,4,6
/proc/972/task/977/stat : 977 (java) S 970 972 32290 0 -1 4202560 14384 0 0 0 81 2 0 0 15 0 19 0 834143391 10805497856 956920 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=978] ppid=970 vsize=10552244 CPUtime=0.82 cores=0,2,4,6
/proc/972/task/978/stat : 978 (java) S 970 972 32290 0 -1 4202560 15177 0 0 0 80 2 0 0 16 0 19 0 834143391 10805497856 956920 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 4 0 0 0
[pid=972/tid=979] ppid=970 vsize=10552244 CPUtime=0.91 cores=0,2,4,6
/proc/972/task/979/stat : 979 (java) S 970 972 32290 0 -1 4202560 14014 0 0 0 90 1 0 0 16 0 19 0 834143391 10805497856 956920 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 0 0 0 0
[pid=972/tid=980] ppid=970 vsize=10552244 CPUtime=0.87 cores=0,2,4,6
/proc/972/task/980/stat : 980 (java) S 970 972 32290 0 -1 4202560 18111 0 0 0 84 3 0 0 16 0 19 0 834143391 10805497856 956920 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=981] ppid=970 vsize=10552244 CPUtime=0.69 cores=0,2,4,6
/proc/972/task/981/stat : 981 (java) S 970 972 32290 0 -1 4202560 12290 0 0 0 68 1 0 0 15 0 19 0 834143391 10805497856 956920 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 0 0 0 0
[pid=972/tid=982] ppid=970 vsize=10552244 CPUtime=0.87 cores=0,2,4,6
/proc/972/task/982/stat : 982 (java) S 970 972 32290 0 -1 4202560 12965 0 0 0 86 1 0 0 16 0 19 0 834143391 10805497856 956920 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=983] ppid=970 vsize=10552244 CPUtime=0.88 cores=0,2,4,6
/proc/972/task/983/stat : 983 (java) S 970 972 32290 0 -1 4202560 13265 0 0 0 87 1 0 0 15 0 19 0 834143391 10805497856 956920 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=984] ppid=970 vsize=10552244 CPUtime=1.76 cores=0,2,4,6
/proc/972/task/984/stat : 984 (java) S 970 972 32290 0 -1 4202560 12446 0 0 0 175 1 0 0 15 0 19 0 834143392 10805497856 956920 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917547520 0 0 0 16800975 18446604445590176704 0 0 -1 4 0 0 0
[pid=972/tid=985] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/985/stat : 985 (java) S 970 972 32290 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834143392 10805497856 956920 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=986] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/986/stat : 986 (java) S 970 972 32290 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834143392 10805497856 956920 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=987] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/987/stat : 987 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143395 10805497856 956920 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917554609 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=988] ppid=970 vsize=10552244 CPUtime=0.79 cores=0,2,4,6
/proc/972/task/988/stat : 988 (java) S 970 972 32290 0 -1 4202560 4983 0 0 0 78 1 0 0 15 0 19 0 834143395 10805497856 956920 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=989] ppid=970 vsize=10552244 CPUtime=0.79 cores=0,2,4,6
/proc/972/task/989/stat : 989 (java) S 970 972 32290 0 -1 4202560 7997 0 0 0 78 1 0 0 15 0 19 0 834143395 10805497856 956920 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 4 0 0 0
[pid=972/tid=990] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/990/stat : 990 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143395 10805497856 956920 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=991] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/991/stat : 991 (java) S 970 972 32290 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 834143395 10805497856 956920 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917547520 0 4 0 16800975 18446604445590176704 0 0 -1 4 0 0 0
[pid=972/tid=992] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/992/stat : 992 (java) S 970 972 32290 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834143411 10805497856 956920 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917547520 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1728.29
Current children cumulated vsize (KiB) 10552244

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/561 1088
/proc/meminfo: memFree=16485636/32951124 swapFree=56930356/67111528
[pid=972] ppid=970 vsize=10552244 CPUtime=1788.45 cores=0,2,4,6
/proc/972/stat : 972 (java) S 970 972 32290 0 -1 4202496 966056 0 1 0 178721 124 0 0 25 0 19 0 834143388 10805497856 957584 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/972/statm: 2638061 957584 2256 9 0 2628795 0
[pid=972/tid=973] ppid=970 vsize=10552244 CPUtime=1778.2 cores=0,2,4,6
/proc/972/task/973/stat : 973 (java) R 970 972 32290 0 -1 4202560 826076 0 1 0 177717 103 0 0 25 0 19 0 834143389 10805497856 957584 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 46912505859494 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=972/tid=975] ppid=970 vsize=10552244 CPUtime=0.7 cores=0,2,4,6
/proc/972/task/975/stat : 975 (java) S 970 972 32290 0 -1 4202560 12435 0 0 0 69 1 0 0 16 0 19 0 834143391 10805497856 957584 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=977] ppid=970 vsize=10552244 CPUtime=0.87 cores=0,2,4,6
/proc/972/task/977/stat : 977 (java) S 970 972 32290 0 -1 4202560 14516 0 0 0 85 2 0 0 15 0 19 0 834143391 10805497856 957584 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=978] ppid=970 vsize=10552244 CPUtime=0.83 cores=0,2,4,6
/proc/972/task/978/stat : 978 (java) S 970 972 32290 0 -1 4202560 15202 0 0 0 81 2 0 0 15 0 19 0 834143391 10805497856 957584 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 4 0 0 0
[pid=972/tid=979] ppid=970 vsize=10552244 CPUtime=0.94 cores=0,2,4,6
/proc/972/task/979/stat : 979 (java) S 970 972 32290 0 -1 4202560 14104 0 0 0 93 1 0 0 15 0 19 0 834143391 10805497856 957584 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=980] ppid=970 vsize=10552244 CPUtime=0.89 cores=0,2,4,6
/proc/972/task/980/stat : 980 (java) S 970 972 32290 0 -1 4202560 18168 0 0 0 86 3 0 0 16 0 19 0 834143391 10805497856 957584 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 4 0 0 0
[pid=972/tid=981] ppid=970 vsize=10552244 CPUtime=0.73 cores=0,2,4,6
/proc/972/task/981/stat : 981 (java) S 970 972 32290 0 -1 4202560 12432 0 0 0 72 1 0 0 15 0 19 0 834143391 10805497856 957584 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 0 0 0 0
[pid=972/tid=982] ppid=970 vsize=10552244 CPUtime=0.92 cores=0,2,4,6
/proc/972/task/982/stat : 982 (java) S 970 972 32290 0 -1 4202560 13062 0 0 0 91 1 0 0 16 0 19 0 834143391 10805497856 957584 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=983] ppid=970 vsize=10552244 CPUtime=0.91 cores=0,2,4,6
/proc/972/task/983/stat : 983 (java) S 970 972 32290 0 -1 4202560 13379 0 0 0 90 1 0 0 16 0 19 0 834143391 10805497856 957584 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 0 0 0 0
[pid=972/tid=984] ppid=970 vsize=10552244 CPUtime=1.76 cores=0,2,4,6
/proc/972/task/984/stat : 984 (java) S 970 972 32290 0 -1 4202560 12448 0 0 0 175 1 0 0 15 0 19 0 834143392 10805497856 957584 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917547520 0 0 0 16800975 18446604445590176704 0 0 -1 4 0 0 0
[pid=972/tid=985] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/985/stat : 985 (java) S 970 972 32290 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834143392 10805497856 957584 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=986] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/986/stat : 986 (java) S 970 972 32290 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834143392 10805497856 957584 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=987] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/987/stat : 987 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143395 10805497856 957584 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917554609 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=988] ppid=970 vsize=10552244 CPUtime=0.79 cores=0,2,4,6
/proc/972/task/988/stat : 988 (java) S 970 972 32290 0 -1 4202560 4983 0 0 0 78 1 0 0 15 0 19 0 834143395 10805497856 957584 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=989] ppid=970 vsize=10552244 CPUtime=0.79 cores=0,2,4,6
/proc/972/task/989/stat : 989 (java) S 970 972 32290 0 -1 4202560 7997 0 0 0 78 1 0 0 15 0 19 0 834143395 10805497856 957584 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 4 0 0 0
[pid=972/tid=990] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/990/stat : 990 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143395 10805497856 957584 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=991] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/991/stat : 991 (java) S 970 972 32290 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 834143395 10805497856 957584 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917547520 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=992] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/992/stat : 992 (java) S 970 972 32290 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834143411 10805497856 957584 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917547520 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1788.45
Current children cumulated vsize (KiB) 10552244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.8 s]
/proc/loadavg: 2.00 2.05 2.02 3/561 1088
/proc/meminfo: memFree=16483900/32951124 swapFree=56930356/67111528
[pid=972] ppid=970 vsize=10552244 CPUtime=1800.01 cores=0,2,4,6
/proc/972/stat : 972 (java) S 970 972 32290 0 -1 4202496 966574 0 1 0 179877 124 0 0 25 0 19 0 834143388 10805497856 958095 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/972/statm: 2638061 958095 2256 9 0 2628795 0
[pid=972/tid=973] ppid=970 vsize=10552244 CPUtime=1789.7 cores=0,2,4,6
/proc/972/task/973/stat : 973 (java) R 970 972 32290 0 -1 4202560 826077 0 1 0 178867 103 0 0 25 0 19 0 834143389 10805497856 958095 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 46912505859494 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=972/tid=975] ppid=970 vsize=10552244 CPUtime=0.7 cores=0,2,4,6
/proc/972/task/975/stat : 975 (java) S 970 972 32290 0 -1 4202560 12452 0 0 0 69 1 0 0 16 0 19 0 834143391 10805497856 958095 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=977] ppid=970 vsize=10552244 CPUtime=0.87 cores=0,2,4,6
/proc/972/task/977/stat : 977 (java) S 970 972 32290 0 -1 4202560 14516 0 0 0 85 2 0 0 15 0 19 0 834143391 10805497856 958095 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=978] ppid=970 vsize=10552244 CPUtime=0.83 cores=0,2,4,6
/proc/972/task/978/stat : 978 (java) S 970 972 32290 0 -1 4202560 15202 0 0 0 81 2 0 0 15 0 19 0 834143391 10805497856 958095 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 4 0 0 0
[pid=972/tid=979] ppid=970 vsize=10552244 CPUtime=0.96 cores=0,2,4,6
/proc/972/task/979/stat : 979 (java) S 970 972 32290 0 -1 4202560 14283 0 0 0 95 1 0 0 16 0 19 0 834143391 10805497856 958095 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=980] ppid=970 vsize=10552244 CPUtime=0.91 cores=0,2,4,6
/proc/972/task/980/stat : 980 (java) S 970 972 32290 0 -1 4202560 18415 0 0 0 88 3 0 0 16 0 19 0 834143391 10805497856 958095 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 4 0 0 0
[pid=972/tid=981] ppid=970 vsize=10552244 CPUtime=0.74 cores=0,2,4,6
/proc/972/task/981/stat : 981 (java) S 970 972 32290 0 -1 4202560 12446 0 0 0 73 1 0 0 16 0 19 0 834143391 10805497856 958095 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=982] ppid=970 vsize=10552244 CPUtime=0.92 cores=0,2,4,6
/proc/972/task/982/stat : 982 (java) S 970 972 32290 0 -1 4202560 13062 0 0 0 91 1 0 0 15 0 19 0 834143391 10805497856 958095 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=983] ppid=970 vsize=10552244 CPUtime=0.93 cores=0,2,4,6
/proc/972/task/983/stat : 983 (java) S 970 972 32290 0 -1 4202560 13437 0 0 0 92 1 0 0 16 0 19 0 834143391 10805497856 958095 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 0 0 0 0
[pid=972/tid=984] ppid=970 vsize=10552244 CPUtime=1.76 cores=0,2,4,6
/proc/972/task/984/stat : 984 (java) S 970 972 32290 0 -1 4202560 12450 0 0 0 175 1 0 0 15 0 19 0 834143392 10805497856 958095 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917547520 0 0 0 16800975 18446604445590176704 0 0 -1 4 0 0 0
[pid=972/tid=985] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/985/stat : 985 (java) S 970 972 32290 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834143392 10805497856 958095 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=986] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/986/stat : 986 (java) S 970 972 32290 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834143392 10805497856 958095 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=987] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/987/stat : 987 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143395 10805497856 958095 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917554609 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=988] ppid=970 vsize=10552244 CPUtime=0.79 cores=0,2,4,6
/proc/972/task/988/stat : 988 (java) S 970 972 32290 0 -1 4202560 4983 0 0 0 78 1 0 0 15 0 19 0 834143395 10805497856 958095 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=989] ppid=970 vsize=10552244 CPUtime=0.79 cores=0,2,4,6
/proc/972/task/989/stat : 989 (java) S 970 972 32290 0 -1 4202560 7997 0 0 0 78 1 0 0 15 0 19 0 834143395 10805497856 958095 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 4 0 0 0
[pid=972/tid=990] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/990/stat : 990 (java) S 970 972 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834143395 10805497856 958095 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917546905 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
[pid=972/tid=991] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/991/stat : 991 (java) S 970 972 32290 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 834143395 10805497856 958095 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917547520 0 4 0 16800975 18446604445590176704 0 0 -1 2 0 0 0
[pid=972/tid=992] ppid=970 vsize=10552244 CPUtime=0 cores=0,2,4,6
/proc/972/task/992/stat : 992 (java) S 970 972 32290 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834143411 10805497856 958095 33554432000 1073741824 1073778376 140733925808240 18446744073709551615 218917547520 0 4 0 16800975 18446604445590176704 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 10552244

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

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

[startup+1794 s]
/proc/loadavg: 2.00 2.05 2.02 3/561 1088
/proc/meminfo: memFree=16483900/32951124 swapFree=56930356/67111528
[pid=972] ppid=970 vsize=0 CPUtime=1800.24 cores=0,2,4,6
/proc/972/stat : 972 (java) Z 970 972 32290 0 -1 4203548 966615 0 1 0 179886 138 0 0 17 0 2 0 834143388 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/972/statm: 0 0 0 0 0 0 0
[pid=972/tid=973] ppid=970 vsize=0 CPUtime=1789.87 cores=0,2,4,6
/proc/972/task/973/stat : 973 (java) R 970 972 32290 0 -1 4203588 826077 0 1 0 178870 117 0 0 25 0 2 0 834143389 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.03
CPU time (s): 1800.28
CPU user time (s): 1798.86
CPU system time (s): 1.41878
CPU usage (%): 100.348
Max. virtual memory (cumulated for all children) (KiB): 10552556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.86
system time used= 1.41878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 966615
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= 40392
involuntary context switches= 10286

runsolver used 10.3194 second user time and 21.5187 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-05 00:10:57
IDJOB=3455939
IDBENCH=47951
IDSOLVER=1951
FILE ID=node137/3455939-1307225457
RUNJOBID= node137-1307215866-32308
PBS_JOBID= 13509087
Free space on /tmp= 73732 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=421-P1=401-P2=149-P3=307-P4=521-P5=409-P6=79-P7=59-P8=127-P9=503-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455939-1307225457/watcher-3455939-1307225457 -o /tmp/evaluation-result-3455939-1307225457/solver-3455939-1307225457 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455939-1307225457.opb

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

MD5SUM BENCH= c7fd9e5ff885ee342a28d015ab19e648
RANDOM SEED=960084231

node137.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.844
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.68
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.844
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.75
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.844
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.74
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.844
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.74
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.844
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20159600 kB
Buffers:        298744 kB
Cached:         594360 kB
SwapCached:      12312 kB
Active:       11981448 kB
Inactive:       541376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20159600 kB
SwapTotal:    67111528 kB
SwapFree:     56930356 kB
Dirty:             496 kB
Writeback:           0 kB
AnonPages:    11626940 kB
Mapped:          29624 kB
Slab:           118144 kB
PageTables:      81740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 172895720 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= 73728 MiB
End job on node137 at 2011-06-05 00:40:53