Trace number 3698633

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.03 1800.72

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=97-P1=37-P2=107-P3=53-P4=53-B.opb
MD5SUM3c1c5627c2ecb7d046a74fd6c2fb2be3
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.035993
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables84
Total number of constraints9
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)196
Sum of products size (including duplicates)392
Number of different products196
Sum of products size392

Solver Data

10.57/10.62	c run inc solver
10.57/10.62	c [INC SYSTEM] run initial solver
10.57/10.62	c [INC SYSTEM] preprocess with white file
36.64/37.03	c [INC SYSTEM] finished preprocessing in 26 s
36.64/37.03	c [INC SYSTEM] execute solver
1529.03/1529.67	c [INC SEARCH] formula is SAT
1529.13/1529.71	c [INC SYSTEM] solved the initial formula
1529.13/1529.72	c model valid
1529.13/1529.72	c current solution ok
1536.50/1537.46	o 77
1536.50/1537.46	c [INC SYSTEM] there exists a inc, kill it!
1536.50/1537.46	c write failed with 2
1536.50/1537.46	c [INC SEARCH] iteration: 0
1536.50/1537.46	c [INC BOUNDS] best value:77 search for 76
1536.50/1537.46	c [INC SYSTEM] create new solver instance
1536.50/1537.46	c [INC] encode full formula
1536.50/1537.46	c set iterative enc to: swc
1537.07/1537.80	c [INC SEARCH] isOptimum variable: 0
1800.03/1800.72	HOME/npSolver-pbo-Itd.sh: line 18:  3524 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -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-3698633-1338073508/watcher-3698633-1338073508 -o /tmp/evaluation-result-3698633-1338073508/solver-3698633-1338073508 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698633-1338073508.opb 1133009429 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.14 2.06 2.01 3/179 3523
/proc/meminfo: memFree=27620876/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0

[startup+0.017115 s]
/proc/loadavg: 2.14 2.06 2.01 3/179 3523
/proc/meminfo: memFree=27620876/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100266 s]
/proc/loadavg: 2.14 2.06 2.01 3/179 3523
/proc/meminfo: memFree=27620876/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30024 s]
/proc/loadavg: 2.14 2.06 2.01 3/179 3523
/proc/meminfo: memFree=27620876/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700241 s]
/proc/loadavg: 2.14 2.06 2.01 3/179 3523
/proc/meminfo: memFree=27620876/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.14 2.06 2.01 3/181 3525
/proc/meminfo: memFree=27599652/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0
[pid=3524] ppid=3523 vsize=34896 CPUtime=1.48 cores=0,2,4,6
/proc/3524/stat : 3524 (npSolver-pbo) R 3523 3523 824 0 -1 4202496 2808 0 0 0 148 0 0 0 20 0 1 0 273479312 35733504 7381 33554432000 4194304 5992684 140737118756800 140737118751928 4374718 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3524/statm: 8724 7381 147 440 0 8280 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44044

[startup+3.10027 s]
/proc/loadavg: 2.14 2.06 2.01 3/181 3525
/proc/meminfo: memFree=27578684/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0
[pid=3524] ppid=3523 vsize=67664 CPUtime=3.08 cores=0,2,4,6
/proc/3524/stat : 3524 (npSolver-pbo) R 3523 3523 824 0 -1 4202496 3350 0 0 0 307 1 0 0 20 0 1 0 273479312 69287936 15061 33554432000 4194304 5992684 140737118756800 140737118752280 5044385 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3524/statm: 16916 15061 147 440 0 16472 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 76812

[startup+6.30027 s]
/proc/loadavg: 2.12 2.05 2.01 3/181 3525
/proc/meminfo: memFree=27495728/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0
[pid=3524] ppid=3523 vsize=133200 CPUtime=6.29 cores=0,2,4,6
/proc/3524/stat : 3524 (npSolver-pbo) R 3523 3523 824 0 -1 4202496 3922 0 0 0 626 3 0 0 20 0 1 0 273479312 136396800 29909 33554432000 4194304 5992684 140737118756800 140737118752280 4767850 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3524/statm: 33300 29909 147 440 0 32856 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142348

[startup+12.7005 s]
/proc/loadavg: 2.11 2.05 2.01 3/183 3527
/proc/meminfo: memFree=26902076/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0
[pid=3524] ppid=3523 vsize=356064 CPUtime=10.6 cores=0,2,4,6
/proc/3524/stat : 3524 (npSolver-pbo) S 3523 3523 824 0 -1 4202496 14537 0 0 0 1020 40 0 0 20 0 1 0 273479312 364609536 76397 33554432000 4194304 5992684 140737118756800 140737118751248 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/3524/statm: 89016 76397 164 440 0 88572 0
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3526/stat : 3526 (cp2_pre.sh) S 3524 3523 824 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273480374 9367552 277 33554432000 4194304 5064252 140735623696736 140735623695440 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3526/statm: 2287 277 234 213 0 72 0
[pid=3527] ppid=3526 vsize=196544 CPUtime=2.05 cores=0,2,4,6
/proc/3527/stat : 3527 (coprocessor) R 3526 3523 824 0 -1 4202496 40668 0 0 0 197 8 0 0 20 0 1 0 273480375 201261056 48352 33554432000 4194304 6586260 140734681777328 140734681774088 5511711 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/3527/statm: 49136 48352 137 584 0 48548 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 570904

[startup+25.5004 s]
/proc/loadavg: 2.09 2.05 2.01 3/183 3527
/proc/meminfo: memFree=26140304/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0
[pid=3524] ppid=3523 vsize=356064 CPUtime=10.6 cores=0,2,4,6
/proc/3524/stat : 3524 (npSolver-pbo) S 3523 3523 824 0 -1 4202496 14537 0 0 0 1020 40 0 0 20 0 1 0 273479312 364609536 76397 33554432000 4194304 5992684 140737118756800 140737118751248 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/3524/statm: 89016 76397 164 440 0 88572 0
[pid=3526] ppid=3524 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3526/stat : 3526 (cp2_pre.sh) S 3524 3523 824 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273480374 9367552 277 33554432000 4194304 5064252 140735623696736 140735623695440 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3526/statm: 2287 277 234 213 0 72 0
[pid=3527] ppid=3526 vsize=936944 CPUtime=14.86 cores=0,2,4,6
/proc/3527/stat : 3527 (coprocessor) R 3526 3523 824 0 -1 4202496 112476 0 0 0 1458 28 0 0 20 0 1 0 273480375 959430656 221468 33554432000 4194304 6586260 140734681777328 140734681773352 4753952 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/3527/statm: 234236 221468 180 584 0 233648 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 1311304

[startup+51.1003 s]
/proc/loadavg: 2.06 2.05 2.00 3/181 3529
/proc/meminfo: memFree=26549552/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0
[pid=3524] ppid=3523 vsize=356064 CPUtime=36.69 cores=0,2,4,6
/proc/3524/stat : 3524 (npSolver-pbo) S 3523 3523 824 0 -1 4202496 14553 125668 0 0 1020 40 2532 77 20 0 1 0 273479312 364609536 76399 33554432000 4194304 5992684 140737118756800 140737118743064 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/3524/statm: 89016 76399 166 440 0 88572 0
[pid=3529] ppid=3524 vsize=596364 CPUtime=14.05 cores=0,2,4,6
/proc/3529/stat : 3529 (glucosInc) R 3524 3523 824 0 -1 4202496 52073 0 0 0 1389 16 0 0 20 0 1 0 273483015 610676736 116318 33554432000 4194304 5654031 140736493298608 140736493296216 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3529/statm: 149091 116318 130 357 0 148731 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 961576

[startup+102.307 s]
/proc/loadavg: 2.02 2.04 2.00 3/181 3529
/proc/meminfo: memFree=26496456/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0
[pid=3524] ppid=3523 vsize=356064 CPUtime=36.69 cores=0,2,4,6
/proc/3524/stat : 3524 (npSolver-pbo) S 3523 3523 824 0 -1 4202496 14553 125668 0 0 1020 40 2532 77 20 0 1 0 273479312 364609536 76399 33554432000 4194304 5992684 140737118756800 140737118743064 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/3524/statm: 89016 76399 166 440 0 88572 0
[pid=3529] ppid=3524 vsize=620728 CPUtime=65.24 cores=0,2,4,6
/proc/3529/stat : 3529 (glucosInc) R 3524 3523 824 0 -1 4202496 58652 0 0 0 6507 17 0 0 20 0 1 0 273483015 635625472 123408 33554432000 4194304 5654031 140736493298608 140736493296392 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3529/statm: 155182 123408 139 357 0 154822 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 985940

[startup+162.3 s]
/proc/loadavg: 1.94 2.01 1.99 3/181 3529
/proc/meminfo: memFree=26488696/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0
[pid=3524] ppid=3523 vsize=356064 CPUtime=36.69 cores=0,2,4,6
/proc/3524/stat : 3524 (npSolver-pbo) S 3523 3523 824 0 -1 4202496 14553 125668 0 0 1020 40 2532 77 20 0 1 0 273479312 364609536 76399 33554432000 4194304 5992684 140737118756800 140737118743064 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/3524/statm: 89016 76399 166 440 0 88572 0
[pid=3529] ppid=3524 vsize=740924 CPUtime=125.23 cores=0,2,4,6
/proc/3529/stat : 3529 (glucosInc) R 3524 3523 824 0 -1 4202496 72440 0 0 0 12502 21 0 0 20 0 1 0 273483015 758706176 151504 33554432000 4194304 5654031 140736493298608 140736493296392 4232752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3529/statm: 185231 151504 139 357 0 184871 0
Current children cumulated CPU time (s) 161.92
Current children cumulated vsize (KiB) 1106136

[startup+222.3 s]
/proc/loadavg: 1.98 2.00 1.99 3/181 3573
/proc/meminfo: memFree=27235432/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0
[pid=3524] ppid=3523 vsize=356064 CPUtime=36.69 cores=0,2,4,6
/proc/3524/stat : 3524 (npSolver-pbo) S 3523 3523 824 0 -1 4202496 14553 125668 0 0 1020 40 2532 77 20 0 1 0 273479312 364609536 76399 33554432000 4194304 5992684 140737118756800 140737118743064 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/3524/statm: 89016 76399 166 440 0 88572 0
[pid=3529] ppid=3524 vsize=776444 CPUtime=185.22 cores=0,2,4,6
/proc/3529/stat : 3529 (glucosInc) R 3524 3523 824 0 -1 4202496 75702 0 0 0 18500 22 0 0 20 0 1 0 273483015 795078656 162431 33554432000 4194304 5654031 140736493298608 140736493286424 4232752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3529/statm: 194111 162431 140 357 0 193751 0
Current children cumulated CPU time (s) 221.91
Current children cumulated vsize (KiB) 1141656

[startup+282.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/181 3621
/proc/meminfo: memFree=26781448/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/loadavg: 2.00 2.00 2.00 3/181 3681
/proc/meminfo: memFree=27046576/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0
[pid=3524] ppid=3523 vsize=356064 CPUtime=36.69 cores=0,2,4,6
/proc/3524/stat : 3524 (npSolver-pbo) S 3523 3523 824 0 -1 4202496 14553 125668 0 0 1020 40 2532 77 20 0 1 0 273479312 364609536 76399 33554432000 4194304 5992684 140737118756800 140737118743064 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/3524/statm: 89016 76399 166 440 0 88572 0
[pid=3529] ppid=3524 vsize=671056 CPUtime=1325.03 cores=0,2,4,6
/proc/3529/stat : 3529 (glucosInc) R 3524 3523 824 0 -1 4202496 79108 0 0 0 132473 30 0 0 20 0 1 0 273483015 687161344 152293 33554432000 4194304 5654031 140736493298608 140736493286424 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3529/statm: 167764 152293 141 357 0 167404 0
Current children cumulated CPU time (s) 1361.72
Current children cumulated vsize (KiB) 1036268

[startup+1422.31 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 3681
/proc/meminfo: memFree=27035476/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0
[pid=3524] ppid=3523 vsize=356064 CPUtime=36.69 cores=0,2,4,6
/proc/3524/stat : 3524 (npSolver-pbo) S 3523 3523 824 0 -1 4202496 14553 125668 0 0 1020 40 2532 77 20 0 1 0 273479312 364609536 76399 33554432000 4194304 5992684 140737118756800 140737118743064 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/3524/statm: 89016 76399 166 440 0 88572 0
[pid=3529] ppid=3524 vsize=671056 CPUtime=1385.03 cores=0,2,4,6
/proc/3529/stat : 3529 (glucosInc) R 3524 3523 824 0 -1 4202496 79109 0 0 0 138473 30 0 0 20 0 1 0 273483015 687161344 152805 33554432000 4194304 5654031 140736493298608 140736493286424 4214612 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3529/statm: 167764 152805 141 357 0 167404 0
Current children cumulated CPU time (s) 1421.72
Current children cumulated vsize (KiB) 1036268

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 3682
/proc/meminfo: memFree=27029372/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0
[pid=3524] ppid=3523 vsize=356064 CPUtime=36.69 cores=0,2,4,6
/proc/3524/stat : 3524 (npSolver-pbo) S 3523 3523 824 0 -1 4202496 14553 125668 0 0 1020 40 2532 77 20 0 1 0 273479312 364609536 76399 33554432000 4194304 5992684 140737118756800 140737118743064 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/3524/statm: 89016 76399 166 440 0 88572 0
[pid=3529] ppid=3524 vsize=671056 CPUtime=1445.02 cores=0,2,4,6
/proc/3529/stat : 3529 (glucosInc) R 3524 3523 824 0 -1 4202496 79110 0 0 0 144472 30 0 0 20 0 1 0 273483015 687161344 153317 33554432000 4194304 5654031 140736493298608 140736493286424 4215891 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3529/statm: 167764 153317 141 357 0 167404 0
Current children cumulated CPU time (s) 1481.71
Current children cumulated vsize (KiB) 1036268

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 3688
/proc/meminfo: memFree=26969536/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0
[pid=3524] ppid=3523 vsize=357064 CPUtime=1537.17 cores=0,2,4,6
/proc/3524/stat : 3524 (npSolver-pbo) S 3523 3523 824 0 -1 4202496 16273 205828 0 0 1161 643 151738 175 20 0 1 0 273479312 365633536 76660 33554432000 4194304 5992684 140737118756800 140737118742632 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 3 0 0
/proc/3524/statm: 89266 76660 177 440 0 88822 0
[pid=3688] ppid=3524 vsize=603172 CPUtime=4.49 cores=0,2,4,6
/proc/3688/stat : 3688 (glucosInc) R 3524 3523 824 0 -1 4202496 54075 0 0 0 431 18 0 0 20 0 1 0 273633092 617648128 117815 33554432000 4194304 5654031 140734058363104 140734058360888 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3688/statm: 150793 117815 130 357 0 150433 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 969384

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3688
/proc/meminfo: memFree=26959804/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0
[pid=3524] ppid=3523 vsize=357064 CPUtime=1537.17 cores=0,2,4,6
/proc/3524/stat : 3524 (npSolver-pbo) S 3523 3523 824 0 -1 4202496 16273 205828 0 0 1161 643 151738 175 20 0 1 0 273479312 365633536 76660 33554432000 4194304 5992684 140737118756800 140737118742632 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 3 0 0
/proc/3524/statm: 89266 76660 177 440 0 88822 0
[pid=3688] ppid=3524 vsize=616312 CPUtime=64.47 cores=0,2,4,6
/proc/3688/stat : 3688 (glucosInc) R 3524 3523 824 0 -1 4202496 57634 0 0 0 6429 18 0 0 20 0 1 0 273633092 631103488 121885 33554432000 4194304 5654031 140734058363104 140734058360712 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3688/statm: 154078 121885 140 357 0 153718 0
Current children cumulated CPU time (s) 1601.64
Current children cumulated vsize (KiB) 982524

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3688
/proc/meminfo: memFree=26950868/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0
[pid=3524] ppid=3523 vsize=357064 CPUtime=1537.17 cores=0,2,4,6
/proc/3524/stat : 3524 (npSolver-pbo) S 3523 3523 824 0 -1 4202496 16273 205828 0 0 1161 643 151738 175 20 0 1 0 273479312 365633536 76660 33554432000 4194304 5992684 140737118756800 140737118742632 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 3 0 0
/proc/3524/statm: 89266 76660 177 440 0 88822 0
[pid=3688] ppid=3524 vsize=617172 CPUtime=124.46 cores=0,2,4,6
/proc/3688/stat : 3688 (glucosInc) R 3524 3523 824 0 -1 4202496 57811 0 0 0 12428 18 0 0 20 0 1 0 273633092 631984128 123084 33554432000 4194304 5654031 140734058363104 140734058350920 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3688/statm: 154293 123084 141 357 0 153933 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 983384

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3688
/proc/meminfo: memFree=26862800/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0
[pid=3524] ppid=3523 vsize=357064 CPUtime=1537.17 cores=0,2,4,6
/proc/3524/stat : 3524 (npSolver-pbo) S 3523 3523 824 0 -1 4202496 16273 205828 0 0 1161 643 151738 175 20 0 1 0 273479312 365633536 76660 33554432000 4194304 5992684 140737118756800 140737118742632 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 3 0 0
/proc/3524/statm: 89266 76660 177 440 0 88822 0
[pid=3688] ppid=3524 vsize=706828 CPUtime=184.46 cores=0,2,4,6
/proc/3688/stat : 3688 (glucosInc) R 3524 3523 824 0 -1 4202496 72555 0 0 0 18425 21 0 0 20 0 1 0 273633092 723791872 143449 33554432000 4194304 5654031 140734058363104 140734058361096 4232800 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3688/statm: 176707 143449 141 357 0 176347 0
Current children cumulated CPU time (s) 1721.63
Current children cumulated vsize (KiB) 1073040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3689
/proc/meminfo: memFree=26812984/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0
[pid=3524] ppid=3523 vsize=357064 CPUtime=1537.17 cores=0,2,4,6
/proc/3524/stat : 3524 (npSolver-pbo) S 3523 3523 824 0 -1 4202496 16273 205828 0 0 1161 643 151738 175 20 0 1 0 273479312 365633536 76660 33554432000 4194304 5992684 140737118756800 140737118742632 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 3 0 0
/proc/3524/statm: 89266 76660 177 440 0 88822 0
[pid=3688] ppid=3524 vsize=749516 CPUtime=244.44 cores=0,2,4,6
/proc/3688/stat : 3688 (glucosInc) R 3524 3523 824 0 -1 4202496 77221 0 0 0 24422 22 0 0 20 0 1 0 273633092 767504384 154758 33554432000 4194304 5654031 140734058363104 140734058360888 4215091 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3688/statm: 187379 154758 141 357 0 187019 0
Current children cumulated CPU time (s) 1781.61
Current children cumulated vsize (KiB) 1115728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3689
/proc/meminfo: memFree=26810192/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0
[pid=3524] ppid=3523 vsize=357064 CPUtime=1537.17 cores=0,2,4,6
/proc/3524/stat : 3524 (npSolver-pbo) S 3523 3523 824 0 -1 4202496 16273 205828 0 0 1161 643 151738 175 20 0 1 0 273479312 365633536 76660 33554432000 4194304 5992684 140737118756800 140737118742632 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 3 0 0
/proc/3524/statm: 89266 76660 177 440 0 88822 0
[pid=3688] ppid=3524 vsize=749516 CPUtime=262.86 cores=0,2,4,6
/proc/3688/stat : 3688 (glucosInc) R 3524 3523 824 0 -1 4202496 77288 0 0 0 26263 23 0 0 20 0 1 0 273633092 767504384 155336 33554432000 4194304 5654031 140734058363104 140734058360888 4232794 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3688/statm: 187379 155336 141 357 0 187019 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1115728

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3689
/proc/meminfo: memFree=26810192/32873844 swapFree=7620/7620
[pid=3523] ppid=3521 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3523/stat : 3523 (npSolver-pbo-It) S 3521 3523 824 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273479311 9367552 275 33554432000 4194304 5064252 140734608283136 140734608282048 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3523/statm: 2287 275 233 213 0 72 0
[pid=3524] ppid=3523 vsize=357064 CPUtime=1537.17 cores=0,2,4,6
/proc/3524/stat : 3524 (npSolver-pbo) S 3523 3523 824 0 -1 4202496 16273 205828 0 0 1161 643 151738 175 20 0 1 0 273479312 365633536 76660 33554432000 4194304 5992684 140737118756800 140737118742632 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 3 0 0
/proc/3524/statm: 89266 76660 177 440 0 88822 0
[pid=3688] ppid=3524 vsize=749516 CPUtime=262.86 cores=0,2,4,6
/proc/3688/stat : 3688 (glucosInc) R 3524 3523 824 0 -1 4202496 77288 0 0 0 26263 23 0 0 20 0 1 0 273633092 767504384 155336 33554432000 4194304 5654031 140734058363104 140734058360888 4232794 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3688/statm: 187379 155336 141 357 0 187019 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1115728

Child status: 0

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

Real time (s): 1800.72
CPU time (s): 1800.03
CPU user time (s): 1791.62
CPU system time (s): 8.41
CPU usage (%): 99.9616
Max. virtual memory (cumulated for all children) (KiB): 1412424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1529
system time used= 8.19875
maximum resident set size= 1006552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222476
page faults= 0
swaps= 0
block input operations= 24
block output operations= 2074664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1763
involuntary context switches= 1767

runsolver used 6.84196 second user time and 17.4523 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-27 01:05:08
IDJOB=3698633
IDBENCH=47925
IDSOLVER=2275
FILE ID=node107/3698633-1338073508
RUNJOBID= node107-1338052952-840
PBS_JOBID= 14624408
Free space on /tmp= 71164 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=97-P1=37-P2=107-P3=53-P4=53-B.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3698633-1338073508/watcher-3698633-1338073508 -o /tmp/evaluation-result-3698633-1338073508/solver-3698633-1338073508 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3698633-1338073508.opb 1133009429 HOME HOME

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

MD5SUM BENCH= 3c1c5627c2ecb7d046a74fd6c2fb2be3
RANDOM SEED=1133009429

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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.760
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.760
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.760
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.86
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.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27621412 kB
Buffers:          265980 kB
Cached:          3641576 kB
SwapCached:            0 kB
Active:          1643140 kB
Inactive:        2818936 kB
Active(anon):     556764 kB
Inactive(anon):        0 kB
Active(file):    1086376 kB
Inactive(file):  2818936 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            350984 kB
Writeback:             0 kB
AnonPages:        595040 kB
Mapped:            15680 kB
Shmem:               200 kB
Slab:             649656 kB
SReclaimable:      91684 kB
SUnreclaim:       557972 kB
KernelStack:        1512 kB
PageTables:         5076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     779828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    423936 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= 71016 MiB
End job on node107 at 2012-05-27 01:35:08