Trace number 3456400

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.27 1794.67

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-A2C1S1.opb
MD5SUMa644593dc228e712d5b0d277ee939168
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables103872
Total number of constraints3312
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 constraints3312
Minimum length of a constraint31
Maximum length of a constraint725
Number of terms in the objective function 37632
Biggest coefficient in the objective function 31125091123200
Number of bits for the biggest coefficient in the objective function 45
Sum of the numbers in the objective function 14624065344515792
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 31125091123200
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 14624065344515792
Number of bits of the biggest sum of numbers54
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3456400-1307649044.opb
0.10/0.11	c reading problem ... 
1.33/1.07	c ... done. Wall clock time 0.965s.
1.33/1.07	c #vars     103872
1.33/1.07	c #constraints  42194
1.33/1.07	c constraints type 
1.33/1.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
63.26/60.94	c cleaning 0 clauses out of 5001 with flag 0/5001
194.91/192.05	c cleaning 0 clauses out of 11000 with flag 0/11000
459.07/455.77	c cleaning 0 clauses out of 18000 with flag 0/18000
956.48/952.34	c cleaning 0 clauses out of 26001 with flag 0/26001
1800.07/1794.51	c starts		: 55
1800.07/1794.51	c conflicts		: 33541
1800.07/1794.51	c decisions		: 1125787
1800.07/1794.51	c propagations		: 3546896
1800.07/1794.51	c inspects		: 888155711
1800.07/1794.51	c shortcuts		: 0
1800.07/1794.51	c learnt literals	: 0
1800.07/1794.51	c learnt binary clauses	: 0
1800.07/1794.51	c learnt ternary clauses	: 0
1800.07/1794.51	c learnt constraints	: 33540
1800.07/1794.51	c ignored constraints	: 0
1800.07/1794.51	c root simplifications	: 0
1800.07/1794.51	c removed literals (reason simplification)	: 0
1800.07/1794.51	c reason swapping (by a shorter reason)	: 0
1800.07/1794.51	c Calls to reduceDB	: 4
1800.07/1794.51	c number of reductions to clauses (during analyze)	: 0
1800.07/1794.51	c number of learned constraints concerned by reduction	: 0
1800.07/1794.51	c number of learning phase by resolution	: 0
1800.07/1794.51	c number of learning phase by cutting planes	: 0
1800.07/1794.51	c speed (assignments/second)	: 1977.7098262776035
1800.07/1794.51	c non guided choices	0
1800.07/1794.53	c learnt constraints type 
1800.07/1794.53	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.07/1794.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 33539
1800.07/1794.53	c constraints type 
1800.07/1794.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
1800.07/1794.53	s UNKNOWN
1800.07/1794.53	c Total wall clock time (in seconds): 1794.421

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-3456400-1307649044/watcher-3456400-1307649044 -o /tmp/evaluation-result-3456400-1307649044/solver-3456400-1307649044 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456400-1307649044.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.09 2.05 2.01 2/195 6262
/proc/meminfo: memFree=28819408/32950940 swapFree=67074964/67111528
[pid=6262] ppid=6260 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/6262/stat : 6262 (java) R 6260 6262 4604 0 -1 4202496 953 0 0 0 0 0 0 0 25 0 1 0 955135154 23580672 697 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 215983630225 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6262/statm: 5757 698 514 9 0 124 0

[startup+0.0342981 s]
/proc/loadavg: 2.09 2.05 2.01 2/195 6262
/proc/meminfo: memFree=28819408/32950940 swapFree=67074964/67111528
[pid=6262] ppid=6260 vsize=10465424 CPUtime=0.02 cores=0,2,4,6
/proc/6262/stat : 6262 (java) S 6260 6262 4604 0 -1 4202496 10902 0 1 0 1 1 0 0 25 0 11 0 955135154 10716594176 10601 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/6262/statm: 2616356 10601 1564 9 0 2607104 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10465424

[startup+0.105243 s]
/proc/loadavg: 2.09 2.05 2.01 2/195 6262
/proc/meminfo: memFree=28819408/32950940 swapFree=67074964/67111528
[pid=6262] ppid=6260 vsize=10540128 CPUtime=0.1 cores=0,2,4,6
/proc/6262/stat : 6262 (java) S 6260 6262 4604 0 -1 4202496 13143 0 1 0 8 2 0 0 25 0 18 0 955135154 10793091072 12816 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6262/statm: 2635032 12816 2092 9 0 2625766 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540128

[startup+0.300207 s]
/proc/loadavg: 2.09 2.05 2.01 2/195 6262
/proc/meminfo: memFree=28819408/32950940 swapFree=67074964/67111528
[pid=6262] ppid=6260 vsize=10541924 CPUtime=0.46 cores=0,2,4,6
/proc/6262/stat : 6262 (java) S 6260 6262 4604 0 -1 4202496 19929 0 1 0 43 3 0 0 25 0 18 0 955135154 10794930176 19073 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6262/statm: 2635481 19073 2199 9 0 2626215 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10541924

[startup+0.701201 s]
/proc/loadavg: 2.09 2.05 2.01 2/195 6262
/proc/meminfo: memFree=28819408/32950940 swapFree=67074964/67111528
[pid=6262] ppid=6260 vsize=10541924 CPUtime=1.02 cores=0,2,4,6
/proc/6262/stat : 6262 (java) S 6260 6262 4604 0 -1 4202496 48083 0 1 0 96 6 0 0 25 0 18 0 955135154 10794930176 47084 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6262/statm: 2635481 47090 2205 9 0 2626215 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 10541924

[startup+1.50106 s]
/proc/loadavg: 2.08 2.05 2.01 3/213 6280
/proc/meminfo: memFree=28544380/32950940 swapFree=67074964/67111528
[pid=6262] ppid=6260 vsize=10543816 CPUtime=2.1 cores=0,2,4,6
/proc/6262/stat : 6262 (java) S 6260 6262 4604 0 -1 4202496 84523 0 1 0 198 12 0 0 25 0 19 0 955135154 10796867584 82890 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6262/statm: 2635954 82892 2222 9 0 2626688 0
[pid=6262/tid=6264] ppid=6260 vsize=10543816 CPUtime=1.48 cores=0,2,4,6
/proc/6262/task/6264/stat : 6264 (java) R 6260 6262 4604 0 -1 4202560 79777 0 1 0 137 11 0 0 25 0 19 0 955135154 10796867584 82894 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 46912505815879 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6262/tid=6265] ppid=6260 vsize=10543816 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6265/stat : 6265 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10796867584 82895 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6266] ppid=6260 vsize=10543816 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6266/stat : 6266 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10796867584 82897 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6267] ppid=6260 vsize=10543816 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6267/stat : 6267 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10796867584 82899 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6268] ppid=6260 vsize=10543816 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6268/stat : 6268 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10796867584 82901 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6269] ppid=6260 vsize=10543816 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6269/stat : 6269 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10796867584 82902 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6270] ppid=6260 vsize=10543816 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6270/stat : 6270 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10796867584 82904 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6271] ppid=6260 vsize=10543816 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6271/stat : 6271 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10796867584 82905 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6272] ppid=6260 vsize=10543816 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6272/stat : 6272 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10796867584 82906 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6273] ppid=6260 vsize=10543816 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6273/stat : 6273 (java) S 6260 6262 4604 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 955135157 10796867584 82908 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000409088 0 0 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6274] ppid=6260 vsize=10543816 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6274/stat : 6274 (java) S 6260 6262 4604 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 955135158 10796867584 82910 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6275] ppid=6260 vsize=10543816 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6275/stat : 6275 (java) S 6260 6262 4604 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 955135158 10796867584 82911 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 2 0 0 0
[pid=6262/tid=6276] ppid=6260 vsize=10543816 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6276/stat : 6276 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135160 10796867584 82912 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000416177 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6277] ppid=6260 vsize=10543816 CPUtime=0.33 cores=0,2,4,6
/proc/6262/task/6277/stat : 6277 (java) R 6260 6262 4604 0 -1 4202560 1714 0 0 0 33 0 0 0 15 0 19 0 955135160 10796867584 82914 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 46966666462397 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6262/tid=6278] ppid=6260 vsize=10543816 CPUtime=0.27 cores=0,2,4,6
/proc/6262/task/6278/stat : 6278 (java) S 6260 6262 4604 0 -1 4202560 1879 0 0 0 27 0 0 0 16 0 19 0 955135160 10796867584 82915 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6279] ppid=6260 vsize=10543816 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6279/stat : 6279 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135160 10796867584 82917 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6280] ppid=6260 vsize=10543816 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6280/stat : 6280 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 955135160 10796867584 82918 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000409088 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 10543816

[startup+3.1008 s]
/proc/loadavg: 2.08 2.05 2.01 3/214 6281
/proc/meminfo: memFree=28442056/32950940 swapFree=67074964/67111528
[pid=6262] ppid=6260 vsize=10543504 CPUtime=3.96 cores=0,2,4,6
/proc/6262/stat : 6262 (java) S 6260 6262 4604 0 -1 4202496 134588 0 1 0 377 19 0 0 25 0 19 0 955135154 10796548096 132018 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6262/statm: 2635876 132019 2226 9 0 2626610 0
[pid=6262/tid=6264] ppid=6260 vsize=10543504 CPUtime=3.08 cores=0,2,4,6
/proc/6262/task/6264/stat : 6264 (java) R 6260 6262 4604 0 -1 4202560 128780 0 1 0 290 18 0 0 25 0 19 0 955135154 10796548096 132019 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 46912505684711 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6262/tid=6265] ppid=6260 vsize=10543504 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6265/stat : 6265 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10796548096 132020 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6266] ppid=6260 vsize=10543504 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6266/stat : 6266 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10796548096 132020 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6267] ppid=6260 vsize=10543504 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6267/stat : 6267 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10796548096 132021 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6268] ppid=6260 vsize=10543504 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6268/stat : 6268 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10796548096 132021 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6269] ppid=6260 vsize=10543504 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6269/stat : 6269 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10796548096 132022 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6270] ppid=6260 vsize=10543504 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6270/stat : 6270 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10796548096 132022 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6271] ppid=6260 vsize=10543504 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6271/stat : 6271 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10796548096 132023 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6272] ppid=6260 vsize=10543504 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6272/stat : 6272 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10796548096 132023 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6273] ppid=6260 vsize=10543504 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6273/stat : 6273 (java) S 6260 6262 4604 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 955135157 10796548096 132024 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000409088 0 0 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6274] ppid=6260 vsize=10543504 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6274/stat : 6274 (java) S 6260 6262 4604 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 955135158 10796548096 132024 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6275] ppid=6260 vsize=10543504 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6275/stat : 6275 (java) S 6260 6262 4604 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 955135158 10796548096 132025 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 2 0 0 0
[pid=6262/tid=6276] ppid=6260 vsize=10543504 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6276/stat : 6276 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135160 10796548096 132025 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000416177 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6277] ppid=6260 vsize=10543504 CPUtime=0.46 cores=0,2,4,6
/proc/6262/task/6277/stat : 6277 (java) S 6260 6262 4604 0 -1 4202560 1963 0 0 0 46 0 0 0 15 0 19 0 955135160 10796548096 132025 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 2 0 0 0
[pid=6262/tid=6278] ppid=6260 vsize=10543504 CPUtime=0.4 cores=0,2,4,6
/proc/6262/task/6278/stat : 6278 (java) S 6260 6262 4604 0 -1 4202560 2685 0 0 0 40 0 0 0 15 0 19 0 955135160 10796548096 132026 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6279] ppid=6260 vsize=10543504 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6279/stat : 6279 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135160 10796548096 132026 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6280] ppid=6260 vsize=10543504 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6280/stat : 6280 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 955135160 10796548096 132027 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000409088 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6281] ppid=6260 vsize=10543504 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6281/stat : 6281 (java) S 6260 6262 4604 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 955135275 10796548096 132027 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000409088 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 10543504

[startup+6.30111 s]
/proc/loadavg: 2.08 2.05 2.01 3/214 6281
/proc/meminfo: memFree=27480940/32950940 swapFree=67074964/67111528
[pid=6262] ppid=6260 vsize=10544992 CPUtime=7.34 cores=0,2,4,6
/proc/6262/stat : 6262 (java) S 6260 6262 4604 0 -1 4202496 418525 0 1 0 686 48 0 0 25 0 19 0 955135154 10798071808 413115 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6262/statm: 2636248 413123 2227 9 0 2626982 0
[pid=6262/tid=6264] ppid=6260 vsize=10544992 CPUtime=6.28 cores=0,2,4,6
/proc/6262/task/6264/stat : 6264 (java) R 6260 6262 4604 0 -1 4202560 409764 0 1 0 582 46 0 0 25 0 19 0 955135154 10798071808 413126 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 46912505849875 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6262/tid=6265] ppid=6260 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6265/stat : 6265 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10798071808 413131 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6266] ppid=6260 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6266/stat : 6266 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10798071808 413134 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6267] ppid=6260 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6267/stat : 6267 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10798071808 413140 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6268] ppid=6260 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6268/stat : 6268 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10798071808 413145 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6269] ppid=6260 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6269/stat : 6269 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10798071808 413149 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6270] ppid=6260 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6270/stat : 6270 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10798071808 413155 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6271] ppid=6260 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6271/stat : 6271 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10798071808 413157 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6272] ppid=6260 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6272/stat : 6272 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135156 10798071808 413163 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6273] ppid=6260 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6273/stat : 6273 (java) S 6260 6262 4604 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 955135157 10798071808 413167 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000409088 0 0 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6274] ppid=6260 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6274/stat : 6274 (java) S 6260 6262 4604 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 955135158 10798071808 413171 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6275] ppid=6260 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6275/stat : 6275 (java) S 6260 6262 4604 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 955135158 10798071808 413177 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 2 0 0 0
[pid=6262/tid=6276] ppid=6260 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6276/stat : 6276 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135160 10798071808 413179 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000416177 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6277] ppid=6260 vsize=10544992 CPUtime=0.54 cores=0,2,4,6
/proc/6262/task/6277/stat : 6277 (java) S 6260 6262 4604 0 -1 4202560 2369 0 0 0 54 0 0 0 15 0 19 0 955135160 10798071808 413185 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 2 0 0 0
[pid=6262/tid=6278] ppid=6260 vsize=10544992 CPUtime=0.5 cores=0,2,4,6
/proc/6262/task/6278/stat : 6278 (java) S 6260 6262 4604 0 -1 4202560 5241 0 0 0 49 1 0 0 16 0 19 0 955135160 10798071808 413189 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6279] ppid=6260 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6279/stat : 6279 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135160 10798071808 413193 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6280] ppid=6260 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6280/stat : 6280 (java) S 6260 6262 4604 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 955135160 10798071808 413199 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000409088 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6281] ppid=6260 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6281/stat : 6281 (java) S 6260 6262 4604 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 955135275 10798071808 413201 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000409088 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.34
Current children cumulated vsize (KiB) 10544992

[startup+12.701 s]
/proc/loadavg: 2.07 2.05 2.01 3/214 6281
/proc/meminfo: memFree=26141556/32950940 swapFree=67074964/67111528

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

/proc/6262/task/6275/stat : 6275 (java) S 6260 6262 4604 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 955135158 10797092864 943541 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 2 0 0 0
[pid=6262/tid=6276] ppid=6260 vsize=10544036 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6276/stat : 6276 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135160 10797092864 943541 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000416177 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6277] ppid=6260 vsize=10544036 CPUtime=0.8 cores=0,2,4,6
/proc/6262/task/6277/stat : 6277 (java) S 6260 6262 4604 0 -1 4202560 2916 0 0 0 80 0 0 0 15 0 19 0 955135160 10797092864 943541 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 2 0 0 0
[pid=6262/tid=6278] ppid=6260 vsize=10544036 CPUtime=0.81 cores=0,2,4,6
/proc/6262/task/6278/stat : 6278 (java) S 6260 6262 4604 0 -1 4202560 11573 0 0 0 79 2 0 0 15 0 19 0 955135160 10797092864 943541 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6279] ppid=6260 vsize=10544036 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6279/stat : 6279 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135160 10797092864 943541 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6280] ppid=6260 vsize=10544036 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6280/stat : 6280 (java) S 6260 6262 4604 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 955135160 10797092864 943541 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000409088 0 4 0 16800975 18446604453917980608 0 0 -1 0 0 0 0
[pid=6262/tid=6281] ppid=6260 vsize=10544036 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6281/stat : 6281 (java) S 6260 6262 4604 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 955135275 10797092864 943541 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000409088 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1667.61
Current children cumulated vsize (KiB) 10544036

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.23 2/190 6363
/proc/meminfo: memFree=28871704/32950940 swapFree=67074964/67111528
[pid=6262] ppid=6260 vsize=10544036 CPUtime=1727.73 cores=0,2,4,6
/proc/6262/stat : 6262 (java) S 6260 6262 4604 0 -1 4202496 958406 0 1 0 172655 118 0 0 25 0 19 0 955135154 10797092864 944439 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6262/statm: 2636009 944439 2256 9 0 2626743 0
[pid=6262/tid=6264] ppid=6260 vsize=10544036 CPUtime=1719.22 cores=0,2,4,6
/proc/6262/task/6264/stat : 6264 (java) R 6260 6262 4604 0 -1 4202560 793334 0 1 0 171828 94 0 0 25 0 19 0 955135154 10797092864 944439 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 46912505684441 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6262/tid=6265] ppid=6260 vsize=10544036 CPUtime=0.77 cores=0,2,4,6
/proc/6262/task/6265/stat : 6265 (java) S 6260 6262 4604 0 -1 4202560 22831 0 0 0 74 3 0 0 15 0 19 0 955135156 10797092864 944439 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 2 0 0 0
[pid=6262/tid=6266] ppid=6260 vsize=10544036 CPUtime=0.6 cores=0,2,4,6
/proc/6262/task/6266/stat : 6266 (java) S 6260 6262 4604 0 -1 4202560 14248 0 0 0 58 2 0 0 16 0 19 0 955135156 10797092864 944439 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6267] ppid=6260 vsize=10544036 CPUtime=0.6 cores=0,2,4,6
/proc/6262/task/6267/stat : 6267 (java) S 6260 6262 4604 0 -1 4202560 14373 0 0 0 59 1 0 0 15 0 19 0 955135156 10797092864 944439 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6268] ppid=6260 vsize=10544036 CPUtime=0.67 cores=0,2,4,6
/proc/6262/task/6268/stat : 6268 (java) S 6260 6262 4604 0 -1 4202560 23847 0 0 0 64 3 0 0 15 0 19 0 955135156 10797092864 944439 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 0 0 0 0
[pid=6262/tid=6269] ppid=6260 vsize=10544036 CPUtime=0.65 cores=0,2,4,6
/proc/6262/task/6269/stat : 6269 (java) S 6260 6262 4604 0 -1 4202560 14590 0 0 0 64 1 0 0 16 0 19 0 955135156 10797092864 944439 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 0 0 0 0
[pid=6262/tid=6270] ppid=6260 vsize=10544036 CPUtime=0.55 cores=0,2,4,6
/proc/6262/task/6270/stat : 6270 (java) S 6260 6262 4604 0 -1 4202560 14014 0 0 0 54 1 0 0 16 0 19 0 955135156 10797092864 944439 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 2 0 0 0
[pid=6262/tid=6271] ppid=6260 vsize=10544036 CPUtime=0.69 cores=0,2,4,6
/proc/6262/task/6271/stat : 6271 (java) S 6260 6262 4604 0 -1 4202560 24646 0 0 0 66 3 0 0 16 0 19 0 955135156 10797092864 944439 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6272] ppid=6260 vsize=10544036 CPUtime=0.59 cores=0,2,4,6
/proc/6262/task/6272/stat : 6272 (java) S 6260 6262 4604 0 -1 4202560 12098 0 0 0 58 1 0 0 15 0 19 0 955135156 10797092864 944439 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 2 0 0 0
[pid=6262/tid=6273] ppid=6260 vsize=10544036 CPUtime=1.66 cores=0,2,4,6
/proc/6262/task/6273/stat : 6273 (java) S 6260 6262 4604 0 -1 4202560 8686 0 0 0 164 2 0 0 15 0 19 0 955135157 10797092864 944439 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000409088 0 0 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6274] ppid=6260 vsize=10544036 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6274/stat : 6274 (java) S 6260 6262 4604 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 955135158 10797092864 944439 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6275] ppid=6260 vsize=10544036 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6275/stat : 6275 (java) S 6260 6262 4604 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 955135158 10797092864 944439 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 2 0 0 0
[pid=6262/tid=6276] ppid=6260 vsize=10544036 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6276/stat : 6276 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135160 10797092864 944439 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000416177 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6277] ppid=6260 vsize=10544036 CPUtime=0.8 cores=0,2,4,6
/proc/6262/task/6277/stat : 6277 (java) S 6260 6262 4604 0 -1 4202560 2916 0 0 0 80 0 0 0 15 0 19 0 955135160 10797092864 944439 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 2 0 0 0
[pid=6262/tid=6278] ppid=6260 vsize=10544036 CPUtime=0.81 cores=0,2,4,6
/proc/6262/task/6278/stat : 6278 (java) S 6260 6262 4604 0 -1 4202560 11573 0 0 0 79 2 0 0 15 0 19 0 955135160 10797092864 944439 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6279] ppid=6260 vsize=10544036 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6279/stat : 6279 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135160 10797092864 944439 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6280] ppid=6260 vsize=10544036 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6280/stat : 6280 (java) S 6260 6262 4604 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 955135160 10797092864 944439 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000409088 0 4 0 16800975 18446604453917980608 0 0 -1 0 0 0 0
[pid=6262/tid=6281] ppid=6260 vsize=10544036 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6281/stat : 6281 (java) S 6260 6262 4604 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 955135275 10797092864 944439 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000409088 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1727.73
Current children cumulated vsize (KiB) 10544036

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/190 6364
/proc/meminfo: memFree=28868920/32950940 swapFree=67074964/67111528
[pid=6262] ppid=6260 vsize=10544036 CPUtime=1787.85 cores=0,2,4,6
/proc/6262/stat : 6262 (java) S 6260 6262 4604 0 -1 4202496 959215 0 1 0 178667 118 0 0 25 0 19 0 955135154 10797092864 945018 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6262/statm: 2636009 945018 2256 9 0 2626743 0
[pid=6262/tid=6264] ppid=6260 vsize=10544036 CPUtime=1779.19 cores=0,2,4,6
/proc/6262/task/6264/stat : 6264 (java) R 6260 6262 4604 0 -1 4202560 793342 0 1 0 177825 94 0 0 25 0 19 0 955135154 10797092864 945018 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 46912505366048 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6262/tid=6265] ppid=6260 vsize=10544036 CPUtime=0.79 cores=0,2,4,6
/proc/6262/task/6265/stat : 6265 (java) S 6260 6262 4604 0 -1 4202560 22897 0 0 0 76 3 0 0 15 0 19 0 955135156 10797092864 945018 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 2 0 0 0
[pid=6262/tid=6266] ppid=6260 vsize=10544036 CPUtime=0.62 cores=0,2,4,6
/proc/6262/task/6266/stat : 6266 (java) S 6260 6262 4604 0 -1 4202560 14335 0 0 0 60 2 0 0 15 0 19 0 955135156 10797092864 945018 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6267] ppid=6260 vsize=10544036 CPUtime=0.63 cores=0,2,4,6
/proc/6262/task/6267/stat : 6267 (java) S 6260 6262 4604 0 -1 4202560 14498 0 0 0 62 1 0 0 16 0 19 0 955135156 10797092864 945018 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6268] ppid=6260 vsize=10544036 CPUtime=0.69 cores=0,2,4,6
/proc/6262/task/6268/stat : 6268 (java) S 6260 6262 4604 0 -1 4202560 23904 0 0 0 66 3 0 0 16 0 19 0 955135156 10797092864 945018 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6269] ppid=6260 vsize=10544036 CPUtime=0.65 cores=0,2,4,6
/proc/6262/task/6269/stat : 6269 (java) S 6260 6262 4604 0 -1 4202560 14590 0 0 0 64 1 0 0 15 0 19 0 955135156 10797092864 945018 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 0 0 0 0
[pid=6262/tid=6270] ppid=6260 vsize=10544036 CPUtime=0.58 cores=0,2,4,6
/proc/6262/task/6270/stat : 6270 (java) S 6260 6262 4604 0 -1 4202560 14105 0 0 0 57 1 0 0 16 0 19 0 955135156 10797092864 945018 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 0 0 0 0
[pid=6262/tid=6271] ppid=6260 vsize=10544036 CPUtime=0.7 cores=0,2,4,6
/proc/6262/task/6271/stat : 6271 (java) S 6260 6262 4604 0 -1 4202560 24646 0 0 0 67 3 0 0 15 0 19 0 955135156 10797092864 945018 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6272] ppid=6260 vsize=10544036 CPUtime=0.6 cores=0,2,4,6
/proc/6262/task/6272/stat : 6272 (java) S 6260 6262 4604 0 -1 4202560 12221 0 0 0 59 1 0 0 16 0 19 0 955135156 10797092864 945018 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 2 0 0 0
[pid=6262/tid=6273] ppid=6260 vsize=10544036 CPUtime=1.66 cores=0,2,4,6
/proc/6262/task/6273/stat : 6273 (java) S 6260 6262 4604 0 -1 4202560 8688 0 0 0 164 2 0 0 15 0 19 0 955135157 10797092864 945018 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000409088 0 0 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6274] ppid=6260 vsize=10544036 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6274/stat : 6274 (java) S 6260 6262 4604 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 955135158 10797092864 945018 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6275] ppid=6260 vsize=10544036 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6275/stat : 6275 (java) S 6260 6262 4604 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 955135158 10797092864 945018 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 2 0 0 0
[pid=6262/tid=6276] ppid=6260 vsize=10544036 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6276/stat : 6276 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135160 10797092864 945018 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000416177 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6277] ppid=6260 vsize=10544036 CPUtime=0.8 cores=0,2,4,6
/proc/6262/task/6277/stat : 6277 (java) S 6260 6262 4604 0 -1 4202560 2916 0 0 0 80 0 0 0 15 0 19 0 955135160 10797092864 945018 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 2 0 0 0
[pid=6262/tid=6278] ppid=6260 vsize=10544036 CPUtime=0.84 cores=0,2,4,6
/proc/6262/task/6278/stat : 6278 (java) S 6260 6262 4604 0 -1 4202560 11819 0 0 0 82 2 0 0 15 0 19 0 955135160 10797092864 945018 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6279] ppid=6260 vsize=10544036 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6279/stat : 6279 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135160 10797092864 945018 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6280] ppid=6260 vsize=10544036 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6280/stat : 6280 (java) S 6260 6262 4604 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 955135160 10797092864 945018 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000409088 0 4 0 16800975 18446604453917980608 0 0 -1 0 0 0 0
[pid=6262/tid=6281] ppid=6260 vsize=10544036 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6281/stat : 6281 (java) S 6260 6262 4604 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 955135275 10797092864 945018 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000409088 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1787.85
Current children cumulated vsize (KiB) 10544036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.5 s]
/proc/loadavg: 1.00 1.00 1.21 2/190 6365
/proc/meminfo: memFree=28868780/32950940 swapFree=67074964/67111528
[pid=6262] ppid=6260 vsize=10544036 CPUtime=1800.07 cores=0,2,4,6
/proc/6262/stat : 6262 (java) S 6260 6262 4604 0 -1 4202496 959244 0 1 0 179889 118 0 0 25 0 19 0 955135154 10797092864 945012 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6262/statm: 2636009 945012 2256 9 0 2626743 0
[pid=6262/tid=6264] ppid=6260 vsize=10544036 CPUtime=1791.39 cores=0,2,4,6
/proc/6262/task/6264/stat : 6264 (java) R 6260 6262 4604 0 -1 4202560 793342 0 1 0 179045 94 0 0 25 0 19 0 955135154 10797092864 945012 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 46912505752849 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6262/tid=6265] ppid=6260 vsize=10544036 CPUtime=0.79 cores=0,2,4,6
/proc/6262/task/6265/stat : 6265 (java) S 6260 6262 4604 0 -1 4202560 22897 0 0 0 76 3 0 0 15 0 19 0 955135156 10797092864 945012 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 2 0 0 0
[pid=6262/tid=6266] ppid=6260 vsize=10544036 CPUtime=0.62 cores=0,2,4,6
/proc/6262/task/6266/stat : 6266 (java) S 6260 6262 4604 0 -1 4202560 14335 0 0 0 60 2 0 0 15 0 19 0 955135156 10797092864 945012 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6267] ppid=6260 vsize=10544036 CPUtime=0.63 cores=0,2,4,6
/proc/6262/task/6267/stat : 6267 (java) S 6260 6262 4604 0 -1 4202560 14498 0 0 0 62 1 0 0 16 0 19 0 955135156 10797092864 945012 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6268] ppid=6260 vsize=10544036 CPUtime=0.69 cores=0,2,4,6
/proc/6262/task/6268/stat : 6268 (java) S 6260 6262 4604 0 -1 4202560 23904 0 0 0 66 3 0 0 16 0 19 0 955135156 10797092864 945012 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6269] ppid=6260 vsize=10544036 CPUtime=0.65 cores=0,2,4,6
/proc/6262/task/6269/stat : 6269 (java) S 6260 6262 4604 0 -1 4202560 14590 0 0 0 64 1 0 0 15 0 19 0 955135156 10797092864 945012 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 0 0 0 0
[pid=6262/tid=6270] ppid=6260 vsize=10544036 CPUtime=0.58 cores=0,2,4,6
/proc/6262/task/6270/stat : 6270 (java) S 6260 6262 4604 0 -1 4202560 14105 0 0 0 57 1 0 0 16 0 19 0 955135156 10797092864 945012 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 0 0 0 0
[pid=6262/tid=6271] ppid=6260 vsize=10544036 CPUtime=0.7 cores=0,2,4,6
/proc/6262/task/6271/stat : 6271 (java) S 6260 6262 4604 0 -1 4202560 24646 0 0 0 67 3 0 0 15 0 19 0 955135156 10797092864 945012 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6272] ppid=6260 vsize=10544036 CPUtime=0.6 cores=0,2,4,6
/proc/6262/task/6272/stat : 6272 (java) S 6260 6262 4604 0 -1 4202560 12221 0 0 0 59 1 0 0 16 0 19 0 955135156 10797092864 945012 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 2 0 0 0
[pid=6262/tid=6273] ppid=6260 vsize=10544036 CPUtime=1.66 cores=0,2,4,6
/proc/6262/task/6273/stat : 6273 (java) S 6260 6262 4604 0 -1 4202560 8688 0 0 0 164 2 0 0 15 0 19 0 955135157 10797092864 945012 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000409088 0 0 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6274] ppid=6260 vsize=10544036 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6274/stat : 6274 (java) S 6260 6262 4604 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 955135158 10797092864 945012 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6275] ppid=6260 vsize=10544036 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6275/stat : 6275 (java) S 6260 6262 4604 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 955135158 10797092864 945012 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 2 0 0 0
[pid=6262/tid=6276] ppid=6260 vsize=10544036 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6276/stat : 6276 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135160 10797092864 945012 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000416177 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6277] ppid=6260 vsize=10544036 CPUtime=0.8 cores=0,2,4,6
/proc/6262/task/6277/stat : 6277 (java) S 6260 6262 4604 0 -1 4202560 2916 0 0 0 80 0 0 0 15 0 19 0 955135160 10797092864 945012 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 2 0 0 0
[pid=6262/tid=6278] ppid=6260 vsize=10544036 CPUtime=0.85 cores=0,2,4,6
/proc/6262/task/6278/stat : 6278 (java) S 6260 6262 4604 0 -1 4202560 11848 0 0 0 83 2 0 0 15 0 19 0 955135160 10797092864 945012 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
[pid=6262/tid=6279] ppid=6260 vsize=10544036 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6279/stat : 6279 (java) S 6260 6262 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955135160 10797092864 945012 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000408473 0 4 0 16800975 18446604453917980608 0 0 -1 6 0 0 0
[pid=6262/tid=6280] ppid=6260 vsize=10544036 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6280/stat : 6280 (java) S 6260 6262 4604 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 955135160 10797092864 945012 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000409088 0 4 0 16800975 18446604453917980608 0 0 -1 0 0 0 0
[pid=6262/tid=6281] ppid=6260 vsize=10544036 CPUtime=0 cores=0,2,4,6
/proc/6262/task/6281/stat : 6281 (java) S 6260 6262 4604 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 955135275 10797092864 945012 33554432000 1073741824 1073778376 140734928277792 18446744073709551615 216000409088 0 4 0 16800975 18446604453917980608 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10544036

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

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

[startup+1794.61 s]
/proc/loadavg: 1.00 1.00 1.21 2/190 6365
/proc/meminfo: memFree=28868780/32950940 swapFree=67074964/67111528
[pid=6262] ppid=6260 vsize=0 CPUtime=1800.2 cores=0,2,4,6
/proc/6262/stat : 6262 (java) Z 6260 6262 4604 0 -1 4203548 959286 0 1 0 179895 125 0 0 17 0 2 0 955135154 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6262/statm: 0 0 0 0 0 0 0
[pid=6262/tid=6281] ppid=6260 vsize=0 CPUtime=0.06 cores=0,2,4,6
/proc/6262/task/6281/stat : 6281 (java) R 6260 6262 4604 0 -1 4203588 7 0 0 0 0 6 0 0 18 0 2 0 955135275 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.67
CPU time (s): 1800.27
CPU user time (s): 1798.96
CPU system time (s): 1.3148
CPU usage (%): 100.312
Max. virtual memory (cumulated for all children) (KiB): 10546804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.96
system time used= 1.3148
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 959286
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= 38758
involuntary context switches= 20188

runsolver used 3.20251 second user time and 6.598 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-09 21:50:44
IDJOB=3456400
IDBENCH=2356
IDSOLVER=1951
FILE ID=node117/3456400-1307649044
RUNJOBID= node117-1307633277-4622
PBS_JOBID= 13549374
Free space on /tmp= 74132 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-A2C1S1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456400-1307649044/watcher-3456400-1307649044 -o /tmp/evaluation-result-3456400-1307649044/solver-3456400-1307649044 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456400-1307649044.opb

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

MD5SUM BENCH= a644593dc228e712d5b0d277ee939168
RANDOM SEED=1234299178

node117.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.849
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.69
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.849
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.849
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.849
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.75
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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.74
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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      28819952 kB
Buffers:         36336 kB
Cached:         105200 kB
SwapCached:       5792 kB
Active:        3903584 kB
Inactive:        94428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      28819952 kB
SwapTotal:    67111528 kB
SwapFree:     67074964 kB
Dirty:            4776 kB
Writeback:           0 kB
AnonPages:     3853172 kB
Mapped:          22284 kB
Slab:            61068 kB
PageTables:      12272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 10578164 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= 74132 MiB
End job on node117 at 2011-06-09 22:20:40