Trace number 3698505

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.05 1800.52

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_50null20mast_rapportOE2.0_TMAX60_K192_cod2.opb
MD5SUM6f3eb6421078a0de6a5b5f585e0aca61
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-5280
Best CPU time to get the best result obtained on this benchmark1781.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 367542
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 367542
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.08/4.18	c fallback to adder encoding
6.29/6.36	c run inc solver
6.29/6.36	c [INC SYSTEM] run initial solver
6.29/6.36	c [INC SYSTEM] preprocess with white file
20.44/20.68	c [INC SYSTEM] finished preprocessing in 14 s
20.44/20.68	c [INC SYSTEM] execute solver
1800.05/1800.51	c an unexpexted return value has been received, exit
1800.05/1800.51	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-3698505-1338109077/watcher-3698505-1338109077 -o /tmp/evaluation-result-3698505-1338109077/solver-3698505-1338109077 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698505-1338109077.opb 694769661 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.00 2.00 3/178 22990
/proc/meminfo: memFree=28050328/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0

[startup+0.0317379 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22990
/proc/meminfo: memFree=28050328/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100202 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22990
/proc/meminfo: memFree=28050328/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300176 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22990
/proc/meminfo: memFree=28050328/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700182 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22990
/proc/meminfo: memFree=28050328/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22992
/proc/meminfo: memFree=28043304/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
[pid=22991] ppid=22990 vsize=13528 CPUtime=1.49 cores=0,2,4,6
/proc/22991/stat : 22991 (npSolver-pbo) R 22990 22990 20135 0 -1 4202496 2878 0 0 0 149 0 0 0 20 0 1 0 277033193 13852672 2382 33554432000 4194304 5992684 140735038025536 140735038021656 4767618 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22991/statm: 3382 2382 146 440 0 2938 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22676

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22992
/proc/meminfo: memFree=28035912/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
[pid=22991] ppid=22990 vsize=49768 CPUtime=3.09 cores=0,2,4,6
/proc/22991/stat : 22991 (npSolver-pbo) R 22990 22990 20135 0 -1 4202496 10320 0 0 0 307 2 0 0 20 0 1 0 277033193 50962432 10842 33554432000 4194304 5992684 140735038025536 140735038021656 4567968 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22991/statm: 12442 10842 158 440 0 11998 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58916

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22992
/proc/meminfo: memFree=27796952/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
[pid=22991] ppid=22990 vsize=565568 CPUtime=6.29 cores=0,2,4,6
/proc/22991/stat : 22991 (npSolver-pbo) R 22990 22990 20135 0 -1 4202496 30728 0 0 0 595 34 0 0 20 0 1 0 277033193 579141632 126687 33554432000 4194304 5992684 140735038025536 140735038020504 5182699 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 141392 126687 168 440 0 140948 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 574716

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22994
/proc/meminfo: memFree=26551184/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
[pid=22991] ppid=22990 vsize=362852 CPUtime=6.36 cores=0,2,4,6
/proc/22991/stat : 22991 (npSolver-pbo) S 22990 22990 20135 0 -1 4202496 30735 0 0 0 595 41 0 0 20 0 1 0 277033193 371560448 76014 33554432000 4194304 5992684 140735038025536 140735038019984 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 90713 76014 174 440 0 90269 0
[pid=22993] ppid=22991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22993/stat : 22993 (cp2_pre.sh) S 22991 22990 20135 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 277033830 9367552 277 33554432000 4194304 5064252 140735957532736 140735957531440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22993/statm: 2287 277 234 213 0 72 0
[pid=22994] ppid=22993 vsize=1072924 CPUtime=6.31 cores=0,2,4,6
/proc/22994/stat : 22994 (coprocessor) R 22993 22990 20135 0 -1 4202496 89487 0 0 0 603 28 0 0 20 0 1 0 277033830 1098674176 262816 33554432000 4194304 6586260 140737422657424 140737422653576 4788668 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/22994/statm: 268231 262816 170 584 0 267643 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1454072

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 23038
/proc/meminfo: memFree=25915464/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
[pid=22991] ppid=22990 vsize=362852 CPUtime=20.54 cores=0,2,4,6
/proc/22991/stat : 22991 (npSolver-pbo) S 22990 22990 20135 0 -1 4202496 30751 108478 0 0 595 41 1358 60 20 0 1 0 277033193 371560448 76016 33554432000 4194304 5992684 140735038025536 140735038011800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 90713 76016 176 440 0 90269 0
[pid=23038] ppid=22991 vsize=514588 CPUtime=4.79 cores=0,2,4,6
/proc/23038/stat : 23038 (glucosInc) R 22991 22990 20135 0 -1 4202496 76258 0 0 0 463 16 0 0 20 0 1 0 277035261 526938112 114666 33554432000 4194304 5654031 140737290613632 140737290611416 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23038/statm: 128647 114666 140 357 0 128287 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 886588

[startup+51.1003 s]
/proc/loadavg: 2.10 2.03 2.01 3/181 23040
/proc/meminfo: memFree=26518088/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
[pid=22991] ppid=22990 vsize=362852 CPUtime=20.54 cores=0,2,4,6
/proc/22991/stat : 22991 (npSolver-pbo) S 22990 22990 20135 0 -1 4202496 30751 108478 0 0 595 41 1358 60 20 0 1 0 277033193 371560448 76016 33554432000 4194304 5992684 140735038025536 140735038011800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 90713 76016 176 440 0 90269 0
[pid=23038] ppid=22991 vsize=514720 CPUtime=30.39 cores=0,2,4,6
/proc/23038/stat : 23038 (glucosInc) R 22991 22990 20135 0 -1 4202496 76288 0 0 0 3023 16 0 0 20 0 1 0 277035261 527073280 114696 33554432000 4194304 5654031 140737290613632 140737290611416 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23038/statm: 128680 114696 140 357 0 128320 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 886720

[startup+102.307 s]
/proc/loadavg: 2.09 2.04 2.01 3/181 23044
/proc/meminfo: memFree=26365136/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
[pid=22991] ppid=22990 vsize=362852 CPUtime=20.54 cores=0,2,4,6
/proc/22991/stat : 22991 (npSolver-pbo) S 22990 22990 20135 0 -1 4202496 30751 108478 0 0 595 41 1358 60 20 0 1 0 277033193 371560448 76016 33554432000 4194304 5992684 140735038025536 140735038011800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 90713 76016 176 440 0 90269 0
[pid=23038] ppid=22991 vsize=514852 CPUtime=81.6 cores=0,2,4,6
/proc/23038/stat : 23038 (glucosInc) R 22991 22990 20135 0 -1 4202496 76335 0 0 0 8143 17 0 0 20 0 1 0 277035261 527208448 114743 33554432000 4194304 5654031 140737290613632 140737290611416 4233322 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23038/statm: 128713 114743 140 357 0 128353 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 886852

[startup+162.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/182 23049
/proc/meminfo: memFree=26364240/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
[pid=22991] ppid=22990 vsize=362852 CPUtime=20.54 cores=0,2,4,6
/proc/22991/stat : 22991 (npSolver-pbo) S 22990 22990 20135 0 -1 4202496 30751 108478 0 0 595 41 1358 60 20 0 1 0 277033193 371560448 76016 33554432000 4194304 5992684 140735038025536 140735038011800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 90713 76016 176 440 0 90269 0
[pid=23038] ppid=22991 vsize=515116 CPUtime=141.58 cores=0,2,4,6
/proc/23038/stat : 23038 (glucosInc) R 22991 22990 20135 0 -1 4202496 76394 0 0 0 14141 17 0 0 20 0 1 0 277035261 527478784 114802 33554432000 4194304 5654031 140737290613632 140737290611416 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23038/statm: 128779 114802 140 357 0 128419 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 887116

[startup+222.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/182 23072
/proc/meminfo: memFree=26350700/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
[pid=22991] ppid=22990 vsize=362852 CPUtime=20.54 cores=0,2,4,6
/proc/22991/stat : 22991 (npSolver-pbo) S 22990 22990 20135 0 -1 4202496 30751 108478 0 0 595 41 1358 60 20 0 1 0 277033193 371560448 76016 33554432000 4194304 5992684 140735038025536 140735038011800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 90713 76016 176 440 0 90269 0
[pid=23038] ppid=22991 vsize=515448 CPUtime=201.57 cores=0,2,4,6
/proc/23038/stat : 23038 (glucosInc) R 22991 22990 20135 0 -1 4202496 76455 0 0 0 20140 17 0 0 20 0 1 0 277035261 527818752 114863 33554432000 4194304 5654031 140737290613632 140737290611240 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23038/statm: 128862 114863 140 357 0 128502 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 887448

[startup+282.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/181 23072
/proc/meminfo: memFree=26348040/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
[pid=22991] ppid=22990 vsize=362852 CPUtime=20.54 cores=0,2,4,6

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

/proc/meminfo: memFree=26308812/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
[pid=22991] ppid=22990 vsize=362852 CPUtime=20.54 cores=0,2,4,6
/proc/22991/stat : 22991 (npSolver-pbo) S 22990 22990 20135 0 -1 4202496 30751 108478 0 0 595 41 1358 60 20 0 1 0 277033193 371560448 76016 33554432000 4194304 5992684 140735038025536 140735038011800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 90713 76016 176 440 0 90269 0
[pid=23038] ppid=22991 vsize=588180 CPUtime=1341.37 cores=0,2,4,6
/proc/23038/stat : 23038 (glucosInc) R 22991 22990 20135 0 -1 4202496 80744 0 0 0 134118 19 0 0 20 0 1 0 277035261 602296320 124280 33554432000 4194304 5654031 140737290613632 140737290601448 4232772 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23038/statm: 147045 124280 141 357 0 146685 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 960180

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 23082
/proc/meminfo: memFree=26306276/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
[pid=22991] ppid=22990 vsize=362852 CPUtime=20.54 cores=0,2,4,6
/proc/22991/stat : 22991 (npSolver-pbo) S 22990 22990 20135 0 -1 4202496 30751 108478 0 0 595 41 1358 60 20 0 1 0 277033193 371560448 76016 33554432000 4194304 5992684 140735038025536 140735038011800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 90713 76016 176 440 0 90269 0
[pid=23038] ppid=22991 vsize=588464 CPUtime=1401.37 cores=0,2,4,6
/proc/23038/stat : 23038 (glucosInc) R 22991 22990 20135 0 -1 4202496 80827 0 0 0 140118 19 0 0 20 0 1 0 277035261 602587136 124874 33554432000 4194304 5654031 140737290613632 140737290611320 4232794 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23038/statm: 147116 124874 141 357 0 146756 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 960464

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 23082
/proc/meminfo: memFree=26305284/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
[pid=22991] ppid=22990 vsize=362852 CPUtime=20.54 cores=0,2,4,6
/proc/22991/stat : 22991 (npSolver-pbo) S 22990 22990 20135 0 -1 4202496 30751 108478 0 0 595 41 1358 60 20 0 1 0 277033193 371560448 76016 33554432000 4194304 5992684 140735038025536 140735038011800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 90713 76016 176 440 0 90269 0
[pid=23038] ppid=22991 vsize=589012 CPUtime=1461.35 cores=0,2,4,6
/proc/23038/stat : 23038 (glucosInc) R 22991 22990 20135 0 -1 4202496 80954 0 0 0 146116 19 0 0 20 0 1 0 277035261 603148288 125001 33554432000 4194304 5654031 140737290613632 140737290601448 4208621 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23038/statm: 147253 125001 141 357 0 146893 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 961012

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23082
/proc/meminfo: memFree=26291764/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
[pid=22991] ppid=22990 vsize=362852 CPUtime=20.54 cores=0,2,4,6
/proc/22991/stat : 22991 (npSolver-pbo) S 22990 22990 20135 0 -1 4202496 30751 108478 0 0 595 41 1358 60 20 0 1 0 277033193 371560448 76016 33554432000 4194304 5992684 140735038025536 140735038011800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 90713 76016 176 440 0 90269 0
[pid=23038] ppid=22991 vsize=603352 CPUtime=1521.34 cores=0,2,4,6
/proc/23038/stat : 23038 (glucosInc) R 22991 22990 20135 0 -1 4202496 82184 0 0 0 152115 19 0 0 20 0 1 0 277035261 617832448 128275 33554432000 4194304 5654031 140737290613632 140737290601448 4232912 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23038/statm: 150838 128275 141 357 0 150478 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 975352

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23082
/proc/meminfo: memFree=26289468/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
[pid=22991] ppid=22990 vsize=362852 CPUtime=20.54 cores=0,2,4,6
/proc/22991/stat : 22991 (npSolver-pbo) S 22990 22990 20135 0 -1 4202496 30751 108478 0 0 595 41 1358 60 20 0 1 0 277033193 371560448 76016 33554432000 4194304 5992684 140735038025536 140735038011800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 90713 76016 176 440 0 90269 0
[pid=23038] ppid=22991 vsize=603352 CPUtime=1581.33 cores=0,2,4,6
/proc/23038/stat : 23038 (glucosInc) R 22991 22990 20135 0 -1 4202496 82191 0 0 0 158114 19 0 0 20 0 1 0 277035261 617832448 128793 33554432000 4194304 5654031 140737290613632 140737290601448 4215097 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23038/statm: 150838 128793 141 357 0 150478 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 975352

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23083
/proc/meminfo: memFree=26289972/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
[pid=22991] ppid=22990 vsize=362852 CPUtime=20.54 cores=0,2,4,6
/proc/22991/stat : 22991 (npSolver-pbo) S 22990 22990 20135 0 -1 4202496 30751 108478 0 0 595 41 1358 60 20 0 1 0 277033193 371560448 76016 33554432000 4194304 5992684 140735038025536 140735038011800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 90713 76016 176 440 0 90269 0
[pid=23038] ppid=22991 vsize=603352 CPUtime=1641.32 cores=0,2,4,6
/proc/23038/stat : 23038 (glucosInc) R 22991 22990 20135 0 -1 4202496 82193 0 0 0 164113 19 0 0 20 0 1 0 277035261 617832448 128795 33554432000 4194304 5654031 140737290613632 140737290601448 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23038/statm: 150838 128795 141 357 0 150478 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 975352

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 23085
/proc/meminfo: memFree=26289012/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
[pid=22991] ppid=22990 vsize=362852 CPUtime=20.54 cores=0,2,4,6
/proc/22991/stat : 22991 (npSolver-pbo) S 22990 22990 20135 0 -1 4202496 30751 108478 0 0 595 41 1358 60 20 0 1 0 277033193 371560448 76016 33554432000 4194304 5992684 140735038025536 140735038011800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 90713 76016 176 440 0 90269 0
[pid=23038] ppid=22991 vsize=603352 CPUtime=1701.31 cores=0,2,4,6
/proc/23038/stat : 23038 (glucosInc) R 22991 22990 20135 0 -1 4202496 82195 0 0 0 170112 19 0 0 20 0 1 0 277035261 617832448 128809 33554432000 4194304 5654031 140737290613632 140737290601448 4215017 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23038/statm: 150838 128809 141 357 0 150478 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 975352

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23085
/proc/meminfo: memFree=26284576/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
[pid=22991] ppid=22990 vsize=362852 CPUtime=20.54 cores=0,2,4,6
/proc/22991/stat : 22991 (npSolver-pbo) S 22990 22990 20135 0 -1 4202496 30751 108478 0 0 595 41 1358 60 20 0 1 0 277033193 371560448 76016 33554432000 4194304 5992684 140735038025536 140735038011800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 90713 76016 176 440 0 90269 0
[pid=23038] ppid=22991 vsize=603352 CPUtime=1761.3 cores=0,2,4,6
/proc/23038/stat : 23038 (glucosInc) R 22991 22990 20135 0 -1 4202496 82198 0 0 0 176111 19 0 0 20 0 1 0 277035261 617832448 129834 33554432000 4194304 5654031 140737290613632 140737290601448 4233332 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23038/statm: 150838 129834 141 357 0 150478 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 975352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23085
/proc/meminfo: memFree=26282404/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
[pid=22991] ppid=22990 vsize=362852 CPUtime=20.54 cores=0,2,4,6
/proc/22991/stat : 22991 (npSolver-pbo) S 22990 22990 20135 0 -1 4202496 30751 108478 0 0 595 41 1358 60 20 0 1 0 277033193 371560448 76016 33554432000 4194304 5992684 140735038025536 140735038011800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 90713 76016 176 440 0 90269 0
[pid=23038] ppid=22991 vsize=603352 CPUtime=1779.51 cores=0,2,4,6
/proc/23038/stat : 23038 (glucosInc) R 22991 22990 20135 0 -1 4202496 82198 0 0 0 177932 19 0 0 20 0 1 0 277035261 617832448 129834 33554432000 4194304 5654031 140737290613632 140737290601448 4232939 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23038/statm: 150838 129834 141 357 0 150478 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 975352

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

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23085
/proc/meminfo: memFree=26282404/32873648 swapFree=7104/7104
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (npSolver-pbo-It) S 22988 22990 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277033193 9367552 274 33554432000 4194304 5064252 140736931413808 140736931412720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22990/statm: 2287 274 233 213 0 72 0
[pid=22991] ppid=22990 vsize=362852 CPUtime=20.54 cores=0,2,4,6
/proc/22991/stat : 22991 (npSolver-pbo) S 22990 22990 20135 0 -1 4202496 30751 108478 0 0 595 41 1358 60 20 0 1 0 277033193 371560448 76016 33554432000 4194304 5992684 140735038025536 140735038011800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 90713 76016 176 440 0 90269 0
[pid=23038] ppid=22991 vsize=603352 CPUtime=1779.51 cores=0,2,4,6
/proc/23038/stat : 23038 (glucosInc) R 22991 22990 20135 0 -1 4202496 82198 0 0 0 177932 19 0 0 20 0 1 0 277035261 617832448 129834 33554432000 4194304 5654031 140737290613632 140737290601448 4232939 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23038/statm: 150838 129834 141 357 0 150478 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 975352

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1800.52
CPU time (s): 1800.05
CPU user time (s): 1798.85
CPU system time (s): 1.2
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 1603128

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

runsolver used 3.9704 second user time and 10.5554 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 10:57:57
IDJOB=3698505
IDBENCH=90934
IDSOLVER=2275
FILE ID=node127/3698505-1338109077
RUNJOBID= node127-1338101853-22363
PBS_JOBID= 14624433
Free space on /tmp= 71116 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_50null20mast_rapportOE2.0_TMAX60_K192_cod2.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3698505-1338109077/watcher-3698505-1338109077 -o /tmp/evaluation-result-3698505-1338109077/solver-3698505-1338109077 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3698505-1338109077.opb 694769661 HOME HOME

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

MD5SUM BENCH= 6f3eb6421078a0de6a5b5f585e0aca61
RANDOM SEED=694769661

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:        28050336 kB
Buffers:          376780 kB
Cached:          3395276 kB
SwapCached:            0 kB
Active:          1370456 kB
Inactive:        2614396 kB
Active(anon):     215172 kB
Inactive(anon):        0 kB
Active(file):    1155284 kB
Inactive(file):  2614396 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             35772 kB
Writeback:             0 kB
AnonPages:        219812 kB
Mapped:            15732 kB
Shmem:               200 kB
Slab:             699148 kB
SReclaimable:     143532 kB
SUnreclaim:       555616 kB
KernelStack:        1472 kB
PageTables:         4484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     336008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 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= 70820 MiB
End job on node127 at 2012-05-27 11:28:00