Trace number 3457576

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

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__256.opb
MD5SUMd1969ed58806ec8ac69295cde35dfac4
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2561998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint256
Maximum length of a constraint11265
Number of terms in the objective function 2560000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 88710395136
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 88710395136
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3457576-1307228525.opb
0.10/0.10	c reading problem ... 
21.89/17.39	c ... done. Wall clock time 17.287s.
21.89/17.39	c #vars     2561998
21.89/17.39	c #constraints  14000
21.89/17.39	c constraints type 
21.89/17.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
21.89/17.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10002
21.89/17.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
1800.03/1772.92	c starts		: 14
1800.03/1772.92	c conflicts		: 2335
1800.03/1772.92	c decisions		: 60186768
1800.03/1772.92	c propagations		: 61072901
1800.03/1772.92	c inspects		: 149185189
1800.03/1772.92	c shortcuts		: 0
1800.03/1772.92	c learnt literals	: 0
1800.03/1772.92	c learnt binary clauses	: 0
1800.03/1772.92	c learnt ternary clauses	: 0
1800.03/1772.92	c learnt constraints	: 2334
1800.03/1772.92	c ignored constraints	: 0
1800.03/1772.92	c root simplifications	: 0
1800.03/1772.92	c removed literals (reason simplification)	: 0
1800.03/1772.92	c reason swapping (by a shorter reason)	: 0
1800.03/1772.92	c Calls to reduceDB	: 0
1800.03/1772.92	c number of reductions to clauses (during analyze)	: 0
1800.03/1772.92	c number of learned constraints concerned by reduction	: 0
1800.03/1772.92	c number of learning phase by resolution	: 0
1800.03/1772.92	c number of learning phase by cutting planes	: 0
1800.03/1772.92	c speed (assignments/second)	: 34789.00646701866
1800.03/1772.92	c non guided choices	0
1800.03/1772.92	c learnt constraints type 
1800.03/1772.92	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 25
1800.03/1772.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2309
1800.03/1772.92	c constraints type 
1800.03/1772.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.03/1772.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10002
1800.03/1772.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
1800.03/1772.92	s UNKNOWN
1800.03/1772.92	c Total wall clock time (in seconds): 1772.82

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.96 2.01 1.99 2/545 26367
/proc/meminfo: memFree=21570348/32951124 swapFree=56241860/67111528
[pid=26367] ppid=26365 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/26367/stat : 26367 (java) S 26365 26367 24779 0 -1 4202496 8253 0 1 0 0 0 0 0 24 0 2 0 913083542 10694979584 7956 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746981349 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/26367/statm: 2611079 7970 917 9 0 2602235 0
[pid=26367/tid=26368] ppid=26365 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26368/stat : 26368 (java) R 26365 26367 24779 0 -1 4202560 7871 0 1 0 0 0 0 0 25 0 2 0 913083542 10694979584 8687 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216734872635 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0902609 s]
/proc/loadavg: 1.96 2.01 1.99 2/545 26367
/proc/meminfo: memFree=21570348/32951124 swapFree=56241860/67111528
[pid=26367] ppid=26365 vsize=10539924 CPUtime=0.09 cores=1,3,5,7
/proc/26367/stat : 26367 (java) S 26365 26367 24779 0 -1 4202496 12869 0 1 0 8 1 0 0 24 0 18 0 913083542 10792882176 12565 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26367/statm: 2634981 12565 2063 9 0 2625715 0
[pid=26367/tid=26368] ppid=26365 vsize=10539924 CPUtime=0.07 cores=1,3,5,7
/proc/26367/task/26368/stat : 26368 (java) R 26365 26367 24779 0 -1 4202560 11039 0 1 0 6 1 0 0 18 0 18 0 913083542 10792882176 12566 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216734839841 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539924

[startup+0.100292 s]
/proc/loadavg: 1.96 2.01 1.99 2/545 26367
/proc/meminfo: memFree=21570348/32951124 swapFree=56241860/67111528
[pid=26367] ppid=26365 vsize=10539924 CPUtime=0.1 cores=1,3,5,7
/proc/26367/stat : 26367 (java) S 26365 26367 24779 0 -1 4202496 13087 0 1 0 9 1 0 0 24 0 18 0 913083542 10792882176 12783 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26367/statm: 2634981 12783 2092 9 0 2625715 0
[pid=26367/tid=26368] ppid=26365 vsize=10539924 CPUtime=0.08 cores=1,3,5,7
/proc/26367/task/26368/stat : 26368 (java) R 26365 26367 24779 0 -1 4202560 11209 0 1 0 7 1 0 0 18 0 18 0 913083542 10792882176 12783 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216734863537 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539924

[startup+0.300265 s]
/proc/loadavg: 1.96 2.01 1.99 2/545 26367
/proc/meminfo: memFree=21570348/32951124 swapFree=56241860/67111528
[pid=26367] ppid=26365 vsize=10541724 CPUtime=0.46 cores=1,3,5,7
/proc/26367/stat : 26367 (java) S 26365 26367 24779 0 -1 4202496 32861 0 1 0 42 4 0 0 24 0 18 0 913083542 10794725376 32398 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26367/statm: 2635431 32402 2200 9 0 2626165 0
[pid=26367/tid=26368] ppid=26365 vsize=10541724 CPUtime=0.28 cores=1,3,5,7
/proc/26367/task/26368/stat : 26368 (java) R 26365 26367 24779 0 -1 4202560 30265 0 1 0 25 3 0 0 18 0 18 0 913083542 10794725376 32404 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 46912505552734 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10541724

[startup+0.70019 s]
/proc/loadavg: 1.96 2.01 1.99 2/545 26367
/proc/meminfo: memFree=21570348/32951124 swapFree=56241860/67111528
[pid=26367] ppid=26365 vsize=10541724 CPUtime=0.86 cores=1,3,5,7
/proc/26367/stat : 26367 (java) S 26365 26367 24779 0 -1 4202496 64512 0 1 0 79 7 0 0 24 0 18 0 913083542 10794725376 64049 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26367/statm: 2635431 64053 2200 9 0 2626165 0
[pid=26367/tid=26368] ppid=26365 vsize=10541724 CPUtime=0.68 cores=1,3,5,7
/proc/26367/task/26368/stat : 26368 (java) R 26365 26367 24779 0 -1 4202560 61916 0 1 0 62 6 0 0 18 0 18 0 913083542 10794725376 64055 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 46912505587509 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 10541724

[startup+1.50105 s]
/proc/loadavg: 1.96 2.01 1.99 3/563 26385
/proc/meminfo: memFree=21225804/32951124 swapFree=56241860/67111528
[pid=26367] ppid=26365 vsize=10541724 CPUtime=1.67 cores=1,3,5,7
/proc/26367/stat : 26367 (java) S 26365 26367 24779 0 -1 4202496 128689 0 1 0 152 15 0 0 24 0 18 0 913083542 10794725376 128226 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26367/statm: 2635431 128229 2200 9 0 2626165 0
[pid=26367/tid=26368] ppid=26365 vsize=10541724 CPUtime=1.48 cores=1,3,5,7
/proc/26367/task/26368/stat : 26368 (java) R 26365 26367 24779 0 -1 4202560 126092 0 1 0 134 14 0 0 19 0 18 0 913083542 10794725376 128231 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 46912505552886 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26367/tid=26370] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26370/stat : 26370 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794725376 128233 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26371] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26371/stat : 26371 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794725376 128233 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26372] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26372/stat : 26372 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794725376 128234 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26373] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26373/stat : 26373 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794725376 128236 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26374] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26374/stat : 26374 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794725376 128238 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26375] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26375/stat : 26375 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794725376 128240 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26376] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26376/stat : 26376 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794725376 128242 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26377] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26377/stat : 26377 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794725376 128244 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26378] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26378/stat : 26378 (java) S 26365 26367 24779 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 913083545 10794725376 128246 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746995200 0 0 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26379] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26379/stat : 26379 (java) S 26365 26367 24779 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 913083546 10794725376 128248 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26380] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26380/stat : 26380 (java) S 26365 26367 24779 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 913083546 10794725376 128250 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26381] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26381/stat : 26381 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083548 10794725376 128251 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216747002289 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26382] ppid=26365 vsize=10541724 CPUtime=0.07 cores=1,3,5,7
/proc/26367/task/26382/stat : 26382 (java) S 26365 26367 24779 0 -1 4202560 536 0 0 0 7 0 0 0 25 0 18 0 913083548 10794725376 128253 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26383] ppid=26365 vsize=10541724 CPUtime=0.09 cores=1,3,5,7
/proc/26367/task/26383/stat : 26383 (java) S 26365 26367 24779 0 -1 4202560 917 0 0 0 9 0 0 0 18 0 18 0 913083548 10794725376 128255 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 5 0 0 0
[pid=26367/tid=26384] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26384/stat : 26384 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083548 10794725376 128257 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26385] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26385/stat : 26385 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 913083548 10794725376 128259 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746995200 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 10541724

[startup+3.10078 s]
/proc/loadavg: 1.96 2.01 1.99 3/563 26385
/proc/meminfo: memFree=20813352/32951124 swapFree=56241860/67111528
[pid=26367] ppid=26365 vsize=10541724 CPUtime=3.27 cores=1,3,5,7
/proc/26367/stat : 26367 (java) S 26365 26367 24779 0 -1 4202496 250045 0 1 0 298 29 0 0 24 0 18 0 913083542 10794725376 249582 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26367/statm: 2635431 249585 2204 9 0 2626165 0
[pid=26367/tid=26368] ppid=26365 vsize=10541724 CPUtime=3.08 cores=1,3,5,7
/proc/26367/task/26368/stat : 26368 (java) R 26365 26367 24779 0 -1 4202560 247443 0 1 0 280 28 0 0 25 0 18 0 913083542 10794725376 249586 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26367/tid=26370] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26370/stat : 26370 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794725376 249588 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26371] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26371/stat : 26371 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794725376 249590 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26372] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26372/stat : 26372 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794725376 249592 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26373] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26373/stat : 26373 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794725376 249594 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26374] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26374/stat : 26374 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794725376 249595 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26375] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26375/stat : 26375 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794725376 249595 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26376] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26376/stat : 26376 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794725376 249597 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26377] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26377/stat : 26377 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794725376 249599 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26378] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26378/stat : 26378 (java) S 26365 26367 24779 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 913083545 10794725376 249600 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746995200 0 0 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26379] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26379/stat : 26379 (java) S 26365 26367 24779 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 913083546 10794725376 249602 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26380] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26380/stat : 26380 (java) S 26365 26367 24779 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 913083546 10794725376 249604 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26381] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26381/stat : 26381 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083548 10794725376 249606 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216747002289 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26382] ppid=26365 vsize=10541724 CPUtime=0.07 cores=1,3,5,7
/proc/26367/task/26382/stat : 26382 (java) S 26365 26367 24779 0 -1 4202560 536 0 0 0 7 0 0 0 25 0 18 0 913083548 10794725376 249608 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26383] ppid=26365 vsize=10541724 CPUtime=0.09 cores=1,3,5,7
/proc/26367/task/26383/stat : 26383 (java) S 26365 26367 24779 0 -1 4202560 921 0 0 0 9 0 0 0 18 0 18 0 913083548 10794725376 249609 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 5 0 0 0
[pid=26367/tid=26384] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26384/stat : 26384 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083548 10794725376 249611 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26385] ppid=26365 vsize=10541724 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26385/stat : 26385 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 913083548 10794725376 249613 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746995200 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 10541724

[startup+6.30122 s]
/proc/loadavg: 2.05 2.03 2.00 3/563 26385
/proc/meminfo: memFree=19450480/32951124 swapFree=56241860/67111528
[pid=26367] ppid=26365 vsize=10541872 CPUtime=6.63 cores=1,3,5,7
/proc/26367/stat : 26367 (java) S 26365 26367 24779 0 -1 4202496 567552 0 1 0 602 61 0 0 24 0 18 0 913083542 10794876928 566896 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26367/statm: 2635468 566901 2215 9 0 2626202 0
[pid=26367/tid=26368] ppid=26365 vsize=10541872 CPUtime=6.29 cores=1,3,5,7
/proc/26367/task/26368/stat : 26368 (java) R 26365 26367 24779 0 -1 4202560 564578 0 1 0 568 61 0 0 25 0 18 0 913083542 10794876928 566903 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 46912505574770 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26367/tid=26370] ppid=26365 vsize=10541872 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26370/stat : 26370 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794876928 566906 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26371] ppid=26365 vsize=10541872 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26371/stat : 26371 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794876928 566908 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26372] ppid=26365 vsize=10541872 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26372/stat : 26372 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794876928 566911 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26373] ppid=26365 vsize=10541872 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26373/stat : 26373 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794876928 566914 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26374] ppid=26365 vsize=10541872 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26374/stat : 26374 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794876928 566917 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26375] ppid=26365 vsize=10541872 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26375/stat : 26375 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794876928 566919 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26376] ppid=26365 vsize=10541872 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26376/stat : 26376 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794876928 566922 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26377] ppid=26365 vsize=10541872 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26377/stat : 26377 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083544 10794876928 566925 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26378] ppid=26365 vsize=10541872 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26378/stat : 26378 (java) S 26365 26367 24779 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 18 0 913083545 10794876928 566927 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746995200 0 0 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26379] ppid=26365 vsize=10541872 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26379/stat : 26379 (java) S 26365 26367 24779 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 913083546 10794876928 566930 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26380] ppid=26365 vsize=10541872 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26380/stat : 26380 (java) S 26365 26367 24779 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 913083546 10794876928 566933 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26381] ppid=26365 vsize=10541872 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26381/stat : 26381 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083548 10794876928 566936 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216747002289 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26382] ppid=26365 vsize=10541872 CPUtime=0.16 cores=1,3,5,7
/proc/26367/task/26382/stat : 26382 (java) S 26365 26367 24779 0 -1 4202560 617 0 0 0 16 0 0 0 16 0 18 0 913083548 10794876928 566938 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26383] ppid=26365 vsize=10541872 CPUtime=0.17 cores=1,3,5,7
/proc/26367/task/26383/stat : 26383 (java) S 26365 26367 24779 0 -1 4202560 1212 0 0 0 17 0 0 0 15 0 18 0 913083548 10794876928 566941 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 5 0 0 0
[pid=26367/tid=26384] ppid=26365 vsize=10541872 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26384/stat : 26384 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913083548 10794876928 566944 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26385] ppid=26365 vsize=10541872 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26385/stat : 26385 (java) S 26365 26367 24779 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 913083548 10794876928 566947 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746995200 0 4 0 16800975 18446604454936962176 0 0 -1 1 0 0 0

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

[pid=26367/tid=26385] ppid=26365 vsize=10612944 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26385/stat : 26385 (java) S 26365 26367 24779 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 913083548 10867654656 1321247 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746995200 0 4 0 16800975 18446604454936962176 0 0 -1 5 0 0 0
[pid=26367/tid=26386] ppid=26365 vsize=10612944 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26386/stat : 26386 (java) S 26365 26367 24779 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913085345 10867654656 1321247 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746995200 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1629.02
Current children cumulated vsize (KiB) 10612944

[startup+1662.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/564 26430
/proc/meminfo: memFree=15616764/32951124 swapFree=56241860/67111528
[pid=26367] ppid=26365 vsize=10612944 CPUtime=1689.21 cores=1,3,5,7
/proc/26367/stat : 26367 (java) S 26365 26367 24779 0 -1 4202496 1335116 0 1 0 168751 170 0 0 24 0 19 0 913083542 10867654656 1324754 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26367/statm: 2653236 1324754 2252 9 0 2643970 0
[pid=26367/tid=26368] ppid=26365 vsize=10612944 CPUtime=1652.65 cores=1,3,5,7
/proc/26367/task/26368/stat : 26368 (java) R 26365 26367 24779 0 -1 4202560 651275 0 1 0 165190 75 0 0 25 0 19 0 913083542 10867654656 1324754 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 46912505993496 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26367/tid=26370] ppid=26365 vsize=10612944 CPUtime=3.42 cores=1,3,5,7
/proc/26367/task/26370/stat : 26370 (java) S 26365 26367 24779 0 -1 4202560 84707 0 0 0 331 11 0 0 16 0 19 0 913083544 10867654656 1324754 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 5 0 0 0
[pid=26367/tid=26371] ppid=26365 vsize=10612944 CPUtime=4.26 cores=1,3,5,7
/proc/26367/task/26371/stat : 26371 (java) S 26365 26367 24779 0 -1 4202560 52526 0 0 0 420 6 0 0 16 0 19 0 913083544 10867654656 1324754 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 1 0 0 0
[pid=26367/tid=26372] ppid=26365 vsize=10612944 CPUtime=4.2 cores=1,3,5,7
/proc/26367/task/26372/stat : 26372 (java) S 26365 26367 24779 0 -1 4202560 81575 0 0 0 409 11 0 0 16 0 19 0 913083544 10867654656 1324754 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 1 0 0 0
[pid=26367/tid=26373] ppid=26365 vsize=10612944 CPUtime=4.99 cores=1,3,5,7
/proc/26367/task/26373/stat : 26373 (java) S 26365 26367 24779 0 -1 4202560 86494 0 0 0 488 11 0 0 16 0 19 0 913083544 10867654656 1324754 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26374] ppid=26365 vsize=10612944 CPUtime=4.93 cores=1,3,5,7
/proc/26367/task/26374/stat : 26374 (java) S 26365 26367 24779 0 -1 4202560 86669 0 0 0 482 11 0 0 16 0 19 0 913083544 10867654656 1324754 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26375] ppid=26365 vsize=10612944 CPUtime=4.89 cores=1,3,5,7
/proc/26367/task/26375/stat : 26375 (java) S 26365 26367 24779 0 -1 4202560 89109 0 0 0 477 12 0 0 16 0 19 0 913083544 10867654656 1324754 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 5 0 0 0
[pid=26367/tid=26376] ppid=26365 vsize=10612944 CPUtime=4.14 cores=1,3,5,7
/proc/26367/task/26376/stat : 26376 (java) S 26365 26367 24779 0 -1 4202560 95017 0 0 0 402 12 0 0 16 0 19 0 913083544 10867654656 1324754 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 5 0 0 0
[pid=26367/tid=26377] ppid=26365 vsize=10612944 CPUtime=4.04 cores=1,3,5,7
/proc/26367/task/26377/stat : 26377 (java) S 26365 26367 24779 0 -1 4202560 98334 0 0 0 391 13 0 0 16 0 19 0 913083544 10867654656 1324754 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26378] ppid=26365 vsize=10612944 CPUtime=0.02 cores=1,3,5,7
/proc/26367/task/26378/stat : 26378 (java) S 26365 26367 24779 0 -1 4202560 101 0 0 0 1 1 0 0 15 0 19 0 913083545 10867654656 1324754 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746995200 0 0 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26379] ppid=26365 vsize=10612944 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26379/stat : 26379 (java) S 26365 26367 24779 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 913083546 10867654656 1324754 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26380] ppid=26365 vsize=10612944 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26380/stat : 26380 (java) S 26365 26367 24779 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 913083546 10867654656 1324754 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26381] ppid=26365 vsize=10612944 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26381/stat : 26381 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913083548 10867654656 1324754 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216747002289 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26382] ppid=26365 vsize=10612944 CPUtime=0.75 cores=1,3,5,7
/proc/26367/task/26382/stat : 26382 (java) S 26365 26367 24779 0 -1 4202560 4467 0 0 0 75 0 0 0 15 0 19 0 913083548 10867654656 1324754 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26383] ppid=26365 vsize=10612944 CPUtime=0.78 cores=1,3,5,7
/proc/26367/task/26383/stat : 26383 (java) S 26365 26367 24779 0 -1 4202560 3596 0 0 0 78 0 0 0 15 0 19 0 913083548 10867654656 1324754 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 5 0 0 0
[pid=26367/tid=26384] ppid=26365 vsize=10612944 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26384/stat : 26384 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913083548 10867654656 1324754 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26385] ppid=26365 vsize=10612944 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26385/stat : 26385 (java) S 26365 26367 24779 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 913083548 10867654656 1324754 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746995200 0 4 0 16800975 18446604454936962176 0 0 -1 5 0 0 0
[pid=26367/tid=26386] ppid=26365 vsize=10612944 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26386/stat : 26386 (java) S 26365 26367 24779 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913085345 10867654656 1324754 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746995200 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1689.21
Current children cumulated vsize (KiB) 10612944

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/564 26432
/proc/meminfo: memFree=15612404/32951124 swapFree=56241860/67111528
[pid=26367] ppid=26365 vsize=10612944 CPUtime=1749.33 cores=1,3,5,7
/proc/26367/stat : 26367 (java) S 26365 26367 24779 0 -1 4202496 1336188 0 1 0 174762 171 0 0 24 0 19 0 913083542 10867654656 1325812 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26367/statm: 2653236 1325812 2252 9 0 2643970 0
[pid=26367/tid=26368] ppid=26365 vsize=10612944 CPUtime=1712.58 cores=1,3,5,7
/proc/26367/task/26368/stat : 26368 (java) R 26365 26367 24779 0 -1 4202560 651277 0 1 0 171183 75 0 0 25 0 19 0 913083542 10867654656 1325812 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 46912506161284 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26367/tid=26370] ppid=26365 vsize=10612944 CPUtime=3.45 cores=1,3,5,7
/proc/26367/task/26370/stat : 26370 (java) S 26365 26367 24779 0 -1 4202560 84975 0 0 0 334 11 0 0 15 0 19 0 913083544 10867654656 1325812 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 5 0 0 0
[pid=26367/tid=26371] ppid=26365 vsize=10612944 CPUtime=4.28 cores=1,3,5,7
/proc/26367/task/26371/stat : 26371 (java) S 26365 26367 24779 0 -1 4202560 52526 0 0 0 422 6 0 0 16 0 19 0 913083544 10867654656 1325812 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 5 0 0 0
[pid=26367/tid=26372] ppid=26365 vsize=10612944 CPUtime=4.24 cores=1,3,5,7
/proc/26367/task/26372/stat : 26372 (java) S 26365 26367 24779 0 -1 4202560 81844 0 0 0 413 11 0 0 15 0 19 0 913083544 10867654656 1325812 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 1 0 0 0
[pid=26367/tid=26373] ppid=26365 vsize=10612944 CPUtime=5.02 cores=1,3,5,7
/proc/26367/task/26373/stat : 26373 (java) S 26365 26367 24779 0 -1 4202560 86494 0 0 0 491 11 0 0 16 0 19 0 913083544 10867654656 1325812 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 1 0 0 0
[pid=26367/tid=26374] ppid=26365 vsize=10612944 CPUtime=5 cores=1,3,5,7
/proc/26367/task/26374/stat : 26374 (java) S 26365 26367 24779 0 -1 4202560 87196 0 0 0 489 11 0 0 16 0 19 0 913083544 10867654656 1325812 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 1 0 0 0
[pid=26367/tid=26375] ppid=26365 vsize=10612944 CPUtime=4.89 cores=1,3,5,7
/proc/26367/task/26375/stat : 26375 (java) S 26365 26367 24779 0 -1 4202560 89109 0 0 0 477 12 0 0 15 0 19 0 913083544 10867654656 1325812 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 5 0 0 0
[pid=26367/tid=26376] ppid=26365 vsize=10612944 CPUtime=4.14 cores=1,3,5,7
/proc/26367/task/26376/stat : 26376 (java) S 26365 26367 24779 0 -1 4202560 95017 0 0 0 402 12 0 0 15 0 19 0 913083544 10867654656 1325812 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 1 0 0 0
[pid=26367/tid=26377] ppid=26365 vsize=10612944 CPUtime=4.05 cores=1,3,5,7
/proc/26367/task/26377/stat : 26377 (java) S 26365 26367 24779 0 -1 4202560 98334 0 0 0 392 13 0 0 15 0 19 0 913083544 10867654656 1325812 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 1 0 0 0
[pid=26367/tid=26378] ppid=26365 vsize=10612944 CPUtime=0.02 cores=1,3,5,7
/proc/26367/task/26378/stat : 26378 (java) S 26365 26367 24779 0 -1 4202560 105 0 0 0 1 1 0 0 15 0 19 0 913083545 10867654656 1325812 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746995200 0 0 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26379] ppid=26365 vsize=10612944 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26379/stat : 26379 (java) S 26365 26367 24779 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 913083546 10867654656 1325812 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26380] ppid=26365 vsize=10612944 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26380/stat : 26380 (java) S 26365 26367 24779 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 913083546 10867654656 1325812 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26381] ppid=26365 vsize=10612944 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26381/stat : 26381 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913083548 10867654656 1325812 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216747002289 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26382] ppid=26365 vsize=10612944 CPUtime=0.75 cores=1,3,5,7
/proc/26367/task/26382/stat : 26382 (java) S 26365 26367 24779 0 -1 4202560 4467 0 0 0 75 0 0 0 15 0 19 0 913083548 10867654656 1325812 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26383] ppid=26365 vsize=10612944 CPUtime=0.78 cores=1,3,5,7
/proc/26367/task/26383/stat : 26383 (java) S 26365 26367 24779 0 -1 4202560 3596 0 0 0 78 0 0 0 15 0 19 0 913083548 10867654656 1325812 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 5 0 0 0
[pid=26367/tid=26384] ppid=26365 vsize=10612944 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26384/stat : 26384 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913083548 10867654656 1325812 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26385] ppid=26365 vsize=10612944 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26385/stat : 26385 (java) S 26365 26367 24779 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 913083548 10867654656 1325812 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746995200 0 4 0 16800975 18446604454936962176 0 0 -1 5 0 0 0
[pid=26367/tid=26386] ppid=26365 vsize=10612944 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26386/stat : 26386 (java) S 26365 26367 24779 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913085345 10867654656 1325812 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746995200 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1749.33
Current children cumulated vsize (KiB) 10612944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.9 s]
/proc/loadavg: 2.00 2.02 2.00 6/564 26526
/proc/meminfo: memFree=16682600/32951124 swapFree=56241860/67111528
[pid=26367] ppid=26365 vsize=10612944 CPUtime=1800.03 cores=1,3,5,7
/proc/26367/stat : 26367 (java) S 26365 26367 24779 0 -1 4202496 1336728 0 1 0 179832 171 0 0 24 0 19 0 913083542 10867654656 1326343 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26367/statm: 2653236 1326343 2252 9 0 2643970 0
[pid=26367/tid=26368] ppid=26365 vsize=10612944 CPUtime=1763.16 cores=1,3,5,7
/proc/26367/task/26368/stat : 26368 (java) R 26365 26367 24779 0 -1 4202560 651278 0 1 0 176241 75 0 0 25 0 19 0 913083542 10867654656 1326343 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 46912505993616 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26367/tid=26370] ppid=26365 vsize=10612944 CPUtime=3.5 cores=1,3,5,7
/proc/26367/task/26370/stat : 26370 (java) S 26365 26367 24779 0 -1 4202560 85146 0 0 0 338 12 0 0 16 0 19 0 913083544 10867654656 1326343 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 5 0 0 0
[pid=26367/tid=26371] ppid=26365 vsize=10612944 CPUtime=4.28 cores=1,3,5,7
/proc/26367/task/26371/stat : 26371 (java) S 26365 26367 24779 0 -1 4202560 52526 0 0 0 422 6 0 0 15 0 19 0 913083544 10867654656 1326343 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 5 0 0 0
[pid=26367/tid=26372] ppid=26365 vsize=10612944 CPUtime=4.24 cores=1,3,5,7
/proc/26367/task/26372/stat : 26372 (java) S 26365 26367 24779 0 -1 4202560 81844 0 0 0 413 11 0 0 15 0 19 0 913083544 10867654656 1326343 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 1 0 0 0
[pid=26367/tid=26373] ppid=26365 vsize=10612944 CPUtime=5.06 cores=1,3,5,7
/proc/26367/task/26373/stat : 26373 (java) S 26365 26367 24779 0 -1 4202560 86669 0 0 0 495 11 0 0 16 0 19 0 913083544 10867654656 1326343 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 1 0 0 0
[pid=26367/tid=26374] ppid=26365 vsize=10612944 CPUtime=5 cores=1,3,5,7
/proc/26367/task/26374/stat : 26374 (java) S 26365 26367 24779 0 -1 4202560 87196 0 0 0 489 11 0 0 15 0 19 0 913083544 10867654656 1326343 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 1 0 0 0
[pid=26367/tid=26375] ppid=26365 vsize=10612944 CPUtime=4.89 cores=1,3,5,7
/proc/26367/task/26375/stat : 26375 (java) S 26365 26367 24779 0 -1 4202560 89109 0 0 0 477 12 0 0 15 0 19 0 913083544 10867654656 1326343 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 5 0 0 0
[pid=26367/tid=26376] ppid=26365 vsize=10612944 CPUtime=4.18 cores=1,3,5,7
/proc/26367/task/26376/stat : 26376 (java) S 26365 26367 24779 0 -1 4202560 95204 0 0 0 406 12 0 0 16 0 19 0 913083544 10867654656 1326343 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26377] ppid=26365 vsize=10612944 CPUtime=4.05 cores=1,3,5,7
/proc/26367/task/26377/stat : 26377 (java) S 26365 26367 24779 0 -1 4202560 98334 0 0 0 392 13 0 0 16 0 19 0 913083544 10867654656 1326343 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 1 0 0 0
[pid=26367/tid=26378] ppid=26365 vsize=10612944 CPUtime=0.02 cores=1,3,5,7
/proc/26367/task/26378/stat : 26378 (java) S 26365 26367 24779 0 -1 4202560 107 0 0 0 1 1 0 0 15 0 19 0 913083545 10867654656 1326343 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746995200 0 0 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26379] ppid=26365 vsize=10612944 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26379/stat : 26379 (java) S 26365 26367 24779 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 913083546 10867654656 1326343 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26380] ppid=26365 vsize=10612944 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26380/stat : 26380 (java) S 26365 26367 24779 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 913083546 10867654656 1326343 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26381] ppid=26365 vsize=10612944 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26381/stat : 26381 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913083548 10867654656 1326343 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216747002289 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26382] ppid=26365 vsize=10612944 CPUtime=0.75 cores=1,3,5,7
/proc/26367/task/26382/stat : 26382 (java) S 26365 26367 24779 0 -1 4202560 4467 0 0 0 75 0 0 0 15 0 19 0 913083548 10867654656 1326343 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
[pid=26367/tid=26383] ppid=26365 vsize=10612944 CPUtime=0.78 cores=1,3,5,7
/proc/26367/task/26383/stat : 26383 (java) S 26365 26367 24779 0 -1 4202560 3596 0 0 0 78 0 0 0 15 0 19 0 913083548 10867654656 1326343 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 5 0 0 0
[pid=26367/tid=26384] ppid=26365 vsize=10612944 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26384/stat : 26384 (java) S 26365 26367 24779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913083548 10867654656 1326343 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746994585 0 4 0 16800975 18446604454936962176 0 0 -1 3 0 0 0
[pid=26367/tid=26385] ppid=26365 vsize=10612944 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26385/stat : 26385 (java) S 26365 26367 24779 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 913083548 10867654656 1326343 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746995200 0 4 0 16800975 18446604454936962176 0 0 -1 5 0 0 0
[pid=26367/tid=26386] ppid=26365 vsize=10612944 CPUtime=0 cores=1,3,5,7
/proc/26367/task/26386/stat : 26386 (java) S 26365 26367 24779 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913085345 10867654656 1326343 33554432000 1073741824 1073778376 140733731781312 18446744073709551615 216746995200 0 4 0 16800975 18446604454936962176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 10612944

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

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

[startup+1773.03 s]
/proc/loadavg: 2.00 2.02 2.00 6/564 26526
/proc/meminfo: memFree=16682600/32951124 swapFree=56241860/67111528
[pid=26367] ppid=26365 vsize=0 CPUtime=1800.13 cores=1,3,5,7
/proc/26367/stat : 26367 (java) Z 26365 26367 24779 0 -1 4203548 1336757 0 1 0 179833 180 0 0 17 0 2 0 913083542 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26367/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

[startup+1773.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/548 26529
/proc/meminfo: memFree=20981768/32951124 swapFree=56241860/67111528
[pid=26367] ppid=26365 vsize=0 CPUtime=1800.23 cores=1,3,5,7
/proc/26367/stat : 26367 (java) Z 26365 26367 24779 0 -1 4203548 1336757 0 1 0 179833 190 0 0 17 0 2 0 913083542 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26367/statm: 0 0 0 0 0 0 0
[pid=26367/tid=26529] ppid=26365 vsize=0 CPUtime=0.19 cores=1,3,5,7
/proc/26367/task/26529/stat : 26529 (java) R 26365 26367 24779 0 -1 4203588 7 0 0 0 0 19 0 0 21 0 2 0 913260835 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1773.14
CPU time (s): 1800.26
CPU user time (s): 1798.33
CPU system time (s): 1.92371
CPU usage (%): 101.529
Max. virtual memory (cumulated for all children) (KiB): 10612944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.33
system time used= 1.92371
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1336757
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= 40522
involuntary context switches= 43149

runsolver used 8.95364 second user time and 22.6955 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-05 01:02:09
IDJOB=3457576
IDBENCH=71873
IDSOLVER=1951
FILE ID=node119/3457576-1307228525
RUNJOBID= node119-1307215870-24798
PBS_JOBID= 13509102
Free space on /tmp= 73536 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__256.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457576-1307228525/watcher-3457576-1307228525 -o /tmp/evaluation-result-3457576-1307228525/solver-3457576-1307228525 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457576-1307228525.opb

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

MD5SUM BENCH= d1969ed58806ec8ac69295cde35dfac4
RANDOM SEED=206150195

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21570504 kB
Buffers:        262144 kB
Cached:         797272 kB
SwapCached:      59108 kB
Active:        3992352 kB
Inactive:      7080492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21570504 kB
SwapTotal:    67111528 kB
SwapFree:     56241860 kB
Dirty:          126112 kB
Writeback:           0 kB
AnonPages:     9957896 kB
Mapped:          41632 kB
Slab:           153732 kB
PageTables:      85540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 174241388 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= 73536 MiB
End job on node119 at 2011-06-05 01:31:44