Trace number 3698497

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topDown? (TO) 1800.06 1800.63

General information on the benchmark

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

Solver Data

4.09/4.11	c fallback to adder encoding
6.99/7.01	c run inc solver
6.99/7.01	c [INC SYSTEM] run initial solver
6.99/7.01	c [INC SYSTEM] preprocess with white file
23.64/23.86	c [INC SYSTEM] finished preprocessing in 16 s
23.64/23.86	c [INC SYSTEM] execute solver
328.00/328.20	c [INC SEARCH] formula is SAT
328.10/328.30	c [INC SYSTEM] solved the initial formula
329.01/329.23	c model valid
329.01/329.23	c current solution ok
337.33/337.77	o -2145
337.33/337.77	c [INC SYSTEM] there exists a inc, kill it!
337.33/337.77	c write failed with 2
337.33/337.80	c [INC SEARCH] iteration: 0
337.33/337.80	c [INC BOUNDS] best value:186863 search for 186862
337.33/337.80	c [INC SYSTEM] create new solver instance
337.33/337.80	c [INC] encode full formula
337.33/337.80	c fallback to adder encoding
337.55/337.96	c set iterative enc to: adder
337.55/337.96	c set iterative enc to: none
337.61/338.18	c [INC SEARCH] isOptimum variable: 0
1800.02/1800.61	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.02/1800.61	s UNKNOWN
1800.02/1800.61	c [INC SYSTEM] there exists a inc, kill it!
1800.02/1800.61	c write failed with -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-3698497-1338108490/watcher-3698497-1338108490 -o /tmp/evaluation-result-3698497-1338108490/solver-3698497-1338108490 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698497-1338108490.opb 105809280 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.04 2.06 2.00 3/178 11085
/proc/meminfo: memFree=27953912/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0

[startup+0.036722 s]
/proc/loadavg: 2.04 2.06 2.00 3/178 11085
/proc/meminfo: memFree=27953912/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10014 s]
/proc/loadavg: 2.04 2.06 2.00 3/178 11085
/proc/meminfo: memFree=27953912/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300104 s]
/proc/loadavg: 2.04 2.06 2.00 3/178 11085
/proc/meminfo: memFree=27953912/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700109 s]
/proc/loadavg: 2.04 2.06 2.00 3/178 11085
/proc/meminfo: memFree=27953912/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50014 s]
/proc/loadavg: 2.04 2.06 2.00 3/180 11087
/proc/meminfo: memFree=27947864/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
[pid=11086] ppid=11085 vsize=13548 CPUtime=1.48 cores=1,3,5,7
/proc/11086/stat : 11086 (npSolver-pbo) R 11085 11085 7065 0 -1 4202496 2519 0 0 0 148 0 0 0 20 0 1 0 276975089 13873152 2534 33554432000 4194304 5992684 140734369994384 140734369990504 5179600 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11086/statm: 3387 2534 146 440 0 2943 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22696

[startup+3.10019 s]
/proc/loadavg: 2.04 2.06 2.00 3/180 11087
/proc/meminfo: memFree=27941224/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
[pid=11086] ppid=11085 vsize=49776 CPUtime=3.08 cores=1,3,5,7
/proc/11086/stat : 11086 (npSolver-pbo) R 11085 11085 7065 0 -1 4202496 9982 0 0 0 307 1 0 0 20 0 1 0 276975089 50970624 11526 33554432000 4194304 5992684 140734369994384 140734369990504 5044337 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11086/statm: 12444 11526 159 440 0 12000 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 58924

[startup+6.30022 s]
/proc/loadavg: 2.04 2.05 2.00 3/180 11087
/proc/meminfo: memFree=27685912/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
[pid=11086] ppid=11085 vsize=372776 CPUtime=6.29 cores=1,3,5,7
/proc/11086/stat : 11086 (npSolver-pbo) R 11085 11085 7065 0 -1 4202496 31705 0 0 0 619 10 0 0 20 0 1 0 276975089 381722624 85251 33554432000 4194304 5992684 140734369994384 140734369989352 4524951 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11086/statm: 93194 85251 167 440 0 92750 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 381924

[startup+12.7003 s]
/proc/loadavg: 2.04 2.05 2.00 3/182 11089
/proc/meminfo: memFree=26332948/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
[pid=11086] ppid=11085 vsize=372776 CPUtime=7 cores=1,3,5,7
/proc/11086/stat : 11086 (npSolver-pbo) S 11085 11085 7065 0 -1 4202496 32426 0 0 0 651 49 0 0 20 0 1 0 276975089 381722624 90933 33554432000 4194304 5992684 140734369994384 140734369988832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11086/statm: 93194 90933 174 440 0 92750 0
[pid=11088] ppid=11086 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (cp2_pre.sh) S 11086 11085 7065 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 276975790 9367552 276 33554432000 4194304 5064252 140735609384560 140735609383264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11088/statm: 2287 276 234 213 0 72 0
[pid=11089] ppid=11088 vsize=1183192 CPUtime=5.67 cores=1,3,5,7
/proc/11089/stat : 11089 (coprocessor) R 11088 11085 7065 0 -1 4202496 82674 0 0 0 540 27 0 0 20 0 1 0 276975791 1211588608 261799 33554432000 4194304 6586260 140736264434976 140736264431240 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/11089/statm: 295798 261799 164 584 0 295210 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1574264

[startup+25.5004 s]
/proc/loadavg: 2.03 2.05 2.00 3/181 11091
/proc/meminfo: memFree=27000060/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
[pid=11086] ppid=11085 vsize=372776 CPUtime=23.71 cores=1,3,5,7
/proc/11086/stat : 11086 (npSolver-pbo) S 11085 11085 7065 0 -1 4202496 32443 121528 0 0 651 49 1601 70 20 0 1 0 276975089 381722624 90935 33554432000 4194304 5992684 140734369994384 140734369980648 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/11086/statm: 93194 90935 176 440 0 92750 0
[pid=11091] ppid=11086 vsize=594828 CPUtime=1.62 cores=1,3,5,7
/proc/11091/stat : 11091 (glucosInc) R 11086 11085 7065 0 -1 4202496 82925 0 0 0 146 16 0 0 20 0 1 0 276977475 609103872 128637 33554432000 4194304 5654031 140733375713520 140733375711832 4797458 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11091/statm: 148707 128638 130 357 0 148347 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 976752

[startup+51.1004 s]
/proc/loadavg: 2.02 2.05 2.00 3/181 11091
/proc/meminfo: memFree=26931384/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
[pid=11086] ppid=11085 vsize=372776 CPUtime=23.71 cores=1,3,5,7
/proc/11086/stat : 11086 (npSolver-pbo) S 11085 11085 7065 0 -1 4202496 32443 121528 0 0 651 49 1601 70 20 0 1 0 276975089 381722624 90935 33554432000 4194304 5992684 140734369994384 140734369980648 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/11086/statm: 93194 90935 176 440 0 92750 0
[pid=11091] ppid=11086 vsize=615708 CPUtime=27.22 cores=1,3,5,7
/proc/11091/stat : 11091 (glucosInc) R 11086 11085 7065 0 -1 4202496 88661 0 0 0 2704 18 0 0 20 0 1 0 276977475 630484992 134884 33554432000 4194304 5654031 140733375713520 140733375711304 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11091/statm: 153927 134884 140 357 0 153567 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 997632

[startup+102.307 s]
/proc/loadavg: 2.05 2.05 2.00 3/181 11092
/proc/meminfo: memFree=26913180/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
[pid=11086] ppid=11085 vsize=372776 CPUtime=23.71 cores=1,3,5,7
/proc/11086/stat : 11086 (npSolver-pbo) S 11085 11085 7065 0 -1 4202496 32443 121528 0 0 651 49 1601 70 20 0 1 0 276975089 381722624 90935 33554432000 4194304 5992684 140734369994384 140734369980648 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/11086/statm: 93194 90935 176 440 0 92750 0
[pid=11091] ppid=11086 vsize=631156 CPUtime=78.42 cores=1,3,5,7
/proc/11091/stat : 11091 (glucosInc) R 11086 11085 7065 0 -1 4202496 90531 0 0 0 7824 18 0 0 20 0 1 0 276977475 646303744 139309 33554432000 4194304 5654031 140733375713520 140733375701336 4215033 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11091/statm: 157789 139309 141 357 0 157429 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 1013080

[startup+162.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/182 11095
/proc/meminfo: memFree=26913028/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
[pid=11086] ppid=11085 vsize=372776 CPUtime=23.71 cores=1,3,5,7
/proc/11086/stat : 11086 (npSolver-pbo) S 11085 11085 7065 0 -1 4202496 32443 121528 0 0 651 49 1601 70 20 0 1 0 276975089 381722624 90935 33554432000 4194304 5992684 140734369994384 140734369980648 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/11086/statm: 93194 90935 176 440 0 92750 0
[pid=11091] ppid=11086 vsize=631156 CPUtime=138.4 cores=1,3,5,7
/proc/11091/stat : 11091 (glucosInc) R 11086 11085 7065 0 -1 4202496 90531 0 0 0 13822 18 0 0 20 0 1 0 276977475 646303744 139309 33554432000 4194304 5654031 140733375713520 140733375701336 4214505 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11091/statm: 157789 139309 141 357 0 157429 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 1013080

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 11095
/proc/meminfo: memFree=26913216/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
[pid=11086] ppid=11085 vsize=372776 CPUtime=23.71 cores=1,3,5,7
/proc/11086/stat : 11086 (npSolver-pbo) S 11085 11085 7065 0 -1 4202496 32443 121528 0 0 651 49 1601 70 20 0 1 0 276975089 381722624 90935 33554432000 4194304 5992684 140734369994384 140734369980648 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/11086/statm: 93194 90935 176 440 0 92750 0
[pid=11091] ppid=11086 vsize=631156 CPUtime=198.39 cores=1,3,5,7
/proc/11091/stat : 11091 (glucosInc) R 11086 11085 7065 0 -1 4202496 90531 0 0 0 19821 18 0 0 20 0 1 0 276977475 646303744 139309 33554432000 4194304 5654031 140733375713520 140733375701336 4208703 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11091/statm: 157789 139309 141 357 0 157429 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 1013080

[startup+282.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/181 11095
/proc/meminfo: memFree=26911992/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
[pid=11086] ppid=11085 vsize=372776 CPUtime=23.71 cores=1,3,5,7

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

/proc/meminfo: memFree=26692956/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
[pid=11086] ppid=11085 vsize=410884 CPUtime=337.83 cores=1,3,5,7
/proc/11086/stat : 11086 (npSolver-pbo) S 11085 11085 7065 0 -1 4202496 46096 214106 0 0 915 732 32005 131 20 0 1 0 276975089 420745216 99506 33554432000 4194304 5992684 140734369994384 140734369980216 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 16 0 0
/proc/11086/statm: 102721 99506 185 440 0 102277 0
[pid=11098] ppid=11086 vsize=652268 CPUtime=903.96 cores=1,3,5,7
/proc/11098/stat : 11098 (glucosInc) R 11086 11085 7065 0 -1 4202496 91353 0 0 0 90378 18 0 0 20 0 1 0 277008907 667922432 153958 33554432000 4194304 5654031 140736358510960 140736358498776 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11098/statm: 163067 153958 140 357 0 162707 0
Current children cumulated CPU time (s) 1241.79
Current children cumulated vsize (KiB) 1072300

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11126
/proc/meminfo: memFree=26690168/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
[pid=11086] ppid=11085 vsize=410884 CPUtime=337.83 cores=1,3,5,7
/proc/11086/stat : 11086 (npSolver-pbo) S 11085 11085 7065 0 -1 4202496 46096 214106 0 0 915 732 32005 131 20 0 1 0 276975089 420745216 99506 33554432000 4194304 5992684 140734369994384 140734369980216 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 16 0 0
/proc/11086/statm: 102721 99506 185 440 0 102277 0
[pid=11098] ppid=11086 vsize=652268 CPUtime=963.96 cores=1,3,5,7
/proc/11098/stat : 11098 (glucosInc) R 11086 11085 7065 0 -1 4202496 91353 0 0 0 96378 18 0 0 20 0 1 0 277008907 667922432 153958 33554432000 4194304 5654031 140736358510960 140736358498776 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11098/statm: 163067 153958 140 357 0 162707 0
Current children cumulated CPU time (s) 1301.79
Current children cumulated vsize (KiB) 1072300

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 11130
/proc/meminfo: memFree=26679680/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
[pid=11086] ppid=11085 vsize=410884 CPUtime=337.83 cores=1,3,5,7
/proc/11086/stat : 11086 (npSolver-pbo) S 11085 11085 7065 0 -1 4202496 46096 214106 0 0 915 732 32005 131 20 0 1 0 276975089 420745216 99506 33554432000 4194304 5992684 140734369994384 140734369980216 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 16 0 0
/proc/11086/statm: 102721 99506 185 440 0 102277 0
[pid=11098] ppid=11086 vsize=652268 CPUtime=1023.94 cores=1,3,5,7
/proc/11098/stat : 11098 (glucosInc) R 11086 11085 7065 0 -1 4202496 91353 0 0 0 102376 18 0 0 20 0 1 0 277008907 667922432 153958 33554432000 4194304 5654031 140736358510960 140736358498776 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11098/statm: 163067 153958 140 357 0 162707 0
Current children cumulated CPU time (s) 1361.77
Current children cumulated vsize (KiB) 1072300

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11130
/proc/meminfo: memFree=26678012/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
[pid=11086] ppid=11085 vsize=410884 CPUtime=337.83 cores=1,3,5,7
/proc/11086/stat : 11086 (npSolver-pbo) S 11085 11085 7065 0 -1 4202496 46096 214106 0 0 915 732 32005 131 20 0 1 0 276975089 420745216 99506 33554432000 4194304 5992684 140734369994384 140734369980216 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 16 0 0
/proc/11086/statm: 102721 99506 185 440 0 102277 0
[pid=11098] ppid=11086 vsize=652268 CPUtime=1083.94 cores=1,3,5,7
/proc/11098/stat : 11098 (glucosInc) R 11086 11085 7065 0 -1 4202496 91353 0 0 0 108376 18 0 0 20 0 1 0 277008907 667922432 153958 33554432000 4194304 5654031 140736358510960 140736358498776 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11098/statm: 163067 153958 140 357 0 162707 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 1072300

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11130
/proc/meminfo: memFree=26675964/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
[pid=11086] ppid=11085 vsize=410884 CPUtime=337.83 cores=1,3,5,7
/proc/11086/stat : 11086 (npSolver-pbo) S 11085 11085 7065 0 -1 4202496 46096 214106 0 0 915 732 32005 131 20 0 1 0 276975089 420745216 99506 33554432000 4194304 5992684 140734369994384 140734369980216 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 16 0 0
/proc/11086/statm: 102721 99506 185 440 0 102277 0
[pid=11098] ppid=11086 vsize=652268 CPUtime=1143.93 cores=1,3,5,7
/proc/11098/stat : 11098 (glucosInc) R 11086 11085 7065 0 -1 4202496 91353 0 0 0 114375 18 0 0 20 0 1 0 277008907 667922432 153958 33554432000 4194304 5654031 140736358510960 140736358498776 4233036 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11098/statm: 163067 153958 140 357 0 162707 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 1072300

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 2/173 11155
/proc/meminfo: memFree=27609452/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
[pid=11086] ppid=11085 vsize=410884 CPUtime=337.83 cores=1,3,5,7
/proc/11086/stat : 11086 (npSolver-pbo) S 11085 11085 7065 0 -1 4202496 46096 214106 0 0 915 732 32005 131 20 0 1 0 276975089 420745216 99506 33554432000 4194304 5992684 140734369994384 140734369980216 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 16 0 0
/proc/11086/statm: 102721 99506 185 440 0 102277 0
[pid=11098] ppid=11086 vsize=652268 CPUtime=1203.92 cores=1,3,5,7
/proc/11098/stat : 11098 (glucosInc) R 11086 11085 7065 0 -1 4202496 91353 0 0 0 120374 18 0 0 20 0 1 0 277008907 667922432 153958 33554432000 4194304 5654031 140736358510960 140736358498776 4232484 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11098/statm: 163067 153958 140 357 0 162707 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 1072300

[startup+1602.3 s]
/proc/loadavg: 1.37 1.82 1.94 2/173 11155
/proc/meminfo: memFree=27609720/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
[pid=11086] ppid=11085 vsize=410884 CPUtime=337.83 cores=1,3,5,7
/proc/11086/stat : 11086 (npSolver-pbo) S 11085 11085 7065 0 -1 4202496 46096 214106 0 0 915 732 32005 131 20 0 1 0 276975089 420745216 99506 33554432000 4194304 5992684 140734369994384 140734369980216 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 16 0 0
/proc/11086/statm: 102721 99506 185 440 0 102277 0
[pid=11098] ppid=11086 vsize=652268 CPUtime=1263.91 cores=1,3,5,7
/proc/11098/stat : 11098 (glucosInc) R 11086 11085 7065 0 -1 4202496 91353 0 0 0 126373 18 0 0 20 0 1 0 277008907 667922432 153958 33554432000 4194304 5654031 140736358510960 140736358498776 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11098/statm: 163067 153958 140 357 0 162707 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 1072300

[startup+1662.3 s]
/proc/loadavg: 1.13 1.66 1.87 2/173 11156
/proc/meminfo: memFree=27609844/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
[pid=11086] ppid=11085 vsize=410884 CPUtime=337.83 cores=1,3,5,7
/proc/11086/stat : 11086 (npSolver-pbo) S 11085 11085 7065 0 -1 4202496 46096 214106 0 0 915 732 32005 131 20 0 1 0 276975089 420745216 99506 33554432000 4194304 5992684 140734369994384 140734369980216 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 16 0 0
/proc/11086/statm: 102721 99506 185 440 0 102277 0
[pid=11098] ppid=11086 vsize=652268 CPUtime=1323.9 cores=1,3,5,7
/proc/11098/stat : 11098 (glucosInc) R 11086 11085 7065 0 -1 4202496 91353 0 0 0 132372 18 0 0 20 0 1 0 277008907 667922432 153958 33554432000 4194304 5654031 140736358510960 140736358498776 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11098/statm: 163067 153958 140 357 0 162707 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 1072300

[startup+1722.3 s]
/proc/loadavg: 1.05 1.54 1.82 2/173 11156
/proc/meminfo: memFree=27609848/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
[pid=11086] ppid=11085 vsize=410884 CPUtime=337.83 cores=1,3,5,7
/proc/11086/stat : 11086 (npSolver-pbo) S 11085 11085 7065 0 -1 4202496 46096 214106 0 0 915 732 32005 131 20 0 1 0 276975089 420745216 99506 33554432000 4194304 5992684 140734369994384 140734369980216 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 16 0 0
/proc/11086/statm: 102721 99506 185 440 0 102277 0
[pid=11098] ppid=11086 vsize=652268 CPUtime=1383.89 cores=1,3,5,7
/proc/11098/stat : 11098 (glucosInc) R 11086 11085 7065 0 -1 4202496 91353 0 0 0 138371 18 0 0 20 0 1 0 277008907 667922432 153958 33554432000 4194304 5654031 140736358510960 140736358498776 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11098/statm: 163067 153958 140 357 0 162707 0
Current children cumulated CPU time (s) 1721.72
Current children cumulated vsize (KiB) 1072300

[startup+1782.3 s]
/proc/loadavg: 1.02 1.44 1.76 2/173 11156
/proc/meminfo: memFree=27609848/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
[pid=11086] ppid=11085 vsize=410884 CPUtime=337.83 cores=1,3,5,7
/proc/11086/stat : 11086 (npSolver-pbo) S 11085 11085 7065 0 -1 4202496 46096 214106 0 0 915 732 32005 131 20 0 1 0 276975089 420745216 99506 33554432000 4194304 5992684 140734369994384 140734369980216 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 16 0 0
/proc/11086/statm: 102721 99506 185 440 0 102277 0
[pid=11098] ppid=11086 vsize=652268 CPUtime=1443.88 cores=1,3,5,7
/proc/11098/stat : 11098 (glucosInc) R 11086 11085 7065 0 -1 4202496 91353 0 0 0 144370 18 0 0 20 0 1 0 277008907 667922432 153958 33554432000 4194304 5654031 140736358510960 140736358498776 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11098/statm: 163067 153958 140 357 0 162707 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 1072300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.01 1.41 1.75 2/173 11156
/proc/meminfo: memFree=27609848/32873648 swapFree=7372/7372
[pid=11085] ppid=11083 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11085/stat : 11085 (npSolver-pbo-It) S 11083 11085 7065 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276975089 9367552 274 33554432000 4194304 5064252 140735747934976 140735747933888 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11085/statm: 2287 274 233 213 0 72 0
[pid=11086] ppid=11085 vsize=410884 CPUtime=337.83 cores=1,3,5,7
/proc/11086/stat : 11086 (npSolver-pbo) S 11085 11085 7065 0 -1 4202496 46096 214106 0 0 915 732 32005 131 20 0 1 0 276975089 420745216 99506 33554432000 4194304 5992684 140734369994384 140734369980216 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 16 0 0
/proc/11086/statm: 102721 99506 185 440 0 102277 0
[pid=11098] ppid=11086 vsize=652268 CPUtime=1462.19 cores=1,3,5,7
/proc/11098/stat : 11098 (glucosInc) R 11086 11085 7065 0 -1 4202496 91353 0 0 0 146201 18 0 0 20 0 1 0 277008907 667922432 153958 33554432000 4194304 5654031 140736358510960 140736358498776 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11098/statm: 163067 153958 140 357 0 162707 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1072300

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.63
CPU time (s): 1800.06
CPU user time (s): 1791.22
CPU system time (s): 8.83866
CPU usage (%): 99.9685
Max. virtual memory (cumulated for all children) (KiB): 1874012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.22
system time used= 8.83866
maximum resident set size= 1476976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 351936
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1455712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3916
involuntary context switches= 2921

runsolver used 3.33749 second user time and 9.16761 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-27 10:48:11
IDJOB=3698497
IDBENCH=90903
IDSOLVER=2275
FILE ID=node122/3698497-1338108490
RUNJOBID= node122-1338101021-10458
PBS_JOBID= 14624430
Free space on /tmp= 71540 MiB

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

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

MD5SUM BENCH= 6aef9ca2bb094f9e5aa00d5eeeaa5070
RANDOM SEED=105809280

node122.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.533
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.06
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.533
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.533
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	: 5332.04
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.533
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.533
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.533
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	: 5438.54
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.533
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.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27954168 kB
Buffers:          294420 kB
Cached:          3030736 kB
SwapCached:            0 kB
Active:          2114044 kB
Inactive:        2004776 kB
Active(anon):     785264 kB
Inactive(anon):    11052 kB
Active(file):    1328780 kB
Inactive(file):  1993724 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             35540 kB
Writeback:             0 kB
AnonPages:        803076 kB
Mapped:            15068 kB
Shmem:               200 kB
Slab:             660132 kB
SReclaimable:     104212 kB
SUnreclaim:       555920 kB
KernelStack:        1480 kB
PageTables:         5652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1022928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    317440 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= 71424 MiB
End job on node122 at 2012-05-27 11:18:12