Trace number 3752275

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-fx97.opb
MD5SUM22116bd56344f7c7bb7157cc5841f631
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 variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
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 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
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

1.69/1.76	c run inc solver
1.69/1.76	c [INC SYSTEM] run initial solver
1.69/1.76	c [INC SYSTEM] preprocess with white file
8.87/8.98	c [INC SYSTEM] finished preprocessing in 7 s
8.87/8.98	c [INC SYSTEM] execute solver
1800.06/1800.41	HOME/npSolver-pbo-Itdqb.sh: line 18: 29488 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -useBinSearch=0 -useCP2=1 -useInc=1

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-3752275-1339151093/watcher-3752275-1339151093 -o /tmp/evaluation-result-3752275-1339151093/solver-3752275-1339151093 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752275-1339151093.opb 1767251077 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.00 2.00 2.00 3/178 29487
/proc/meminfo: memFree=26745968/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/statm: 2287 275 233 213 0 72 0

[startup+0.0444311 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29487
/proc/meminfo: memFree=26745968/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100284 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29487
/proc/meminfo: memFree=26745968/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300243 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29487
/proc/meminfo: memFree=26745968/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700273 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29487
/proc/meminfo: memFree=26745968/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/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.00 2.00 2.00 3/180 29489
/proc/meminfo: memFree=26654584/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/statm: 2287 275 233 213 0 72 0
[pid=29488] ppid=29487 vsize=170496 CPUtime=1.49 cores=1,3,5,7
/proc/29488/stat : 29488 (npSolver-pbo) R 29487 29487 27075 0 -1 4202496 7844 0 0 0 145 4 0 0 20 0 1 0 381233846 174587904 31495 33554432000 4194304 6004724 140736912208736 140736912203896 4582623 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29488/statm: 42624 31495 154 442 0 42178 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 179644

[startup+3.10044 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29491
/proc/meminfo: memFree=26495764/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/statm: 2287 275 233 213 0 72 0
[pid=29488] ppid=29487 vsize=143148 CPUtime=1.75 cores=1,3,5,7
/proc/29488/stat : 29488 (npSolver-pbo) S 29487 29487 27075 0 -1 4202496 8221 0 0 0 157 18 0 0 20 0 1 0 381233846 146583552 26715 33554432000 4194304 6004724 140736912208736 140736912203200 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29488/statm: 35787 26715 163 442 0 35341 0
[pid=29490] ppid=29488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29490/stat : 29490 (cp2_pre.sh) S 29488 29487 27075 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 381234022 9367552 277 33554432000 4194304 5064252 140736802625952 140736802624656 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29490/statm: 2287 277 234 213 0 72 0
[pid=29491] ppid=29490 vsize=360200 CPUtime=1.32 cores=1,3,5,7
/proc/29491/stat : 29491 (coprocessor) R 29490 29487 27075 0 -1 4202496 23561 0 0 0 124 8 0 0 20 0 1 0 381234023 368844800 79858 33554432000 4194304 6586260 140734985037600 140734985034488 5511711 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/29491/statm: 90050 79859 164 584 0 89462 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 521644

[startup+6.30046 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29491
/proc/meminfo: memFree=26035224/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/statm: 2287 275 233 213 0 72 0
[pid=29488] ppid=29487 vsize=143148 CPUtime=1.75 cores=1,3,5,7
/proc/29488/stat : 29488 (npSolver-pbo) S 29487 29487 27075 0 -1 4202496 8221 0 0 0 157 18 0 0 20 0 1 0 381233846 146583552 26715 33554432000 4194304 6004724 140736912208736 140736912203200 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29488/statm: 35787 26715 163 442 0 35341 0
[pid=29490] ppid=29488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29490/stat : 29490 (cp2_pre.sh) S 29488 29487 27075 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 381234022 9367552 277 33554432000 4194304 5064252 140736802625952 140736802624656 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29490/statm: 2287 277 234 213 0 72 0
[pid=29491] ppid=29490 vsize=557048 CPUtime=4.53 cores=1,3,5,7
/proc/29491/stat : 29491 (coprocessor) R 29490 29487 27075 0 -1 4202496 61440 0 0 0 437 16 0 0 20 0 1 0 381234023 570417152 136133 33554432000 4194304 6586260 140734985037600 140734985033448 5511711 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/29491/statm: 139262 136134 182 584 0 138674 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 718492

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29493
/proc/meminfo: memFree=26422336/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/statm: 2287 275 233 213 0 72 0
[pid=29488] ppid=29487 vsize=143148 CPUtime=8.96 cores=1,3,5,7
/proc/29488/stat : 29488 (npSolver-pbo) S 29487 29487 27075 0 -1 4202496 8239 66421 0 0 157 18 676 45 20 0 1 0 381233846 146583552 26719 33554432000 4194304 6004724 140736912208736 140736912195016 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29488/statm: 35787 26719 167 442 0 35341 0
[pid=29493] ppid=29488 vsize=214524 CPUtime=3.7 cores=1,3,5,7
/proc/29493/stat : 29493 (glucosInc) R 29488 29487 27075 0 -1 4202496 36189 0 0 0 363 7 0 0 20 0 1 0 381234745 219672576 45452 33554432000 4194304 5654031 140733913791008 140733913788792 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29493/statm: 53631 45452 139 357 0 53271 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 366820

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29493
/proc/meminfo: memFree=26380088/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/statm: 2287 275 233 213 0 72 0
[pid=29488] ppid=29487 vsize=143148 CPUtime=8.96 cores=1,3,5,7
/proc/29488/stat : 29488 (npSolver-pbo) S 29487 29487 27075 0 -1 4202496 8239 66421 0 0 157 18 676 45 20 0 1 0 381233846 146583552 26719 33554432000 4194304 6004724 140736912208736 140736912195016 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29488/statm: 35787 26719 167 442 0 35341 0
[pid=29493] ppid=29488 vsize=239300 CPUtime=16.5 cores=1,3,5,7
/proc/29493/stat : 29493 (glucosInc) R 29488 29487 27075 0 -1 4202496 38119 0 0 0 1642 8 0 0 20 0 1 0 381234745 245043200 47874 33554432000 4194304 5654031 140733913791008 140733913788792 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29493/statm: 59825 47874 140 357 0 59465 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 391596

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29494
/proc/meminfo: memFree=26408328/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/statm: 2287 275 233 213 0 72 0
[pid=29488] ppid=29487 vsize=143148 CPUtime=8.96 cores=1,3,5,7
/proc/29488/stat : 29488 (npSolver-pbo) S 29487 29487 27075 0 -1 4202496 8239 66421 0 0 157 18 676 45 20 0 1 0 381233846 146583552 26719 33554432000 4194304 6004724 140736912208736 140736912195016 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29488/statm: 35787 26719 167 442 0 35341 0
[pid=29493] ppid=29488 vsize=241744 CPUtime=42.1 cores=1,3,5,7
/proc/29493/stat : 29493 (glucosInc) R 29488 29487 27075 0 -1 4202496 38745 0 0 0 4201 9 0 0 20 0 1 0 381234745 247545856 49011 33554432000 4194304 5654031 140733913791008 140733913778824 4232925 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29493/statm: 60436 49011 140 357 0 60076 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 394040

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29494
/proc/meminfo: memFree=26405904/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/statm: 2287 275 233 213 0 72 0
[pid=29488] ppid=29487 vsize=143148 CPUtime=8.96 cores=1,3,5,7
/proc/29488/stat : 29488 (npSolver-pbo) S 29487 29487 27075 0 -1 4202496 8239 66421 0 0 157 18 676 45 20 0 1 0 381233846 146583552 26719 33554432000 4194304 6004724 140736912208736 140736912195016 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29488/statm: 35787 26719 167 442 0 35341 0
[pid=29493] ppid=29488 vsize=247932 CPUtime=93.3 cores=1,3,5,7
/proc/29493/stat : 29493 (glucosInc) R 29488 29487 27075 0 -1 4202496 40598 0 0 0 9319 11 0 0 20 0 1 0 381234745 253882368 49535 33554432000 4194304 5654031 140733913791008 140733913778824 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29493/statm: 61983 49535 141 357 0 61623 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 400228

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29494
/proc/meminfo: memFree=26404752/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/statm: 2287 275 233 213 0 72 0
[pid=29488] ppid=29487 vsize=143148 CPUtime=8.96 cores=1,3,5,7
/proc/29488/stat : 29488 (npSolver-pbo) S 29487 29487 27075 0 -1 4202496 8239 66421 0 0 157 18 676 45 20 0 1 0 381233846 146583552 26719 33554432000 4194304 6004724 140736912208736 140736912195016 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29488/statm: 35787 26719 167 442 0 35341 0
[pid=29493] ppid=29488 vsize=247932 CPUtime=153.28 cores=1,3,5,7
/proc/29493/stat : 29493 (glucosInc) R 29488 29487 27075 0 -1 4202496 40797 0 0 0 15316 12 0 0 20 0 1 0 381234745 253882368 49581 33554432000 4194304 5654031 140733913791008 140733913778824 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29493/statm: 61983 49581 141 357 0 61623 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 400228

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29494
/proc/meminfo: memFree=26360872/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/statm: 2287 275 233 213 0 72 0
[pid=29488] ppid=29487 vsize=143148 CPUtime=8.96 cores=1,3,5,7
/proc/29488/stat : 29488 (npSolver-pbo) S 29487 29487 27075 0 -1 4202496 8239 66421 0 0 157 18 676 45 20 0 1 0 381233846 146583552 26719 33554432000 4194304 6004724 140736912208736 140736912195016 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29488/statm: 35787 26719 167 442 0 35341 0
[pid=29493] ppid=29488 vsize=253060 CPUtime=213.24 cores=1,3,5,7
/proc/29493/stat : 29493 (glucosInc) R 29488 29487 27075 0 -1 4202496 41607 0 0 0 21312 12 0 0 20 0 1 0 381234745 259133440 52450 33554432000 4194304 5654031 140733913791008 140733913778824 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29493/statm: 63265 52450 141 357 0 62905 0
Current children cumulated CPU time (s) 222.2

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

/proc/loadavg: 2.08 2.03 2.00 3/181 29504
/proc/meminfo: memFree=26365552/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/statm: 2287 275 233 213 0 72 0
[pid=29488] ppid=29487 vsize=143148 CPUtime=8.96 cores=1,3,5,7
/proc/29488/stat : 29488 (npSolver-pbo) S 29487 29487 27075 0 -1 4202496 8239 66421 0 0 157 18 676 45 20 0 1 0 381233846 146583552 26719 33554432000 4194304 6004724 140736912208736 140736912195016 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29488/statm: 35787 26719 167 442 0 35341 0
[pid=29493] ppid=29488 vsize=265556 CPUtime=1293.07 cores=1,3,5,7
/proc/29493/stat : 29493 (glucosInc) R 29488 29487 27075 0 -1 4202496 50322 0 0 0 129279 28 0 0 20 0 1 0 381234745 271929344 56419 33554432000 4194304 5654031 140733913791008 140733913778824 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29493/statm: 66389 56419 141 357 0 66029 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 417852

[startup+1362.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/181 29558
/proc/meminfo: memFree=25963124/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/statm: 2287 275 233 213 0 72 0
[pid=29488] ppid=29487 vsize=143148 CPUtime=8.96 cores=1,3,5,7
/proc/29488/stat : 29488 (npSolver-pbo) S 29487 29487 27075 0 -1 4202496 8239 66421 0 0 157 18 676 45 20 0 1 0 381233846 146583552 26719 33554432000 4194304 6004724 140736912208736 140736912195016 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29488/statm: 35787 26719 167 442 0 35341 0
[pid=29493] ppid=29488 vsize=298952 CPUtime=1353.05 cores=1,3,5,7
/proc/29493/stat : 29493 (glucosInc) R 29488 29487 27075 0 -1 4202496 51088 0 0 0 135276 29 0 0 20 0 1 0 381234745 306126848 59732 33554432000 4194304 5654031 140733913791008 140733913778824 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29493/statm: 74738 59732 141 357 0 74378 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 451248

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 29558
/proc/meminfo: memFree=25960852/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/statm: 2287 275 233 213 0 72 0
[pid=29488] ppid=29487 vsize=143148 CPUtime=8.96 cores=1,3,5,7
/proc/29488/stat : 29488 (npSolver-pbo) S 29487 29487 27075 0 -1 4202496 8239 66421 0 0 157 18 676 45 20 0 1 0 381233846 146583552 26719 33554432000 4194304 6004724 140736912208736 140736912195016 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29488/statm: 35787 26719 167 442 0 35341 0
[pid=29493] ppid=29488 vsize=268132 CPUtime=1413.06 cores=1,3,5,7
/proc/29493/stat : 29493 (glucosInc) R 29488 29487 27075 0 -1 4202496 51354 0 0 0 141275 31 0 0 20 0 1 0 381234745 274567168 56931 33554432000 4194304 5654031 140733913791008 140733913778824 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29493/statm: 67033 56931 141 357 0 66673 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 420428

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 29558
/proc/meminfo: memFree=25937472/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/statm: 2287 275 233 213 0 72 0
[pid=29488] ppid=29487 vsize=143148 CPUtime=8.96 cores=1,3,5,7
/proc/29488/stat : 29488 (npSolver-pbo) S 29487 29487 27075 0 -1 4202496 8239 66421 0 0 157 18 676 45 20 0 1 0 381233846 146583552 26719 33554432000 4194304 6004724 140736912208736 140736912195016 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29488/statm: 35787 26719 167 442 0 35341 0
[pid=29493] ppid=29488 vsize=268132 CPUtime=1473.04 cores=1,3,5,7
/proc/29493/stat : 29493 (glucosInc) R 29488 29487 27075 0 -1 4202496 51714 0 0 0 147273 31 0 0 20 0 1 0 381234745 274567168 59843 33554432000 4194304 5654031 140733913791008 140733913778824 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29493/statm: 67033 59843 141 357 0 66673 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 420428

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29561
/proc/meminfo: memFree=25905876/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/statm: 2287 275 233 213 0 72 0
[pid=29488] ppid=29487 vsize=143148 CPUtime=8.96 cores=1,3,5,7
/proc/29488/stat : 29488 (npSolver-pbo) S 29487 29487 27075 0 -1 4202496 8239 66421 0 0 157 18 676 45 20 0 1 0 381233846 146583552 26719 33554432000 4194304 6004724 140736912208736 140736912195016 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29488/statm: 35787 26719 167 442 0 35341 0
[pid=29493] ppid=29488 vsize=298952 CPUtime=1533.03 cores=1,3,5,7
/proc/29493/stat : 29493 (glucosInc) R 29488 29487 27075 0 -1 4202496 51950 0 0 0 153271 32 0 0 20 0 1 0 381234745 306126848 62630 33554432000 4194304 5654031 140733913791008 140733913778824 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29493/statm: 74738 62630 141 357 0 74378 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 451248

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29562
/proc/meminfo: memFree=25913560/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/statm: 2287 275 233 213 0 72 0
[pid=29488] ppid=29487 vsize=143148 CPUtime=8.96 cores=1,3,5,7
/proc/29488/stat : 29488 (npSolver-pbo) S 29487 29487 27075 0 -1 4202496 8239 66421 0 0 157 18 676 45 20 0 1 0 381233846 146583552 26719 33554432000 4194304 6004724 140736912208736 140736912195016 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29488/statm: 35787 26719 167 442 0 35341 0
[pid=29493] ppid=29488 vsize=268132 CPUtime=1593.02 cores=1,3,5,7
/proc/29493/stat : 29493 (glucosInc) R 29488 29487 27075 0 -1 4202496 52204 0 0 0 159269 33 0 0 20 0 1 0 381234745 274567168 59491 33554432000 4194304 5654031 140733913791008 140733913778824 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29493/statm: 67033 59491 141 357 0 66673 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 420428

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29562
/proc/meminfo: memFree=25902364/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/statm: 2287 275 233 213 0 72 0
[pid=29488] ppid=29487 vsize=143148 CPUtime=8.96 cores=1,3,5,7
/proc/29488/stat : 29488 (npSolver-pbo) S 29487 29487 27075 0 -1 4202496 8239 66421 0 0 157 18 676 45 20 0 1 0 381233846 146583552 26719 33554432000 4194304 6004724 140736912208736 140736912195016 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29488/statm: 35787 26719 167 442 0 35341 0
[pid=29493] ppid=29488 vsize=298952 CPUtime=1653.01 cores=1,3,5,7
/proc/29493/stat : 29493 (glucosInc) R 29488 29487 27075 0 -1 4202496 52800 0 0 0 165267 34 0 0 20 0 1 0 381234745 306126848 62118 33554432000 4194304 5654031 140733913791008 140733913778824 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29493/statm: 74738 62118 141 357 0 74378 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 451248

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 29562
/proc/meminfo: memFree=25916676/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/statm: 2287 275 233 213 0 72 0
[pid=29488] ppid=29487 vsize=143148 CPUtime=8.96 cores=1,3,5,7
/proc/29488/stat : 29488 (npSolver-pbo) S 29487 29487 27075 0 -1 4202496 8239 66421 0 0 157 18 676 45 20 0 1 0 381233846 146583552 26719 33554432000 4194304 6004724 140736912208736 140736912195016 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29488/statm: 35787 26719 167 442 0 35341 0
[pid=29493] ppid=29488 vsize=268132 CPUtime=1713 cores=1,3,5,7
/proc/29493/stat : 29493 (glucosInc) R 29488 29487 27075 0 -1 4202496 53055 0 0 0 171265 35 0 0 20 0 1 0 381234745 274567168 58467 33554432000 4194304 5654031 140733913791008 140733913778824 4215104 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29493/statm: 67033 58467 141 357 0 66673 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 420428

[startup+1782.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/181 29562
/proc/meminfo: memFree=25901744/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/statm: 2287 275 233 213 0 72 0
[pid=29488] ppid=29487 vsize=143148 CPUtime=8.96 cores=1,3,5,7
/proc/29488/stat : 29488 (npSolver-pbo) S 29487 29487 27075 0 -1 4202496 8239 66421 0 0 157 18 676 45 20 0 1 0 381233846 146583552 26719 33554432000 4194304 6004724 140736912208736 140736912195016 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29488/statm: 35787 26719 167 442 0 35341 0
[pid=29493] ppid=29488 vsize=301732 CPUtime=1773 cores=1,3,5,7
/proc/29493/stat : 29493 (glucosInc) R 29488 29487 27075 0 -1 4202496 53654 0 0 0 177264 36 0 0 20 0 1 0 381234745 308973568 61096 33554432000 4194304 5654031 140733913791008 140733913778824 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29493/statm: 75433 61096 141 357 0 75073 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 454028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.06 2.03 2.00 3/181 29562
/proc/meminfo: memFree=25922224/32873648 swapFree=7388/7388
[pid=29487] ppid=29485 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29487/stat : 29487 (npSolver-pbo-It) S 29485 29487 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381233846 9367552 275 33554432000 4194304 5064252 140734188330480 140734188329392 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29487/statm: 2287 275 233 213 0 72 0
[pid=29488] ppid=29487 vsize=143148 CPUtime=8.96 cores=1,3,5,7
/proc/29488/stat : 29488 (npSolver-pbo) S 29487 29487 27075 0 -1 4202496 8239 66421 0 0 157 18 676 45 20 0 1 0 381233846 146583552 26719 33554432000 4194304 6004724 140736912208736 140736912195016 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29488/statm: 35787 26719 167 442 0 35341 0
[pid=29493] ppid=29488 vsize=301732 CPUtime=1791.1 cores=1,3,5,7
/proc/29493/stat : 29493 (glucosInc) R 29488 29487 27075 0 -1 4202496 53656 0 0 0 179074 36 0 0 20 0 1 0 381234745 308973568 62120 33554432000 4194304 5654031 140733913791008 140733913778824 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29493/statm: 75433 62120 141 357 0 75073 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 454028

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 29487 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=340732
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=641902
# CPU time returned by wait4() is 8.98263
# 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.07
CPU system time (s): 0.99
CPU usage (%): 99.9804
Max. virtual memory (cumulated for all children) (KiB): 748320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.34073
system time used= 0.641902
maximum resident set size= 577188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75035
page faults= 0
swaps= 0
block input operations= 0
block output operations= 259408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 26

runsolver used 8.04978 second user time and 18.1022 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-08 12:24:53
IDJOB=3752275
IDBENCH=71849
IDSOLVER=2335
FILE ID=node148/3752275-1339151093
RUNJOBID= node148-1339134206-27092
PBS_JOBID= 14643787
Free space on /tmp= 70412 MiB

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

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

MD5SUM BENCH= 22116bd56344f7c7bb7157cc5841f631
RANDOM SEED=1767251077

node148.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		: 2667.284
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	: 5334.56
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		: 2667.284
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.94
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		: 2667.284
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		: 2667.284
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		: 2667.284
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.90
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		: 2667.284
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		: 2667.284
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.90
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		: 2667.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26745596 kB
Buffers:          674972 kB
Cached:          4407936 kB
SwapCached:          560 kB
Active:          2712356 kB
Inactive:        2484232 kB
Active(anon):     103232 kB
Inactive(anon):    10620 kB
Active(file):    2609124 kB
Inactive(file):  2473612 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107596 kB
Dirty:              8968 kB
Writeback:             0 kB
AnonPages:        214492 kB
Mapped:            12140 kB
Shmem:                36 kB
Slab:             792560 kB
SReclaimable:     236688 kB
SUnreclaim:       555872 kB
KernelStack:        1504 kB
PageTables:         3964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     228396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 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= 70244 MiB
End job on node148 at 2012-06-08 12:54:54