Trace number 3733378

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
PB07: SAT4JPseudoResolution 2007-03-23? (TO) 1800.44 1794.03

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ic98.opb
MD5SUMcbbc019f11b539634b02edfceafed9db
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1090626176
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15501
Total number of constraints763
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)627
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint8
Maximum length of a constraint13581
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 783292842349555
Number of bits of the biggest sum of numbers50
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.07	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.08	c no version file found!!!
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.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch	amd64
0.00/0.08	c Free memory 1599470296
0.00/0.08	c Max memory 1607860224
0.00/0.08	c Total memory 1607860224
0.00/0.08	c Number of processors 8
0.08/0.10	--- Begin Solver configuration ---
0.08/0.10	c Stops conflict analysis at the first Unique Implication Point
0.08/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1cb1c5fa
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.10	c No reason simplification
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-3733378-1338695961.opb
0.08/0.10	c reading problem ... 
1.25/0.83	c ... done. Wall clock time 0.731s.
1.25/0.83	c CPU time (experimental) 0.8s.
1.25/0.83	c #vars     15501
1.25/0.83	c #constraints  853
1800.05/1794.02	c starts		: 14
1800.05/1794.02	c conflicts		: 62180
1800.05/1794.02	c decisions		: 86676
1800.05/1794.02	c propagations		: 34106212
1800.05/1794.02	c inspects		: 557349730
1800.05/1794.02	c learnt literals	: 1
1800.05/1794.02	c learnt binary clauses	: 0
1800.05/1794.02	c learnt ternary clauses	: 0
1800.05/1794.02	c learnt clauses	: 62179
1800.05/1794.02	c root simplifications	: 0
1800.05/1794.02	c removed literals (reason simplification)	: 0
1800.05/1794.02	c reason swapping (by a shorter reason)	: 0
1800.05/1794.02	c Calls to reduceDB	: 0
1800.05/1794.02	c speed (decisions/second)	: 48.336663556723195
1800.05/1794.02	c non guided choices	3922
1800.05/1794.02	s UNKNOWN
1800.05/1794.02	c Total wall clock time (ms): 1793.917

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3733378-1338695961/watcher-3733378-1338695961 -o /tmp/evaluation-result-3733378-1338695961/solver-3733378-1338695961 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3733378-1338695961.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.99 2.02 2.01 3/194 5407
/proc/meminfo: memFree=28146936/32873648 swapFree=7116/7116
[pid=5407] ppid=5405 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/5407/stat : 5407 (java) D 5405 5407 1585 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 335721601 9515008 183 33554432000 1073741824 1073778376 140734950634112 140734950625144 214537420469 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/5407/statm: 2323 183 140 9 0 71 0

[startup+0.0171351 s]
/proc/loadavg: 1.99 2.02 2.01 3/194 5407
/proc/meminfo: memFree=28146936/32873648 swapFree=7116/7116
[pid=5407] ppid=5405 vsize=101560 CPUtime=0 cores=1,3,5,7
/proc/5407/stat : 5407 (java) S 5405 5407 1585 0 -1 4202496 1423 0 1 0 0 0 0 0 20 0 2 0 335721601 103997440 1103 33554432000 1073741824 1073778376 140736843377296 140736843368432 214540779581 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5407/statm: 25390 1103 853 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101560

[startup+0.10023 s]
/proc/loadavg: 1.99 2.02 2.01 3/194 5407
/proc/meminfo: memFree=28146936/32873648 swapFree=7116/7116
[pid=5407] ppid=5405 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/5407/stat : 5407 (java) S 5405 5407 1585 0 -1 4202496 4970 0 1 0 8 0 0 0 20 0 18 0 335721601 3028844544 6168 33554432000 1073741824 1073778376 140736843377296 140736843368432 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5407/statm: 739464 6168 2127 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.300239 s]
/proc/loadavg: 1.99 2.02 2.01 3/194 5407
/proc/meminfo: memFree=28146936/32873648 swapFree=7116/7116
[pid=5407] ppid=5405 vsize=2957856 CPUtime=0.57 cores=1,3,5,7
/proc/5407/stat : 5407 (java) S 5405 5407 1585 0 -1 4202496 10416 0 1 0 56 1 0 0 20 0 18 0 335721601 3028844544 12706 33554432000 1073741824 1073778376 140736843377296 140736843368432 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5407/statm: 739464 12707 2238 9 0 729885 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 2957856

[startup+0.700248 s]
/proc/loadavg: 1.99 2.02 2.01 3/194 5407
/proc/meminfo: memFree=28146936/32873648 swapFree=7116/7116
[pid=5407] ppid=5405 vsize=2957856 CPUtime=1.15 cores=1,3,5,7
/proc/5407/stat : 5407 (java) S 5405 5407 1585 0 -1 4202496 11187 0 1 0 111 4 0 0 20 0 18 0 335721601 3028844544 52312 33554432000 1073741824 1073778376 140736843377296 140736843368432 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5407/statm: 739464 52312 2246 9 0 729885 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 2957856

[startup+1.50076 s]
/proc/loadavg: 2.15 2.05 2.02 3/213 5426
/proc/meminfo: memFree=27877420/32873648 swapFree=7116/7116
[pid=5407] ppid=5405 vsize=3024420 CPUtime=2.12 cores=1,3,5,7
/proc/5407/stat : 5407 (java) S 5405 5407 1585 0 -1 4202496 11563 0 1 0 206 6 0 0 20 0 19 0 335721601 3097006080 77542 33554432000 1073741824 1073778376 140736843377296 140736843368432 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5407/statm: 756105 77542 2264 9 0 746526 0
[pid=5407/tid=5409] ppid=5405 vsize=3024420 CPUtime=1.46 cores=1,3,5,7
/proc/5407/task/5409/stat : 5409 (java) R 5405 5407 1585 0 -1 4202560 3220 0 1 0 141 5 0 0 20 0 19 0 335721602 3097006080 77542 33554432000 1073741824 1073778376 140736843377296 139778440322264 139778313415077 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5410] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5410/stat : 5410 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721603 3097006080 77542 33554432000 1073741824 1073778376 140736843377296 139778306287784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5411] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5411/stat : 5411 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721603 3097006080 77542 33554432000 1073741824 1073778376 140736843377296 139778305235240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5412] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5412/stat : 5412 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721603 3097006080 77542 33554432000 1073741824 1073778376 140736843377296 139778304182696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5407/tid=5413] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5413/stat : 5413 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721603 3097006080 77542 33554432000 1073741824 1073778376 140736843377296 139778303130152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5414] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5414/stat : 5414 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721603 3097006080 77542 33554432000 1073741824 1073778376 140736843377296 139778100030120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5415] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5415/stat : 5415 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721603 3097006080 77542 33554432000 1073741824 1073778376 140736843377296 139778098977576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5416] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5416/stat : 5416 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721603 3097006080 77542 33554432000 1073741824 1073778376 140736843377296 139778097925032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5417] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5417/stat : 5417 (java) S 5405 5407 1585 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335721603 3097006080 77542 33554432000 1073741824 1073778376 140736843377296 139778096872488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5418] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5418/stat : 5418 (java) S 5405 5407 1585 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 335721605 3097006080 77542 33554432000 1073741824 1073778376 140736843377296 139778084673640 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5419] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5419/stat : 5419 (java) S 5405 5407 1585 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335721605 3097006080 77542 33554432000 1073741824 1073778376 140736843377296 139778083619960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5420] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5420/stat : 5420 (java) S 5405 5407 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335721605 3097006080 77542 33554432000 1073741824 1073778376 140736843377296 139778082567304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5421] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5421/stat : 5421 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721607 3097006080 77542 33554432000 1073741824 1073778376 140736843377296 139778081516048 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5422] ppid=5405 vsize=3024420 CPUtime=0.3 cores=1,3,5,7
/proc/5407/task/5422/stat : 5422 (java) S 5405 5407 1585 0 -1 4202560 4464 0 0 0 30 0 0 0 20 0 19 0 335721607 3097006080 77542 33554432000 1073741824 1073778376 140736843377296 139778080463416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5423] ppid=5405 vsize=3024420 CPUtime=0.32 cores=1,3,5,7
/proc/5407/task/5423/stat : 5423 (java) S 5405 5407 1585 0 -1 4202560 2678 0 0 0 32 0 0 0 20 0 19 0 335721607 3097006080 77542 33554432000 1073741824 1073778376 140736843377296 139778079410872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5424] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5424/stat : 5424 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721607 3097006080 77542 33554432000 1073741824 1073778376 140736843377296 139778078358520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5425] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5425/stat : 5425 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721607 3097006080 77542 33554432000 1073741824 1073778376 140736843377296 139778077306184 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5426] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5426/stat : 5426 (java) S 5405 5407 1585 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 335721686 3097006080 77542 33554432000 1073741824 1073778376 140736843377296 139778075173672 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 3024420

[startup+3.10072 s]
/proc/loadavg: 2.15 2.05 2.02 3/213 5426
/proc/meminfo: memFree=27819084/32873648 swapFree=7116/7116
[pid=5407] ppid=5405 vsize=3024420 CPUtime=3.82 cores=1,3,5,7
/proc/5407/stat : 5407 (java) S 5405 5407 1585 0 -1 4202496 11890 0 1 0 374 8 0 0 20 0 19 0 335721601 3097006080 93949 33554432000 1073741824 1073778376 140736843377296 140736843368432 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5407/statm: 756105 93949 2265 9 0 746526 0
[pid=5407/tid=5409] ppid=5405 vsize=3024420 CPUtime=3.06 cores=1,3,5,7
/proc/5407/task/5409/stat : 5409 (java) R 5405 5407 1585 0 -1 4202560 3255 0 1 0 300 6 0 0 20 0 19 0 335721602 3097006080 93949 33554432000 1073741824 1073778376 140736843377296 139778440321560 139778313415185 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5410] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5410/stat : 5410 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721603 3097006080 93949 33554432000 1073741824 1073778376 140736843377296 139778306287784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5411] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5411/stat : 5411 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721603 3097006080 93949 33554432000 1073741824 1073778376 140736843377296 139778305235240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5412] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5412/stat : 5412 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721603 3097006080 93949 33554432000 1073741824 1073778376 140736843377296 139778304182696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5407/tid=5413] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5413/stat : 5413 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721603 3097006080 93949 33554432000 1073741824 1073778376 140736843377296 139778303130152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5414] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5414/stat : 5414 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721603 3097006080 93949 33554432000 1073741824 1073778376 140736843377296 139778100030120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5415] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5415/stat : 5415 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721603 3097006080 93949 33554432000 1073741824 1073778376 140736843377296 139778098977576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5416] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5416/stat : 5416 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721603 3097006080 93949 33554432000 1073741824 1073778376 140736843377296 139778097925032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5417] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5417/stat : 5417 (java) S 5405 5407 1585 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335721603 3097006080 93949 33554432000 1073741824 1073778376 140736843377296 139778096872488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5418] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5418/stat : 5418 (java) S 5405 5407 1585 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 335721605 3097006080 93949 33554432000 1073741824 1073778376 140736843377296 139778084673640 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5419] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5419/stat : 5419 (java) S 5405 5407 1585 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335721605 3097006080 93949 33554432000 1073741824 1073778376 140736843377296 139778083619960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5420] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5420/stat : 5420 (java) S 5405 5407 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335721605 3097006080 93949 33554432000 1073741824 1073778376 140736843377296 139778082567304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5421] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5421/stat : 5421 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721607 3097006080 93949 33554432000 1073741824 1073778376 140736843377296 139778081516048 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5422] ppid=5405 vsize=3024420 CPUtime=0.36 cores=1,3,5,7
/proc/5407/task/5422/stat : 5422 (java) S 5405 5407 1585 0 -1 4202560 4479 0 0 0 35 1 0 0 20 0 19 0 335721607 3097006080 93949 33554432000 1073741824 1073778376 140736843377296 139778080463416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5423] ppid=5405 vsize=3024420 CPUtime=0.36 cores=1,3,5,7
/proc/5407/task/5423/stat : 5423 (java) S 5405 5407 1585 0 -1 4202560 2955 0 0 0 36 0 0 0 20 0 19 0 335721607 3097006080 93949 33554432000 1073741824 1073778376 140736843377296 139778079410872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5424] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5424/stat : 5424 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721607 3097006080 93949 33554432000 1073741824 1073778376 140736843377296 139778078358520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5425] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5425/stat : 5425 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721607 3097006080 93949 33554432000 1073741824 1073778376 140736843377296 139778077306184 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5426] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5426/stat : 5426 (java) S 5405 5407 1585 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 335721686 3097006080 93949 33554432000 1073741824 1073778376 140736843377296 139778075173672 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 3024420

[startup+6.30071 s]
/proc/loadavg: 2.14 2.05 2.02 3/213 5426
/proc/meminfo: memFree=27669348/32873648 swapFree=7116/7116
[pid=5407] ppid=5405 vsize=3024420 CPUtime=7.14 cores=1,3,5,7
/proc/5407/stat : 5407 (java) S 5405 5407 1585 0 -1 4202496 12016 0 1 0 699 15 0 0 20 0 19 0 335721601 3097006080 121009 33554432000 1073741824 1073778376 140736843377296 140736843368432 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5407/statm: 756105 121009 2279 9 0 746526 0
[pid=5407/tid=5409] ppid=5405 vsize=3024420 CPUtime=6.22 cores=1,3,5,7
/proc/5407/task/5409/stat : 5409 (java) R 5405 5407 1585 0 -1 4202560 3296 0 1 0 614 8 0 0 20 0 19 0 335721602 3097006080 121009 33554432000 1073741824 1073778376 140736843377296 139778440322296 139778313409357 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5410] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5410/stat : 5410 (java) S 5405 5407 1585 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 335721603 3097006080 121009 33554432000 1073741824 1073778376 140736843377296 139778306287784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5411] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5411/stat : 5411 (java) S 5405 5407 1585 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 335721603 3097006080 121009 33554432000 1073741824 1073778376 140736843377296 139778305235240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5412] ppid=5405 vsize=3024420 CPUtime=0.02 cores=1,3,5,7
/proc/5407/task/5412/stat : 5412 (java) S 5405 5407 1585 0 -1 4202560 17 0 0 0 1 1 0 0 20 0 19 0 335721603 3097006080 121009 33554432000 1073741824 1073778376 140736843377296 139778304182696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5407/tid=5413] ppid=5405 vsize=3024420 CPUtime=0.01 cores=1,3,5,7
/proc/5407/task/5413/stat : 5413 (java) S 5405 5407 1585 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 335721603 3097006080 121009 33554432000 1073741824 1073778376 140736843377296 139778303130152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5414] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5414/stat : 5414 (java) S 5405 5407 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335721603 3097006080 121009 33554432000 1073741824 1073778376 140736843377296 139778100030120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5415] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5415/stat : 5415 (java) S 5405 5407 1585 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 335721603 3097006080 121009 33554432000 1073741824 1073778376 140736843377296 139778098977576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5416] ppid=5405 vsize=3024420 CPUtime=0.01 cores=1,3,5,7
/proc/5407/task/5416/stat : 5416 (java) S 5405 5407 1585 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 335721603 3097006080 121009 33554432000 1073741824 1073778376 140736843377296 139778097925032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5417] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5417/stat : 5417 (java) S 5405 5407 1585 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 335721603 3097006080 121009 33554432000 1073741824 1073778376 140736843377296 139778096872488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5418] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5418/stat : 5418 (java) S 5405 5407 1585 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 335721605 3097006080 121009 33554432000 1073741824 1073778376 140736843377296 139778084673640 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5419] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5419/stat : 5419 (java) S 5405 5407 1585 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 335721605 3097006080 121009 33554432000 1073741824 1073778376 140736843377296 139778083619960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5420] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5420/stat : 5420 (java) S 5405 5407 1585 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 335721605 3097006080 121009 33554432000 1073741824 1073778376 140736843377296 139778082567304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5421] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5421/stat : 5421 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721607 3097006080 121009 33554432000 1073741824 1073778376 140736843377296 139778081516048 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5422] ppid=5405 vsize=3024420 CPUtime=0.36 cores=1,3,5,7
/proc/5407/task/5422/stat : 5422 (java) S 5405 5407 1585 0 -1 4202560 4479 0 0 0 35 1 0 0 20 0 19 0 335721607 3097006080 121009 33554432000 1073741824 1073778376 140736843377296 139778080463416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5423] ppid=5405 vsize=3024420 CPUtime=0.36 cores=1,3,5,7
/proc/5407/task/5423/stat : 5423 (java) S 5405 5407 1585 0 -1 4202560 2955 0 0 0 36 0 0 0 20 0 19 0 335721607 3097006080 121009 33554432000 1073741824 1073778376 140736843377296 139778079410872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5424] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5424/stat : 5424 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721607 3097006080 121009 33554432000 1073741824 1073778376 140736843377296 139778078358520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5425] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5425/stat : 5425 (java) S 5405 5407 1585 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335721607 3097006080 121009 33554432000 1073741824 1073778376 140736843377296 139778077306184 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5426] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5426/stat : 5426 (java) S 5405 5407 1585 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 335721686 3097006080 121009 33554432000 1073741824 1073778376 140736843377296 139778075173672 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]

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

[pid=5407/tid=5415] ppid=5405 vsize=3024420 CPUtime=0.82 cores=1,3,5,7
/proc/5407/task/5415/stat : 5415 (java) S 5405 5407 1585 0 -1 4202560 124 0 0 0 76 6 0 0 20 0 19 0 335721603 3097006080 277801 33554432000 1073741824 1073778376 140736843377296 139778098977576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5416] ppid=5405 vsize=3024420 CPUtime=0.84 cores=1,3,5,7
/proc/5407/task/5416/stat : 5416 (java) S 5405 5407 1585 0 -1 4202560 134 0 0 0 77 7 0 0 20 0 19 0 335721603 3097006080 277801 33554432000 1073741824 1073778376 140736843377296 139778097925032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5407/tid=5417] ppid=5405 vsize=3024420 CPUtime=0.8 cores=1,3,5,7
/proc/5407/task/5417/stat : 5417 (java) S 5405 5407 1585 0 -1 4202560 131 0 0 0 73 7 0 0 20 0 19 0 335721603 3097006080 277801 33554432000 1073741824 1073778376 140736843377296 139778096872488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5418] ppid=5405 vsize=3024420 CPUtime=0.04 cores=1,3,5,7
/proc/5407/task/5418/stat : 5418 (java) S 5405 5407 1585 0 -1 4202560 102 0 0 0 3 1 0 0 20 0 19 0 335721605 3097006080 277801 33554432000 1073741824 1073778376 140736843377296 139778084673640 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5419] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5419/stat : 5419 (java) S 5405 5407 1585 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 335721605 3097006080 277801 33554432000 1073741824 1073778376 140736843377296 139778083619960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5420] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5420/stat : 5420 (java) S 5405 5407 1585 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 335721605 3097006080 277801 33554432000 1073741824 1073778376 140736843377296 139778082567304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5421] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5421/stat : 5421 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721607 3097006080 277801 33554432000 1073741824 1073778376 140736843377296 139778081516048 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5422] ppid=5405 vsize=3024420 CPUtime=0.48 cores=1,3,5,7
/proc/5407/task/5422/stat : 5422 (java) S 5405 5407 1585 0 -1 4202560 4505 0 0 0 46 2 0 0 20 0 19 0 335721607 3097006080 277801 33554432000 1073741824 1073778376 140736843377296 139778080463416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5423] ppid=5405 vsize=3024420 CPUtime=0.36 cores=1,3,5,7
/proc/5407/task/5423/stat : 5423 (java) S 5405 5407 1585 0 -1 4202560 2955 0 0 0 36 0 0 0 20 0 19 0 335721607 3097006080 277801 33554432000 1073741824 1073778376 140736843377296 139778079410872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5424] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5424/stat : 5424 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721607 3097006080 277801 33554432000 1073741824 1073778376 140736843377296 139778078358520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5425] ppid=5405 vsize=3024420 CPUtime=0.6 cores=1,3,5,7
/proc/5407/task/5425/stat : 5425 (java) S 5405 5407 1585 0 -1 4202560 96 0 0 0 28 32 0 0 20 0 19 0 335721607 3097006080 277801 33554432000 1073741824 1073778376 140736843377296 139778077306184 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5426] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5426/stat : 5426 (java) S 5405 5407 1585 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 335721686 3097006080 277801 33554432000 1073741824 1073778376 140736843377296 139778075173672 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1667.87
Current children cumulated vsize (KiB) 3024420

[startup+1722.3 s]
/proc/loadavg: 2.20 2.11 2.04 3/213 5581
/proc/meminfo: memFree=26956500/32873648 swapFree=7116/7116
[pid=5407] ppid=5405 vsize=3024420 CPUtime=1728.1 cores=1,3,5,7
/proc/5407/stat : 5407 (java) S 5405 5407 1585 0 -1 4202496 13420 0 1 0 172708 102 0 0 20 0 19 0 335721601 3097006080 287530 33554432000 1073741824 1073778376 140736843377296 140736843368432 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5407/statm: 756105 287530 2282 9 0 746526 0
[pid=5407/tid=5409] ppid=5405 vsize=3024420 CPUtime=1719.98 cores=1,3,5,7
/proc/5407/task/5409/stat : 5409 (java) R 5405 5407 1585 0 -1 4202560 3477 0 1 0 171962 36 0 0 20 0 19 0 335721602 3097006080 287530 33554432000 1073741824 1073778376 140736843377296 139778440322256 139778313414848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5410] ppid=5405 vsize=3024420 CPUtime=0.78 cores=1,3,5,7
/proc/5407/task/5410/stat : 5410 (java) S 5405 5407 1585 0 -1 4202560 130 0 0 0 71 7 0 0 20 0 19 0 335721603 3097006080 287530 33554432000 1073741824 1073778376 140736843377296 139778306287784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5407/tid=5411] ppid=5405 vsize=3024420 CPUtime=0.84 cores=1,3,5,7
/proc/5407/task/5411/stat : 5411 (java) S 5405 5407 1585 0 -1 4202560 131 0 0 0 77 7 0 0 20 0 19 0 335721603 3097006080 287530 33554432000 1073741824 1073778376 140736843377296 139778305235240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5412] ppid=5405 vsize=3024420 CPUtime=0.81 cores=1,3,5,7
/proc/5407/task/5412/stat : 5412 (java) S 5405 5407 1585 0 -1 4202560 125 0 0 0 75 6 0 0 20 0 19 0 335721603 3097006080 287530 33554432000 1073741824 1073778376 140736843377296 139778304182696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5413] ppid=5405 vsize=3024420 CPUtime=0.82 cores=1,3,5,7
/proc/5407/task/5413/stat : 5413 (java) S 5405 5407 1585 0 -1 4202560 125 0 0 0 76 6 0 0 20 0 19 0 335721603 3097006080 287530 33554432000 1073741824 1073778376 140736843377296 139778303130152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5414] ppid=5405 vsize=3024420 CPUtime=0.92 cores=1,3,5,7
/proc/5407/task/5414/stat : 5414 (java) S 5405 5407 1585 0 -1 4202560 171 0 0 0 84 8 0 0 20 0 19 0 335721603 3097006080 287530 33554432000 1073741824 1073778376 140736843377296 139778100030120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5415] ppid=5405 vsize=3024420 CPUtime=0.84 cores=1,3,5,7
/proc/5407/task/5415/stat : 5415 (java) S 5405 5407 1585 0 -1 4202560 134 0 0 0 78 6 0 0 20 0 19 0 335721603 3097006080 287530 33554432000 1073741824 1073778376 140736843377296 139778098977576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5407/tid=5416] ppid=5405 vsize=3024420 CPUtime=0.87 cores=1,3,5,7
/proc/5407/task/5416/stat : 5416 (java) S 5405 5407 1585 0 -1 4202560 138 0 0 0 80 7 0 0 20 0 19 0 335721603 3097006080 287530 33554432000 1073741824 1073778376 140736843377296 139778097925032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5417] ppid=5405 vsize=3024420 CPUtime=0.83 cores=1,3,5,7
/proc/5407/task/5417/stat : 5417 (java) S 5405 5407 1585 0 -1 4202560 135 0 0 0 76 7 0 0 20 0 19 0 335721603 3097006080 287530 33554432000 1073741824 1073778376 140736843377296 139778096872488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5418] ppid=5405 vsize=3024420 CPUtime=0.04 cores=1,3,5,7
/proc/5407/task/5418/stat : 5418 (java) S 5405 5407 1585 0 -1 4202560 105 0 0 0 3 1 0 0 20 0 19 0 335721605 3097006080 287530 33554432000 1073741824 1073778376 140736843377296 139778084673640 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5419] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5419/stat : 5419 (java) S 5405 5407 1585 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 335721605 3097006080 287530 33554432000 1073741824 1073778376 140736843377296 139778083619960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5420] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5420/stat : 5420 (java) S 5405 5407 1585 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 335721605 3097006080 287530 33554432000 1073741824 1073778376 140736843377296 139778082567304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5421] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5421/stat : 5421 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721607 3097006080 287530 33554432000 1073741824 1073778376 140736843377296 139778081516048 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5422] ppid=5405 vsize=3024420 CPUtime=0.48 cores=1,3,5,7
/proc/5407/task/5422/stat : 5422 (java) S 5405 5407 1585 0 -1 4202560 4507 0 0 0 46 2 0 0 20 0 19 0 335721607 3097006080 287530 33554432000 1073741824 1073778376 140736843377296 139778080463416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5423] ppid=5405 vsize=3024420 CPUtime=0.36 cores=1,3,5,7
/proc/5407/task/5423/stat : 5423 (java) S 5405 5407 1585 0 -1 4202560 2955 0 0 0 36 0 0 0 20 0 19 0 335721607 3097006080 287530 33554432000 1073741824 1073778376 140736843377296 139778079410872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5424] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5424/stat : 5424 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721607 3097006080 287530 33554432000 1073741824 1073778376 140736843377296 139778078358520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5425] ppid=5405 vsize=3024420 CPUtime=0.62 cores=1,3,5,7
/proc/5407/task/5425/stat : 5425 (java) S 5405 5407 1585 0 -1 4202560 100 0 0 0 29 33 0 0 20 0 19 0 335721607 3097006080 287530 33554432000 1073741824 1073778376 140736843377296 139778077306184 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5426] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5426/stat : 5426 (java) S 5405 5407 1585 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 335721686 3097006080 287530 33554432000 1073741824 1073778376 140736843377296 139778075173672 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1728.1
Current children cumulated vsize (KiB) 3024420

[startup+1782.3 s]
/proc/loadavg: 2.07 2.09 2.03 3/213 5581
/proc/meminfo: memFree=26866268/32873648 swapFree=7116/7116
[pid=5407] ppid=5405 vsize=3024420 CPUtime=1788.31 cores=1,3,5,7
/proc/5407/stat : 5407 (java) S 5405 5407 1585 0 -1 4202496 13521 0 1 0 178722 109 0 0 20 0 19 0 335721601 3097006080 300857 33554432000 1073741824 1073778376 140736843377296 140736843368432 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5407/statm: 756105 300857 2282 9 0 746526 0
[pid=5407/tid=5409] ppid=5405 vsize=3024420 CPUtime=1779.91 cores=1,3,5,7
/proc/5407/task/5409/stat : 5409 (java) R 5405 5407 1585 0 -1 4202560 3481 0 1 0 177954 37 0 0 20 0 19 0 335721602 3097006080 300857 33554432000 1073741824 1073778376 140736843377296 139778440322256 139778313414894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5410] ppid=5405 vsize=3024420 CPUtime=0.81 cores=1,3,5,7
/proc/5407/task/5410/stat : 5410 (java) S 5405 5407 1585 0 -1 4202560 139 0 0 0 73 8 0 0 20 0 19 0 335721603 3097006080 300857 33554432000 1073741824 1073778376 140736843377296 139778306287784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5411] ppid=5405 vsize=3024420 CPUtime=0.86 cores=1,3,5,7
/proc/5407/task/5411/stat : 5411 (java) S 5405 5407 1585 0 -1 4202560 140 0 0 0 78 8 0 0 20 0 19 0 335721603 3097006080 300857 33554432000 1073741824 1073778376 140736843377296 139778305235240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5407/tid=5412] ppid=5405 vsize=3024420 CPUtime=0.85 cores=1,3,5,7
/proc/5407/task/5412/stat : 5412 (java) S 5405 5407 1585 0 -1 4202560 138 0 0 0 78 7 0 0 20 0 19 0 335721603 3097006080 300857 33554432000 1073741824 1073778376 140736843377296 139778304182696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5413] ppid=5405 vsize=3024420 CPUtime=0.84 cores=1,3,5,7
/proc/5407/task/5413/stat : 5413 (java) S 5405 5407 1585 0 -1 4202560 129 0 0 0 78 6 0 0 20 0 19 0 335721603 3097006080 300857 33554432000 1073741824 1073778376 140736843377296 139778303130152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5414] ppid=5405 vsize=3024420 CPUtime=0.96 cores=1,3,5,7
/proc/5407/task/5414/stat : 5414 (java) S 5405 5407 1585 0 -1 4202560 184 0 0 0 88 8 0 0 20 0 19 0 335721603 3097006080 300857 33554432000 1073741824 1073778376 140736843377296 139778100030120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5407/tid=5415] ppid=5405 vsize=3024420 CPUtime=0.88 cores=1,3,5,7
/proc/5407/task/5415/stat : 5415 (java) S 5405 5407 1585 0 -1 4202560 157 0 0 0 81 7 0 0 20 0 19 0 335721603 3097006080 300857 33554432000 1073741824 1073778376 140736843377296 139778098977576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5416] ppid=5405 vsize=3024420 CPUtime=0.9 cores=1,3,5,7
/proc/5407/task/5416/stat : 5416 (java) S 5405 5407 1585 0 -1 4202560 148 0 0 0 83 7 0 0 20 0 19 0 335721603 3097006080 300857 33554432000 1073741824 1073778376 140736843377296 139778097925032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5417] ppid=5405 vsize=3024420 CPUtime=0.86 cores=1,3,5,7
/proc/5407/task/5417/stat : 5417 (java) S 5405 5407 1585 0 -1 4202560 145 0 0 0 78 8 0 0 20 0 19 0 335721603 3097006080 300857 33554432000 1073741824 1073778376 140736843377296 139778096872488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5418] ppid=5405 vsize=3024420 CPUtime=0.04 cores=1,3,5,7
/proc/5407/task/5418/stat : 5418 (java) S 5405 5407 1585 0 -1 4202560 107 0 0 0 3 1 0 0 20 0 19 0 335721605 3097006080 300857 33554432000 1073741824 1073778376 140736843377296 139778084673640 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5419] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5419/stat : 5419 (java) S 5405 5407 1585 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 335721605 3097006080 300857 33554432000 1073741824 1073778376 140736843377296 139778083619960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5420] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5420/stat : 5420 (java) S 5405 5407 1585 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 335721605 3097006080 300857 33554432000 1073741824 1073778376 140736843377296 139778082567304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5421] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5421/stat : 5421 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721607 3097006080 300857 33554432000 1073741824 1073778376 140736843377296 139778081516048 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5422] ppid=5405 vsize=3024420 CPUtime=0.48 cores=1,3,5,7
/proc/5407/task/5422/stat : 5422 (java) S 5405 5407 1585 0 -1 4202560 4507 0 0 0 46 2 0 0 20 0 19 0 335721607 3097006080 300857 33554432000 1073741824 1073778376 140736843377296 139778080463416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5423] ppid=5405 vsize=3024420 CPUtime=0.36 cores=1,3,5,7
/proc/5407/task/5423/stat : 5423 (java) S 5405 5407 1585 0 -1 4202560 2955 0 0 0 36 0 0 0 20 0 19 0 335721607 3097006080 300857 33554432000 1073741824 1073778376 140736843377296 139778079410872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5424] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5424/stat : 5424 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721607 3097006080 300857 33554432000 1073741824 1073778376 140736843377296 139778078358520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5425] ppid=5405 vsize=3024420 CPUtime=0.64 cores=1,3,5,7
/proc/5407/task/5425/stat : 5425 (java) S 5405 5407 1585 0 -1 4202560 104 0 0 0 30 34 0 0 20 0 19 0 335721607 3097006080 300857 33554432000 1073741824 1073778376 140736843377296 139778077306184 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5426] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5426/stat : 5426 (java) S 5405 5407 1585 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 335721686 3097006080 300857 33554432000 1073741824 1073778376 140736843377296 139778075173672 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1788.31
Current children cumulated vsize (KiB) 3024420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794 s]
/proc/loadavg: 2.06 2.09 2.03 3/213 5581
/proc/meminfo: memFree=26853984/32873648 swapFree=7116/7116
[pid=5407] ppid=5405 vsize=3024420 CPUtime=1800.05 cores=1,3,5,7
/proc/5407/stat : 5407 (java) S 5405 5407 1585 0 -1 4202496 13539 0 1 0 179896 109 0 0 20 0 19 0 335721601 3097006080 303932 33554432000 1073741824 1073778376 140736843377296 140736843368432 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5407/statm: 756105 303932 2282 9 0 746526 0
[pid=5407/tid=5409] ppid=5405 vsize=3024420 CPUtime=1791.61 cores=1,3,5,7
/proc/5407/task/5409/stat : 5409 (java) R 5405 5407 1585 0 -1 4202560 3482 0 1 0 179124 37 0 0 20 0 19 0 335721602 3097006080 303932 33554432000 1073741824 1073778376 140736843377296 139778440322240 139778313422857 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5410] ppid=5405 vsize=3024420 CPUtime=0.81 cores=1,3,5,7
/proc/5407/task/5410/stat : 5410 (java) S 5405 5407 1585 0 -1 4202560 141 0 0 0 73 8 0 0 20 0 19 0 335721603 3097006080 303932 33554432000 1073741824 1073778376 140736843377296 139778306287784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5407/tid=5411] ppid=5405 vsize=3024420 CPUtime=0.86 cores=1,3,5,7
/proc/5407/task/5411/stat : 5411 (java) S 5405 5407 1585 0 -1 4202560 140 0 0 0 78 8 0 0 20 0 19 0 335721603 3097006080 303932 33554432000 1073741824 1073778376 140736843377296 139778305235240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5407/tid=5412] ppid=5405 vsize=3024420 CPUtime=0.86 cores=1,3,5,7
/proc/5407/task/5412/stat : 5412 (java) S 5405 5407 1585 0 -1 4202560 145 0 0 0 79 7 0 0 20 0 19 0 335721603 3097006080 303932 33554432000 1073741824 1073778376 140736843377296 139778304182696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5413] ppid=5405 vsize=3024420 CPUtime=0.85 cores=1,3,5,7
/proc/5407/task/5413/stat : 5413 (java) S 5405 5407 1585 0 -1 4202560 130 0 0 0 79 6 0 0 20 0 19 0 335721603 3097006080 303932 33554432000 1073741824 1073778376 140736843377296 139778303130152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5407/tid=5414] ppid=5405 vsize=3024420 CPUtime=0.97 cores=1,3,5,7
/proc/5407/task/5414/stat : 5414 (java) S 5405 5407 1585 0 -1 4202560 184 0 0 0 88 9 0 0 20 0 19 0 335721603 3097006080 303932 33554432000 1073741824 1073778376 140736843377296 139778100030120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5415] ppid=5405 vsize=3024420 CPUtime=0.89 cores=1,3,5,7
/proc/5407/task/5415/stat : 5415 (java) S 5405 5407 1585 0 -1 4202560 161 0 0 0 82 7 0 0 20 0 19 0 335721603 3097006080 303932 33554432000 1073741824 1073778376 140736843377296 139778098977576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5416] ppid=5405 vsize=3024420 CPUtime=0.9 cores=1,3,5,7
/proc/5407/task/5416/stat : 5416 (java) S 5405 5407 1585 0 -1 4202560 148 0 0 0 83 7 0 0 20 0 19 0 335721603 3097006080 303932 33554432000 1073741824 1073778376 140736843377296 139778097925032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5417] ppid=5405 vsize=3024420 CPUtime=0.87 cores=1,3,5,7
/proc/5407/task/5417/stat : 5417 (java) S 5405 5407 1585 0 -1 4202560 146 0 0 0 79 8 0 0 20 0 19 0 335721603 3097006080 303932 33554432000 1073741824 1073778376 140736843377296 139778096872488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5418] ppid=5405 vsize=3024420 CPUtime=0.04 cores=1,3,5,7
/proc/5407/task/5418/stat : 5418 (java) S 5405 5407 1585 0 -1 4202560 109 0 0 0 3 1 0 0 20 0 19 0 335721605 3097006080 303932 33554432000 1073741824 1073778376 140736843377296 139778084673640 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5419] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5419/stat : 5419 (java) S 5405 5407 1585 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 335721605 3097006080 303932 33554432000 1073741824 1073778376 140736843377296 139778083619960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5420] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5420/stat : 5420 (java) S 5405 5407 1585 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 335721605 3097006080 303932 33554432000 1073741824 1073778376 140736843377296 139778082567304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5421] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5421/stat : 5421 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721607 3097006080 303932 33554432000 1073741824 1073778376 140736843377296 139778081516048 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5422] ppid=5405 vsize=3024420 CPUtime=0.48 cores=1,3,5,7
/proc/5407/task/5422/stat : 5422 (java) S 5405 5407 1585 0 -1 4202560 4507 0 0 0 46 2 0 0 20 0 19 0 335721607 3097006080 303932 33554432000 1073741824 1073778376 140736843377296 139778080463416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5407/tid=5423] ppid=5405 vsize=3024420 CPUtime=0.36 cores=1,3,5,7
/proc/5407/task/5423/stat : 5423 (java) S 5405 5407 1585 0 -1 4202560 2955 0 0 0 36 0 0 0 20 0 19 0 335721607 3097006080 303932 33554432000 1073741824 1073778376 140736843377296 139778079410872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5424] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5424/stat : 5424 (java) S 5405 5407 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335721607 3097006080 303932 33554432000 1073741824 1073778376 140736843377296 139778078358520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5407/tid=5425] ppid=5405 vsize=3024420 CPUtime=0.65 cores=1,3,5,7
/proc/5407/task/5425/stat : 5425 (java) S 5405 5407 1585 0 -1 4202560 104 0 0 0 30 35 0 0 20 0 19 0 335721607 3097006080 303932 33554432000 1073741824 1073778376 140736843377296 139778077306184 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5407/tid=5426] ppid=5405 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/5407/task/5426/stat : 5426 (java) S 5405 5407 1585 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 335721686 3097006080 303932 33554432000 1073741824 1073778376 140736843377296 139778075173672 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 3024420

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

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

Child status: 143
Real time (s): 1794.03
CPU time (s): 1800.44
CPU user time (s): 1798.95
CPU system time (s): 1.49177
CPU usage (%): 100.357
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.95
system time used= 1.49177
maximum resident set size= 1215844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13570
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43483
involuntary context switches= 30248

runsolver used 6.00309 second user time and 15.0417 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-03 05:59:21
IDJOB=3733378
IDBENCH=2366
IDSOLVER=2319
FILE ID=node127/3733378-1338695961
RUNJOBID= node127-1338678617-1607
PBS_JOBID= 14636686
Free space on /tmp= 70476 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ic98.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733378-1338695961/watcher-3733378-1338695961 -o /tmp/evaluation-result-3733378-1338695961/solver-3733378-1338695961 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3733378-1338695961.opb           

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

MD5SUM BENCH= cbbc019f11b539634b02edfceafed9db
RANDOM SEED=761409309

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28147308 kB
Buffers:          389652 kB
Cached:          1858724 kB
SwapCached:         1432 kB
Active:          2601708 kB
Inactive:        1237196 kB
Active(anon):    1584512 kB
Inactive(anon):     7952 kB
Active(file):    1017196 kB
Inactive(file):  1229244 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104504 kB
Dirty:              5848 kB
Writeback:             0 kB
AnonPages:       1599528 kB
Mapped:            19028 kB
Shmem:                92 kB
Slab:             745276 kB
SReclaimable:     189468 kB
SUnreclaim:       555808 kB
KernelStack:        1616 kB
PageTables:         6952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1825120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1552384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70472 MiB
End job on node127 at 2012-06-03 06:29:18