Trace number 3738478

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1802.09 1419.52

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__512.opb
MD5SUM89e2fccd3e96863f0a3c5df934bf5217
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark95378
Best CPU time to get the best result obtained on this benchmark1800.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables768498
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1502
Number of constraints which are nor clauses,nor cardinality constraints498
Minimum length of a constraint512
Maximum length of a constraint10753
Number of terms in the objective function 768000
Biggest coefficient in the objective function 114804
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 26270911488
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 26270911488
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.06	c See www.sat4j.org for details.
0.01/0.07	c version 2.2.0.v20100531
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		1349517296
0.01/0.07	c Max memory 		1356595200
0.01/0.07	c Total memory 		1356595200
0.01/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3738478-1338756062.opb
0.11/0.10	c reading problem ... 
17.20/10.01	c ... done. Wall clock time 9.917s.
17.20/10.01	c #vars     768498
17.20/10.01	c #constraints  2500
17.20/10.01	c constraints type 
17.20/10.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
17.20/10.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 1502
17.20/10.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
17.20/10.02	c constraints type 
17.20/10.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
17.20/10.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1502
17.20/10.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
158.88/79.13	c cleaning 2529 clauses out of 5057 with flag 5057/5057
353.54/193.46	c cleaning 4241 clauses out of 8483 with flag 11012/11012
601.86/351.02	c cleaning 5640 clauses out of 11279 with flag 18049/18049
1029.09/702.08	c cleaning 6818 clauses out of 13645 with flag 26055/26055
1043.19/712.25	c And the winner is Resolution
1301.05/972.39	c SATISFIABLE
1301.05/972.39	c OPTIMIZING...
1301.05/972.39	c Got one! Elapsed wall clock time (in seconds):972.294
1301.05/972.39	o 378903

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-3738478-1338756062/watcher-3738478-1338756062 -o /tmp/evaluation-result-3738478-1338756062/solver-3738478-1338756062 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3738478-1338756062.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: 3.02 3.50 3.62 4/197 30987
/proc/meminfo: memFree=26380992/32873660 swapFree=7120/7120
[pid=30987] ppid=30985 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/30987/stat : 30987 (java) D 30985 30987 25443 0 -1 4202496 445 0 0 0 0 0 0 0 20 0 1 0 341732016 9515008 175 33554432000 1073741824 1073778376 140736644975008 140736644957736 270330053520 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/30987/statm: 2323 175 133 9 0 71 0

[startup+0.024068 s]
/proc/loadavg: 3.02 3.50 3.62 4/197 30987
/proc/meminfo: memFree=26380992/32873660 swapFree=7120/7120
[pid=30987] ppid=30985 vsize=2158136 CPUtime=0.01 cores=1,3,5,7
/proc/30987/stat : 30987 (java) S 30985 30987 25443 0 -1 4202496 3498 0 1 0 0 1 0 0 20 0 10 0 341732016 2209931264 4197 33554432000 1073741824 1073778376 140736644975008 140736644966144 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30987/statm: 539534 4197 1547 9 0 530235 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2158136

[startup+0.100185 s]
/proc/loadavg: 3.02 3.50 3.62 4/197 30987
/proc/meminfo: memFree=26380992/32873660 swapFree=7120/7120
[pid=30987] ppid=30985 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/30987/stat : 30987 (java) S 30985 30987 25443 0 -1 4202496 4829 0 1 0 10 1 0 0 20 0 18 0 341732016 2764726272 6532 33554432000 1073741824 1073778376 140736644975008 140736644966144 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30987/statm: 674982 6532 2142 9 0 665676 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.30018 s]
/proc/loadavg: 3.02 3.50 3.62 4/197 30987
/proc/meminfo: memFree=26380992/32873660 swapFree=7120/7120
[pid=30987] ppid=30985 vsize=2699928 CPUtime=0.46 cores=1,3,5,7
/proc/30987/stat : 30987 (java) S 30985 30987 25443 0 -1 4202496 5825 0 1 0 43 3 0 0 20 0 18 0 341732016 2764726272 22701 33554432000 1073741824 1073778376 140736644975008 140736644966144 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30987/statm: 674982 22701 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.70016 s]
/proc/loadavg: 3.02 3.50 3.62 4/197 30987
/proc/meminfo: memFree=26380992/32873660 swapFree=7120/7120
[pid=30987] ppid=30985 vsize=2699928 CPUtime=0.86 cores=1,3,5,7
/proc/30987/stat : 30987 (java) S 30985 30987 25443 0 -1 4202496 5891 0 1 0 81 5 0 0 20 0 18 0 341732016 2764726272 56493 33554432000 1073741824 1073778376 140736644975008 140736644966144 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30987/statm: 674982 56493 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 2699928

[startup+1.5006 s]
/proc/loadavg: 3.02 3.50 3.62 4/215 31005
/proc/meminfo: memFree=26063288/32873660 swapFree=7120/7120
[pid=30987] ppid=30985 vsize=2699928 CPUtime=1.94 cores=1,3,5,7
/proc/30987/stat : 30987 (java) S 30985 30987 25443 0 -1 4202496 7277 0 1 0 180 14 0 0 20 0 18 0 341732016 2764726272 113607 33554432000 1073741824 1073778376 140736644975008 140736644966144 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30987/statm: 674982 113615 2237 9 0 665676 0
[pid=30987/tid=30989] ppid=30985 vsize=2699928 CPUtime=1.39 cores=1,3,5,7
/proc/30987/task/30989/stat : 30989 (java) R 30985 30987 25443 0 -1 4202560 2955 0 1 0 132 7 0 0 20 0 18 0 341732017 2764726272 113629 33554432000 1073741824 1073778376 140736644975008 140208721744144 140208553155568 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30987/tid=30990] ppid=30985 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/30987/task/30990/stat : 30990 (java) S 30985 30987 25443 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 341732017 2764726272 113641 33554432000 1073741824 1073778376 140736644975008 140208706026152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30987/tid=30991] ppid=30985 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/30987/task/30991/stat : 30991 (java) S 30985 30987 25443 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 341732017 2764726272 113641 33554432000 1073741824 1073778376 140736644975008 140208704973608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=30992] ppid=30985 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/30987/task/30992/stat : 30992 (java) S 30985 30987 25443 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 341732017 2764726272 113643 33554432000 1073741824 1073778376 140736644975008 140208703921064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30987/tid=30993] ppid=30985 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/30987/task/30993/stat : 30993 (java) S 30985 30987 25443 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 18 0 341732017 2764726272 113643 33554432000 1073741824 1073778376 140736644975008 140208702868520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=30994] ppid=30985 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/30987/task/30994/stat : 30994 (java) S 30985 30987 25443 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 341732017 2764726272 113643 33554432000 1073741824 1073778376 140736644975008 140208701814952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=30995] ppid=30985 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/30987/task/30995/stat : 30995 (java) S 30985 30987 25443 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 18 0 341732017 2764726272 113644 33554432000 1073741824 1073778376 140736644975008 140208700762408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=30996] ppid=30985 vsize=2700456 CPUtime=0.02 cores=1,3,5,7
/proc/30987/task/30996/stat : 30996 (java) S 30985 30987 25443 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 18 0 341732017 2765266944 113658 33554432000 1073741824 1073778376 140736644975008 140208699709864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30987/tid=30997] ppid=30985 vsize=2700456 CPUtime=0.02 cores=1,3,5,7
/proc/30987/task/30997/stat : 30997 (java) S 30985 30987 25443 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 18 0 341732017 2765266944 113673 33554432000 1073741824 1073778376 140736644975008 140208698657320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=30998] ppid=30985 vsize=2700456 CPUtime=0 cores=1,3,5,7
/proc/30987/task/30998/stat : 30998 (java) S 30985 30987 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341732019 2765266944 113690 33554432000 1073741824 1073778376 140736644975008 140208686246504 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=30999] ppid=30985 vsize=2700456 CPUtime=0 cores=1,3,5,7
/proc/30987/task/30999/stat : 30999 (java) S 30985 30987 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341732019 2765266944 113705 33554432000 1073741824 1073778376 140736644975008 140208685192824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=31000] ppid=30985 vsize=2700456 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31000/stat : 31000 (java) S 30985 30987 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341732019 2765266944 113719 33554432000 1073741824 1073778376 140736644975008 140208684140168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=31001] ppid=30985 vsize=2700456 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31001/stat : 31001 (java) S 30985 30987 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341732021 2765266944 113736 33554432000 1073741824 1073778376 140736644975008 140208683088912 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=31002] ppid=30985 vsize=2700456 CPUtime=0.12 cores=1,3,5,7
/proc/30987/task/31002/stat : 31002 (java) R 30985 30987 25443 0 -1 4202560 1952 0 0 0 12 0 0 0 20 0 18 0 341732021 2765266944 113751 33554432000 1073741824 1073778376 140736644975008 140208682013032 140208725321314 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=31003] ppid=30985 vsize=2700456 CPUtime=0.1 cores=1,3,5,7
/proc/30987/task/31003/stat : 31003 (java) R 30985 30987 25443 0 -1 4202560 1150 0 0 0 10 0 0 0 20 0 18 0 341732021 2765266944 113770 33554432000 1073741824 1073778376 140736644975008 140208680959864 140208725267501 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=31004] ppid=30985 vsize=2700456 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31004/stat : 31004 (java) S 30985 30987 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341732021 2765266944 113785 33554432000 1073741824 1073778376 140736644975008 140208679930360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=31005] ppid=30985 vsize=2700456 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31005/stat : 31005 (java) S 30985 30987 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341732021 2765266944 113797 33554432000 1073741824 1073778376 140736644975008 140208678878024 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 2699928

[startup+3.10059 s]
/proc/loadavg: 3.02 3.50 3.62 11/215 31005
/proc/meminfo: memFree=25808528/32873660 swapFree=7120/7120
[pid=30987] ppid=30985 vsize=2699928 CPUtime=4.9 cores=1,3,5,7
/proc/30987/stat : 30987 (java) S 30985 30987 25443 0 -1 4202496 9791 0 1 0 448 42 0 0 20 0 18 0 341732016 2764726272 182566 33554432000 1073741824 1073778376 140736644975008 140736644966144 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30987/statm: 674982 182566 2245 9 0 665676 0
[pid=30987/tid=30989] ppid=30985 vsize=2699928 CPUtime=2.58 cores=1,3,5,7
/proc/30987/task/30989/stat : 30989 (java) R 30985 30987 25443 0 -1 4202560 2965 0 1 0 251 7 0 0 20 0 18 0 341732017 2764726272 182566 33554432000 1073741824 1073778376 140736644975008 140208721742296 140208553628373 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30987/tid=30990] ppid=30985 vsize=2699928 CPUtime=0.23 cores=1,3,5,7
/proc/30987/task/30990/stat : 30990 (java) S 30985 30987 25443 0 -1 4202560 98 0 0 0 19 4 0 0 20 0 18 0 341732017 2764726272 182566 33554432000 1073741824 1073778376 140736644975008 140208706026152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=30991] ppid=30985 vsize=2699928 CPUtime=0.15 cores=1,3,5,7
/proc/30987/task/30991/stat : 30991 (java) S 30985 30987 25443 0 -1 4202560 69 0 0 0 12 3 0 0 20 0 18 0 341732017 2764726272 182566 33554432000 1073741824 1073778376 140736644975008 140208704973608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=30992] ppid=30985 vsize=2699928 CPUtime=0.21 cores=1,3,5,7
/proc/30987/task/30992/stat : 30992 (java) S 30985 30987 25443 0 -1 4202560 100 0 0 0 16 5 0 0 20 0 18 0 341732017 2764726272 182566 33554432000 1073741824 1073778376 140736644975008 140208703921064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=30993] ppid=30985 vsize=2699928 CPUtime=0.34 cores=1,3,5,7
/proc/30987/task/30993/stat : 30993 (java) S 30985 30987 25443 0 -1 4202560 144 0 0 0 27 7 0 0 20 0 18 0 341732017 2764726272 182566 33554432000 1073741824 1073778376 140736644975008 140208702868520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30987/tid=30994] ppid=30985 vsize=2699928 CPUtime=0.29 cores=1,3,5,7
/proc/30987/task/30994/stat : 30994 (java) S 30985 30987 25443 0 -1 4202560 115 0 0 0 23 6 0 0 20 0 18 0 341732017 2764726272 182566 33554432000 1073741824 1073778376 140736644975008 140208701814952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=30995] ppid=30985 vsize=2699928 CPUtime=0.13 cores=1,3,5,7
/proc/30987/task/30995/stat : 30995 (java) S 30985 30987 25443 0 -1 4202560 702 0 0 0 11 2 0 0 20 0 18 0 341732017 2764726272 182566 33554432000 1073741824 1073778376 140736644975008 140208700762408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30987/tid=30996] ppid=30985 vsize=2699928 CPUtime=0.2 cores=1,3,5,7
/proc/30987/task/30996/stat : 30996 (java) S 30985 30987 25443 0 -1 4202560 94 0 0 0 16 4 0 0 20 0 18 0 341732017 2764726272 182566 33554432000 1073741824 1073778376 140736644975008 140208699709864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=30997] ppid=30985 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/30987/task/30997/stat : 30997 (java) S 30985 30987 25443 0 -1 4202560 92 0 0 0 20 4 0 0 20 0 18 0 341732017 2764726272 182566 33554432000 1073741824 1073778376 140736644975008 140208698657320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=30998] ppid=30985 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30987/task/30998/stat : 30998 (java) S 30985 30987 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341732019 2764726272 182566 33554432000 1073741824 1073778376 140736644975008 140208686246504 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=30999] ppid=30985 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30987/task/30999/stat : 30999 (java) S 30985 30987 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341732019 2764726272 182566 33554432000 1073741824 1073778376 140736644975008 140208685192824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=31000] ppid=30985 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31000/stat : 31000 (java) S 30985 30987 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341732019 2764726272 182566 33554432000 1073741824 1073778376 140736644975008 140208684140168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=31001] ppid=30985 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31001/stat : 31001 (java) S 30985 30987 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341732021 2764726272 182566 33554432000 1073741824 1073778376 140736644975008 140208683088912 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=31002] ppid=30985 vsize=2699928 CPUtime=0.2 cores=1,3,5,7
/proc/30987/task/31002/stat : 31002 (java) S 30985 30987 25443 0 -1 4202560 2735 0 0 0 19 1 0 0 20 0 18 0 341732021 2764726272 182566 33554432000 1073741824 1073778376 140736644975008 140208682035256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=31003] ppid=30985 vsize=2699928 CPUtime=0.17 cores=1,3,5,7
/proc/30987/task/31003/stat : 31003 (java) S 30985 30987 25443 0 -1 4202560 1494 0 0 0 17 0 0 0 20 0 18 0 341732021 2764726272 182566 33554432000 1073741824 1073778376 140736644975008 140208680982712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=31004] ppid=30985 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31004/stat : 31004 (java) S 30985 30987 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341732021 2764726272 182566 33554432000 1073741824 1073778376 140736644975008 140208679930360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=31005] ppid=30985 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31005/stat : 31005 (java) S 30985 30987 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341732021 2764726272 182566 33554432000 1073741824 1073778376 140736644975008 140208678878024 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 2699928

[startup+6.30059 s]
/proc/loadavg: 3.10 3.51 3.63 4/215 31005
/proc/meminfo: memFree=25449416/32873660 swapFree=7120/7120
[pid=30987] ppid=30985 vsize=2699928 CPUtime=10.45 cores=1,3,5,7
/proc/30987/stat : 30987 (java) S 30985 30987 25443 0 -1 4202496 12399 0 1 0 971 74 0 0 20 0 18 0 341732016 2764726272 261701 33554432000 1073741824 1073778376 140736644975008 140736644966144 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30987/statm: 674982 261701 2245 9 0 665676 0
[pid=30987/tid=30989] ppid=30985 vsize=2699928 CPUtime=4.97 cores=1,3,5,7
/proc/30987/task/30989/stat : 30989 (java) R 30985 30987 25443 0 -1 4202560 2970 0 1 0 490 7 0 0 20 0 18 0 341732017 2764726272 261701 33554432000 1073741824 1073778376 140736644975008 140208721742296 140208553590195 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30987/tid=30990] ppid=30985 vsize=2699928 CPUtime=0.81 cores=1,3,5,7
/proc/30987/task/30990/stat : 30990 (java) S 30985 30987 25443 0 -1 4202560 508 0 0 0 70 11 0 0 20 0 18 0 341732017 2764726272 261701 33554432000 1073741824 1073778376 140736644975008 140208706026152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=30991] ppid=30985 vsize=2699928 CPUtime=0.52 cores=1,3,5,7
/proc/30987/task/30991/stat : 30991 (java) S 30985 30987 25443 0 -1 4202560 659 0 0 0 45 7 0 0 20 0 18 0 341732017 2764726272 261701 33554432000 1073741824 1073778376 140736644975008 140208704973608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=30992] ppid=30985 vsize=2699928 CPUtime=0.49 cores=1,3,5,7
/proc/30987/task/30992/stat : 30992 (java) S 30985 30987 25443 0 -1 4202560 738 0 0 0 43 6 0 0 20 0 18 0 341732017 2764726272 261701 33554432000 1073741824 1073778376 140736644975008 140208703921064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30987/tid=30993] ppid=30985 vsize=2699928 CPUtime=0.65 cores=1,3,5,7
/proc/30987/task/30993/stat : 30993 (java) S 30985 30987 25443 0 -1 4202560 306 0 0 0 55 10 0 0 20 0 18 0 341732017 2764726272 261701 33554432000 1073741824 1073778376 140736644975008 140208702868520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=30994] ppid=30985 vsize=2699928 CPUtime=0.6 cores=1,3,5,7
/proc/30987/task/30994/stat : 30994 (java) S 30985 30987 25443 0 -1 4202560 428 0 0 0 52 8 0 0 20 0 18 0 341732017 2764726272 261701 33554432000 1073741824 1073778376 140736644975008 140208701814952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=30995] ppid=30985 vsize=2699928 CPUtime=0.52 cores=1,3,5,7
/proc/30987/task/30995/stat : 30995 (java) S 30985 30987 25443 0 -1 4202560 766 0 0 0 46 6 0 0 20 0 18 0 341732017 2764726272 261701 33554432000 1073741824 1073778376 140736644975008 140208700762408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=30996] ppid=30985 vsize=2699928 CPUtime=0.68 cores=1,3,5,7
/proc/30987/task/30996/stat : 30996 (java) S 30985 30987 25443 0 -1 4202560 419 0 0 0 59 9 0 0 20 0 18 0 341732017 2764726272 261701 33554432000 1073741824 1073778376 140736644975008 140208699709864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=30997] ppid=30985 vsize=2699928 CPUtime=0.66 cores=1,3,5,7
/proc/30987/task/30997/stat : 30997 (java) S 30985 30987 25443 0 -1 4202560 193 0 0 0 58 8 0 0 20 0 18 0 341732017 2764726272 261701 33554432000 1073741824 1073778376 140736644975008 140208698657320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=30998] ppid=30985 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30987/task/30998/stat : 30998 (java) S 30985 30987 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341732019 2764726272 261701 33554432000 1073741824 1073778376 140736644975008 140208686246504 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=30999] ppid=30985 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30987/task/30999/stat : 30999 (java) S 30985 30987 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341732019 2764726272 261701 33554432000 1073741824 1073778376 140736644975008 140208685192824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=31000] ppid=30985 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31000/stat : 31000 (java) S 30985 30987 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341732019 2764726272 261701 33554432000 1073741824 1073778376 140736644975008 140208684140168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=31001] ppid=30985 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31001/stat : 31001 (java) S 30985 30987 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341732021 2764726272 261701 33554432000 1073741824 1073778376 140736644975008 140208683088912 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=31002] ppid=30985 vsize=2699928 CPUtime=0.2 cores=1,3,5,7
/proc/30987/task/31002/stat : 31002 (java) S 30985 30987 25443 0 -1 4202560 2735 0 0 0 19 1 0 0 20 0 18 0 341732021 2764726272 261701 33554432000 1073741824 1073778376 140736644975008 140208682035256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=31003] ppid=30985 vsize=2699928 CPUtime=0.17 cores=1,3,5,7
/proc/30987/task/31003/stat : 31003 (java) S 30985 30987 25443 0 -1 4202560 1494 0 0 0 17 0 0 0 20 0 18 0 341732021 2764726272 261701 33554432000 1073741824 1073778376 140736644975008 140208680982712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=31004] ppid=30985 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31004/stat : 31004 (java) S 30985 30987 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341732021 2764726272 261701 33554432000 1073741824 1073778376 140736644975008 140208679930360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=31005] ppid=30985 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31005/stat : 31005 (java) S 30985 30987 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341732021 2764726272 261701 33554432000 1073741824 1073778376 140736644975008 140208678878024 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 10.45
Current children cumulated vsize (KiB) 2699928

[startup+12.7008 s]
/proc/loadavg: 3.41 3.57 3.64 4/218 31009
/proc/meminfo: memFree=25128912/32873660 swapFree=7120/7120
[pid=30987] ppid=30985 vsize=2966184 CPUtime=23.25 cores=1,3,5,7
/proc/30987/stat : 30987 (java) S 30985 30987 25443 0 -1 4202496 15103 0 1 0 2229 96 0 0 20 0 22 0 341732016 3037372416 314374 33554432000 1073741824 1073778376 140736644975008 140736644966144 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30987/statm: 741546 314374 2261 9 0 732240 0
[pid=30987/tid=30989] ppid=30985 vsize=2966184 CPUtime=7.6 cores=1,3,5,7

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

/proc/30987/statm: 741546 358066 2276 9 0 732240 0
[pid=30987/tid=30989] ppid=30985 vsize=2966184 CPUtime=264.56 cores=1,3,5,7
/proc/30987/task/30989/stat : 30989 (java) S 30985 30987 25443 0 -1 4202560 3437 0 1 0 26443 13 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208721745048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=30990] ppid=30985 vsize=2966184 CPUtime=3.82 cores=1,3,5,7
/proc/30987/task/30990/stat : 30990 (java) S 30985 30987 25443 0 -1 4202560 844 0 0 0 364 18 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208706026152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=30991] ppid=30985 vsize=2966184 CPUtime=3.38 cores=1,3,5,7
/proc/30987/task/30991/stat : 30991 (java) S 30985 30987 25443 0 -1 4202560 723 0 0 0 322 16 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208704973608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30987/tid=30992] ppid=30985 vsize=2966184 CPUtime=3.55 cores=1,3,5,7
/proc/30987/task/30992/stat : 30992 (java) S 30985 30987 25443 0 -1 4202560 790 0 0 0 342 13 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208703921064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=30993] ppid=30985 vsize=2966184 CPUtime=3.54 cores=1,3,5,7
/proc/30987/task/30993/stat : 30993 (java) S 30985 30987 25443 0 -1 4202560 678 0 0 0 336 18 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208702868520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=30994] ppid=30985 vsize=2966184 CPUtime=3.5 cores=1,3,5,7
/proc/30987/task/30994/stat : 30994 (java) S 30985 30987 25443 0 -1 4202560 624 0 0 0 335 15 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208701814952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=30995] ppid=30985 vsize=2966184 CPUtime=3.29 cores=1,3,5,7
/proc/30987/task/30995/stat : 30995 (java) S 30985 30987 25443 0 -1 4202560 847 0 0 0 317 12 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208700762408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30987/tid=30996] ppid=30985 vsize=2966184 CPUtime=3.84 cores=1,3,5,7
/proc/30987/task/30996/stat : 30996 (java) S 30985 30987 25443 0 -1 4202560 652 0 0 0 366 18 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208699709864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=30997] ppid=30985 vsize=2966184 CPUtime=3.56 cores=1,3,5,7
/proc/30987/task/30997/stat : 30997 (java) S 30985 30987 25443 0 -1 4202560 569 0 0 0 342 14 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208698657320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=30998] ppid=30985 vsize=2966184 CPUtime=779.22 cores=1,3,5,7
/proc/30987/task/30998/stat : 30998 (java) R 30985 30987 25443 0 -1 4202560 750529 0 0 0 77775 147 0 0 20 0 22 0 341732019 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208686246664 140208725881178 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=30999] ppid=30985 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30987/task/30999/stat : 30999 (java) S 30985 30987 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341732019 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208685192824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=31000] ppid=30985 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31000/stat : 31000 (java) S 30985 30987 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341732019 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208684140168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=31001] ppid=30985 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31001/stat : 31001 (java) S 30985 30987 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341732021 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208683086840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=31002] ppid=30985 vsize=2966184 CPUtime=0.84 cores=1,3,5,7
/proc/30987/task/31002/stat : 31002 (java) S 30985 30987 25443 0 -1 4202560 3876 0 0 0 82 2 0 0 20 0 22 0 341732021 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208682035256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30987/tid=31003] ppid=30985 vsize=2966184 CPUtime=1.02 cores=1,3,5,7
/proc/30987/task/31003/stat : 31003 (java) S 30985 30987 25443 0 -1 4202560 4037 0 0 0 100 2 0 0 20 0 22 0 341732021 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208680982712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=31004] ppid=30985 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31004/stat : 31004 (java) S 30985 30987 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341732021 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208679930360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=31005] ppid=30985 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/30987/task/31005/stat : 31005 (java) S 30985 30987 25443 0 -1 4202560 83 0 0 0 20 28 0 0 20 0 22 0 341732021 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208678878024 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=31008] ppid=30985 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31008/stat : 31008 (java) S 30985 30987 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341733096 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208675718696 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=31009] ppid=30985 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31009/stat : 31009 (java) S 30985 30987 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341733097 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208674666152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=31217] ppid=30985 vsize=2966184 CPUtime=51.61 cores=1,3,5,7
/proc/30987/task/31217/stat : 31217 (java) S 30985 30987 25443 0 -1 4202560 12 0 0 0 5161 0 0 0 20 0 22 0 341829366 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208676769400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=31218] ppid=30985 vsize=2966184 CPUtime=51.59 cores=1,3,5,7
/proc/30987/task/31218/stat : 31218 (java) S 30985 30987 25443 0 -1 4202560 7 0 0 0 5159 0 0 0 20 0 22 0 341829366 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208677821496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 2966184

[startup+1419.4 s]
/proc/loadavg: 1.08 2.06 2.77 2/193 31279
/proc/meminfo: memFree=25685920/32873660 swapFree=7120/7120
[pid=30987] ppid=30985 vsize=2966184 CPUtime=1800.72 cores=1,3,5,7
/proc/30987/stat : 30987 (java) S 30985 30987 25443 0 -1 4202496 769209 0 1 0 179757 315 0 0 20 0 22 0 341732016 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140736644966144 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30987/statm: 741546 358066 2276 9 0 732240 0
[pid=30987/tid=30989] ppid=30985 vsize=2966184 CPUtime=264.56 cores=1,3,5,7
/proc/30987/task/30989/stat : 30989 (java) S 30985 30987 25443 0 -1 4202560 3438 0 1 0 26443 13 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208721744760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=30990] ppid=30985 vsize=2966184 CPUtime=3.82 cores=1,3,5,7
/proc/30987/task/30990/stat : 30990 (java) S 30985 30987 25443 0 -1 4202560 844 0 0 0 364 18 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208706026152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=30991] ppid=30985 vsize=2966184 CPUtime=3.38 cores=1,3,5,7
/proc/30987/task/30991/stat : 30991 (java) S 30985 30987 25443 0 -1 4202560 723 0 0 0 322 16 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208704973608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30987/tid=30992] ppid=30985 vsize=2966184 CPUtime=3.55 cores=1,3,5,7
/proc/30987/task/30992/stat : 30992 (java) S 30985 30987 25443 0 -1 4202560 790 0 0 0 342 13 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208703921064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=30993] ppid=30985 vsize=2966184 CPUtime=3.54 cores=1,3,5,7
/proc/30987/task/30993/stat : 30993 (java) S 30985 30987 25443 0 -1 4202560 678 0 0 0 336 18 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208702868520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=30994] ppid=30985 vsize=2966184 CPUtime=3.5 cores=1,3,5,7
/proc/30987/task/30994/stat : 30994 (java) S 30985 30987 25443 0 -1 4202560 624 0 0 0 335 15 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208701814952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=30995] ppid=30985 vsize=2966184 CPUtime=3.29 cores=1,3,5,7
/proc/30987/task/30995/stat : 30995 (java) S 30985 30987 25443 0 -1 4202560 847 0 0 0 317 12 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208700762408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30987/tid=30996] ppid=30985 vsize=2966184 CPUtime=3.84 cores=1,3,5,7
/proc/30987/task/30996/stat : 30996 (java) S 30985 30987 25443 0 -1 4202560 652 0 0 0 366 18 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208699709864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=30997] ppid=30985 vsize=2966184 CPUtime=3.56 cores=1,3,5,7
/proc/30987/task/30997/stat : 30997 (java) S 30985 30987 25443 0 -1 4202560 569 0 0 0 342 14 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208698657320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=30998] ppid=30985 vsize=2966184 CPUtime=779.62 cores=1,3,5,7
/proc/30987/task/30998/stat : 30998 (java) R 30985 30987 25443 0 -1 4202560 750529 0 0 0 77815 147 0 0 20 0 22 0 341732019 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208686246664 140208728252224 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=30999] ppid=30985 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30987/task/30999/stat : 30999 (java) S 30985 30987 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341732019 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208685192824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=31000] ppid=30985 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31000/stat : 31000 (java) S 30985 30987 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341732019 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208684140168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=31001] ppid=30985 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31001/stat : 31001 (java) S 30985 30987 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341732021 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208683086840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=31002] ppid=30985 vsize=2966184 CPUtime=0.84 cores=1,3,5,7
/proc/30987/task/31002/stat : 31002 (java) S 30985 30987 25443 0 -1 4202560 3876 0 0 0 82 2 0 0 20 0 22 0 341732021 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208682035256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30987/tid=31003] ppid=30985 vsize=2966184 CPUtime=1.02 cores=1,3,5,7
/proc/30987/task/31003/stat : 31003 (java) S 30985 30987 25443 0 -1 4202560 4037 0 0 0 100 2 0 0 20 0 22 0 341732021 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208680982712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=31004] ppid=30985 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31004/stat : 31004 (java) S 30985 30987 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341732021 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208679930360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=31005] ppid=30985 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/30987/task/31005/stat : 31005 (java) S 30985 30987 25443 0 -1 4202560 83 0 0 0 20 28 0 0 20 0 22 0 341732021 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208678878024 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=31008] ppid=30985 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31008/stat : 31008 (java) S 30985 30987 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341733096 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208675718696 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=31009] ppid=30985 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31009/stat : 31009 (java) S 30985 30987 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341733097 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208674666152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=31217] ppid=30985 vsize=2966184 CPUtime=51.61 cores=1,3,5,7
/proc/30987/task/31217/stat : 31217 (java) S 30985 30987 25443 0 -1 4202560 12 0 0 0 5161 0 0 0 20 0 22 0 341829366 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208676769400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=31218] ppid=30985 vsize=2966184 CPUtime=51.59 cores=1,3,5,7
/proc/30987/task/31218/stat : 31218 (java) S 30985 30987 25443 0 -1 4202560 7 0 0 0 5159 0 0 0 20 0 22 0 341829366 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208677821496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (KiB) 2966184

[startup+1419.5 s]
/proc/loadavg: 1.08 2.06 2.77 2/193 31279
/proc/meminfo: memFree=25685920/32873660 swapFree=7120/7120
[pid=30987] ppid=30985 vsize=2966184 CPUtime=1800.82 cores=1,3,5,7
/proc/30987/stat : 30987 (java) S 30985 30987 25443 0 -1 4202496 769209 0 1 0 179767 315 0 0 20 0 22 0 341732016 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140736644966144 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30987/statm: 741546 358066 2276 9 0 732240 0
[pid=30987/tid=30989] ppid=30985 vsize=2966184 CPUtime=264.56 cores=1,3,5,7
/proc/30987/task/30989/stat : 30989 (java) S 30985 30987 25443 0 -1 4202560 3438 0 1 0 26443 13 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208721744760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=30990] ppid=30985 vsize=2966184 CPUtime=3.82 cores=1,3,5,7
/proc/30987/task/30990/stat : 30990 (java) S 30985 30987 25443 0 -1 4202560 844 0 0 0 364 18 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208706026152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=30991] ppid=30985 vsize=2966184 CPUtime=3.38 cores=1,3,5,7
/proc/30987/task/30991/stat : 30991 (java) S 30985 30987 25443 0 -1 4202560 723 0 0 0 322 16 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208704973608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30987/tid=30992] ppid=30985 vsize=2966184 CPUtime=3.55 cores=1,3,5,7
/proc/30987/task/30992/stat : 30992 (java) S 30985 30987 25443 0 -1 4202560 790 0 0 0 342 13 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208703921064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=30993] ppid=30985 vsize=2966184 CPUtime=3.54 cores=1,3,5,7
/proc/30987/task/30993/stat : 30993 (java) S 30985 30987 25443 0 -1 4202560 678 0 0 0 336 18 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208702868520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=30994] ppid=30985 vsize=2966184 CPUtime=3.5 cores=1,3,5,7
/proc/30987/task/30994/stat : 30994 (java) S 30985 30987 25443 0 -1 4202560 624 0 0 0 335 15 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208701814952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=30995] ppid=30985 vsize=2966184 CPUtime=3.29 cores=1,3,5,7
/proc/30987/task/30995/stat : 30995 (java) S 30985 30987 25443 0 -1 4202560 847 0 0 0 317 12 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208700762408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30987/tid=30996] ppid=30985 vsize=2966184 CPUtime=3.84 cores=1,3,5,7
/proc/30987/task/30996/stat : 30996 (java) S 30985 30987 25443 0 -1 4202560 652 0 0 0 366 18 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208699709864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=30997] ppid=30985 vsize=2966184 CPUtime=3.56 cores=1,3,5,7
/proc/30987/task/30997/stat : 30997 (java) S 30985 30987 25443 0 -1 4202560 569 0 0 0 342 14 0 0 20 0 22 0 341732017 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208698657320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=30998] ppid=30985 vsize=2966184 CPUtime=779.72 cores=1,3,5,7
/proc/30987/task/30998/stat : 30998 (java) R 30985 30987 25443 0 -1 4202560 750529 0 0 0 77825 147 0 0 20 0 22 0 341732019 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208686246664 140208725905711 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=30999] ppid=30985 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30987/task/30999/stat : 30999 (java) S 30985 30987 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341732019 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208685192824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=31000] ppid=30985 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31000/stat : 31000 (java) S 30985 30987 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341732019 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208684140168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=31001] ppid=30985 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31001/stat : 31001 (java) S 30985 30987 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341732021 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208683086840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=31002] ppid=30985 vsize=2966184 CPUtime=0.84 cores=1,3,5,7
/proc/30987/task/31002/stat : 31002 (java) S 30985 30987 25443 0 -1 4202560 3876 0 0 0 82 2 0 0 20 0 22 0 341732021 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208682035256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30987/tid=31003] ppid=30985 vsize=2966184 CPUtime=1.02 cores=1,3,5,7
/proc/30987/task/31003/stat : 31003 (java) S 30985 30987 25443 0 -1 4202560 4037 0 0 0 100 2 0 0 20 0 22 0 341732021 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208680982712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=31004] ppid=30985 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31004/stat : 31004 (java) S 30985 30987 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341732021 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208679930360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=31005] ppid=30985 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/30987/task/31005/stat : 31005 (java) S 30985 30987 25443 0 -1 4202560 83 0 0 0 20 28 0 0 20 0 22 0 341732021 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208678878024 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=31008] ppid=30985 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31008/stat : 31008 (java) S 30985 30987 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341733096 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208675718696 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30987/tid=31009] ppid=30985 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30987/task/31009/stat : 31009 (java) S 30985 30987 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341733097 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208674666152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30987/tid=31217] ppid=30985 vsize=2966184 CPUtime=51.61 cores=1,3,5,7
/proc/30987/task/31217/stat : 31217 (java) S 30985 30987 25443 0 -1 4202560 12 0 0 0 5161 0 0 0 20 0 22 0 341829366 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208676769400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30987/tid=31218] ppid=30985 vsize=2966184 CPUtime=51.59 cores=1,3,5,7
/proc/30987/task/31218/stat : 31218 (java) S 30985 30987 25443 0 -1 4202560 7 0 0 0 5159 0 0 0 20 0 22 0 341829366 3037372416 358066 33554432000 1073741824 1073778376 140736644975008 140208677821496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.82
Current children cumulated vsize (KiB) 2966184

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30987 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=558185
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=432478
# CPU time returned by wait4() is 1797.99
# while last known CPU time is 1800.82
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.2699
#  lost CPU user time (s): 1.35999
#  lost CPU system time (s): -0.0900002

Real time (s): 1419.52
CPU time (s): 1802.09
CPU user time (s): 1799.03
CPU system time (s): 3.06
CPU usage (%): 126.95
Max. virtual memory (cumulated for all children) (KiB): 3031720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.56
system time used= 3.43248
maximum resident set size= 1522044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 769209
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76343
involuntary context switches= 53653

runsolver used 5.67214 second user time and 13.7629 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 22:41:03
IDJOB=3738478
IDBENCH=71881
IDSOLVER=2324
FILE ID=node117/3738478-1338756062
RUNJOBID= node117-1338737787-25460
PBS_JOBID= 14636766
Free space on /tmp= 69088 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_500_3__212_366__512.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3738478-1338756062/watcher-3738478-1338756062 -o /tmp/evaluation-result-3738478-1338756062/solver-3738478-1338756062 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3738478-1338756062.opb

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

MD5SUM BENCH= 89e2fccd3e96863f0a3c5df934bf5217
RANDOM SEED=1199174395

node117.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		: 2667.148
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	: 5334.29
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		: 2667.148
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		: 2667.148
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.91
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		: 2667.148
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.95
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		: 2667.148
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		: 2667.148
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		: 2667.148
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		: 2667.148
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:       32873660 kB
MemFree:        26381372 kB
Buffers:          630512 kB
Cached:          4197952 kB
SwapCached:          776 kB
Active:          3093376 kB
Inactive:        2480688 kB
Active(anon):     731756 kB
Inactive(anon):     9972 kB
Active(file):    2361620 kB
Inactive(file):  2470716 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:             35980 kB
Writeback:             0 kB
AnonPages:        747832 kB
Mapped:            20488 kB
Shmem:                80 kB
Slab:             779952 kB
SReclaimable:     223568 kB
SUnreclaim:       556384 kB
KernelStack:        1616 kB
PageTables:         5752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    1572444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    704512 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= 69088 MiB
End job on node117 at 2012-06-03 23:04:42