Trace number 3698469

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
npSolver inc-topDown? (TO) 1800.03 1800.51

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_0null0mast_rapportOE2.0_TMAX120_K67_cod1.opb
MD5SUMb9a8630bbf7b957f842f31a8ccfab571
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-564
Best CPU time to get the best result obtained on this benchmark1797.58
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 32076
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 116160
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 160566
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.41	c fallback to adder encoding
1.99/2.01	c run inc solver
1.99/2.01	c [INC SYSTEM] run initial solver
1.99/2.01	c [INC SYSTEM] preprocess with white file
9.92/10.11	c [INC SYSTEM] finished preprocessing in 8 s
9.92/10.11	c [INC SYSTEM] execute solver
1800.03/1800.50	c an unexpexted return value has been received, exit
1800.03/1800.50	s UNKNOWN

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-3698469-1338105458/watcher-3698469-1338105458 -o /tmp/evaluation-result-3698469-1338105458/solver-3698469-1338105458 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698469-1338105458.opb 1751895597 HOME HOME 

running on 4 cores: 0,2,4,6

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.00 2.01 2.02 3/178 22584
/proc/meminfo: memFree=16385236/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0

[startup+0.030618 s]
/proc/loadavg: 2.00 2.01 2.02 3/178 22584
/proc/meminfo: memFree=16385236/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100138 s]
/proc/loadavg: 2.00 2.01 2.02 3/178 22584
/proc/meminfo: memFree=16385236/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300111 s]
/proc/loadavg: 2.00 2.01 2.02 3/178 22584
/proc/meminfo: memFree=16385236/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700156 s]
/proc/loadavg: 2.00 2.01 2.02 3/178 22584
/proc/meminfo: memFree=16385236/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50019 s]
/proc/loadavg: 2.00 2.00 2.02 3/180 22586
/proc/meminfo: memFree=16303200/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0
[pid=22585] ppid=22584 vsize=172276 CPUtime=1.48 cores=0,2,4,6
/proc/22585/stat : 22585 (npSolver-pbo) R 22584 22584 20135 0 -1 4202496 13901 0 0 0 144 4 0 0 20 0 1 0 276671273 176410624 29141 33554432000 4194304 5992684 140733947503664 140733947498984 4523482 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22585/statm: 43069 29141 167 440 0 42625 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 181424

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.02 2/178 22589
/proc/meminfo: memFree=26046420/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0
[pid=22585] ppid=22584 vsize=172276 CPUtime=2.05 cores=0,2,4,6
/proc/22585/stat : 22585 (npSolver-pbo) S 22584 22584 20135 0 -1 4202496 14626 0 0 0 181 24 0 0 20 0 1 0 276671273 176410624 35292 33554432000 4194304 5992684 140733947503664 140733947498112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22585/statm: 43069 35292 174 440 0 42625 0
[pid=22588] ppid=22585 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22588/stat : 22588 (cp2_pre.sh) S 22585 22584 20135 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 276671479 9367552 277 33554432000 4194304 5064252 140735654427312 140735654426016 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22588/statm: 2287 277 234 213 0 72 0
[pid=22589] ppid=22588 vsize=133124 CPUtime=1.02 cores=0,2,4,6
/proc/22589/stat : 22589 (coprocessor) R 22588 22584 20135 0 -1 4202496 11209 0 0 0 98 4 0 0 20 0 1 0 276671479 136318976 31484 33554432000 4194304 6586260 140734274281856 140734274278616 5732400 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/22589/statm: 33281 31484 137 584 0 32693 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 323696

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 22630
/proc/meminfo: memFree=27414504/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0
[pid=22585] ppid=22584 vsize=172276 CPUtime=2.05 cores=0,2,4,6
/proc/22585/stat : 22585 (npSolver-pbo) S 22584 22584 20135 0 -1 4202496 14626 0 0 0 181 24 0 0 20 0 1 0 276671273 176410624 35292 33554432000 4194304 5992684 140733947503664 140733947498112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22585/statm: 43069 35292 174 440 0 42625 0
[pid=22588] ppid=22585 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22588/stat : 22588 (cp2_pre.sh) S 22585 22584 20135 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 276671479 9367552 277 33554432000 4194304 5064252 140735654427312 140735654426016 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22588/statm: 2287 277 234 213 0 72 0
[pid=22589] ppid=22588 vsize=490256 CPUtime=4.22 cores=0,2,4,6
/proc/22589/stat : 22589 (coprocessor) R 22588 22584 20135 0 -1 4202496 53612 0 0 0 407 15 0 0 20 0 1 0 276671479 502022144 118855 33554432000 4194304 6586260 140734274281856 140734274277784 4753744 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/22589/statm: 122564 118855 181 584 0 121976 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 680828

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 22634
/proc/meminfo: memFree=27827084/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0
[pid=22585] ppid=22584 vsize=172276 CPUtime=9.94 cores=0,2,4,6
/proc/22585/stat : 22585 (npSolver-pbo) S 22584 22584 20135 0 -1 4202496 14642 63464 0 0 181 24 753 36 20 0 1 0 276671273 176410624 35294 33554432000 4194304 5992684 140733947503664 140733947489928 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22585/statm: 43069 35294 176 440 0 42625 0
[pid=22634] ppid=22585 vsize=205468 CPUtime=2.57 cores=0,2,4,6
/proc/22634/stat : 22634 (glucosInc) R 22585 22584 20135 0 -1 4202496 36505 0 0 0 250 7 0 0 20 0 1 0 276672284 210399232 45273 33554432000 4194304 5654031 140736379250592 140736379238408 4215307 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22634/statm: 51367 45273 140 357 0 51007 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 386892

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 22677
/proc/meminfo: memFree=27067764/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0
[pid=22585] ppid=22584 vsize=172276 CPUtime=9.94 cores=0,2,4,6
/proc/22585/stat : 22585 (npSolver-pbo) S 22584 22584 20135 0 -1 4202496 14642 63464 0 0 181 24 753 36 20 0 1 0 276671273 176410624 35294 33554432000 4194304 5992684 140733947503664 140733947489928 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22585/statm: 43069 35294 176 440 0 42625 0
[pid=22634] ppid=22585 vsize=205468 CPUtime=15.37 cores=0,2,4,6
/proc/22634/stat : 22634 (glucosInc) R 22585 22584 20135 0 -1 4202496 36505 0 0 0 1527 10 0 0 20 0 1 0 276672284 210399232 45273 33554432000 4194304 5654031 140736379250592 140736379238408 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22634/statm: 51367 45273 140 357 0 51007 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 386892

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.02 3/182 22680
/proc/meminfo: memFree=27526064/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0
[pid=22585] ppid=22584 vsize=172276 CPUtime=9.94 cores=0,2,4,6
/proc/22585/stat : 22585 (npSolver-pbo) S 22584 22584 20135 0 -1 4202496 14642 63464 0 0 181 24 753 36 20 0 1 0 276671273 176410624 35294 33554432000 4194304 5992684 140733947503664 140733947489928 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22585/statm: 43069 35294 176 440 0 42625 0
[pid=22634] ppid=22585 vsize=205468 CPUtime=40.96 cores=0,2,4,6
/proc/22634/stat : 22634 (glucosInc) R 22585 22584 20135 0 -1 4202496 36505 0 0 0 4086 10 0 0 20 0 1 0 276672284 210399232 45273 33554432000 4194304 5654031 140736379250592 140736379238408 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22634/statm: 51367 45273 140 357 0 51007 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 386892

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/181 22680
/proc/meminfo: memFree=27522408/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0
[pid=22585] ppid=22584 vsize=172276 CPUtime=9.94 cores=0,2,4,6
/proc/22585/stat : 22585 (npSolver-pbo) S 22584 22584 20135 0 -1 4202496 14642 63464 0 0 181 24 753 36 20 0 1 0 276671273 176410624 35294 33554432000 4194304 5992684 140733947503664 140733947489928 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22585/statm: 43069 35294 176 440 0 42625 0
[pid=22634] ppid=22585 vsize=207152 CPUtime=92.15 cores=0,2,4,6
/proc/22634/stat : 22634 (glucosInc) R 22585 22584 20135 0 -1 4202496 37041 0 0 0 9205 10 0 0 20 0 1 0 276672284 212123648 46320 33554432000 4194304 5654031 140736379250592 140736379238408 4214632 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22634/statm: 51788 46320 140 357 0 51428 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 388576

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.01 3/182 22683
/proc/meminfo: memFree=27518196/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0
[pid=22585] ppid=22584 vsize=172276 CPUtime=9.94 cores=0,2,4,6
/proc/22585/stat : 22585 (npSolver-pbo) S 22584 22584 20135 0 -1 4202496 14642 63464 0 0 181 24 753 36 20 0 1 0 276671273 176410624 35294 33554432000 4194304 5992684 140733947503664 140733947489928 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22585/statm: 43069 35294 176 440 0 42625 0
[pid=22634] ppid=22585 vsize=207152 CPUtime=152.14 cores=0,2,4,6
/proc/22634/stat : 22634 (glucosInc) R 22585 22584 20135 0 -1 4202496 37137 0 0 0 15204 10 0 0 20 0 1 0 276672284 212123648 46412 33554432000 4194304 5654031 140736379250592 140736379238408 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22634/statm: 51788 46412 141 357 0 51428 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 388576

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 22706
/proc/meminfo: memFree=27506060/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0
[pid=22585] ppid=22584 vsize=172276 CPUtime=9.94 cores=0,2,4,6
/proc/22585/stat : 22585 (npSolver-pbo) S 22584 22584 20135 0 -1 4202496 14642 63464 0 0 181 24 753 36 20 0 1 0 276671273 176410624 35294 33554432000 4194304 5992684 140733947503664 140733947489928 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22585/statm: 43069 35294 176 440 0 42625 0
[pid=22634] ppid=22585 vsize=208780 CPUtime=212.13 cores=0,2,4,6
/proc/22634/stat : 22634 (glucosInc) R 22585 22584 20135 0 -1 4202496 37567 0 0 0 21202 11 0 0 20 0 1 0 276672284 213790720 47349 33554432000 4194304 5654031 140736379250592 140736379248424 4214993 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22634/statm: 52195 47349 141 357 0 51835 0
Current children cumulated CPU time (s) 222.07

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

/proc/loadavg: 2.00 2.00 2.00 3/181 22713
/proc/meminfo: memFree=27449780/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0
[pid=22585] ppid=22584 vsize=172276 CPUtime=9.94 cores=0,2,4,6
/proc/22585/stat : 22585 (npSolver-pbo) S 22584 22584 20135 0 -1 4202496 14642 63464 0 0 181 24 753 36 20 0 1 0 276671273 176410624 35294 33554432000 4194304 5992684 140733947503664 140733947489928 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22585/statm: 43069 35294 176 440 0 42625 0
[pid=22634] ppid=22585 vsize=217860 CPUtime=1291.96 cores=0,2,4,6
/proc/22634/stat : 22634 (glucosInc) R 22585 22584 20135 0 -1 4202496 40719 0 0 0 129182 14 0 0 20 0 1 0 276672284 223088640 51670 33554432000 4194304 5654031 140736379250592 140736379238408 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22634/statm: 54465 51670 142 357 0 54105 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 399284

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22716
/proc/meminfo: memFree=27447080/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0
[pid=22585] ppid=22584 vsize=172276 CPUtime=9.94 cores=0,2,4,6
/proc/22585/stat : 22585 (npSolver-pbo) S 22584 22584 20135 0 -1 4202496 14642 63464 0 0 181 24 753 36 20 0 1 0 276671273 176410624 35294 33554432000 4194304 5992684 140733947503664 140733947489928 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22585/statm: 43069 35294 176 440 0 42625 0
[pid=22634] ppid=22585 vsize=218256 CPUtime=1351.95 cores=0,2,4,6
/proc/22634/stat : 22634 (glucosInc) R 22585 22584 20135 0 -1 4202496 41121 0 0 0 135181 14 0 0 20 0 1 0 276672284 223494144 52071 33554432000 4194304 5654031 140736379250592 140736379238408 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22634/statm: 54564 52071 142 357 0 54204 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 399680

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22716
/proc/meminfo: memFree=27462232/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0
[pid=22585] ppid=22584 vsize=172276 CPUtime=9.94 cores=0,2,4,6
/proc/22585/stat : 22585 (npSolver-pbo) S 22584 22584 20135 0 -1 4202496 14642 63464 0 0 181 24 753 36 20 0 1 0 276671273 176410624 35294 33554432000 4194304 5992684 140733947503664 140733947489928 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22585/statm: 43069 35294 176 440 0 42625 0
[pid=22634] ppid=22585 vsize=249076 CPUtime=1411.93 cores=0,2,4,6
/proc/22634/stat : 22634 (glucosInc) R 22585 22584 20135 0 -1 4202496 41391 0 0 0 141179 14 0 0 20 0 1 0 276672284 255053824 52852 33554432000 4194304 5654031 140736379250592 140736379238408 4214957 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22634/statm: 62269 52852 142 357 0 61909 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 430500

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 22716
/proc/meminfo: memFree=27457516/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0
[pid=22585] ppid=22584 vsize=172276 CPUtime=9.94 cores=0,2,4,6
/proc/22585/stat : 22585 (npSolver-pbo) S 22584 22584 20135 0 -1 4202496 14642 63464 0 0 181 24 753 36 20 0 1 0 276671273 176410624 35294 33554432000 4194304 5992684 140733947503664 140733947489928 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22585/statm: 43069 35294 176 440 0 42625 0
[pid=22634] ppid=22585 vsize=249604 CPUtime=1471.94 cores=0,2,4,6
/proc/22634/stat : 22634 (glucosInc) R 22585 22584 20135 0 -1 4202496 41479 0 0 0 147179 15 0 0 20 0 1 0 276672284 255594496 53451 33554432000 4194304 5654031 140736379250592 140736379248280 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22634/statm: 62401 53451 142 357 0 62041 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 431028

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 22716
/proc/meminfo: memFree=27453980/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0
[pid=22585] ppid=22584 vsize=172276 CPUtime=9.94 cores=0,2,4,6
/proc/22585/stat : 22585 (npSolver-pbo) S 22584 22584 20135 0 -1 4202496 14642 63464 0 0 181 24 753 36 20 0 1 0 276671273 176410624 35294 33554432000 4194304 5992684 140733947503664 140733947489928 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22585/statm: 43069 35294 176 440 0 42625 0
[pid=22634] ppid=22585 vsize=249892 CPUtime=1531.92 cores=0,2,4,6
/proc/22634/stat : 22634 (glucosInc) R 22585 22584 20135 0 -1 4202496 41566 0 0 0 153177 15 0 0 20 0 1 0 276672284 255889408 54049 33554432000 4194304 5654031 140736379250592 140736379238408 4215014 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22634/statm: 62473 54049 142 357 0 62113 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 431316

[startup+1602.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 22717
/proc/meminfo: memFree=27451200/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0
[pid=22585] ppid=22584 vsize=172276 CPUtime=9.94 cores=0,2,4,6
/proc/22585/stat : 22585 (npSolver-pbo) S 22584 22584 20135 0 -1 4202496 14642 63464 0 0 181 24 753 36 20 0 1 0 276671273 176410624 35294 33554432000 4194304 5992684 140733947503664 140733947489928 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22585/statm: 43069 35294 176 440 0 42625 0
[pid=22634] ppid=22585 vsize=250488 CPUtime=1591.92 cores=0,2,4,6
/proc/22634/stat : 22634 (glucosInc) R 22585 22584 20135 0 -1 4202496 41681 0 0 0 159177 15 0 0 20 0 1 0 276672284 256499712 54673 33554432000 4194304 5654031 140736379250592 140736379238408 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22634/statm: 62622 54673 142 357 0 62262 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 431912

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22717
/proc/meminfo: memFree=27446856/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0
[pid=22585] ppid=22584 vsize=172276 CPUtime=9.94 cores=0,2,4,6
/proc/22585/stat : 22585 (npSolver-pbo) S 22584 22584 20135 0 -1 4202496 14642 63464 0 0 181 24 753 36 20 0 1 0 276671273 176410624 35294 33554432000 4194304 5992684 140733947503664 140733947489928 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22585/statm: 43069 35294 176 440 0 42625 0
[pid=22634] ppid=22585 vsize=250488 CPUtime=1651.9 cores=0,2,4,6
/proc/22634/stat : 22634 (glucosInc) R 22585 22584 20135 0 -1 4202496 41681 0 0 0 165175 15 0 0 20 0 1 0 276672284 256499712 54673 33554432000 4194304 5654031 140736379250592 140736379238408 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22634/statm: 62622 54673 142 357 0 62262 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 431912

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 22717
/proc/meminfo: memFree=27444684/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0
[pid=22585] ppid=22584 vsize=172276 CPUtime=9.94 cores=0,2,4,6
/proc/22585/stat : 22585 (npSolver-pbo) S 22584 22584 20135 0 -1 4202496 14642 63464 0 0 181 24 753 36 20 0 1 0 276671273 176410624 35294 33554432000 4194304 5992684 140733947503664 140733947489928 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22585/statm: 43069 35294 176 440 0 42625 0
[pid=22634] ppid=22585 vsize=250488 CPUtime=1711.89 cores=0,2,4,6
/proc/22634/stat : 22634 (glucosInc) R 22585 22584 20135 0 -1 4202496 41681 0 0 0 171174 15 0 0 20 0 1 0 276672284 256499712 54673 33554432000 4194304 5654031 140736379250592 140736379238408 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22634/statm: 62622 54673 142 357 0 62262 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 431912

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 22718
/proc/meminfo: memFree=27442628/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0
[pid=22585] ppid=22584 vsize=172276 CPUtime=9.94 cores=0,2,4,6
/proc/22585/stat : 22585 (npSolver-pbo) S 22584 22584 20135 0 -1 4202496 14642 63464 0 0 181 24 753 36 20 0 1 0 276671273 176410624 35294 33554432000 4194304 5992684 140733947503664 140733947489928 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22585/statm: 43069 35294 176 440 0 42625 0
[pid=22634] ppid=22585 vsize=250488 CPUtime=1771.88 cores=0,2,4,6
/proc/22634/stat : 22634 (glucosInc) R 22585 22584 20135 0 -1 4202496 41681 0 0 0 177173 15 0 0 20 0 1 0 276672284 256499712 54673 33554432000 4194304 5654031 140736379250592 140736379238408 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22634/statm: 62622 54673 142 357 0 62262 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 431912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 22718
/proc/meminfo: memFree=27442388/32873648 swapFree=7104/7104
[pid=22584] ppid=22582 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22584/stat : 22584 (npSolver-pbo-It) S 22582 22584 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276671272 9367552 275 33554432000 4194304 5064252 140736597942624 140736597941536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22584/statm: 2287 275 233 213 0 72 0
[pid=22585] ppid=22584 vsize=172276 CPUtime=9.94 cores=0,2,4,6
/proc/22585/stat : 22585 (npSolver-pbo) S 22584 22584 20135 0 -1 4202496 14642 63464 0 0 181 24 753 36 20 0 1 0 276671273 176410624 35294 33554432000 4194304 5992684 140733947503664 140733947489928 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22585/statm: 43069 35294 176 440 0 42625 0
[pid=22634] ppid=22585 vsize=250488 CPUtime=1790.09 cores=0,2,4,6
/proc/22634/stat : 22634 (glucosInc) R 22585 22584 20135 0 -1 4202496 41681 0 0 0 178994 15 0 0 20 0 1 0 276672284 256499712 54673 33554432000 4194304 5654031 140736379250592 140736379238408 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22634/statm: 62622 54673 142 357 0 62262 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 431912

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22584 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=350578
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=620905
# CPU time returned by wait4() is 9.97148
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.03
CPU user time (s): 1799.28
CPU system time (s): 0.75
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 750996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.35058
system time used= 0.620905
maximum resident set size= 547988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78483
page faults= 0
swaps= 0
block input operations= 0
block output operations= 279192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 38

runsolver used 4.99824 second user time and 10.9033 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 09:57:38
IDJOB=3698469
IDBENCH=90381
IDSOLVER=2275
FILE ID=node127/3698469-1338105458
RUNJOBID= node127-1338101853-22363
PBS_JOBID= 14624433
Free space on /tmp= 69252 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_0null0mast_rapportOE2.0_TMAX120_K67_cod1.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3698469-1338105458/watcher-3698469-1338105458 -o /tmp/evaluation-result-3698469-1338105458/solver-3698469-1338105458 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3698469-1338105458.opb 1751895597 HOME HOME

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

MD5SUM BENCH= b9a8630bbf7b957f842f31a8ccfab571
RANDOM SEED=1751895597

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        16385772 kB
Buffers:          373740 kB
Cached:          5298288 kB
SwapCached:            0 kB
Active:         12963940 kB
Inactive:        2614284 kB
Active(anon):    9908628 kB
Inactive(anon):        0 kB
Active(file):    3055312 kB
Inactive(file):  2614284 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11180 kB
Writeback:            40 kB
AnonPages:       9913108 kB
Mapped:            15764 kB
Shmem:               200 kB
Slab:             752096 kB
SReclaimable:     196288 kB
SUnreclaim:       555808 kB
KernelStack:        1448 kB
PageTables:        23520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   11833612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2945024 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= 71076 MiB
End job on node127 at 2012-05-27 10:27:39