Trace number 3752272

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-quickBound (fixed)? (TO) 1800.06 1800.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx75.opb
MD5SUM899c8865b8ac9a45eaa204f923cbd9e8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4977
Total number of constraints5494
Number of constraints which are clauses4970
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints448
Minimum length of a constraint2
Maximum length of a constraint448
Number of terms in the objective function 7
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 947
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.99/1.00	c run inc solver
0.99/1.00	c [INC SYSTEM] run initial solver
0.99/1.00	c [INC SYSTEM] preprocess with white file
6.57/6.61	c [INC SYSTEM] finished preprocessing in 5 s
6.57/6.61	c [INC SYSTEM] execute solver
1800.06/1800.41	c an unexpexted return value has been received, exit
1800.06/1800.41	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-3752272-1339149420/watcher-3752272-1339149420 -o /tmp/evaluation-result-3752272-1339149420/solver-3752272-1339149420 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752272-1339149420.opb 407703 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.14 2.07 2.01 3/181 16199
/proc/meminfo: memFree=31604760/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0

[startup+0.0667679 s]
/proc/loadavg: 2.14 2.07 2.01 3/181 16199
/proc/meminfo: memFree=31604760/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100348 s]
/proc/loadavg: 2.14 2.07 2.01 3/181 16199
/proc/meminfo: memFree=31604760/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30027 s]
/proc/loadavg: 2.14 2.07 2.01 3/181 16199
/proc/meminfo: memFree=31604760/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700243 s]
/proc/loadavg: 2.14 2.07 2.01 3/181 16199
/proc/meminfo: memFree=31604760/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.14 2.07 2.01 3/183 16201
/proc/meminfo: memFree=31458920/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0
[pid=16200] ppid=16199 vsize=73432 CPUtime=0.99 cores=1,3,5,7
/proc/16200/stat : 16200 (npSolver-pbo) S 16199 16199 13680 0 -1 4202496 6915 0 0 0 89 10 0 0 20 0 1 0 24908600 75194368 13903 33554432000 4194304 6004724 140734700739040 140734700733504 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16200/statm: 18358 13903 163 442 0 17912 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 82580

[startup+3.10046 s]
/proc/loadavg: 2.14 2.07 2.01 3/185 16203
/proc/meminfo: memFree=31261164/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0
[pid=16200] ppid=16199 vsize=73432 CPUtime=0.99 cores=1,3,5,7
/proc/16200/stat : 16200 (npSolver-pbo) S 16199 16199 13680 0 -1 4202496 6915 0 0 0 89 10 0 0 20 0 1 0 24908600 75194368 13903 33554432000 4194304 6004724 140734700739040 140734700733504 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16200/statm: 18358 13903 163 442 0 17912 0
[pid=16202] ppid=16200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16202/stat : 16202 (cp2_pre.sh) S 16200 16199 13680 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 24908701 9367552 277 33554432000 4194304 5064252 140733829614048 140733829612752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16202/statm: 2287 277 234 213 0 72 0
[pid=16203] ppid=16202 vsize=323152 CPUtime=2.08 cores=1,3,5,7
/proc/16203/stat : 16203 (coprocessor) R 16202 16199 13680 0 -1 4202496 44487 0 0 0 198 10 0 0 20 0 1 0 24908701 330907648 73660 33554432000 4194304 6586260 140735886419648 140735886415960 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/16203/statm: 80788 73660 166 584 0 80200 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 414880

[startup+6.30045 s]
/proc/loadavg: 2.13 2.06 2.01 3/185 16203
/proc/meminfo: memFree=31137992/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0
[pid=16200] ppid=16199 vsize=73432 CPUtime=0.99 cores=1,3,5,7
/proc/16200/stat : 16200 (npSolver-pbo) S 16199 16199 13680 0 -1 4202496 6915 0 0 0 89 10 0 0 20 0 1 0 24908600 75194368 13903 33554432000 4194304 6004724 140734700739040 140734700733504 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16200/statm: 18358 13903 163 442 0 17912 0
[pid=16202] ppid=16200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16202/stat : 16202 (cp2_pre.sh) S 16200 16199 13680 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 24908701 9367552 277 33554432000 4194304 5064252 140733829614048 140733829612752 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16202/statm: 2287 277 234 213 0 72 0
[pid=16203] ppid=16202 vsize=366200 CPUtime=5.28 cores=1,3,5,7
/proc/16203/stat : 16203 (coprocessor) R 16202 16199 13680 0 -1 4202496 51607 0 0 0 502 26 0 0 20 0 1 0 24908701 374988800 90330 33554432000 4194304 6586260 140735886419648 140735886415400 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/16203/statm: 91550 90330 204 584 0 90962 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 457928

[startup+12.7004 s]
/proc/loadavg: 2.12 2.06 2.01 3/184 16205
/proc/meminfo: memFree=31374348/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0
[pid=16200] ppid=16199 vsize=73432 CPUtime=6.58 cores=1,3,5,7
/proc/16200/stat : 16200 (npSolver-pbo) S 16199 16199 13680 0 -1 4202496 6934 52509 0 0 89 10 530 29 20 0 1 0 24908600 75194368 13907 33554432000 4194304 6004724 140734700739040 140734700725320 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16200/statm: 18358 13907 167 442 0 17912 0
[pid=16205] ppid=16200 vsize=124972 CPUtime=6.07 cores=1,3,5,7
/proc/16205/stat : 16205 (glucosInc) R 16200 16199 13680 0 -1 4202496 25577 0 0 0 602 5 0 0 20 0 1 0 24909261 127971328 28668 33554432000 4194304 5654031 140733219754832 140733219752712 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16205/statm: 31243 28668 131 357 0 30883 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 207552

[startup+25.5004 s]
/proc/loadavg: 2.23 2.09 2.02 3/184 16205
/proc/meminfo: memFree=31348560/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0
[pid=16200] ppid=16199 vsize=73432 CPUtime=6.58 cores=1,3,5,7
/proc/16200/stat : 16200 (npSolver-pbo) S 16199 16199 13680 0 -1 4202496 6934 52509 0 0 89 10 530 29 20 0 1 0 24908600 75194368 13907 33554432000 4194304 6004724 140734700739040 140734700725320 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16200/statm: 18358 13907 167 442 0 17912 0
[pid=16205] ppid=16200 vsize=139172 CPUtime=18.87 cores=1,3,5,7
/proc/16205/stat : 16205 (glucosInc) R 16200 16199 13680 0 -1 4202496 26649 0 0 0 1881 6 0 0 20 0 1 0 24909261 142512128 29735 33554432000 4194304 5654031 140733219754832 140733219752616 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16205/statm: 34793 29735 140 357 0 34433 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 221752

[startup+51.1004 s]
/proc/loadavg: 2.15 2.08 2.02 3/184 16205
/proc/meminfo: memFree=31311808/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0
[pid=16200] ppid=16199 vsize=73432 CPUtime=6.58 cores=1,3,5,7
/proc/16200/stat : 16200 (npSolver-pbo) S 16199 16199 13680 0 -1 4202496 6934 52509 0 0 89 10 530 29 20 0 1 0 24908600 75194368 13907 33554432000 4194304 6004724 140734700739040 140734700725320 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16200/statm: 18358 13907 167 442 0 17912 0
[pid=16205] ppid=16200 vsize=140892 CPUtime=44.46 cores=1,3,5,7
/proc/16205/stat : 16205 (glucosInc) R 16200 16199 13680 0 -1 4202496 27191 0 0 0 4439 7 0 0 20 0 1 0 24909261 144273408 31285 33554432000 4194304 5654031 140733219754832 140733219752616 4232421 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16205/statm: 35223 31285 140 357 0 34863 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 223472

[startup+102.307 s]
/proc/loadavg: 2.06 2.07 2.01 3/183 16205
/proc/meminfo: memFree=31297260/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0
[pid=16200] ppid=16199 vsize=73432 CPUtime=6.58 cores=1,3,5,7
/proc/16200/stat : 16200 (npSolver-pbo) S 16199 16199 13680 0 -1 4202496 6934 52509 0 0 89 10 530 29 20 0 1 0 24908600 75194368 13907 33554432000 4194304 6004724 140734700739040 140734700725320 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16200/statm: 18358 13907 167 442 0 17912 0
[pid=16205] ppid=16200 vsize=161768 CPUtime=95.64 cores=1,3,5,7
/proc/16205/stat : 16205 (glucosInc) R 16200 16199 13680 0 -1 4202496 28754 0 0 0 9555 9 0 0 20 0 1 0 24909261 165650432 37478 33554432000 4194304 5654031 140733219754832 140733219742648 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16205/statm: 40442 37478 142 357 0 40082 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 244348

[startup+162.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/183 16205
/proc/meminfo: memFree=31271740/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0
[pid=16200] ppid=16199 vsize=73432 CPUtime=6.58 cores=1,3,5,7
/proc/16200/stat : 16200 (npSolver-pbo) S 16199 16199 13680 0 -1 4202496 6934 52509 0 0 89 10 530 29 20 0 1 0 24908600 75194368 13907 33554432000 4194304 6004724 140734700739040 140734700725320 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16200/statm: 18358 13907 167 442 0 17912 0
[pid=16205] ppid=16200 vsize=180444 CPUtime=155.63 cores=1,3,5,7
/proc/16205/stat : 16205 (glucosInc) R 16200 16199 13680 0 -1 4202496 28885 0 0 0 15553 10 0 0 20 0 1 0 24909261 184774656 42715 33554432000 4194304 5654031 140733219754832 140733219742648 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16205/statm: 45111 42715 142 357 0 44751 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 263024

[startup+222.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/184 16208
/proc/meminfo: memFree=31253724/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0
[pid=16200] ppid=16199 vsize=73432 CPUtime=6.58 cores=1,3,5,7
/proc/16200/stat : 16200 (npSolver-pbo) S 16199 16199 13680 0 -1 4202496 6934 52509 0 0 89 10 530 29 20 0 1 0 24908600 75194368 13907 33554432000 4194304 6004724 140734700739040 140734700725320 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16200/statm: 18358 13907 167 442 0 17912 0
[pid=16205] ppid=16200 vsize=192116 CPUtime=215.61 cores=1,3,5,7
/proc/16205/stat : 16205 (glucosInc) R 16200 16199 13680 0 -1 4202496 29376 0 0 0 21551 10 0 0 20 0 1 0 24909261 196726784 45229 33554432000 4194304 5654031 140733219754832 140733219742648 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16205/statm: 48029 45229 142 357 0 47669 0
Current children cumulated CPU time (s) 222.19

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

/proc/loadavg: 2.00 2.00 2.00 3/183 16282
/proc/meminfo: memFree=31235640/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0
[pid=16200] ppid=16199 vsize=73432 CPUtime=6.58 cores=1,3,5,7
/proc/16200/stat : 16200 (npSolver-pbo) S 16199 16199 13680 0 -1 4202496 6934 52509 0 0 89 10 530 29 20 0 1 0 24908600 75194368 13907 33554432000 4194304 6004724 140734700739040 140734700725320 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16200/statm: 18358 13907 167 442 0 17912 0
[pid=16205] ppid=16200 vsize=242844 CPUtime=1295.45 cores=1,3,5,7
/proc/16205/stat : 16205 (glucosInc) R 16200 16199 13680 0 -1 4202496 32137 0 0 0 129519 26 0 0 20 0 1 0 24909261 248672256 56263 33554432000 4194304 5654031 140733219754832 140733219742648 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16205/statm: 60711 56263 142 357 0 60351 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 325424

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16282
/proc/meminfo: memFree=31241588/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0
[pid=16200] ppid=16199 vsize=73432 CPUtime=6.58 cores=1,3,5,7
/proc/16200/stat : 16200 (npSolver-pbo) S 16199 16199 13680 0 -1 4202496 6934 52509 0 0 89 10 530 29 20 0 1 0 24908600 75194368 13907 33554432000 4194304 6004724 140734700739040 140734700725320 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16200/statm: 18358 13907 167 442 0 17912 0
[pid=16205] ppid=16200 vsize=242844 CPUtime=1355.44 cores=1,3,5,7
/proc/16205/stat : 16205 (glucosInc) R 16200 16199 13680 0 -1 4202496 32194 0 0 0 135517 27 0 0 20 0 1 0 24909261 248672256 54727 33554432000 4194304 5654031 140733219754832 140733219752760 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16205/statm: 60711 54727 142 357 0 60351 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 325424

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 16285
/proc/meminfo: memFree=31280184/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0
[pid=16200] ppid=16199 vsize=73432 CPUtime=6.58 cores=1,3,5,7
/proc/16200/stat : 16200 (npSolver-pbo) S 16199 16199 13680 0 -1 4202496 6934 52509 0 0 89 10 530 29 20 0 1 0 24908600 75194368 13907 33554432000 4194304 6004724 140734700739040 140734700725320 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16200/statm: 18358 13907 167 442 0 17912 0
[pid=16205] ppid=16200 vsize=193524 CPUtime=1415.43 cores=1,3,5,7
/proc/16205/stat : 16205 (glucosInc) R 16200 16199 13680 0 -1 4202496 32200 0 0 0 141516 27 0 0 20 0 1 0 24909261 198168576 46497 33554432000 4194304 5654031 140733219754832 140733219742648 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16205/statm: 48381 46497 142 357 0 48021 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 276104

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 16285
/proc/meminfo: memFree=31231040/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0
[pid=16200] ppid=16199 vsize=73432 CPUtime=6.58 cores=1,3,5,7
/proc/16200/stat : 16200 (npSolver-pbo) S 16199 16199 13680 0 -1 4202496 6934 52509 0 0 89 10 530 29 20 0 1 0 24908600 75194368 13907 33554432000 4194304 6004724 140734700739040 140734700725320 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16200/statm: 18358 13907 167 442 0 17912 0
[pid=16205] ppid=16200 vsize=242844 CPUtime=1475.42 cores=1,3,5,7
/proc/16205/stat : 16205 (glucosInc) R 16200 16199 13680 0 -1 4202496 32260 0 0 0 147514 28 0 0 20 0 1 0 24909261 248672256 57799 33554432000 4194304 5654031 140733219754832 140733219742648 4234029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16205/statm: 60711 57799 142 357 0 60351 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 325424

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 16286
/proc/meminfo: memFree=31233212/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0
[pid=16200] ppid=16199 vsize=73432 CPUtime=6.58 cores=1,3,5,7
/proc/16200/stat : 16200 (npSolver-pbo) S 16199 16199 13680 0 -1 4202496 6934 52509 0 0 89 10 530 29 20 0 1 0 24908600 75194368 13907 33554432000 4194304 6004724 140734700739040 140734700725320 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16200/statm: 18358 13907 167 442 0 17912 0
[pid=16205] ppid=16200 vsize=242844 CPUtime=1535.41 cores=1,3,5,7
/proc/16205/stat : 16205 (glucosInc) R 16200 16199 13680 0 -1 4202496 32319 0 0 0 153512 29 0 0 20 0 1 0 24909261 248672256 57287 33554432000 4194304 5654031 140733219754832 140733219742648 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16205/statm: 60711 57287 142 357 0 60351 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 325424

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16286
/proc/meminfo: memFree=31233084/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0
[pid=16200] ppid=16199 vsize=73432 CPUtime=6.58 cores=1,3,5,7
/proc/16200/stat : 16200 (npSolver-pbo) S 16199 16199 13680 0 -1 4202496 6934 52509 0 0 89 10 530 29 20 0 1 0 24908600 75194368 13907 33554432000 4194304 6004724 140734700739040 140734700725320 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16200/statm: 18358 13907 167 442 0 17912 0
[pid=16205] ppid=16200 vsize=242844 CPUtime=1595.4 cores=1,3,5,7
/proc/16205/stat : 16205 (glucosInc) R 16200 16199 13680 0 -1 4202496 32380 0 0 0 159510 30 0 0 20 0 1 0 24909261 248672256 57287 33554432000 4194304 5654031 140733219754832 140733219742648 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16205/statm: 60711 57287 142 357 0 60351 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 325424

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16286
/proc/meminfo: memFree=31233208/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0
[pid=16200] ppid=16199 vsize=73432 CPUtime=6.58 cores=1,3,5,7
/proc/16200/stat : 16200 (npSolver-pbo) S 16199 16199 13680 0 -1 4202496 6934 52509 0 0 89 10 530 29 20 0 1 0 24908600 75194368 13907 33554432000 4194304 6004724 140734700739040 140734700725320 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16200/statm: 18358 13907 167 442 0 17912 0
[pid=16205] ppid=16200 vsize=242844 CPUtime=1655.4 cores=1,3,5,7
/proc/16205/stat : 16205 (glucosInc) R 16200 16199 13680 0 -1 4202496 32439 0 0 0 165509 31 0 0 20 0 1 0 24909261 248672256 56775 33554432000 4194304 5654031 140733219754832 140733219752760 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16205/statm: 60711 56775 142 357 0 60351 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 325424

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16286
/proc/meminfo: memFree=31238608/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0
[pid=16200] ppid=16199 vsize=73432 CPUtime=6.58 cores=1,3,5,7
/proc/16200/stat : 16200 (npSolver-pbo) S 16199 16199 13680 0 -1 4202496 6934 52509 0 0 89 10 530 29 20 0 1 0 24908600 75194368 13907 33554432000 4194304 6004724 140734700739040 140734700725320 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16200/statm: 18358 13907 167 442 0 17912 0
[pid=16205] ppid=16200 vsize=242844 CPUtime=1715.38 cores=1,3,5,7
/proc/16205/stat : 16205 (glucosInc) R 16200 16199 13680 0 -1 4202496 32497 0 0 0 171507 31 0 0 20 0 1 0 24909261 248672256 55239 33554432000 4194304 5654031 140733219754832 140733219742648 4232484 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16205/statm: 60711 55239 142 357 0 60351 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 325424

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16286
/proc/meminfo: memFree=31273128/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0
[pid=16200] ppid=16199 vsize=73432 CPUtime=6.58 cores=1,3,5,7
/proc/16200/stat : 16200 (npSolver-pbo) S 16199 16199 13680 0 -1 4202496 6934 52509 0 0 89 10 530 29 20 0 1 0 24908600 75194368 13907 33554432000 4194304 6004724 140734700739040 140734700725320 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16200/statm: 18358 13907 167 442 0 17912 0
[pid=16205] ppid=16200 vsize=193524 CPUtime=1775.37 cores=1,3,5,7
/proc/16205/stat : 16205 (glucosInc) R 16200 16199 13680 0 -1 4202496 32574 0 0 0 177505 32 0 0 20 0 1 0 24909261 198168576 46497 33554432000 4194304 5654031 140733219754832 140733219742648 4232984 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16205/statm: 48381 46497 142 357 0 48021 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 276104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16286
/proc/meminfo: memFree=31233720/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16199/stat : 16199 (npSolver-pbo-It) S 16197 16199 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 24908600 9367552 275 33554432000 4194304 5064252 140733969141632 140733969140544 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16199/statm: 2287 275 233 213 0 72 0
[pid=16200] ppid=16199 vsize=73432 CPUtime=6.58 cores=1,3,5,7
/proc/16200/stat : 16200 (npSolver-pbo) S 16199 16199 13680 0 -1 4202496 6934 52509 0 0 89 10 530 29 20 0 1 0 24908600 75194368 13907 33554432000 4194304 6004724 140734700739040 140734700725320 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16200/statm: 18358 13907 167 442 0 17912 0
[pid=16205] ppid=16200 vsize=242844 CPUtime=1793.48 cores=1,3,5,7
/proc/16205/stat : 16205 (glucosInc) R 16200 16199 13680 0 -1 4202496 32628 0 0 0 179315 33 0 0 20 0 1 0 24909261 248672256 54727 33554432000 4194304 5654031 140733219754832 140733219742648 4232625 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16205/statm: 60711 54727 142 357 0 60351 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 325424

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 16199 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=202057
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=407937
# CPU time returned by wait4() is 6.60999
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.06
CPU user time (s): 1799.34
CPU system time (s): 0.72
CPU usage (%): 99.9805
Max. virtual memory (cumulated for all children) (KiB): 468780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.20206
system time used= 0.407937
maximum resident set size= 372164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59820
page faults= 0
swaps= 0
block input operations= 0
block output operations= 133664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 14

runsolver used 7.42587 second user time and 20.2049 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-08 11:57:00
IDJOB=3752272
IDBENCH=71843
IDSOLVER=2335
FILE ID=node135/3752272-1339149420
RUNJOBID= node135-1339134279-13697
PBS_JOBID= 14643799
Free space on /tmp= 70588 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx75.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752272-1339149420/watcher-3752272-1339149420 -o /tmp/evaluation-result-3752272-1339149420/solver-3752272-1339149420 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752272-1339149420.opb 407703 HOME HOME

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

MD5SUM BENCH= 899c8865b8ac9a45eaa204f923cbd9e8
RANDOM SEED=407703

node135.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.905
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	: 5333.81
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.905
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	: 5274.12
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.905
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.90
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.905
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.905
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.93
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.905
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.905
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.905
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31604760 kB
Buffers:           96612 kB
Cached:           243640 kB
SwapCached:         2508 kB
Active:           404584 kB
Inactive:          55088 kB
Active(anon):     119952 kB
Inactive(anon):     1424 kB
Active(file):     284632 kB
Inactive(file):    53664 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67098888 kB
Dirty:              9004 kB
Writeback:             8 kB
AnonPages:        246028 kB
Mapped:            10172 kB
Shmem:                 0 kB
Slab:             668632 kB
SReclaimable:     109548 kB
SUnreclaim:       559084 kB
KernelStack:        1528 kB
PageTables:         4500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     243840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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= 70548 MiB
End job on node135 at 2012-06-08 12:27:00