Trace number 3747852

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 NameAnswerCPU timeWall clock time
npSolver inc (fixed)? (TO) 1800.01 1801.72

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v40_e600_d20_mw10_0.opb.PB06.opb
MD5SUMe436f4a609b5bae6a8ddfe1313c390fe
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.44278
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2800
Total number of constraints990001
Number of constraints which are clauses986760
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints3160
Minimum length of a constraint2
Maximum length of a constraint1200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 338
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1239
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

26.95/27.02	c run inc solver
26.95/27.02	c [INC SYSTEM] run initial solver
26.95/27.02	c [INC SYSTEM] preprocess with white file
100.02/101.71	c [INC SYSTEM] finished preprocessing in 74 s
100.02/101.71	c [INC SYSTEM] execute solver

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-3747852-1339112550/watcher-3747852-1339112550 -o /tmp/evaluation-result-3747852-1339112550/solver-3747852-1339112550 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3747852-1339112550.opb 1567377262 HOME HOME 

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.69 2.11 1.64 3/178 16894
/proc/meminfo: memFree=23372864/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0

[startup+0.00719907 s]
/proc/loadavg: 2.69 2.11 1.64 3/178 16894
/proc/meminfo: memFree=23372864/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100257 s]
/proc/loadavg: 2.69 2.11 1.64 3/178 16894
/proc/meminfo: memFree=23372864/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30029 s]
/proc/loadavg: 2.69 2.11 1.64 3/178 16894
/proc/meminfo: memFree=23372864/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700309 s]
/proc/loadavg: 2.69 2.11 1.64 3/178 16894
/proc/meminfo: memFree=23372864/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.69 2.11 1.64 3/180 16896
/proc/meminfo: memFree=23265920/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
[pid=16895] ppid=16894 vsize=215808 CPUtime=1.48 cores=1,3,5,7
/proc/16895/stat : 16895 (npSolver-pbo) R 16894 16894 15254 0 -1 4202496 24946 0 0 0 139 9 0 0 20 0 1 0 377383640 220987392 39705 33554432000 4194304 6004724 140735618994608 140735618990632 5190736 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16895/statm: 53952 39705 129 442 0 53506 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 224956

[startup+3.10038 s]
/proc/loadavg: 2.69 2.11 1.64 3/180 16896
/proc/meminfo: memFree=23115604/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
[pid=16895] ppid=16894 vsize=399928 CPUtime=3.09 cores=1,3,5,7
/proc/16895/stat : 16895 (npSolver-pbo) R 16894 16894 15254 0 -1 4202496 73126 0 0 0 287 22 0 0 20 0 1 0 377383640 409526272 99632 33554432000 4194304 6004724 140735618994608 140735618990248 4581241 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16895/statm: 99982 99632 139 442 0 99536 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 409076

[startup+6.30035 s]
/proc/loadavg: 2.63 2.10 1.64 3/180 16896
/proc/meminfo: memFree=22799736/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
[pid=16895] ppid=16894 vsize=662072 CPUtime=6.28 cores=1,3,5,7
/proc/16895/stat : 16895 (npSolver-pbo) R 16894 16894 15254 0 -1 4202496 74574 0 0 0 599 29 0 0 20 0 1 0 377383640 677961728 153617 33554432000 4194304 6004724 140735618994608 140735618989416 4536305 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16895/statm: 165518 153617 147 442 0 165072 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 671220

[startup+12.7003 s]
/proc/loadavg: 2.58 2.10 1.64 3/180 16896
/proc/meminfo: memFree=22344460/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
[pid=16895] ppid=16894 vsize=1448504 CPUtime=12.69 cores=1,3,5,7
/proc/16895/stat : 16895 (npSolver-pbo) R 16894 16894 15254 0 -1 4202496 76195 0 0 0 1217 52 0 0 20 0 1 0 377383640 1483268096 263697 33554432000 4194304 6004724 140735618994608 140735618989208 4582601 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16895/statm: 362126 263697 147 442 0 361680 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1457652

[startup+25.5002 s]
/proc/loadavg: 2.45 2.10 1.64 3/180 16896
/proc/meminfo: memFree=19509628/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
[pid=16895] ppid=16894 vsize=4025440 CPUtime=25.48 cores=1,3,5,7
/proc/16895/stat : 16895 (npSolver-pbo) R 16894 16894 15254 0 -1 4202496 79070 0 0 0 2387 161 0 0 20 0 1 0 377383640 4122050560 863930 33554432000 4194304 6004724 140735618994608 140735618990480 5193835 0 0 4096 0 0 0 0 17 3 0 0 1 0 0
/proc/16895/statm: 1006360 863930 157 442 0 1005914 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4034588

[startup+51.1004 s]
/proc/loadavg: 2.66 2.17 1.68 3/182 16898
/proc/meminfo: memFree=17171872/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
[pid=16895] ppid=16894 vsize=2497192 CPUtime=26.98 cores=1,3,5,7
/proc/16895/stat : 16895 (npSolver-pbo) S 16894 16894 15254 0 -1 4202496 79077 0 0 0 2387 311 0 0 20 0 1 0 377383640 2557124608 481874 33554432000 4194304 6004724 140735618994608 140735618989072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 3 0 0
/proc/16895/statm: 624298 481874 163 442 0 623852 0
[pid=16897] ppid=16895 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16897/stat : 16897 (cp2_pre.sh) S 16895 16894 15254 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 377386342 9367552 277 33554432000 4194304 5064252 140736042591216 140736042589920 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16897/statm: 2287 277 234 213 0 72 0
[pid=16898] ppid=16897 vsize=3156592 CPUtime=23.9 cores=1,3,5,7
/proc/16898/stat : 16898 (coprocessor) D 16897 16894 15254 0 -1 4202496 25310 0 0 0 2282 108 0 0 20 0 1 0 377386344 3232350208 642936 33554432000 4194304 6586260 140737238821904 140737238817656 5732496 0 0 4096 8404994 18446744071581216301 0 0 17 3 0 0 0 0 0
/proc/16898/statm: 789148 642936 157 584 0 788560 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 5672080

[startup+102.3 s]
/proc/loadavg: 2.45 2.19 1.71 3/182 16899
/proc/meminfo: memFree=16036948/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
[pid=16895] ppid=16894 vsize=2497192 CPUtime=100.3 cores=1,3,5,7
/proc/16895/stat : 16895 (npSolver-pbo) S 16894 16894 15254 0 -1 4202496 79094 26212 0 0 2387 312 6955 376 20 0 1 0 377383640 2557124608 481878 33554432000 4194304 6004724 140735618994608 140735618980888 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/16895/statm: 624298 481878 167 442 0 623852 0
Current children cumulated CPU time (s) 100.3
Current children cumulated vsize (KiB) 2506340

[startup+162.3 s]
/proc/loadavg: 2.16 2.15 1.73 3/181 16901
/proc/meminfo: memFree=16595820/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
[pid=16895] ppid=16894 vsize=2497192 CPUtime=100.3 cores=1,3,5,7
/proc/16895/stat : 16895 (npSolver-pbo) S 16894 16894 15254 0 -1 4202496 79094 26212 0 0 2387 312 6955 376 20 0 1 0 377383640 2557124608 481878 33554432000 4194304 6004724 140735618994608 140735618980888 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/16895/statm: 624298 481878 167 442 0 623852 0
[pid=16901] ppid=16895 vsize=4289388 CPUtime=60.56 cores=1,3,5,7
/proc/16901/stat : 16901 (glucosInc) R 16895 16894 15254 0 -1 4202496 416446 0 0 0 5923 133 0 0 20 0 1 0 377393811 4392333312 888316 33554432000 4194304 5654031 140734087977104 140734087974888 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16901/statm: 1072347 888316 140 357 0 1071987 0
Current children cumulated CPU time (s) 160.86
Current children cumulated vsize (KiB) 6795728

[startup+222.3 s]
/proc/loadavg: 2.06 2.12 1.74 3/182 16902
/proc/meminfo: memFree=16554900/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
[pid=16895] ppid=16894 vsize=2497192 CPUtime=100.3 cores=1,3,5,7
/proc/16895/stat : 16895 (npSolver-pbo) S 16894 16894 15254 0 -1 4202496 79094 26212 0 0 2387 312 6955 376 20 0 1 0 377383640 2557124608 481878 33554432000 4194304 6004724 140735618994608 140735618980888 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/16895/statm: 624298 481878 167 442 0 623852 0
[pid=16901] ppid=16895 vsize=4323840 CPUtime=120.55 cores=1,3,5,7
/proc/16901/stat : 16901 (glucosInc) R 16895 16894 15254 0 -1 4202496 429332 0 0 0 11919 136 0 0 20 0 1 0 377393811 4427612160 897621 33554432000 4194304 5654031 140734087977104 140734087974888 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16901/statm: 1080960 897621 140 357 0 1080600 0
Current children cumulated CPU time (s) 220.85
Current children cumulated vsize (KiB) 6830180

[startup+282.3 s]
/proc/loadavg: 2.02 2.10 1.75 3/181 16902
/proc/meminfo: memFree=16534732/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
[pid=16895] ppid=16894 vsize=2497192 CPUtime=100.3 cores=1,3,5,7
/proc/16895/stat : 16895 (npSolver-pbo) S 16894 16894 15254 0 -1 4202496 79094 26212 0 0 2387 312 6955 376 20 0 1 0 377383640 2557124608 481878 33554432000 4194304 6004724 140735618994608 140735618980888 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/16895/statm: 624298 481878 167 442 0 623852 0
[pid=16901] ppid=16895 vsize=4339512 CPUtime=180.53 cores=1,3,5,7
/proc/16901/stat : 16901 (glucosInc) R 16895 16894 15254 0 -1 4202496 441471 0 0 0 17913 140 0 0 20 0 1 0 377393811 4443660288 901568 33554432000 4194304 5654031 140734087977104 140734087975176 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16901/statm: 1084878 901568 140 357 0 1084518 0
Current children cumulated CPU time (s) 280.83
Current children cumulated vsize (KiB) 6845852

[startup+342.3 s]

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

/proc/meminfo: memFree=16458808/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
[pid=16895] ppid=16894 vsize=2497192 CPUtime=100.3 cores=1,3,5,7
/proc/16895/stat : 16895 (npSolver-pbo) S 16894 16894 15254 0 -1 4202496 79094 26212 0 0 2387 312 6955 376 20 0 1 0 377383640 2557124608 481878 33554432000 4194304 6004724 140735618994608 140735618980888 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/16895/statm: 624298 481878 167 442 0 623852 0
[pid=16901] ppid=16895 vsize=4374924 CPUtime=1200.38 cores=1,3,5,7
/proc/16901/stat : 16901 (glucosInc) R 16895 16894 15254 0 -1 4202496 536349 0 0 0 119865 173 0 0 20 0 1 0 377393811 4479922176 912447 33554432000 4194304 5654031 140734087977104 140734087974888 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16901/statm: 1093731 912447 141 357 0 1093371 0
Current children cumulated CPU time (s) 1300.68
Current children cumulated vsize (KiB) 6881264

[startup+1362.3 s]
/proc/loadavg: 2.04 2.05 1.93 3/181 16935
/proc/meminfo: memFree=16457348/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
[pid=16895] ppid=16894 vsize=2497192 CPUtime=100.3 cores=1,3,5,7
/proc/16895/stat : 16895 (npSolver-pbo) S 16894 16894 15254 0 -1 4202496 79094 26212 0 0 2387 312 6955 376 20 0 1 0 377383640 2557124608 481878 33554432000 4194304 6004724 140735618994608 140735618980888 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/16895/statm: 624298 481878 167 442 0 623852 0
[pid=16901] ppid=16895 vsize=4376448 CPUtime=1260.37 cores=1,3,5,7
/proc/16901/stat : 16901 (glucosInc) R 16895 16894 15254 0 -1 4202496 540799 0 0 0 125862 175 0 0 20 0 1 0 377393811 4481482752 912805 33554432000 4194304 5654031 140734087977104 140734087974888 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16901/statm: 1094112 912805 141 357 0 1093752 0
Current children cumulated CPU time (s) 1360.67
Current children cumulated vsize (KiB) 6882788

[startup+1422.3 s]
/proc/loadavg: 2.01 2.04 1.93 3/181 16935
/proc/meminfo: memFree=16457004/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
[pid=16895] ppid=16894 vsize=2497192 CPUtime=100.3 cores=1,3,5,7
/proc/16895/stat : 16895 (npSolver-pbo) S 16894 16894 15254 0 -1 4202496 79094 26212 0 0 2387 312 6955 376 20 0 1 0 377383640 2557124608 481878 33554432000 4194304 6004724 140735618994608 140735618980888 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/16895/statm: 624298 481878 167 442 0 623852 0
[pid=16901] ppid=16895 vsize=4377124 CPUtime=1320.37 cores=1,3,5,7
/proc/16901/stat : 16901 (glucosInc) R 16895 16894 15254 0 -1 4202496 549184 0 0 0 131858 179 0 0 20 0 1 0 377393811 4482174976 913002 33554432000 4194304 5654031 140734087977104 140734087975176 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16901/statm: 1094281 913002 141 357 0 1093921 0
Current children cumulated CPU time (s) 1420.67
Current children cumulated vsize (KiB) 6883464

[startup+1482.3 s]
/proc/loadavg: 2.04 2.04 1.94 3/181 16935
/proc/meminfo: memFree=16452864/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
[pid=16895] ppid=16894 vsize=2497192 CPUtime=100.3 cores=1,3,5,7
/proc/16895/stat : 16895 (npSolver-pbo) S 16894 16894 15254 0 -1 4202496 79094 26212 0 0 2387 312 6955 376 20 0 1 0 377383640 2557124608 481878 33554432000 4194304 6004724 140735618994608 140735618980888 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/16895/statm: 624298 481878 167 442 0 623852 0
[pid=16901] ppid=16895 vsize=4378032 CPUtime=1380.36 cores=1,3,5,7
/proc/16901/stat : 16901 (glucosInc) R 16895 16894 15254 0 -1 4202496 553507 0 0 0 137856 180 0 0 20 0 1 0 377393811 4483104768 913741 33554432000 4194304 5654031 140734087977104 140734087975176 4232581 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16901/statm: 1094508 913741 141 357 0 1094148 0
Current children cumulated CPU time (s) 1480.66
Current children cumulated vsize (KiB) 6884372

[startup+1542.3 s]
/proc/loadavg: 2.05 2.05 1.94 3/181 16982
/proc/meminfo: memFree=23115832/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
[pid=16895] ppid=16894 vsize=2497192 CPUtime=100.3 cores=1,3,5,7
/proc/16895/stat : 16895 (npSolver-pbo) S 16894 16894 15254 0 -1 4202496 79094 26212 0 0 2387 312 6955 376 20 0 1 0 377383640 2557124608 481878 33554432000 4194304 6004724 140735618994608 140735618980888 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/16895/statm: 624298 481878 167 442 0 623852 0
[pid=16901] ppid=16895 vsize=4378920 CPUtime=1440.35 cores=1,3,5,7
/proc/16901/stat : 16901 (glucosInc) R 16895 16894 15254 0 -1 4202496 557800 0 0 0 143853 182 0 0 20 0 1 0 377393811 4484014080 913938 33554432000 4194304 5654031 140734087977104 140734087974888 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16901/statm: 1094730 913938 141 357 0 1094370 0
Current children cumulated CPU time (s) 1540.65
Current children cumulated vsize (KiB) 6885260

[startup+1602.3 s]
/proc/loadavg: 2.02 2.04 1.94 3/181 16983
/proc/meminfo: memFree=23102220/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
[pid=16895] ppid=16894 vsize=2497192 CPUtime=100.3 cores=1,3,5,7
/proc/16895/stat : 16895 (npSolver-pbo) S 16894 16894 15254 0 -1 4202496 79094 26212 0 0 2387 312 6955 376 20 0 1 0 377383640 2557124608 481878 33554432000 4194304 6004724 140735618994608 140735618980888 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/16895/statm: 624298 481878 167 442 0 623852 0
[pid=16901] ppid=16895 vsize=4379416 CPUtime=1500.34 cores=1,3,5,7
/proc/16901/stat : 16901 (glucosInc) R 16895 16894 15254 0 -1 4202496 562044 0 0 0 149850 184 0 0 20 0 1 0 377393811 4484521984 914086 33554432000 4194304 5654031 140734087977104 140734087964920 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16901/statm: 1094854 914086 141 357 0 1094494 0
Current children cumulated CPU time (s) 1600.64
Current children cumulated vsize (KiB) 6885756

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 1.94 3/182 16986
/proc/meminfo: memFree=23091572/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
[pid=16895] ppid=16894 vsize=2497192 CPUtime=100.3 cores=1,3,5,7
/proc/16895/stat : 16895 (npSolver-pbo) S 16894 16894 15254 0 -1 4202496 79094 26212 0 0 2387 312 6955 376 20 0 1 0 377383640 2557124608 481878 33554432000 4194304 6004724 140735618994608 140735618980888 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/16895/statm: 624298 481878 167 442 0 623852 0
[pid=16901] ppid=16895 vsize=4380356 CPUtime=1560.34 cores=1,3,5,7
/proc/16901/stat : 16901 (glucosInc) R 16895 16894 15254 0 -1 4202496 570499 0 0 0 155846 188 0 0 20 0 1 0 377393811 4485484544 914844 33554432000 4194304 5654031 140734087977104 140734087964920 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16901/statm: 1095089 914844 141 357 0 1094729 0
Current children cumulated CPU time (s) 1660.64
Current children cumulated vsize (KiB) 6886696

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/181 16988
/proc/meminfo: memFree=23158852/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
[pid=16895] ppid=16894 vsize=2497192 CPUtime=100.3 cores=1,3,5,7
/proc/16895/stat : 16895 (npSolver-pbo) S 16894 16894 15254 0 -1 4202496 79094 26212 0 0 2387 312 6955 376 20 0 1 0 377383640 2557124608 481878 33554432000 4194304 6004724 140735618994608 140735618980888 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/16895/statm: 624298 481878 167 442 0 623852 0
[pid=16901] ppid=16895 vsize=4381064 CPUtime=1620.31 cores=1,3,5,7
/proc/16901/stat : 16901 (glucosInc) R 16895 16894 15254 0 -1 4202496 574776 0 0 0 161842 189 0 0 20 0 1 0 377393811 4486209536 915008 33554432000 4194304 5654031 140734087977104 140734087964920 4232581 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16901/statm: 1095266 915008 141 357 0 1094906 0
Current children cumulated CPU time (s) 1720.61
Current children cumulated vsize (KiB) 6887404

[startup+1782.31 s]
/proc/loadavg: 2.00 2.02 1.94 3/181 16988
/proc/meminfo: memFree=23151460/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
[pid=16895] ppid=16894 vsize=2497192 CPUtime=100.3 cores=1,3,5,7
/proc/16895/stat : 16895 (npSolver-pbo) S 16894 16894 15254 0 -1 4202496 79094 26212 0 0 2387 312 6955 376 20 0 1 0 377383640 2557124608 481878 33554432000 4194304 6004724 140735618994608 140735618980888 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/16895/statm: 624298 481878 167 442 0 623852 0
[pid=16901] ppid=16895 vsize=4381268 CPUtime=1680.32 cores=1,3,5,7
/proc/16901/stat : 16901 (glucosInc) R 16895 16894 15254 0 -1 4202496 578935 0 0 0 167841 191 0 0 20 0 1 0 377393811 4486418432 915072 33554432000 4194304 5654031 140734087977104 140734087975176 4233033 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16901/statm: 1095317 915072 141 357 0 1094957 0
Current children cumulated CPU time (s) 1780.62
Current children cumulated vsize (KiB) 6887608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.7 s]
/proc/loadavg: 2.00 2.01 1.94 3/181 16988
/proc/meminfo: memFree=23151200/32873844 swapFree=7116/7116
[pid=16894] ppid=16892 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (npSolver-pbo-I.) S 16892 16894 15254 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377383640 9367552 275 33554432000 4194304 5064252 140734773849840 140734773848752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16894/statm: 2287 275 233 213 0 72 0
[pid=16895] ppid=16894 vsize=2497192 CPUtime=100.3 cores=1,3,5,7
/proc/16895/stat : 16895 (npSolver-pbo) S 16894 16894 15254 0 -1 4202496 79094 26212 0 0 2387 312 6955 376 20 0 1 0 377383640 2557124608 481878 33554432000 4194304 6004724 140735618994608 140735618980888 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/16895/statm: 624298 481878 167 442 0 623852 0
[pid=16901] ppid=16895 vsize=4381444 CPUtime=1699.71 cores=1,3,5,7
/proc/16901/stat : 16901 (glucosInc) R 16895 16894 15254 0 -1 4202496 583093 0 0 0 169779 192 0 0 20 0 1 0 377393811 4486598656 915116 33554432000 4194304 5654031 140734087977104 140734087975176 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16901/statm: 1095361 915116 141 357 0 1095001 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 6887784

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1801.72
CPU time (s): 1800.01
CPU user time (s): 1791.21
CPU system time (s): 8.8
CPU usage (%): 99.9053
Max. virtual memory (cumulated for all children) (KiB): 6929308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0
maximum resident set size= 1100
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.83042 second user time and 12.1951 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-08 01:42:31
IDJOB=3747852
IDBENCH=1388
IDSOLVER=2333
FILE ID=node103/3747852-1339112550
RUNJOBID= node103-1339112274-16729
PBS_JOBID= 14643750
Free space on /tmp= 69960 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/dbst/normalized-dbst_v40_e600_d20_mw10_0.opb.PB06.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747852-1339112550/watcher-3747852-1339112550 -o /tmp/evaluation-result-3747852-1339112550/solver-3747852-1339112550 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3747852-1339112550.opb 1567377262 HOME HOME

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

MD5SUM BENCH= e436f4a609b5bae6a8ddfe1313c390fe
RANDOM SEED=1567377262

node103.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.189
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.37
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.189
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.189
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.92
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.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:       32873844 kB
MemFree:        23373128 kB
Buffers:          296016 kB
Cached:          2800524 kB
SwapCached:         5468 kB
Active:          7222012 kB
Inactive:        1411136 kB
Active(anon):    5533312 kB
Inactive(anon):     5816 kB
Active(file):    1688700 kB
Inactive(file):  1405320 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096900 kB
Dirty:             42680 kB
Writeback:             0 kB
AnonPages:       5539752 kB
Mapped:            10236 kB
Shmem:                 0 kB
Slab:             716364 kB
SReclaimable:     156704 kB
SUnreclaim:       559660 kB
KernelStack:        1472 kB
PageTables:        14888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    6964388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2879488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69952 MiB
End job on node103 at 2012-06-08 02:12:34