Trace number 3455831

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.23 1793.8

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_1_15.opb
MD5SUM0df66f3e832b73f1cdf8165c8cc1c11b
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark4.91625
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6076
Sum of products size (including duplicates)12152
Number of different products3038
Sum of products size6076

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.12/0.10	c Pseudo Boolean Optimization
0.12/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Armin Biere (Picosat) restarts strategy
0.12/0.10	c Glucose learned constraints deletion strategy
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-3455831-1307227472.opb
0.12/0.10	c reading problem ... 
0.49/0.38	c ... done. Wall clock time 0.279s.
0.49/0.38	c #vars     3238
0.49/0.38	c #constraints  6379
0.49/0.38	c constraints type 
0.49/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.49/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3038
0.49/0.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
0.49/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
70.57/68.35	c cleaning 0 clauses out of 5000 with flag 0/5000
329.62/326.80	c cleaning 0 clauses out of 11000 with flag 0/11000
1099.29/1094.61	c cleaning 0 clauses out of 18000 with flag 0/18000
1800.03/1793.62	c starts		: 50
1800.03/1793.62	c conflicts		: 21998
1800.03/1793.62	c decisions		: 110612
1800.03/1793.62	c propagations		: 3732594
1800.03/1793.62	c inspects		: 1560822973
1800.03/1793.62	c shortcuts		: 0
1800.03/1793.62	c learnt literals	: 0
1800.03/1793.62	c learnt binary clauses	: 0
1800.03/1793.62	c learnt ternary clauses	: 0
1800.03/1793.62	c learnt constraints	: 21998
1800.03/1793.62	c ignored constraints	: 0
1800.03/1793.62	c root simplifications	: 0
1800.03/1793.62	c removed literals (reason simplification)	: 0
1800.03/1793.62	c reason swapping (by a shorter reason)	: 0
1800.03/1793.62	c Calls to reduceDB	: 3
1800.03/1793.62	c number of reductions to clauses (during analyze)	: 0
1800.03/1793.62	c number of learned constraints concerned by reduction	: 0
1800.03/1793.62	c number of learning phase by resolution	: 0
1800.03/1793.62	c number of learning phase by cutting planes	: 0
1800.03/1793.62	c speed (assignments/second)	: 2081.481609534479
1800.03/1793.62	c non guided choices	3096
1800.03/1793.63	c learnt constraints type 
1800.03/1793.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.03/1793.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21997
1800.03/1793.63	c constraints type 
1800.03/1793.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.03/1793.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3038
1800.03/1793.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.03/1793.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
1800.03/1793.63	s UNKNOWN
1800.03/1793.63	c Total wall clock time (in seconds): 1793.531

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

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

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


[startup+0 s]
/proc/loadavg: 2.30 2.16 2.05 2/532 22525
/proc/meminfo: memFree=15625480/32950940 swapFree=67111364/67111528
[pid=22525] ppid=22523 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/22525/stat : 22525 (java) S 22523 22525 19289 0 -1 4202496 5381 0 1 0 0 0 0 0 25 0 2 0 912977980 10694979584 5083 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/22525/statm: 2611079 5097 917 9 0 2602235 0
[pid=22525/tid=22526] ppid=22523 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22526/stat : 22526 (java) R 22523 22525 19289 0 -1 4202560 7941 0 1 0 0 0 0 0 25 0 2 0 912977980 10694979584 8758 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 215988286523 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.106426 s]
/proc/loadavg: 2.30 2.16 2.05 2/532 22525
/proc/meminfo: memFree=15625480/32950940 swapFree=67111364/67111528
[pid=22525] ppid=22523 vsize=10539600 CPUtime=0.12 cores=1,3,5,7
/proc/22525/stat : 22525 (java) S 22523 22525 19289 0 -1 4202496 13238 0 1 0 10 2 0 0 25 0 18 0 912977980 10792550400 12897 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22525/statm: 2634900 12897 2114 9 0 2625634 0
[pid=22525/tid=22526] ppid=22523 vsize=10539600 CPUtime=0.09 cores=1,3,5,7
/proc/22525/task/22526/stat : 22526 (java) R 22523 22525 19289 0 -1 4202560 11229 0 1 0 8 1 0 0 25 0 18 0 912977980 10792550400 12897 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 47485430983296 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10539600

[startup+0.20041 s]
/proc/loadavg: 2.30 2.16 2.05 2/532 22525
/proc/meminfo: memFree=15625480/32950940 swapFree=67111364/67111528
[pid=22525] ppid=22523 vsize=10540160 CPUtime=0.26 cores=1,3,5,7
/proc/22525/stat : 22525 (java) S 22523 22525 19289 0 -1 4202496 14027 0 1 0 24 2 0 0 25 0 18 0 912977980 10793123840 13663 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22525/statm: 2635040 13664 2180 9 0 2625774 0
[pid=22525/tid=22526] ppid=22523 vsize=10540160 CPUtime=0.18 cores=1,3,5,7
/proc/22525/task/22526/stat : 22526 (java) R 22523 22525 19289 0 -1 4202560 11835 0 1 0 17 1 0 0 25 0 18 0 912977980 10793123840 13664 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10540160

[startup+0.300393 s]
/proc/loadavg: 2.30 2.16 2.05 2/532 22525
/proc/meminfo: memFree=15625480/32950940 swapFree=67111364/67111528
[pid=22525] ppid=22523 vsize=10542476 CPUtime=0.49 cores=1,3,5,7
/proc/22525/stat : 22525 (java) S 22523 22525 19289 0 -1 4202496 16367 0 1 0 47 2 0 0 25 0 18 0 912977980 10795495424 15648 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22525/statm: 2635619 15648 2219 9 0 2626353 0
[pid=22525/tid=22526] ppid=22523 vsize=10542476 CPUtime=0.28 cores=1,3,5,7
/proc/22525/task/22526/stat : 22526 (java) R 22523 22525 19289 0 -1 4202560 12797 0 1 0 27 1 0 0 25 0 18 0 912977980 10795495424 15648 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 47485434469203 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10542476

[startup+0.700326 s]
/proc/loadavg: 2.30 2.16 2.05 2/532 22525
/proc/meminfo: memFree=15625480/32950940 swapFree=67111364/67111528
[pid=22525] ppid=22523 vsize=10556900 CPUtime=1.67 cores=1,3,5,7
/proc/22525/stat : 22525 (java) S 22523 22525 19289 0 -1 4202496 30841 0 1 0 163 4 0 0 25 0 19 0 912977980 10810265600 24968 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22525/statm: 2639225 24970 2231 9 0 2629959 0
[pid=22525/tid=22526] ppid=22523 vsize=10556900 CPUtime=0.68 cores=1,3,5,7
/proc/22525/task/22526/stat : 22526 (java) R 22523 22525 19289 0 -1 4202560 16461 0 1 0 66 2 0 0 25 0 19 0 912977980 10810265600 24970 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 46912505603946 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 10556900

[startup+1.50118 s]
/proc/loadavg: 2.43 2.19 2.06 3/551 22544
/proc/meminfo: memFree=15489644/32950940 swapFree=67111364/67111528
[pid=22525] ppid=22523 vsize=10553748 CPUtime=3 cores=1,3,5,7
/proc/22525/stat : 22525 (java) S 22523 22525 19289 0 -1 4202496 65084 0 1 0 292 8 0 0 25 0 19 0 912977980 10807037952 56743 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22525/statm: 2638437 56745 2236 9 0 2629171 0
[pid=22525/tid=22526] ppid=22523 vsize=10553748 CPUtime=1.48 cores=1,3,5,7
/proc/22525/task/22526/stat : 22526 (java) R 22523 22525 19289 0 -1 4202560 48860 0 1 0 142 6 0 0 25 0 19 0 912977980 10807037952 56745 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 46912505789016 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22525/tid=22528] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22528/stat : 22528 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 56747 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22529] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22529/stat : 22529 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 56749 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22530] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22530/stat : 22530 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 56750 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22531] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22531/stat : 22531 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 56752 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22532] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22532/stat : 22532 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 56754 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22533] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22533/stat : 22533 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 56755 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22534] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22534/stat : 22534 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 56756 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22535] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22535/stat : 22535 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 56757 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22536] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22536/stat : 22536 (java) S 22523 22525 19289 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 912977983 10807037952 56758 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000409088 0 0 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22537] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22537/stat : 22537 (java) S 22523 22525 19289 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912977983 10807037952 56759 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22538] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22538/stat : 22538 (java) S 22523 22525 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912977983 10807037952 56760 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22539] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22539/stat : 22539 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977985 10807037952 56762 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000416177 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22540] ppid=22523 vsize=10553748 CPUtime=0.78 cores=1,3,5,7
/proc/22525/task/22540/stat : 22540 (java) S 22523 22525 19289 0 -1 4202560 7649 0 0 0 78 0 0 0 22 0 19 0 912977985 10807037952 56763 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 1 0 0 0
[pid=22525/tid=22541] ppid=22523 vsize=10553748 CPUtime=0.71 cores=1,3,5,7
/proc/22525/task/22541/stat : 22541 (java) S 22523 22525 19289 0 -1 4202560 7416 0 0 0 70 1 0 0 23 0 19 0 912977985 10807037952 56764 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22542] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22542/stat : 22542 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977985 10807037952 56765 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22543] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22543/stat : 22543 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912977985 10807037952 56766 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000409088 0 4 0 16800975 18446604461830238528 0 0 -1 1 0 0 0
[pid=22525/tid=22544] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22544/stat : 22544 (java) S 22523 22525 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912978019 10807037952 56767 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000409088 0 4 0 16800975 18446604461830238528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 10553748

[startup+3.1009 s]
/proc/loadavg: 2.43 2.19 2.06 3/551 22544
/proc/meminfo: memFree=15230516/32950940 swapFree=67111364/67111528
[pid=22525] ppid=22523 vsize=10553748 CPUtime=4.79 cores=1,3,5,7
/proc/22525/stat : 22525 (java) S 22523 22525 19289 0 -1 4202496 170583 0 1 0 458 21 0 0 25 0 19 0 912977980 10807037952 161171 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22525/statm: 2638437 161174 2238 9 0 2629171 0
[pid=22525/tid=22526] ppid=22523 vsize=10553748 CPUtime=3.09 cores=1,3,5,7
/proc/22525/task/22526/stat : 22526 (java) R 22523 22525 19289 0 -1 4202560 153273 0 1 0 290 19 0 0 25 0 19 0 912977980 10807037952 161175 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 46912505812802 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22525/tid=22528] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22528/stat : 22528 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 161176 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22529] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22529/stat : 22529 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 161177 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22530] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22530/stat : 22530 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 161178 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22531] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22531/stat : 22531 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 161180 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22532] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22532/stat : 22532 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 161181 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22533] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22533/stat : 22533 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 161183 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22534] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22534/stat : 22534 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 161184 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22535] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22535/stat : 22535 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 161185 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22536] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22536/stat : 22536 (java) S 22523 22525 19289 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 912977983 10807037952 161186 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000409088 0 0 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22537] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22537/stat : 22537 (java) S 22523 22525 19289 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912977983 10807037952 161188 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22538] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22538/stat : 22538 (java) S 22523 22525 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912977983 10807037952 161189 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22539] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22539/stat : 22539 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977985 10807037952 161191 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000416177 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22540] ppid=22523 vsize=10553748 CPUtime=0.83 cores=1,3,5,7
/proc/22525/task/22540/stat : 22540 (java) S 22523 22525 19289 0 -1 4202560 7652 0 0 0 83 0 0 0 15 0 19 0 912977985 10807037952 161192 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 1 0 0 0
[pid=22525/tid=22541] ppid=22523 vsize=10553748 CPUtime=0.85 cores=1,3,5,7
/proc/22525/task/22541/stat : 22541 (java) S 22523 22525 19289 0 -1 4202560 8501 0 0 0 84 1 0 0 15 0 19 0 912977985 10807037952 161193 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 5 0 0 0
[pid=22525/tid=22542] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22542/stat : 22542 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977985 10807037952 161195 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22543] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22543/stat : 22543 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912977985 10807037952 161196 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000409088 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22544] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22544/stat : 22544 (java) S 22523 22525 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912978019 10807037952 161198 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000409088 0 4 0 16800975 18446604461830238528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 10553748

[startup+6.30134 s]
/proc/loadavg: 2.43 2.19 2.06 3/551 22544
/proc/meminfo: memFree=14438200/32950940 swapFree=67111364/67111528
[pid=22525] ppid=22523 vsize=10553748 CPUtime=8.03 cores=1,3,5,7
/proc/22525/stat : 22525 (java) S 22523 22525 19289 0 -1 4202496 353531 0 1 0 762 41 0 0 25 0 19 0 912977980 10807037952 344101 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22525/statm: 2638437 344103 2242 9 0 2629171 0
[pid=22525/tid=22526] ppid=22523 vsize=10553748 CPUtime=6.29 cores=1,3,5,7
/proc/22525/task/22526/stat : 22526 (java) R 22523 22525 19289 0 -1 4202560 336210 0 1 0 590 39 0 0 25 0 19 0 912977980 10807037952 344105 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 46912505813729 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22525/tid=22528] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22528/stat : 22528 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 344106 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22529] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22529/stat : 22529 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 344108 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22530] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22530/stat : 22530 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 344109 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22531] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22531/stat : 22531 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 344110 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22532] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22532/stat : 22532 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 344111 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22533] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22533/stat : 22533 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 344112 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22534] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22534/stat : 22534 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 344113 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22535] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22535/stat : 22535 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977982 10807037952 344114 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22536] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22536/stat : 22536 (java) S 22523 22525 19289 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 912977983 10807037952 344115 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000409088 0 0 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22537] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22537/stat : 22537 (java) S 22523 22525 19289 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912977983 10807037952 344117 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22538] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22538/stat : 22538 (java) S 22523 22525 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912977983 10807037952 344118 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22539] ppid=22523 vsize=10553748 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22539/stat : 22539 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977985 10807037952 344119 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000416177 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22540] ppid=22523 vsize=10553748 CPUtime=0.87 cores=1,3,5,7
/proc/22525/task/22540/stat : 22540 (java) S 22523 22525 19289 0 -1 4202560 7660 0 0 0 87 0 0 0 15 0 19 0 912977985 10807037952 344121 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 1 0 0 0
[pid=22525/tid=22541] ppid=22523 vsize=10553748 CPUtime=0.85 cores=1,3,5,7
/proc/22525/task/22541/stat : 22541 (java) S 22523 22525 19289 0 -1 4202560 8503 0 0 0 84 1 0 0 15 0 19 0 912977985 10807037952 344122 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 5 0 0 0

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

[pid=22525/tid=22542] ppid=22523 vsize=10564320 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22542/stat : 22542 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977985 10817863680 958801 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22543] ppid=22523 vsize=10564320 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22543/stat : 22543 (java) S 22523 22525 19289 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 912977985 10817863680 958801 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000409088 0 4 0 16800975 18446604461830238528 0 0 -1 1 0 0 0
[pid=22525/tid=22544] ppid=22523 vsize=10564320 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22544/stat : 22544 (java) S 22523 22525 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912978019 10817863680 958801 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000409088 0 4 0 16800975 18446604461830238528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1668.51
Current children cumulated vsize (KiB) 10564320

[startup+1722.3 s]
/proc/loadavg: 2.03 2.08 2.02 3/551 22666
/proc/meminfo: memFree=8320868/32950940 swapFree=67111364/67111528
[pid=22525] ppid=22523 vsize=10564320 CPUtime=1728.61 cores=1,3,5,7
/proc/22525/stat : 22525 (java) S 22523 22525 19289 0 -1 4202496 975165 0 1 0 172751 110 0 0 25 0 19 0 912977980 10817863680 959630 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22525/statm: 2641080 959630 2268 9 0 2631814 0
[pid=22525/tid=22526] ppid=22523 vsize=10564320 CPUtime=1719.72 cores=1,3,5,7
/proc/22525/task/22526/stat : 22526 (java) R 22523 22525 19289 0 -1 4202560 823775 0 1 0 171882 90 0 0 25 0 19 0 912977980 10817863680 959630 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 46912505812047 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22525/tid=22528] ppid=22523 vsize=10564320 CPUtime=0.69 cores=1,3,5,7
/proc/22525/task/22528/stat : 22528 (java) S 22523 22525 19289 0 -1 4202560 17602 0 0 0 68 1 0 0 15 0 19 0 912977982 10817863680 959630 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22529] ppid=22523 vsize=10564320 CPUtime=0.8 cores=1,3,5,7
/proc/22525/task/22529/stat : 22529 (java) S 22523 22525 19289 0 -1 4202560 19089 0 0 0 78 2 0 0 15 0 19 0 912977982 10817863680 959630 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 1 0 0 0
[pid=22525/tid=22530] ppid=22523 vsize=10564320 CPUtime=0.73 cores=1,3,5,7
/proc/22525/task/22530/stat : 22530 (java) S 22523 22525 19289 0 -1 4202560 16448 0 0 0 72 1 0 0 16 0 19 0 912977982 10817863680 959630 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22531] ppid=22523 vsize=10564320 CPUtime=0.64 cores=1,3,5,7
/proc/22525/task/22531/stat : 22531 (java) S 22523 22525 19289 0 -1 4202560 10015 0 0 0 64 0 0 0 16 0 19 0 912977982 10817863680 959630 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22532] ppid=22523 vsize=10564320 CPUtime=0.65 cores=1,3,5,7
/proc/22525/task/22532/stat : 22532 (java) S 22523 22525 19289 0 -1 4202560 12283 0 0 0 63 2 0 0 16 0 19 0 912977982 10817863680 959630 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 1 0 0 0
[pid=22525/tid=22533] ppid=22523 vsize=10564320 CPUtime=0.59 cores=1,3,5,7
/proc/22525/task/22533/stat : 22533 (java) S 22523 22525 19289 0 -1 4202560 15284 0 0 0 58 1 0 0 16 0 19 0 912977982 10817863680 959630 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 1 0 0 0
[pid=22525/tid=22534] ppid=22523 vsize=10564320 CPUtime=0.68 cores=1,3,5,7
/proc/22525/task/22534/stat : 22534 (java) S 22523 22525 19289 0 -1 4202560 18607 0 0 0 67 1 0 0 15 0 19 0 912977982 10817863680 959630 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22535] ppid=22523 vsize=10564320 CPUtime=0.56 cores=1,3,5,7
/proc/22525/task/22535/stat : 22535 (java) S 22523 22525 19289 0 -1 4202560 13095 0 0 0 55 1 0 0 15 0 19 0 912977982 10817863680 959630 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22536] ppid=22523 vsize=10564320 CPUtime=0.82 cores=1,3,5,7
/proc/22525/task/22536/stat : 22536 (java) S 22523 22525 19289 0 -1 4202560 5395 0 0 0 81 1 0 0 15 0 19 0 912977983 10817863680 959630 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000409088 0 0 0 16800975 18446604461830238528 0 0 -1 5 0 0 0
[pid=22525/tid=22537] ppid=22523 vsize=10564320 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22537/stat : 22537 (java) S 22523 22525 19289 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912977983 10817863680 959630 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22538] ppid=22523 vsize=10564320 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22538/stat : 22538 (java) S 22523 22525 19289 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912977983 10817863680 959630 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22539] ppid=22523 vsize=10564320 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22539/stat : 22539 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977985 10817863680 959630 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000416177 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22540] ppid=22523 vsize=10564320 CPUtime=1.67 cores=1,3,5,7
/proc/22525/task/22540/stat : 22540 (java) S 22523 22525 19289 0 -1 4202560 13816 0 0 0 166 1 0 0 16 0 19 0 912977985 10817863680 959630 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 1 0 0 0
[pid=22525/tid=22541] ppid=22523 vsize=10564320 CPUtime=0.92 cores=1,3,5,7
/proc/22525/task/22541/stat : 22541 (java) S 22523 22525 19289 0 -1 4202560 8508 0 0 0 91 1 0 0 15 0 19 0 912977985 10817863680 959630 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 5 0 0 0
[pid=22525/tid=22542] ppid=22523 vsize=10564320 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22542/stat : 22542 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977985 10817863680 959630 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22543] ppid=22523 vsize=10564320 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22543/stat : 22543 (java) S 22523 22525 19289 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 912977985 10817863680 959630 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000409088 0 4 0 16800975 18446604461830238528 0 0 -1 1 0 0 0
[pid=22525/tid=22544] ppid=22523 vsize=10564320 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22544/stat : 22544 (java) S 22523 22525 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912978019 10817863680 959630 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000409088 0 4 0 16800975 18446604461830238528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1728.61
Current children cumulated vsize (KiB) 10564320

[startup+1782.3 s]
/proc/loadavg: 2.14 2.09 2.03 3/551 22667
/proc/meminfo: memFree=8003584/32950940 swapFree=67111364/67111528
[pid=22525] ppid=22523 vsize=10564320 CPUtime=1788.71 cores=1,3,5,7
/proc/22525/stat : 22525 (java) S 22523 22525 19289 0 -1 4202496 976097 0 1 0 178761 110 0 0 25 0 19 0 912977980 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22525/statm: 2641080 960544 2268 9 0 2631814 0
[pid=22525/tid=22526] ppid=22523 vsize=10564320 CPUtime=1779.65 cores=1,3,5,7
/proc/22525/task/22526/stat : 22526 (java) R 22523 22525 19289 0 -1 4202560 823778 0 1 0 177875 90 0 0 25 0 19 0 912977980 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 46912505788636 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22525/tid=22528] ppid=22523 vsize=10564320 CPUtime=0.72 cores=1,3,5,7
/proc/22525/task/22528/stat : 22528 (java) S 22523 22525 19289 0 -1 4202560 17680 0 0 0 71 1 0 0 15 0 19 0 912977982 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22529] ppid=22523 vsize=10564320 CPUtime=0.84 cores=1,3,5,7
/proc/22525/task/22529/stat : 22529 (java) S 22523 22525 19289 0 -1 4202560 19421 0 0 0 82 2 0 0 16 0 19 0 912977982 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22530] ppid=22523 vsize=10564320 CPUtime=0.73 cores=1,3,5,7
/proc/22525/task/22530/stat : 22530 (java) S 22523 22525 19289 0 -1 4202560 16448 0 0 0 72 1 0 0 15 0 19 0 912977982 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22531] ppid=22523 vsize=10564320 CPUtime=0.67 cores=1,3,5,7
/proc/22525/task/22531/stat : 22531 (java) S 22523 22525 19289 0 -1 4202560 10141 0 0 0 67 0 0 0 15 0 19 0 912977982 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22532] ppid=22523 vsize=10564320 CPUtime=0.67 cores=1,3,5,7
/proc/22525/task/22532/stat : 22532 (java) S 22523 22525 19289 0 -1 4202560 12407 0 0 0 65 2 0 0 16 0 19 0 912977982 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 1 0 0 0
[pid=22525/tid=22533] ppid=22523 vsize=10564320 CPUtime=0.61 cores=1,3,5,7
/proc/22525/task/22533/stat : 22533 (java) S 22523 22525 19289 0 -1 4202560 15332 0 0 0 60 1 0 0 15 0 19 0 912977982 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22534] ppid=22523 vsize=10564320 CPUtime=0.7 cores=1,3,5,7
/proc/22525/task/22534/stat : 22534 (java) S 22523 22525 19289 0 -1 4202560 18709 0 0 0 69 1 0 0 15 0 19 0 912977982 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22535] ppid=22523 vsize=10564320 CPUtime=0.58 cores=1,3,5,7
/proc/22525/task/22535/stat : 22535 (java) S 22523 22525 19289 0 -1 4202560 13206 0 0 0 57 1 0 0 16 0 19 0 912977982 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22536] ppid=22523 vsize=10564320 CPUtime=0.82 cores=1,3,5,7
/proc/22525/task/22536/stat : 22536 (java) S 22523 22525 19289 0 -1 4202560 5399 0 0 0 81 1 0 0 15 0 19 0 912977983 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000409088 0 0 0 16800975 18446604461830238528 0 0 -1 5 0 0 0
[pid=22525/tid=22537] ppid=22523 vsize=10564320 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22537/stat : 22537 (java) S 22523 22525 19289 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912977983 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22538] ppid=22523 vsize=10564320 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22538/stat : 22538 (java) S 22523 22525 19289 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912977983 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22539] ppid=22523 vsize=10564320 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22539/stat : 22539 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977985 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000416177 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22540] ppid=22523 vsize=10564320 CPUtime=1.67 cores=1,3,5,7
/proc/22525/task/22540/stat : 22540 (java) S 22523 22525 19289 0 -1 4202560 13816 0 0 0 166 1 0 0 16 0 19 0 912977985 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 1 0 0 0
[pid=22525/tid=22541] ppid=22523 vsize=10564320 CPUtime=0.92 cores=1,3,5,7
/proc/22525/task/22541/stat : 22541 (java) S 22523 22525 19289 0 -1 4202560 8508 0 0 0 91 1 0 0 15 0 19 0 912977985 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 5 0 0 0
[pid=22525/tid=22542] ppid=22523 vsize=10564320 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22542/stat : 22542 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977985 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22543] ppid=22523 vsize=10564320 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22543/stat : 22543 (java) S 22523 22525 19289 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 912977985 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000409088 0 4 0 16800975 18446604461830238528 0 0 -1 1 0 0 0
[pid=22525/tid=22544] ppid=22523 vsize=10564320 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22544/stat : 22544 (java) S 22523 22525 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912978019 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000409088 0 4 0 16800975 18446604461830238528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1788.71
Current children cumulated vsize (KiB) 10564320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.6 s]
/proc/loadavg: 2.12 2.09 2.03 3/551 22668
/proc/meminfo: memFree=8003332/32950940 swapFree=67111364/67111528
[pid=22525] ppid=22523 vsize=10564320 CPUtime=1800.03 cores=1,3,5,7
/proc/22525/stat : 22525 (java) S 22523 22525 19289 0 -1 4202496 976097 0 1 0 179893 110 0 0 25 0 19 0 912977980 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22525/statm: 2641080 960544 2268 9 0 2631814 0
[pid=22525/tid=22526] ppid=22523 vsize=10564320 CPUtime=1790.97 cores=1,3,5,7
/proc/22525/task/22526/stat : 22526 (java) R 22523 22525 19289 0 -1 4202560 823778 0 1 0 179007 90 0 0 25 0 19 0 912977980 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 46912505815408 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22525/tid=22528] ppid=22523 vsize=10564320 CPUtime=0.72 cores=1,3,5,7
/proc/22525/task/22528/stat : 22528 (java) S 22523 22525 19289 0 -1 4202560 17680 0 0 0 71 1 0 0 15 0 19 0 912977982 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22529] ppid=22523 vsize=10564320 CPUtime=0.84 cores=1,3,5,7
/proc/22525/task/22529/stat : 22529 (java) S 22523 22525 19289 0 -1 4202560 19421 0 0 0 82 2 0 0 16 0 19 0 912977982 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22530] ppid=22523 vsize=10564320 CPUtime=0.73 cores=1,3,5,7
/proc/22525/task/22530/stat : 22530 (java) S 22523 22525 19289 0 -1 4202560 16448 0 0 0 72 1 0 0 15 0 19 0 912977982 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22531] ppid=22523 vsize=10564320 CPUtime=0.67 cores=1,3,5,7
/proc/22525/task/22531/stat : 22531 (java) S 22523 22525 19289 0 -1 4202560 10141 0 0 0 67 0 0 0 15 0 19 0 912977982 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22532] ppid=22523 vsize=10564320 CPUtime=0.67 cores=1,3,5,7
/proc/22525/task/22532/stat : 22532 (java) S 22523 22525 19289 0 -1 4202560 12407 0 0 0 65 2 0 0 16 0 19 0 912977982 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 1 0 0 0
[pid=22525/tid=22533] ppid=22523 vsize=10564320 CPUtime=0.61 cores=1,3,5,7
/proc/22525/task/22533/stat : 22533 (java) S 22523 22525 19289 0 -1 4202560 15332 0 0 0 60 1 0 0 15 0 19 0 912977982 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22534] ppid=22523 vsize=10564320 CPUtime=0.7 cores=1,3,5,7
/proc/22525/task/22534/stat : 22534 (java) S 22523 22525 19289 0 -1 4202560 18709 0 0 0 69 1 0 0 15 0 19 0 912977982 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22535] ppid=22523 vsize=10564320 CPUtime=0.58 cores=1,3,5,7
/proc/22525/task/22535/stat : 22535 (java) S 22523 22525 19289 0 -1 4202560 13206 0 0 0 57 1 0 0 16 0 19 0 912977982 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 7 0 0 0
[pid=22525/tid=22536] ppid=22523 vsize=10564320 CPUtime=0.82 cores=1,3,5,7
/proc/22525/task/22536/stat : 22536 (java) S 22523 22525 19289 0 -1 4202560 5399 0 0 0 81 1 0 0 15 0 19 0 912977983 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000409088 0 0 0 16800975 18446604461830238528 0 0 -1 5 0 0 0
[pid=22525/tid=22537] ppid=22523 vsize=10564320 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22537/stat : 22537 (java) S 22523 22525 19289 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912977983 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22538] ppid=22523 vsize=10564320 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22538/stat : 22538 (java) S 22523 22525 19289 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912977983 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22539] ppid=22523 vsize=10564320 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22539/stat : 22539 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977985 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000416177 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22540] ppid=22523 vsize=10564320 CPUtime=1.67 cores=1,3,5,7
/proc/22525/task/22540/stat : 22540 (java) S 22523 22525 19289 0 -1 4202560 13816 0 0 0 166 1 0 0 16 0 19 0 912977985 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 1 0 0 0
[pid=22525/tid=22541] ppid=22523 vsize=10564320 CPUtime=0.92 cores=1,3,5,7
/proc/22525/task/22541/stat : 22541 (java) S 22523 22525 19289 0 -1 4202560 8508 0 0 0 91 1 0 0 15 0 19 0 912977985 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 5 0 0 0
[pid=22525/tid=22542] ppid=22523 vsize=10564320 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22542/stat : 22542 (java) S 22523 22525 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912977985 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000408473 0 4 0 16800975 18446604461830238528 0 0 -1 3 0 0 0
[pid=22525/tid=22543] ppid=22523 vsize=10564320 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22543/stat : 22543 (java) S 22523 22525 19289 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 912977985 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000409088 0 4 0 16800975 18446604461830238528 0 0 -1 1 0 0 0
[pid=22525/tid=22544] ppid=22523 vsize=10564320 CPUtime=0 cores=1,3,5,7
/proc/22525/task/22544/stat : 22544 (java) S 22523 22525 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912978019 10817863680 960544 33554432000 1073741824 1073778376 140733954911200 18446744073709551615 216000409088 0 4 0 16800975 18446604461830238528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 10564320

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

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

[startup+1793.72 s]
/proc/loadavg: 2.12 2.09 2.03 3/551 22668
/proc/meminfo: memFree=8003332/32950940 swapFree=67111364/67111528
[pid=22525] ppid=22523 vsize=0 CPUtime=1800.14 cores=1,3,5,7
/proc/22525/stat : 22525 (java) Z 22523 22525 19289 0 -1 4203548 976127 0 1 0 179897 117 0 0 17 0 2 0 912977980 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22525/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

[startup+1793.8 s]
/proc/loadavg: 2.12 2.09 2.03 3/551 22668
/proc/meminfo: memFree=8003332/32950940 swapFree=67111364/67111528
[pid=22525] ppid=22523 vsize=0 CPUtime=1800.22 cores=1,3,5,7
/proc/22525/stat : 22525 (java) Z 22523 22525 19289 0 -1 4203548 976127 0 1 0 179897 125 0 0 17 0 2 0 912977980 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22525/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.8
CPU time (s): 1800.23
CPU user time (s): 1798.98
CPU system time (s): 1.25181
CPU usage (%): 100.358
Max. virtual memory (cumulated for all children) (KiB): 10565680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 1.25181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 976127
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= 39401
involuntary context switches= 6274

runsolver used 9.51355 second user time and 21.4837 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-05 00:44:32
IDJOB=3455831
IDBENCH=48348
IDSOLVER=1951
FILE ID=node117/3455831-1307227472
RUNJOBID= node117-1307225397-21708
PBS_JOBID= 13509044
Free space on /tmp= 73628 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_1_15.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455831-1307227472/watcher-3455831-1307227472 -o /tmp/evaluation-result-3455831-1307227472/solver-3455831-1307227472 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455831-1307227472.opb

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

MD5SUM BENCH= 0df66f3e832b73f1cdf8165c8cc1c11b
RANDOM SEED=774442919

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:      15625636 kB
Buffers:        380540 kB
Cached:        3210312 kB
SwapCached:          0 kB
Active:       13822284 kB
Inactive:      3098916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      15625636 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:             832 kB
Writeback:           0 kB
AnonPages:    13330544 kB
Mapped:          50248 kB
Slab:           271068 kB
PageTables:      64908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 159849152 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= 73380 MiB
End job on node117 at 2011-06-05 01:14:28