Trace number 3455368

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1802.38 1763.86

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__512.opb
MD5SUM0f92d181b92c9b1b2ec7960910124750
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7682998
Total number of constraints18000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15002
Number of constraints which are nor clauses,nor cardinality constraints2998
Minimum length of a constraint512
Maximum length of a constraint23041
Number of terms in the objective function 7680000
Biggest coefficient in the objective function 129631
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 260084044288
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 260084044288
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/0.08	c Number of processors 	8
0.02/0.11	c Pseudo Boolean Optimization
0.02/0.11	c ManyCore solver with 2 solvers running in parallel
0.02/0.11	c --- Begin Solver configuration ---
0.02/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.02/0.11	c Learn all clauses as in MiniSAT
0.02/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.02/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.02/0.11	c Expensive reason simplification
0.02/0.11	c Armin Biere (Picosat) restarts strategy
0.02/0.11	c Glucose learned constraints deletion strategy
0.02/0.11	c timeout=2147483s
0.02/0.11	c DB Simplification allowed=false
0.02/0.11	c --- End Solver configuration ---
0.02/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.02/0.11	c --- Begin Solver configuration ---
0.02/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.02/0.11	c Learn all clauses as in MiniSAT
0.02/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.02/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.02/0.11	c No reason simplification
0.02/0.11	c Armin Biere (Picosat) restarts strategy
0.02/0.11	c Glucose learned constraints deletion strategy
0.02/0.11	c timeout=2147483s
0.02/0.11	c DB Simplification allowed=false
0.02/0.11	c --- End Solver configuration ---
0.02/0.11	c solving HOME/instance-3455368-1307196284.opb
0.02/0.11	c reading problem ... 

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3455368-1307196284/watcher-3455368-1307196284 -o /tmp/evaluation-result-3455368-1307196284/solver-3455368-1307196284 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455368-1307196284.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.11 2.43 3.11 2/589 4458
/proc/meminfo: memFree=27910472/32950928 swapFree=43925852/67111528
[pid=4458] ppid=4456 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/4458/stat : 4458 (java) S 4456 4458 4403 0 -1 4202496 3306 0 1 0 0 0 0 0 25 0 2 0 831228222 10694979584 3008 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284491749 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/4458/statm: 2611079 3022 917 9 0 2602235 0
[pid=4458/tid=4459] ppid=4456 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4459/stat : 4459 (java) R 4456 4458 4403 0 -1 4202560 8868 0 1 0 0 0 0 0 25 0 10 0 831228222 10703900672 9693 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 47918234652000 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=4458/tid=4460] ppid=4456 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4460/stat : 4460 (java) R 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 831228224 10703900672 9695 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=4458/tid=4461] ppid=4456 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4461/stat : 4461 (java) R 4456 4458 4403 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 10 0 831228224 10703900672 9695 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=4458/tid=4462] ppid=4456 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4462/stat : 4462 (java) R 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 831228224 10703900672 9697 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=4458/tid=4463] ppid=4456 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4463/stat : 4463 (java) R 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 831228224 10703900672 9698 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=4458/tid=4464] ppid=4456 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4464/stat : 4464 (java) R 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 831228224 10703900672 9698 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=4458/tid=4465] ppid=4456 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4465/stat : 4465 (java) R 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 831228224 10703900672 9699 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=4458/tid=4466] ppid=4456 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4466/stat : 4466 (java) R 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 831228224 10703900672 9699 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=4458/tid=4467] ppid=4456 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4467/stat : 4467 (java) R 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 831228224 10703900672 9700 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0309209 s]
/proc/loadavg: 2.11 2.43 3.11 2/589 4458
/proc/meminfo: memFree=27910472/32950928 swapFree=43925852/67111528
[pid=4458] ppid=4456 vsize=10465424 CPUtime=0.02 cores=1,3,5,7
/proc/4458/stat : 4458 (java) S 4456 4458 4403 0 -1 4202496 10945 0 1 0 1 1 0 0 25 0 11 0 831228222 10716594176 10644 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284491749 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/4458/statm: 2616356 10647 1599 9 0 2607104 0
[pid=4458/tid=4459] ppid=4456 vsize=10465424 CPUtime=0.01 cores=1,3,5,7
/proc/4458/task/4459/stat : 4459 (java) R 4456 4458 4403 0 -1 4202560 9823 0 1 0 1 0 0 0 25 0 11 0 831228222 10716594176 10647 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 47918235966544 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=4458/tid=4460] ppid=4456 vsize=10465424 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4460/stat : 4460 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 11 0 831228224 10716594176 10648 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16784584 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4461] ppid=4456 vsize=10465424 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4461/stat : 4461 (java) S 4456 4458 4403 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 11 0 831228224 10716594176 10648 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16784584 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4462] ppid=4456 vsize=10465424 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4462/stat : 4462 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 11 0 831228224 10716594176 10648 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16784584 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4463] ppid=4456 vsize=10465424 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4463/stat : 4463 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 11 0 831228224 10716594176 10649 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16784584 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4464] ppid=4456 vsize=10465424 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4464/stat : 4464 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 11 0 831228224 10716594176 10649 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16784584 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4465] ppid=4456 vsize=10465424 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4465/stat : 4465 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 11 0 831228224 10716594176 10650 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16784584 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4466] ppid=4456 vsize=10465424 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4466/stat : 4466 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 11 0 831228224 10716594176 10651 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16784584 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4467] ppid=4456 vsize=10465424 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4467/stat : 4467 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 11 0 831228224 10716594176 10651 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16784584 18446604461457815680 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10465424

[startup+0.112094 s]
/proc/loadavg: 2.11 2.43 3.11 2/589 4458
/proc/meminfo: memFree=27910472/32950928 swapFree=43925852/67111528
[pid=4458] ppid=4456 vsize=10540340 CPUtime=0.13 cores=1,3,5,7
/proc/4458/stat : 4458 (java) S 4456 4458 4403 0 -1 4202496 13296 0 1 0 11 2 0 0 25 0 18 0 831228222 10793308160 12944 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4458/statm: 2635085 12944 2133 9 0 2625819 0
[pid=4458/tid=4459] ppid=4456 vsize=10540340 CPUtime=0.09 cores=1,3,5,7
/proc/4458/task/4459/stat : 4459 (java) R 4456 4458 4403 0 -1 4202560 11328 0 1 0 8 1 0 0 18 0 18 0 831228222 10793308160 12944 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 47918237119120 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4458/tid=4460] ppid=4456 vsize=10540340 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4460/stat : 4460 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793308160 12944 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4461] ppid=4456 vsize=10540340 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4461/stat : 4461 (java) S 4456 4458 4403 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831228224 10793308160 12944 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4462] ppid=4456 vsize=10540340 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4462/stat : 4462 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793308160 12944 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4463] ppid=4456 vsize=10540340 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4463/stat : 4463 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793308160 12944 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4464] ppid=4456 vsize=10540340 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4464/stat : 4464 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793308160 12944 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4465] ppid=4456 vsize=10540340 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4465/stat : 4465 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793308160 12944 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4466] ppid=4456 vsize=10540340 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4466/stat : 4466 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793308160 12944 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4467] ppid=4456 vsize=10540340 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4467/stat : 4467 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793308160 12944 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10540340

[startup+0.300877 s]
/proc/loadavg: 2.11 2.43 3.11 2/589 4458
/proc/meminfo: memFree=27910472/32950928 swapFree=43925852/67111528
[pid=4458] ppid=4456 vsize=10540340 CPUtime=0.36 cores=1,3,5,7
/proc/4458/stat : 4458 (java) S 4456 4458 4403 0 -1 4202496 100125 0 1 0 26 10 0 0 25 0 18 0 831228222 10793308160 99728 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4458/statm: 2635085 99728 2174 9 0 2625819 0
[pid=4458/tid=4459] ppid=4456 vsize=10540340 CPUtime=0.28 cores=1,3,5,7
/proc/4458/task/4459/stat : 4459 (java) R 4456 4458 4403 0 -1 4202560 97888 0 1 0 18 10 0 0 18 0 18 0 831228222 10793308160 99728 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 47918240045907 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4458/tid=4460] ppid=4456 vsize=10540340 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4460/stat : 4460 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793308160 99728 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4461] ppid=4456 vsize=10540340 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4461/stat : 4461 (java) S 4456 4458 4403 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831228224 10793308160 99729 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4462] ppid=4456 vsize=10540340 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4462/stat : 4462 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793308160 99729 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4463] ppid=4456 vsize=10540340 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4463/stat : 4463 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793308160 99729 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4464] ppid=4456 vsize=10540340 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4464/stat : 4464 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793308160 99729 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4465] ppid=4456 vsize=10540340 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4465/stat : 4465 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793308160 99729 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4466] ppid=4456 vsize=10540340 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4466/stat : 4466 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793308160 99730 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4467] ppid=4456 vsize=10540340 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4467/stat : 4467 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793308160 99730 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10540340

[startup+0.700866 s]
/proc/loadavg: 2.11 2.43 3.11 2/589 4458
/proc/meminfo: memFree=27910472/32950928 swapFree=43925852/67111528
[pid=4458] ppid=4456 vsize=10540988 CPUtime=0.85 cores=1,3,5,7
/proc/4458/stat : 4458 (java) S 4456 4458 4403 0 -1 4202496 127687 0 1 0 72 13 0 0 25 0 18 0 831228222 10793971712 127141 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4458/statm: 2635247 127144 2199 9 0 2625981 0
[pid=4458/tid=4459] ppid=4456 vsize=10540988 CPUtime=0.69 cores=1,3,5,7
/proc/4458/task/4459/stat : 4459 (java) R 4456 4458 4403 0 -1 4202560 124958 0 1 0 56 13 0 0 18 0 18 0 831228222 10793971712 127146 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 46912505365719 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4458/tid=4460] ppid=4456 vsize=10540988 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4460/stat : 4460 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793971712 127148 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4461] ppid=4456 vsize=10540988 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4461/stat : 4461 (java) S 4456 4458 4403 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831228224 10793971712 127150 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4462] ppid=4456 vsize=10540988 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4462/stat : 4462 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793971712 127152 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4463] ppid=4456 vsize=10540988 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4463/stat : 4463 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793971712 127153 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4464] ppid=4456 vsize=10540988 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4464/stat : 4464 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793971712 127155 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4465] ppid=4456 vsize=10540988 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4465/stat : 4465 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793971712 127157 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4466] ppid=4456 vsize=10540988 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4466/stat : 4466 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793971712 127159 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4467] ppid=4456 vsize=10540988 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4467/stat : 4467 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793971712 127161 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 10540988

[startup+1.50066 s]
/proc/loadavg: 2.11 2.43 3.11 3/607 4476
/proc/meminfo: memFree=27319912/32950928 swapFree=43925852/67111528
[pid=4458] ppid=4456 vsize=10540988 CPUtime=1.65 cores=1,3,5,7
/proc/4458/stat : 4458 (java) S 4456 4458 4403 0 -1 4202496 187887 0 1 0 146 19 0 0 25 0 18 0 831228222 10793971712 187340 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4458/statm: 2635247 187343 2199 9 0 2625981 0
[pid=4458/tid=4459] ppid=4456 vsize=10540988 CPUtime=1.49 cores=1,3,5,7
/proc/4458/task/4459/stat : 4459 (java) R 4456 4458 4403 0 -1 4202560 185157 0 1 0 130 19 0 0 19 0 18 0 831228222 10793971712 187345 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 46912505574273 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4458/tid=4460] ppid=4456 vsize=10540988 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4460/stat : 4460 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793971712 187347 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4461] ppid=4456 vsize=10540988 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4461/stat : 4461 (java) S 4456 4458 4403 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831228224 10793971712 187348 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4462] ppid=4456 vsize=10540988 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4462/stat : 4462 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793971712 187350 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4463] ppid=4456 vsize=10540988 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4463/stat : 4463 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793971712 187352 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4464] ppid=4456 vsize=10540988 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4464/stat : 4464 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793971712 187354 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4465] ppid=4456 vsize=10540988 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4465/stat : 4465 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793971712 187356 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4466] ppid=4456 vsize=10540988 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4466/stat : 4466 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793971712 187357 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4467] ppid=4456 vsize=10540988 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4467/stat : 4467 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228224 10793971712 187359 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4469] ppid=4456 vsize=10540988 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4469/stat : 4469 (java) S 4456 4458 4403 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 831228225 10793971712 187361 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284505600 0 0 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4470] ppid=4456 vsize=10540988 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4470/stat : 4470 (java) S 4456 4458 4403 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 831228225 10793971712 187363 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4471] ppid=4456 vsize=10540988 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4471/stat : 4471 (java) S 4456 4458 4403 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 831228225 10793971712 187365 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4472] ppid=4456 vsize=10540988 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4472/stat : 4472 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228227 10793971712 187367 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284512689 0 4 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4473] ppid=4456 vsize=10540988 CPUtime=0.07 cores=1,3,5,7
/proc/4458/task/4473/stat : 4473 (java) S 4456 4458 4403 0 -1 4202560 491 0 0 0 7 0 0 0 23 0 18 0 831228227 10793971712 187368 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 5 0 0 0
[pid=4458/tid=4474] ppid=4456 vsize=10540988 CPUtime=0.09 cores=1,3,5,7
/proc/4458/task/4474/stat : 4474 (java) S 4456 4458 4403 0 -1 4202560 1093 0 0 0 9 0 0 0 24 0 18 0 831228227 10793971712 187370 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4475] ppid=4456 vsize=10540988 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4475/stat : 4475 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228227 10793971712 187372 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4476] ppid=4456 vsize=10540988 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4476/stat : 4476 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 831228227 10793971712 187374 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284505600 0 4 0 16800975 18446604461457815680 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 10540988

[startup+3.10138 s]
/proc/loadavg: 2.11 2.43 3.11 3/607 4476
/proc/meminfo: memFree=27319912/32950928 swapFree=43925852/67111528

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

[pid=4458/tid=4475] ppid=4456 vsize=10616364 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4475/stat : 4475 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228227 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4476] ppid=4456 vsize=10616364 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4476/stat : 4476 (java) S 4456 4458 4403 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 18 0 831228227 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284505600 0 4 0 16800975 18446604461457815680 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1760.81
Current children cumulated vsize (KiB) 10616364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1761.5 s]
/proc/loadavg: 1.01 1.39 1.98 2/584 4547
/proc/meminfo: memFree=21730724/32950928 swapFree=43925852/67111528
[pid=4458] ppid=4456 vsize=10616364 CPUtime=1800.02 cores=1,3,5,7
/proc/4458/stat : 4458 (java) S 4456 4458 4403 0 -1 4202496 2426513 0 1 0 179674 328 0 0 25 0 18 0 831228222 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4458/statm: 2654091 2394907 2244 9 0 2644825 0
[pid=4458/tid=4459] ppid=4456 vsize=10616364 CPUtime=73.42 cores=1,3,5,7
/proc/4458/task/4459/stat : 4459 (java) S 4456 4458 4403 0 -1 4202560 651198 0 1 0 7254 88 0 0 18 0 18 0 831228222 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 1 0 0 0
[pid=4458/tid=4460] ppid=4456 vsize=10616364 CPUtime=8.06 cores=1,3,5,7
/proc/4458/task/4460/stat : 4460 (java) S 4456 4458 4403 0 -1 4202560 307211 0 0 0 763 43 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 1 0 0 0
[pid=4458/tid=4461] ppid=4456 vsize=10616364 CPUtime=4.87 cores=1,3,5,7
/proc/4458/task/4461/stat : 4461 (java) S 4456 4458 4403 0 -1 4202560 127552 0 0 0 470 17 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4462] ppid=4456 vsize=10616364 CPUtime=6.01 cores=1,3,5,7
/proc/4458/task/4462/stat : 4462 (java) S 4456 4458 4403 0 -1 4202560 153976 0 0 0 582 19 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4463] ppid=4456 vsize=10616364 CPUtime=4.64 cores=1,3,5,7
/proc/4458/task/4463/stat : 4463 (java) S 4456 4458 4403 0 -1 4202560 156255 0 0 0 441 23 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 1 0 0 0
[pid=4458/tid=4464] ppid=4456 vsize=10616364 CPUtime=6.77 cores=1,3,5,7
/proc/4458/task/4464/stat : 4464 (java) S 4456 4458 4403 0 -1 4202560 234510 0 0 0 647 30 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4465] ppid=4456 vsize=10616364 CPUtime=6.43 cores=1,3,5,7
/proc/4458/task/4465/stat : 4465 (java) S 4456 4458 4403 0 -1 4202560 224903 0 0 0 614 29 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4466] ppid=4456 vsize=10616364 CPUtime=8.04 cores=1,3,5,7
/proc/4458/task/4466/stat : 4466 (java) S 4456 4458 4403 0 -1 4202560 334024 0 0 0 760 44 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4467] ppid=4456 vsize=10616364 CPUtime=5.74 cores=1,3,5,7
/proc/4458/task/4467/stat : 4467 (java) S 4456 4458 4403 0 -1 4202560 191488 0 0 0 551 23 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4469] ppid=4456 vsize=10616364 CPUtime=1675.29 cores=1,3,5,7
/proc/4458/task/4469/stat : 4469 (java) R 4456 4458 4403 0 -1 4202560 40498 0 0 0 167523 6 0 0 25 0 18 0 831228225 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 47918238408059 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=4458/tid=4470] ppid=4456 vsize=10616364 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4470/stat : 4470 (java) S 4456 4458 4403 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 831228225 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4471] ppid=4456 vsize=10616364 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4471/stat : 4471 (java) S 4456 4458 4403 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 831228225 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4472] ppid=4456 vsize=10616364 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4472/stat : 4472 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228227 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284512689 0 4 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4473] ppid=4456 vsize=10616364 CPUtime=0.34 cores=1,3,5,7
/proc/4458/task/4473/stat : 4473 (java) S 4456 4458 4403 0 -1 4202560 977 0 0 0 34 0 0 0 16 0 18 0 831228227 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 5 0 0 0
[pid=4458/tid=4474] ppid=4456 vsize=10616364 CPUtime=0.31 cores=1,3,5,7
/proc/4458/task/4474/stat : 4474 (java) S 4456 4458 4403 0 -1 4202560 2675 0 0 0 31 0 0 0 15 0 18 0 831228227 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4475] ppid=4456 vsize=10616364 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4475/stat : 4475 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228227 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4476] ppid=4456 vsize=10616364 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4476/stat : 4476 (java) S 4456 4458 4403 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 18 0 831228227 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284505600 0 4 0 16800975 18446604461457815680 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 10616364

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -4458

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

[startup+1762.7 s]
/proc/loadavg: 1.01 1.39 1.98 2/585 4548
/proc/meminfo: memFree=21730716/32950928 swapFree=43925852/67111528
[pid=4458] ppid=4456 vsize=10616364 CPUtime=1801.21 cores=1,3,5,7
/proc/4458/stat : 4458 (java) S 4456 4458 4403 0 -1 4202496 2426514 0 1 0 179793 328 0 0 18 0 18 0 831228222 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4458/statm: 2654091 2394907 2244 9 0 2644825 0
[pid=4458/tid=4459] ppid=4456 vsize=10616364 CPUtime=73.42 cores=1,3,5,7
/proc/4458/task/4459/stat : 4459 (java) S 4456 4458 4403 0 -1 4202560 651198 0 1 0 7254 88 0 0 18 0 18 0 831228222 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 1 0 0 0
[pid=4458/tid=4460] ppid=4456 vsize=10616364 CPUtime=8.06 cores=1,3,5,7
/proc/4458/task/4460/stat : 4460 (java) S 4456 4458 4403 0 -1 4202560 307211 0 0 0 763 43 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 1 0 0 0
[pid=4458/tid=4461] ppid=4456 vsize=10616364 CPUtime=4.87 cores=1,3,5,7
/proc/4458/task/4461/stat : 4461 (java) S 4456 4458 4403 0 -1 4202560 127552 0 0 0 470 17 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4462] ppid=4456 vsize=10616364 CPUtime=6.01 cores=1,3,5,7
/proc/4458/task/4462/stat : 4462 (java) S 4456 4458 4403 0 -1 4202560 153976 0 0 0 582 19 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4463] ppid=4456 vsize=10616364 CPUtime=4.64 cores=1,3,5,7
/proc/4458/task/4463/stat : 4463 (java) S 4456 4458 4403 0 -1 4202560 156255 0 0 0 441 23 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 1 0 0 0
[pid=4458/tid=4464] ppid=4456 vsize=10616364 CPUtime=6.77 cores=1,3,5,7
/proc/4458/task/4464/stat : 4464 (java) S 4456 4458 4403 0 -1 4202560 234510 0 0 0 647 30 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4465] ppid=4456 vsize=10616364 CPUtime=6.43 cores=1,3,5,7
/proc/4458/task/4465/stat : 4465 (java) S 4456 4458 4403 0 -1 4202560 224903 0 0 0 614 29 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4466] ppid=4456 vsize=10616364 CPUtime=8.04 cores=1,3,5,7
/proc/4458/task/4466/stat : 4466 (java) S 4456 4458 4403 0 -1 4202560 334024 0 0 0 760 44 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4467] ppid=4456 vsize=10616364 CPUtime=5.74 cores=1,3,5,7
/proc/4458/task/4467/stat : 4467 (java) S 4456 4458 4403 0 -1 4202560 191488 0 0 0 551 23 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4469] ppid=4456 vsize=10616364 CPUtime=1676.47 cores=1,3,5,7
/proc/4458/task/4469/stat : 4469 (java) R 4456 4458 4403 0 -1 4202560 40498 0 0 0 167641 6 0 0 25 0 18 0 831228225 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 47918239135967 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=4458/tid=4470] ppid=4456 vsize=10616364 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4470/stat : 4470 (java) S 4456 4458 4403 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 831228225 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4471] ppid=4456 vsize=10616364 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4471/stat : 4471 (java) S 4456 4458 4403 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 831228225 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4472] ppid=4456 vsize=10616364 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4472/stat : 4472 (java) S 4456 4458 4403 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 831228227 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4473] ppid=4456 vsize=10616364 CPUtime=0.34 cores=1,3,5,7
/proc/4458/task/4473/stat : 4473 (java) S 4456 4458 4403 0 -1 4202560 977 0 0 0 34 0 0 0 16 0 18 0 831228227 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 5 0 0 0
[pid=4458/tid=4474] ppid=4456 vsize=10616364 CPUtime=0.31 cores=1,3,5,7
/proc/4458/task/4474/stat : 4474 (java) S 4456 4458 4403 0 -1 4202560 2675 0 0 0 31 0 0 0 15 0 18 0 831228227 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4475] ppid=4456 vsize=10616364 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4475/stat : 4475 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228227 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4476] ppid=4456 vsize=10616364 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4476/stat : 4476 (java) S 4456 4458 4403 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 18 0 831228227 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284505600 0 4 0 16800975 18446604461457815680 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1801.21
Current children cumulated vsize (KiB) 10616364

[startup+1763.52 s]
/proc/loadavg: 1.01 1.39 1.98 2/585 4548
/proc/meminfo: memFree=21729848/32950928 swapFree=43925852/67111528
[pid=4458] ppid=4456 vsize=10616364 CPUtime=1802.03 cores=1,3,5,7
/proc/4458/stat : 4458 (java) S 4456 4458 4403 0 -1 4202496 2426514 0 1 0 179875 328 0 0 18 0 18 0 831228222 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4458/statm: 2654091 2394907 2244 9 0 2644825 0
[pid=4458/tid=4459] ppid=4456 vsize=10616364 CPUtime=73.42 cores=1,3,5,7
/proc/4458/task/4459/stat : 4459 (java) S 4456 4458 4403 0 -1 4202560 651198 0 1 0 7254 88 0 0 18 0 18 0 831228222 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 1 0 0 0
[pid=4458/tid=4460] ppid=4456 vsize=10616364 CPUtime=8.06 cores=1,3,5,7
/proc/4458/task/4460/stat : 4460 (java) S 4456 4458 4403 0 -1 4202560 307211 0 0 0 763 43 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 1 0 0 0
[pid=4458/tid=4461] ppid=4456 vsize=10616364 CPUtime=4.87 cores=1,3,5,7
/proc/4458/task/4461/stat : 4461 (java) S 4456 4458 4403 0 -1 4202560 127552 0 0 0 470 17 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4462] ppid=4456 vsize=10616364 CPUtime=6.01 cores=1,3,5,7
/proc/4458/task/4462/stat : 4462 (java) S 4456 4458 4403 0 -1 4202560 153976 0 0 0 582 19 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4463] ppid=4456 vsize=10616364 CPUtime=4.64 cores=1,3,5,7
/proc/4458/task/4463/stat : 4463 (java) S 4456 4458 4403 0 -1 4202560 156255 0 0 0 441 23 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 1 0 0 0
[pid=4458/tid=4464] ppid=4456 vsize=10616364 CPUtime=6.77 cores=1,3,5,7
/proc/4458/task/4464/stat : 4464 (java) S 4456 4458 4403 0 -1 4202560 234510 0 0 0 647 30 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4465] ppid=4456 vsize=10616364 CPUtime=6.43 cores=1,3,5,7
/proc/4458/task/4465/stat : 4465 (java) S 4456 4458 4403 0 -1 4202560 224903 0 0 0 614 29 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4466] ppid=4456 vsize=10616364 CPUtime=8.04 cores=1,3,5,7
/proc/4458/task/4466/stat : 4466 (java) S 4456 4458 4403 0 -1 4202560 334024 0 0 0 760 44 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4467] ppid=4456 vsize=10616364 CPUtime=5.74 cores=1,3,5,7
/proc/4458/task/4467/stat : 4467 (java) S 4456 4458 4403 0 -1 4202560 191488 0 0 0 551 23 0 0 16 0 18 0 831228224 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4469] ppid=4456 vsize=10616364 CPUtime=1677.29 cores=1,3,5,7
/proc/4458/task/4469/stat : 4469 (java) R 4456 4458 4403 0 -1 4202560 40498 0 0 0 167723 6 0 0 25 0 18 0 831228225 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 47918238405740 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=4458/tid=4470] ppid=4456 vsize=10616364 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4470/stat : 4470 (java) S 4456 4458 4403 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 831228225 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4471] ppid=4456 vsize=10616364 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4471/stat : 4471 (java) S 4456 4458 4403 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 831228225 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4472] ppid=4456 vsize=10616364 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4472/stat : 4472 (java) S 4456 4458 4403 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 831228227 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4473] ppid=4456 vsize=10616364 CPUtime=0.34 cores=1,3,5,7
/proc/4458/task/4473/stat : 4473 (java) S 4456 4458 4403 0 -1 4202560 977 0 0 0 34 0 0 0 16 0 18 0 831228227 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 5 0 0 0
[pid=4458/tid=4474] ppid=4456 vsize=10616364 CPUtime=0.31 cores=1,3,5,7
/proc/4458/task/4474/stat : 4474 (java) S 4456 4458 4403 0 -1 4202560 2675 0 0 0 31 0 0 0 15 0 18 0 831228227 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 7 0 0 0
[pid=4458/tid=4475] ppid=4456 vsize=10616364 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4475/stat : 4475 (java) S 4456 4458 4403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831228227 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284504985 0 4 0 16800975 18446604461457815680 0 0 -1 3 0 0 0
[pid=4458/tid=4476] ppid=4456 vsize=10616364 CPUtime=0 cores=1,3,5,7
/proc/4458/task/4476/stat : 4476 (java) S 4456 4458 4403 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 18 0 831228227 10871156736 2394907 33554432000 1073741824 1073778376 140734179028064 18446744073709551615 268284505600 0 4 0 16800975 18446604461457815680 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 10616364

[startup+1763.72 s]
/proc/loadavg: 1.01 1.39 1.98 2/585 4548
/proc/meminfo: memFree=21729848/32950928 swapFree=43925852/67111528
[pid=4458] ppid=4456 vsize=0 CPUtime=1802.23 cores=1,3,5,7
/proc/4458/stat : 4458 (java) Z 4456 4458 4403 0 -1 4203548 2426514 0 1 0 179876 347 0 0 18 0 2 0 831228222 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4458/statm: 0 0 0 0 0 0 0
[pid=4458/tid=4474] ppid=4456 vsize=0 CPUtime=0.5 cores=1,3,5,7
/proc/4458/task/4474/stat : 4474 (java) R 4456 4458 4403 0 -1 4203588 2675 0 0 0 31 19 0 0 16 0 2 0 831228227 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1802.23
Current children cumulated vsize (KiB) 0

[startup+1763.8 s]
/proc/loadavg: 1.01 1.39 1.98 2/585 4548
/proc/meminfo: memFree=21729848/32950928 swapFree=43925852/67111528
[pid=4458] ppid=4456 vsize=0 CPUtime=1802.31 cores=1,3,5,7
/proc/4458/stat : 4458 (java) Z 4456 4458 4403 0 -1 4203548 2426514 0 1 0 179876 355 0 0 18 0 2 0 831228222 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4458/statm: 0 0 0 0 0 0 0
[pid=4458/tid=4474] ppid=4456 vsize=0 CPUtime=0.58 cores=1,3,5,7
/proc/4458/task/4474/stat : 4474 (java) R 4456 4458 4403 0 -1 4203588 2675 0 0 0 31 27 0 0 16 0 2 0 831228227 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1802.31
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1763.86
CPU time (s): 1802.38
CPU user time (s): 1798.77
CPU system time (s): 3.61445
CPU usage (%): 102.184
Max. virtual memory (cumulated for all children) (KiB): 10630152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.77
system time used= 3.61445
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2426514
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51044
involuntary context switches= 39200

runsolver used 9.07262 second user time and 24.8312 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-04 16:04:54
IDJOB=3455368
IDBENCH=71857
IDSOLVER=1950
FILE ID=node122/3455368-1307196284
RUNJOBID= node122-1307196284-4422
PBS_JOBID= 13508887
Free space on /tmp= 73344 MiB

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

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

MD5SUM BENCH= 0f92d181b92c9b1b2ec7960910124750
RANDOM SEED=1488413193

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27910876 kB
Buffers:        333680 kB
Cached:        1046296 kB
SwapCached:      16832 kB
Active:        4198476 kB
Inactive:       505784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27910876 kB
SwapTotal:    67111528 kB
SwapFree:     43925852 kB
Dirty:          479740 kB
Writeback:           0 kB
AnonPages:     3321840 kB
Mapped:          17316 kB
Slab:           164732 kB
PageTables:      99588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 191066252 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73436 MiB
End job on node122 at 2011-06-04 16:34:18